@charset "UTF-8";

/***flip card css **/

.moreTeachersBtn,.backToTeachBtn  {
margin-top:3rem;

}
/* When on the .allTeachersPage, hide the 'More Teachers' button and show 'Back to Teach' button */
.allTeachersPage .moreTeachersBtn:not(.backToTeachBtn) {
    display: none;
}

.allTeachersPage .backToTeachBtn {
    display: inline-block;
}

/* When NOT on the .allTeachersPage, hide the 'Back to Teach' button and show 'More Teachers' button */
body:not(.allTeachersPage) .backToTeachBtn {
    display: none;
}

body:not(.allTeachersPage) .moreTeachersBtn {
    display: inline-block;
}

    /* .flip {
        position: relative;
        display: inline-block;
        height: auto;
      padding-top:0;
    } */
    .flip {
    position: relative;
    width: 100%; /* This can be any percentage depending on the layout */
    padding-top: 50%; /* 4:3 aspect ratio, height is 75% of width */
    overflow: hidden; /* Ensures content stays within the box */
      cursor:pointer;
}
.upper-school-teacher-profiles.fsElement {
background:#00809E;

}
.flip .front,
.flip .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Keep other existing styles here */
}

    .flip>.front,
    .flip>.back {
        display: block;
        background-size: cover !important;
        background-position: center !important;
        padding: 1em;
        background: #313131;
        border-radius: 2px;
        box-sizing: border-box;
        transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        transition-duration: .8s;
        transition-property: transform, opacity;
    }
  

    .flip>.front::before {
        content:"";
        position:absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 88px;
        background: rgba(0, 0, 0, 0.25);
        /* Black overlay with 50% opacity */
        z-index: 1;
        border-radius: 2px;
    }
      .flip>.front {

  display: flex;
    flex-direction: column;
    justify-content: flex-end;
        
      }

.flip>.front h2, .flip>.front p, .flip>.front h3, .flip>.front h4 {
    color: white;
    position: relative;
    z-index: 2;
    text-shadow: rgba(0,0,0,.2) 1px 1px 2px;
    margin-top: 0;
    margin-bottom: 0;
}
	.flip :nth-child(2) {
             border-top: 3px solid white;
 
    }
  .back .teacher-position {
    font-size: .6em;
    font-style: italic;
}
.back h3, .back h3 * {
color:#555;
}
.back p, .back ul {color:#888;/* text-shadow: rgba(0,0,0,.2) 1px 1px 2px; */}
    .flip h4 {
        display: inline;
        padding: 2px;
    }

    .flip>.front {
        transform: rotateY(0deg);
        /* min-height: 305px; */

    }

    .flip>.back {
        position: absolute;
        opacity: 0;
        top: 0px;
        left: 0px;
        background: white;
        height: 100%;
        transform: rotateY(-180deg);
        padding: 1em 2em;
      overflow-y:auto;
      overflow-x: hidden;

    }
  .back > ul {
    left: -2rem;
    position: relative;
    width:85%;
}

    /* .flip:hover>.front {
        transform: rotateY(180deg);
            visibility:hidden;

    }

    .flip:hover>.back {
        opacity: 1;
        transform: rotateY(0deg);
    } */

    /* .flip.flip-vertical>.back {
        transform: rotateX(-180deg);
    } */

    /* .flip.flip-vertical:hover>.front {
        transform: rotateX(180deg);
    }

    .flip.flip-vertical:hover>.back {
        transform: rotateX(0deg);
    } */


    .flip>.front {
    transform: rotateY(0deg);
    transition: transform 0.8s cubic-bezier(.175, .885, .32, 1.275), opacity 0.8s;
}

.flip>.back {
    opacity: 0;
    transform: rotateY(-180deg);
    transition: transform 0.8s cubic-bezier(.175, .885, .32, 1.275), opacity 0.8s;
}

.flip.active>.front {
    transform: rotateY(180deg);
    visibility: hidden;
}

.flip.active>.back {
    opacity: 1;
    transform: rotateY(0deg);
}
  
  
  
  
  .flipRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensures items are spaced evenly in full rows */
    margin: 0 -5px 20px; /* Adjusts space between rows */
    gap: 10px; /* Adds spacing between columns */
}

.flip {
    flex-grow: 1; /* Allows the columns to grow to fill available space */
    flex-basis: calc(25% - 10px); /* Sets the base width of columns */
    max-width: calc(25% - 10px); /* Ensures columns don't exceed 25% */
}

.flipHalf.flip  {
    flex-basis: calc(50% - 10px); /* Sets the base width of columns */
    max-width: calc(50% - 10px); /* Ensures columns don't exceed 25% */
}

.flipRow:last-child {
    justify-content: center; /* Centers items in the last row if fewer than 4 */
}

@media screen and (max-width: 1023px) {
    .flip {
        flex-basis: calc(50% - 10px); /* 3 items per row on medium screens */
        max-width: calc(50% - 10px);
    } 
  .ample-modal-container #modal-content {
	width:90vw !important;
  }
  .ample-modal-container #modal-iframe {
	min-height:90vh !important;
  }
}

@media screen and (max-width: 767px) {
    .flip,.flipHalf.flip {
        flex-basis: calc(100% - 10px); /* 4 items per row on large screens */
        max-width: calc(100% - 10px);
        padding-top: 100%; /* Maintain the 4:3 aspect ratio */

    }
}

/***end flip card css */
.nav-bar-wrapper .current-page-bar [data-magellan-arrival="bookmark-return-to-portal"] { 
display:none;
}

.hero-bg.hero-fixed iframe:last-child {
    display: none;
}

/*flexible-image-grid css */

.flexible-image-grid.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}


.flexible-image-grid img {
  max-width: 100%;
width: 100%; height: auto;
}

.flexible-image-grid .column {
  box-sizing: border-box;
  position: relative; /* Needed for absolute positioning of the content */
  background-color: transparent; /* Background color if needed */
  background-size: cover;
  background-position: center center;
  overflow: hidden; /* Ensures the overlay doesn't extend outside the column */

}

.flexible-image-grid .column .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white overlay */
    transition: opacity 0.3s ease; /* Smooth transition for the overlay */
    opacity: 0; /* Fully visible by default */
  }
  /*
  .flexible-image-grid .column:hover .overlay {
    opacity: 0; /* Overlay disappears on hover 
  }
*/
.flexible-image-grid .column .column-inner {
    position: relative;
    display: flex;
    padding-top: 70%;
    background-size:cover;
    flex-direction: column;
    justify-content: flex-end;
}

.flexible-image-grid .column .column-inner a {
    text-decoration: none;


}

.flexible-image-grid .column .image-caption {
    mix-blend-mode: normal;
    color: #05533E;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.9375rem;
    border-bottom: 5px solid #05533E;
    margin: 0;
    z-index:2;
    white-space:nowrap;
    animation: none; /* No animation by default */
    padding-top: 1.3125rem; 
    letter-spacing:initial;
    font-size: 1rem;
    height:auto;
}
/*
.flexible-image-grid .column:hover .image-caption {
    animation: expandAndFadeIn .3s ease-out forwards;
}
*/
@keyframes expandAndFadeIn {
    from {
      opacity: 0;
      transform: translateY(-100%); /* Start hidden above */
      letter-spacing:4px;
      font-size: 2.5625rem;
    height:auto;
    }
    to {
      opacity: 1;
      letter-spacing:initial;
      font-size: 1rem;
      height:auto;
      transform: translateY(0%); /* Start hidden above */
    }
  }


/*end flexible-image-grid module css*/


  /**modal sibling work **/
.rel {
                        position: relative;
                      }
.cornerIcon {
top:0 !important;
right:0 !important;

}
.expandButtonWrap:hover, .ample-has-modal-url:hover .expandButtonWrap {
                        transition: transform .5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
                        transform: translate(-20%, 23%) rotate(0deg) scale(1.5);
}

                      .expandButtonWrap {
                        top: 0;
                        /* Adjusted for proper positioning */
                        right: 0;
                        /* Adjusted for proper positioning */
                        padding: 3px;
                        /* Move away 3px at 45 degrees */
                        cursor: pointer;
                        display: inline-flex;
                        position: absolute;
                        background-color: rgba(0,0,0,.4);
                      }
.expandButtonWrap.closeButtonWrap {
background:none;
}

                      #modal-container {
                        display: none;
                        position: fixed;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.7);
                        z-index: 999;
                      }

                      .ample-modal-container #modal-content {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        padding: 20px 0;
                        width: 75vw;
                        height: auto;
                      }

                      .ample-modal-open {
                        overflow: hidden;
                      }

                      .ample-modal-container #modal-iframe {
                        width: 100%;
                        height: 100%;
                        border: none;
                      }

.ample-modal-container i.close-button {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    background: #444;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
}


                      .ample-has-modal-url img:hover {
                        cursor: pointer;
                      }

                      .ample-has-modal-url i {
                        position: relative;
                        top: 0;
                        right: 0;
                        font-size: 20px;
                        /* transition: transform 0.2s ease, font-size 0.2s ease; */
                        /* Add transitions */
                        /* transform-origin: center center; */
                        /* Set transform origin to center */
                        /* transform: translate(50%, -50%) rotate(0deg); */
                        /* Rotate the icon */
                        color: white;
                      }

                      .ample-has-modal-url:hover i {
                        font-size: 18px;
                        /* transform: translate(-9%, 3%) rotate(0deg) scale(1.5); */
                        /* Scale on hover */
                        /* transition: transform .5s cubic-bezier(0.175, 0.885, 0.320, 1.275); */
                      }

                      .ample-has-modal-url>* {
                        flex: 1;
                      }

                      .ample-has-modal-url {
                        display: flex;
                      }

                      .ample-has-modal-url img {
                        width: 100%;
                      }
/**endmodal sibling work **/
#FlashID {
    min-height: 455px !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    max-width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.fsHasTheme1 .returnToPortalSection {
    display: none;
}
#ownWrap * {
    height: 100% !important;
}

#ownWrap img {
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0;
    right: 0;
    top: 0 !important;
}

.heroSlideshow .galleria-image img {
    width: 100% !important;
    height: 100% !important;
}

.returnToPortalSection {
    z-index: 999;
}

.fsCalendar[class*="-bg"] * {
    color: white;
}

.mini-fsplayer .galleria-info-title,
.galleria-counter,
.embedded-fsplayer .galleria-info {
    display: none !important;


}

.buttonsVMiddle {
    display: flex;
    align-items: center;
}

.table-fluid {
    /* Table Head style variables. */
    --th-bg-color: #a9a9a9;
    --th-border-color-tb: #808080;
    --th-border-color-rl: #808080;
    /* Style variables for tablet and mobile only. */
    --th-even-bg-color: #b1b1b1;
    --th-even-border-color-tb: #888888;
    --th-even-border-color-rl: #888888;

    /* Table Body style variables. */
    --td-border-color-tb: var(--th-bg-color);
    --td-border-color-rl: var(--th-bg-color);
}

.table-fluid.redTable>*>tr>th {

    background-color: #620e0b;
    color: white;

}

.table-fluid.greenTable>*>tr>th {

    background-color: #00432f;
    color: white;

}

.table-fluid.blueTable>*>tr>th {

    background-color: #003399;
    color: white;

}

.table-fluid.redTable>*>tr>td:first-child {

    background-color: #b15d5a;
    color: white;

}

.table-fluid.greenTable>*>tr>td:first-child {

    background-color: #57975e;
    color: white;

}

.table-fluid.blueTable>*>tr>td:first-child {

    background-color: #5c82cc;
    color: white;

}

.poster-sessions-main-card a.fsPostLink.fsReadMoreLink {
    margin-bottom: 10px;
}

.poster-sessions-main-card a.fsPostLink.fsReadMoreLink.upperschool_link {
    margin-bottom: 1.5rem;
}

.keynote-image {
    width: 250px;
}

.name-campus-title-wrap {
    padding-bottom: 0 !important;
}

.background-image-naming-full {
    padding-bottom: 100%;
    background-size: cover;
}

.student_list .fsPostElement .fsTitle,
.student_list .fsPostElement .fsSummary {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
}

.fsPanel .feature-slide img {
    margin: 0 auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 40.063em) {
    .symposium-schedule-top-general.fsFourColumnLayout .fsDiv {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(25% - 20px);
    }
}

/**Andrae  ***/
body.collegiate-athletes-page #fsPageContent>.fsLayout h2.fsElementTitle {
    background-color: #05533E;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 4px 5px 0px;
    margin-bottom: 0;
}

body.collegiate-athletes-page .fsElementContent .fsListItems .fsTitle,
body.collegiate-athletes-page .fsElementContent .fsListItems .fsSummary {
    border: 1px solid #CCC;
    border-top: none !important;
    padding: 2px 5px;
    flex: 50%;
    display: flex;
    align-items: center;
}

body.collegiate-athletes-page .fsElementContent .fsListItems .fsSummary p {
    margin-bottom: 0 !important;
    font-size: 1em !important;
    padding: 0 !important;
}

body.collegiate-athletes-page .fsElementContent .fsListItems .fsSummary {
    border-left: none !important;
}

body.collegiate-athletes-page .fsElementContent .fsListItems {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 8.5px;
}

body.collegiate-athletes-page .fsElementContent .fsListItems article {
    background-color: #fff;
    display: flex;
    padding: 0;
    margin: 0;
}

body.collegiate-athletes-page .student_list .fsElementContent {
    padding: 0;
    margin-bottom: 1em;
}

body.collegiate-athletes-page #fsPageContent>.fsLayout .fsElement>header {
    padding: 0 8.5px;
}

body.collegiate-athletes-page .search_bar_wrapper .harker_form input#searchCollegiates {
    padding: 10px;
    border: 1px solid;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    max-width: 348px;
    margin: 0 auto 1em;
}

.collegiate_athletes_banner_wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20% 5% 1% 0%;
}

.collegiate_athletes_banner_wrapper .fsElementContent {
    max-width: none;
    padding: 0;
}

.collegiate_athletes_banner_wrapper h2 {
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    margin-left: 3%;
    margin-bottom: 0;
    padding: .5% 2%;
    border: 2px #fff solid;
    float: left;
    text-transform: none;
}

body.collegiate-athletes-page .emptyStudentColumn,
body.collegiate-athletes-page h1.fsPageTitle {
    display: none;
}

body.collegiate-athletes-page .emptyStudentColumn.notEmptyStudentColumn {
    display: block;
}

@media SCREEN AND (MAX-WIDTH:767px) {
    #FlashID {
        min-height: 320px !important;
    }
}

/****.Sports Page  *****/
.fsElement,
.nav-bar-wrapper,
.section {
    background-color: #F4F5EF
}

.current-page-menu-bookmarks a,
.mm-divider,
.mm-divider>span,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
    white-space: nowrap;
    text-overflow: ellipsis
}

.mm-indexer,
.mm-menu>.mm-panel,
.mm-navbar .mm-btn,
.mm-page,
.mm-search,
.mm-search input {
    box-sizing: border-box
}

.current-page-menu:after,
.current-page-nav:after,
.footer-nav,
.footer-nav-menu-social:after,
.fsElement,
.fsElement>footer:after,
.fsElement>header:after,
.fsElementContent:after,
.header-alert-inner:after,
.header-nav:after,
.primary-nav-menu:after,
.primary-nav:after,
.slick-track:after {
    clear: both
}

.accordion .accordion-navigation>a,
.accordion dd>a,
.accordion-direct-link,
.accordion-direct-link a,
.current-page-title,
.header-nav-menu a,
.hero-title,
.mm-divider,
.primary-nav-menu-sections a {
    text-transform: uppercase
}

.accordion .accordion-navigation>a:before,
.accordion dd>a:before,
.accordion-direct-link:before,
.fsPanel>header .fsElementTitle:before,
.header-nav-menu-secondary a:before,
.menu-item-hamburger a:before,
.menu-item-more>a:after,
.slick-next:before,
.slick-prev:before {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.backgroundsize .photo-cover-active img,
.feature-is-playing .header,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

@media only screen {
    .small-text-columns-1 {
        -moz-column-width: 4.16667%;
        -webkit-column-width: 4.16667%;
        column-width: 4.16667%;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-2,
    .small-text-columns-3 {
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem
    }

    .small-text-columns-2 {
        -moz-column-width: 8.33333%;
        -webkit-column-width: 8.33333%;
        column-width: 8.33333%;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-gap: 2rem
    }

    .small-text-columns-3 {
        -moz-column-width: 12.5%;
        -webkit-column-width: 12.5%;
        column-width: 12.5%;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-gap: 2rem
    }

    .small-text-columns-4,
    .small-text-columns-5 {
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem
    }

    .small-text-columns-4 {
        -moz-column-width: 16.66667%;
        -webkit-column-width: 16.66667%;
        column-width: 16.66667%;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        column-gap: 2rem
    }

    .small-text-columns-5 {
        -moz-column-width: 20.83333%;
        -webkit-column-width: 20.83333%;
        column-width: 20.83333%;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
        column-gap: 2rem
    }

    .small-text-columns-6,
    .small-text-columns-7 {
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem
    }

    .small-text-columns-6 {
        -moz-column-width: 25%;
        -webkit-column-width: 25%;
        column-width: 25%;
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
        column-gap: 2rem
    }

    .small-text-columns-7 {
        -moz-column-width: 29.16667%;
        -webkit-column-width: 29.16667%;
        column-width: 29.16667%;
        -moz-column-count: 7;
        -webkit-column-count: 7;
        column-count: 7;
        column-gap: 2rem
    }

    .small-text-columns-8,
    .small-text-columns-9 {
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem
    }

    .small-text-columns-8 {
        -moz-column-width: 33.33333%;
        -webkit-column-width: 33.33333%;
        column-width: 33.33333%;
        -moz-column-count: 8;
        -webkit-column-count: 8;
        column-count: 8;
        column-gap: 2rem
    }

    .small-text-columns-9 {
        -moz-column-width: 37.5%;
        -webkit-column-width: 37.5%;
        column-width: 37.5%;
        -moz-column-count: 9;
        -webkit-column-count: 9;
        column-count: 9;
        column-gap: 2rem
    }

    .small-text-columns-10 {
        -moz-column-width: 41.66667%;
        -webkit-column-width: 41.66667%;
        column-width: 41.66667%;
        -moz-column-count: 10;
        -webkit-column-count: 10;
        column-count: 10;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-11 {
        -moz-column-width: 45.83333%;
        -webkit-column-width: 45.83333%;
        column-width: 45.83333%;
        -moz-column-count: 11;
        -webkit-column-count: 11;
        column-count: 11;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-12 {
        -moz-column-width: 50%;
        -webkit-column-width: 50%;
        column-width: 50%;
        -moz-column-count: 12;
        -webkit-column-count: 12;
        column-count: 12;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-13 {
        -moz-column-width: 54.16667%;
        -webkit-column-width: 54.16667%;
        column-width: 54.16667%;
        -moz-column-count: 13;
        -webkit-column-count: 13;
        column-count: 13;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-14 {
        -moz-column-width: 58.33333%;
        -webkit-column-width: 58.33333%;
        column-width: 58.33333%;
        -moz-column-count: 14;
        -webkit-column-count: 14;
        column-count: 14;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-15 {
        -moz-column-width: 62.5%;
        -webkit-column-width: 62.5%;
        column-width: 62.5%;
        -moz-column-count: 15;
        -webkit-column-count: 15;
        column-count: 15;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-16 {
        -moz-column-width: 66.66667%;
        -webkit-column-width: 66.66667%;
        column-width: 66.66667%;
        -moz-column-count: 16;
        -webkit-column-count: 16;
        column-count: 16;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-17 {
        -moz-column-width: 70.83333%;
        -webkit-column-width: 70.83333%;
        column-width: 70.83333%;
        -moz-column-count: 17;
        -webkit-column-count: 17;
        column-count: 17;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-18 {
        -moz-column-width: 75%;
        -webkit-column-width: 75%;
        column-width: 75%;
        -moz-column-count: 18;
        -webkit-column-count: 18;
        column-count: 18;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-19 {
        -moz-column-width: 79.16667%;
        -webkit-column-width: 79.16667%;
        column-width: 79.16667%;
        -moz-column-count: 19;
        -webkit-column-count: 19;
        column-count: 19;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-20 {
        -moz-column-width: 83.33333%;
        -webkit-column-width: 83.33333%;
        column-width: 83.33333%;
        -moz-column-count: 20;
        -webkit-column-count: 20;
        column-count: 20;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-21 {
        -moz-column-width: 87.5%;
        -webkit-column-width: 87.5%;
        column-width: 87.5%;
        -moz-column-count: 21;
        -webkit-column-count: 21;
        column-count: 21;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-22 {
        -moz-column-width: 91.66667%;
        -webkit-column-width: 91.66667%;
        column-width: 91.66667%;
        -moz-column-count: 22;
        -webkit-column-count: 22;
        column-count: 22;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-23 {
        -moz-column-width: 95.83333%;
        -webkit-column-width: 95.83333%;
        column-width: 95.83333%;
        -moz-column-count: 23;
        -webkit-column-count: 23;
        column-count: 23;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .small-text-columns-24 {
        -moz-column-width: 100%;
        -webkit-column-width: 100%;
        column-width: 100%;
        -moz-column-count: 24;
        -webkit-column-count: 24;
        column-count: 24;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }
}

@media only screen and (min-width:40.063em) {
    .csscolumns .medium-text-columns-1 {
        -moz-column-width: 4.16667%;
        -webkit-column-width: 4.16667%;
        column-width: 4.16667%;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-2 {
        -moz-column-width: 8.33333%;
        -webkit-column-width: 8.33333%;
        column-width: 8.33333%;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-3 {
        -moz-column-width: 12.5%;
        -webkit-column-width: 12.5%;
        column-width: 12.5%;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-4 {
        -moz-column-width: 16.66667%;
        -webkit-column-width: 16.66667%;
        column-width: 16.66667%;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-5 {
        -moz-column-width: 20.83333%;
        -webkit-column-width: 20.83333%;
        column-width: 20.83333%;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-6 {
        -moz-column-width: 25%;
        -webkit-column-width: 25%;
        column-width: 25%;
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-7 {
        -moz-column-width: 29.16667%;
        -webkit-column-width: 29.16667%;
        column-width: 29.16667%;
        -moz-column-count: 7;
        -webkit-column-count: 7;
        column-count: 7;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-8 {
        -moz-column-width: 33.33333%;
        -webkit-column-width: 33.33333%;
        column-width: 33.33333%;
        -moz-column-count: 8;
        -webkit-column-count: 8;
        column-count: 8;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-9 {
        -moz-column-width: 37.5%;
        -webkit-column-width: 37.5%;
        column-width: 37.5%;
        -moz-column-count: 9;
        -webkit-column-count: 9;
        column-count: 9;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-10 {
        -moz-column-width: 41.66667%;
        -webkit-column-width: 41.66667%;
        column-width: 41.66667%;
        -moz-column-count: 10;
        -webkit-column-count: 10;
        column-count: 10;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-11 {
        -moz-column-width: 45.83333%;
        -webkit-column-width: 45.83333%;
        column-width: 45.83333%;
        -moz-column-count: 11;
        -webkit-column-count: 11;
        column-count: 11;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-12 {
        -moz-column-width: 50%;
        -webkit-column-width: 50%;
        column-width: 50%;
        -moz-column-count: 12;
        -webkit-column-count: 12;
        column-count: 12;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-13 {
        -moz-column-width: 54.16667%;
        -webkit-column-width: 54.16667%;
        column-width: 54.16667%;
        -moz-column-count: 13;
        -webkit-column-count: 13;
        column-count: 13;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-14 {
        -moz-column-width: 58.33333%;
        -webkit-column-width: 58.33333%;
        column-width: 58.33333%;
        -moz-column-count: 14;
        -webkit-column-count: 14;
        column-count: 14;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-15 {
        -moz-column-width: 62.5%;
        -webkit-column-width: 62.5%;
        column-width: 62.5%;
        -moz-column-count: 15;
        -webkit-column-count: 15;
        column-count: 15;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-16 {
        -moz-column-width: 66.66667%;
        -webkit-column-width: 66.66667%;
        column-width: 66.66667%;
        -moz-column-count: 16;
        -webkit-column-count: 16;
        column-count: 16;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-17 {
        -moz-column-width: 70.83333%;
        -webkit-column-width: 70.83333%;
        column-width: 70.83333%;
        -moz-column-count: 17;
        -webkit-column-count: 17;
        column-count: 17;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-18 {
        -moz-column-width: 75%;
        -webkit-column-width: 75%;
        column-width: 75%;
        -moz-column-count: 18;
        -webkit-column-count: 18;
        column-count: 18;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-19 {
        -moz-column-width: 79.16667%;
        -webkit-column-width: 79.16667%;
        column-width: 79.16667%;
        -moz-column-count: 19;
        -webkit-column-count: 19;
        column-count: 19;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-20 {
        -moz-column-width: 83.33333%;
        -webkit-column-width: 83.33333%;
        column-width: 83.33333%;
        -moz-column-count: 20;
        -webkit-column-count: 20;
        column-count: 20;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-21 {
        -moz-column-width: 87.5%;
        -webkit-column-width: 87.5%;
        column-width: 87.5%;
        -moz-column-count: 21;
        -webkit-column-count: 21;
        column-count: 21;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-22 {
        -moz-column-width: 91.66667%;
        -webkit-column-width: 91.66667%;
        column-width: 91.66667%;
        -moz-column-count: 22;
        -webkit-column-count: 22;
        column-count: 22;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-23 {
        -moz-column-width: 95.83333%;
        -webkit-column-width: 95.83333%;
        column-width: 95.83333%;
        -moz-column-count: 23;
        -webkit-column-count: 23;
        column-count: 23;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .medium-text-columns-24 {
        -moz-column-width: 100%;
        -webkit-column-width: 100%;
        column-width: 100%;
        -moz-column-count: 24;
        -webkit-column-count: 24;
        column-count: 24;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }
}

.fsElement,
.section {
    position: relative;
    padding: 3rem 0
}

.nav-bar,
.nav-bar-wrapper {
    position: relative
}

.nav-bar {
    display: none;
    z-index: 100
}

.has-nav-bar .nav-bar {
    display: block
}

.nav-bar.is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -moz-transition: -moz-transform .25s;
    -o-transition: -o-transform .25s;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s
}

.nav-bar.is-stuck.is-collapsed {
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem)
}

.brand-bar,
.current-page-bar {
    position: relative
}

.brand-bar ul,
.current-page-bar ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.brand-bar a,
.brand-bar span,
.current-page-bar a,
.current-page-bar span {
    display: block;
    text-decoration: none
}

.current-page-nav,
.primary-nav {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.current-page-nav:after,
.current-page-nav:before,
.primary-nav:after,
.primary-nav:before {
    content: " ";
    display: table
}

.current-page-menu,
.primary-nav-menu {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0
}

.current-page-menu>li,
.primary-nav-menu>li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block
}

.current-page-menu>li>*,
.primary-nav-menu>li>* {
    display: block
}

.current-page-menu:after,
.current-page-menu:before,
.primary-nav-menu:after,
.primary-nav-menu:before {
    content: " ";
    display: table
}

.current-page-menu li,
.primary-nav-menu li {
    margin: 0
}

.current-page-menu ul,
.current-page-menu ul li,
.primary-nav-menu ul,
.primary-nav-menu ul li {
    float: left
}

.accordion .accordion-navigation>.accordion-direct-link:before,
.current-page-menu ul[data-dropdown-content],
.current-page-menu ul[data-dropdown-content] li,
.primary-nav-menu ul[data-dropdown-content],
.primary-nav-menu ul[data-dropdown-content] li {
    float: none
}

.brand-bar {
    z-index: 2;
    background-color: #044836
}

.brand-bar,
.brand-bar a,
.brand-bar span {
    color: #F4F5EF
}

.brand-bar a,
.brand-bar span {
    padding: .875rem .5rem .625rem;
    background-color: #044836;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.brand-bar a:hover,
.brand-bar span:hover {
    background-color: #033e2f
}

.brand-bar a span,
.brand-bar span span {
    padding: 0
}

.brand-bar ul[data-dropdown-content] a,
.brand-bar ul[data-dropdown-content] a:hover {
    background-color: transparent
}

.primary-nav-menu-home {
    float: left;
    width: 65px;
    height: 3rem
}

.primary-nav-menu-secondary {
    float: right
}

.brand-bar .primary-nav-menu-secondary {
    margin-right: .5rem
}

.brand-bar .primary-nav-menu-sections {
    padding-left: .5rem;
    padding-right: .5rem
}

@media only screen and (min-width:64.063em) {
    .csscolumns .large-text-columns-1 {
        -moz-column-width: 4.16667%;
        -webkit-column-width: 4.16667%;
        column-width: 4.16667%;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-2 {
        -moz-column-width: 8.33333%;
        -webkit-column-width: 8.33333%;
        column-width: 8.33333%;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-3 {
        -moz-column-width: 12.5%;
        -webkit-column-width: 12.5%;
        column-width: 12.5%;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-4 {
        -moz-column-width: 16.66667%;
        -webkit-column-width: 16.66667%;
        column-width: 16.66667%;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-5 {
        -moz-column-width: 20.83333%;
        -webkit-column-width: 20.83333%;
        column-width: 20.83333%;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-6 {
        -moz-column-width: 25%;
        -webkit-column-width: 25%;
        column-width: 25%;
        -moz-column-count: 6;
        -webkit-column-count: 6;
        column-count: 6;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-7 {
        -moz-column-width: 29.16667%;
        -webkit-column-width: 29.16667%;
        column-width: 29.16667%;
        -moz-column-count: 7;
        -webkit-column-count: 7;
        column-count: 7;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-8 {
        -moz-column-width: 33.33333%;
        -webkit-column-width: 33.33333%;
        column-width: 33.33333%;
        -moz-column-count: 8;
        -webkit-column-count: 8;
        column-count: 8;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-9 {
        -moz-column-width: 37.5%;
        -webkit-column-width: 37.5%;
        column-width: 37.5%;
        -moz-column-count: 9;
        -webkit-column-count: 9;
        column-count: 9;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-10 {
        -moz-column-width: 41.66667%;
        -webkit-column-width: 41.66667%;
        column-width: 41.66667%;
        -moz-column-count: 10;
        -webkit-column-count: 10;
        column-count: 10;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-11 {
        -moz-column-width: 45.83333%;
        -webkit-column-width: 45.83333%;
        column-width: 45.83333%;
        -moz-column-count: 11;
        -webkit-column-count: 11;
        column-count: 11;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-12 {
        -moz-column-width: 50%;
        -webkit-column-width: 50%;
        column-width: 50%;
        -moz-column-count: 12;
        -webkit-column-count: 12;
        column-count: 12;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-13 {
        -moz-column-width: 54.16667%;
        -webkit-column-width: 54.16667%;
        column-width: 54.16667%;
        -moz-column-count: 13;
        -webkit-column-count: 13;
        column-count: 13;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-14 {
        -moz-column-width: 58.33333%;
        -webkit-column-width: 58.33333%;
        column-width: 58.33333%;
        -moz-column-count: 14;
        -webkit-column-count: 14;
        column-count: 14;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-15 {
        -moz-column-width: 62.5%;
        -webkit-column-width: 62.5%;
        column-width: 62.5%;
        -moz-column-count: 15;
        -webkit-column-count: 15;
        column-count: 15;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-16 {
        -moz-column-width: 66.66667%;
        -webkit-column-width: 66.66667%;
        column-width: 66.66667%;
        -moz-column-count: 16;
        -webkit-column-count: 16;
        column-count: 16;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-17 {
        -moz-column-width: 70.83333%;
        -webkit-column-width: 70.83333%;
        column-width: 70.83333%;
        -moz-column-count: 17;
        -webkit-column-count: 17;
        column-count: 17;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-18 {
        -moz-column-width: 75%;
        -webkit-column-width: 75%;
        column-width: 75%;
        -moz-column-count: 18;
        -webkit-column-count: 18;
        column-count: 18;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-19 {
        -moz-column-width: 79.16667%;
        -webkit-column-width: 79.16667%;
        column-width: 79.16667%;
        -moz-column-count: 19;
        -webkit-column-count: 19;
        column-count: 19;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-20 {
        -moz-column-width: 83.33333%;
        -webkit-column-width: 83.33333%;
        column-width: 83.33333%;
        -moz-column-count: 20;
        -webkit-column-count: 20;
        column-count: 20;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-21 {
        -moz-column-width: 87.5%;
        -webkit-column-width: 87.5%;
        column-width: 87.5%;
        -moz-column-count: 21;
        -webkit-column-count: 21;
        column-count: 21;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-22 {
        -moz-column-width: 91.66667%;
        -webkit-column-width: 91.66667%;
        column-width: 91.66667%;
        -moz-column-count: 22;
        -webkit-column-count: 22;
        column-count: 22;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-23 {
        -moz-column-width: 95.83333%;
        -webkit-column-width: 95.83333%;
        column-width: 95.83333%;
        -moz-column-count: 23;
        -webkit-column-count: 23;
        column-count: 23;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .csscolumns .large-text-columns-24 {
        -moz-column-width: 100%;
        -webkit-column-width: 100%;
        column-width: 100%;
        -moz-column-count: 24;
        -webkit-column-count: 24;
        column-count: 24;
        -moz-column-gap: 2rem;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }

    .primary-nav-menu-home {
        width: 215px
    }
}

.nav-bar .harker-logo a {
    width: 65px;
    border-right: 4px solid #033e2f;
    background-color: #05533E
}

.nav-bar .harker-logo a:hover {
    background-color: #044836
}

@media only screen and (min-width:64.063em) {
    .nav-bar .harker-logo a {
        width: 215px;
        border-left: 4px solid #033e2f
    }
}

.nav-bar.is-stuck .harker-logo {
    position: absolute;
    -moz-transition: -moz-transform .25s;
    -o-transition: -o-transform .25s;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nav-bar.is-stuck.is-collapsed .harker-logo {
    -moz-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem)
}

.footer-nav-menu-social a,
.primary-nav-menu-secondary a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 3rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.footer-nav-menu-social a:before,
.primary-nav-menu-secondary a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5rem;
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    position: relative;
    top: -2px
}

.menu-item-instagram a:before {
    content: "\f16d"
}

.menu-item-youtube a:before {
    content: "\f167"
}

.menu-item-twitter a:before {
    content: "\f081"
}

.menu-item-facebook a:before {
    content: "\f082"
}

.menu-item-linkedin a:before {
    content: "\f08c"
}

.menu-item-podcasts a:before {
    content: "\f2ce"
}

.menu-item-search a:before {
    content: "\f002"
}

.menu-item-login a:before {
    content: ""
}

.primary-nav-menu-secondary .menu-item-social {
    display: none
}

@media only screen and (min-width:64.063em) {
    .nav-bar.is-social .primary-nav-menu-secondary .menu-item-social {
        display: block
    }

    .current-page-bar a,
    .current-page-bar span {
        margin-bottom: 0
    }
}

.primary-nav-menu-sections li:not(.menu-item-hamburger) {
    display: none
}

@media only screen and (min-width:40.063em) {
    .primary-nav-menu-sections li:not(.menu-item-hamburger) {
        display: block
    }

    .current-page-title:after {
        content: "|"
    }
}

.primary-nav-menu-sections li.active a {
    background-image: url(../img/css/active-menu-item.png);
    background-position: bottom center;
    background-repeat: no-repeat
}

.current-page-bar {
    z-index: 1;
    background-color: #FFF;
    color: #888;
    font-size: .875rem;
    line-height: 1.5rem;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.current-page-bar a,
.current-page-bar span {
    height: 3rem;
    padding: .75rem .5rem
}

.current-page-bar.is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.current-page-nav {
    padding-left: .5rem;
    padding-right: .5rem;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: -moz-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out
}

.nav-bar.is-stuck.is-collapsed .current-page-nav {
    -moz-transform: translateX(65px);
    -ms-transform: translateX(65px);
    -webkit-transform: translateX(65px);
    transform: translateX(65px)
}

@media only screen and (min-width:64.063em) {
    .nav-bar.is-stuck.is-collapsed .current-page-nav {
        -moz-transform: translateX(215px);
        -ms-transform: translateX(215px);
        -webkit-transform: translateX(215px);
        transform: translateX(215px)
    }
}

.nav-bar.is-stuck.is-collapsed .f-dropdown {
    -moz-transform: translateX(-65px);
    -ms-transform: translateX(-65px);
    -webkit-transform: translateX(-65px);
    transform: translateX(-65px)
}

.current-page-menu-meta {
    float: left
}

.current-page-menu-meta a {
    color: #333
}

.current-page-title a,
.current-page-title span,
.current-page-title:after {
    display: inline-block
}

.mm-arrow:after,
.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
    content: '';
    bottom: 0;
    position: absolute
}

.current-page-bar .current-page-tagline {
    display: none;
    font-size: 1rem
}

.nav-bar.is-stuck .current-page-bar .current-page-tagline {
    display: none
}

.current-page-menu-bookmarks li.active a {
    color: #333;
    border-bottom: 3px solid #00809E
}

.current-page-menu-bookmarks a {
    color: #555;
    border-bottom: 3px solid transparent;
    overflow: hidden;
    -moz-transition: color .5s, border-bottom .5s;
    -o-transition: color .5s, border-bottom .5s;
    -webkit-transition: color .5s, border-bottom .5s;
    transition: color .5s, border-bottom .5s
}

.mm-panel,
.mm-slideout {
    -ms-transition: -ms-transform .4s ease
}

.current-page-menu-bookmarks a:focus,
.current-page-menu-bookmarks a:hover {
    color: #333
}

.current-page-menu-bookmarks>li>a {
    max-width: 160px
}

.nav-bar.is-stuck.is-collapsed .current-page-menu-bookmarks {
    padding-right: 65px
}

@media only screen and (min-width:90.063em) {
    .current-page-menu-bookmarks .f-open-dropdown {
        left: auto !important;
        right: 1rem
    }

    .current-page-menu-bookmarks .f-open-dropdown:after,
    .current-page-menu-bookmarks .f-open-dropdown:before {
        display: none
    }
}

@media only screen and (min-width:64.063em) {
    .nav-bar.is-stuck.is-collapsed .f-dropdown {
        -moz-transform: translateX(-215px);
        -ms-transform: translateX(-215px);
        -webkit-transform: translateX(-215px);
        transform: translateX(-215px)
    }

    .current-page-menu-bookmarks a,
    .current-page-title {
        font-size: 1rem
    }

    .nav-bar.is-stuck.is-collapsed .current-page-menu-bookmarks {
        padding-right: 215px
    }

    .current-page-bar .current-page-menu-bookmarks {
        margin-left: .5rem
    }
}

.current-page-bar .current-page-menu-bookmarks .f-dropdown a {
    font-size: .875rem
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-navbar,
.mm-navbar .mm-btn {
    position: absolute;
    height: 48px
}

.mm-menu,
.mm-menu>.mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-menu {
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-menu>.mm-panel.mm-hasnavbar {
    padding-top: 48px
}

.mm-menu>.mm-panel:after,
.mm-menu>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 48px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 20px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-navbar {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 24px;
    padding: 0 48px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>a {
    text-decoration: none;
    display: block;
    padding: 12px 0
}

.mm-navbar>a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    overflow: hidden
}

.mm-navbar .mm-btn {
    width: 48px;
    top: 0;
    z-index: 1
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-navbar .mm-btn:last-child {
    padding-right: 20px;
    right: 0
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 16px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li>a,
.mm-listview>li>span {
    overflow: hidden;
    color: inherit;
    line-height: 28px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
    padding-right: 58px
}

.mm-listview>li:not(.mm-divider):after {
    display: block;
    right: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 58px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    top: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 58px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 58px;
    margin-right: 0
}

.mm-menu>.mm-panel>.mm-listview {
    margin-left: -20px;
    margin-right: -20px
}

.mm-menu>.mm-panel>.mm-listview.mm-first {
    margin-top: -20px
}

.mm-menu>.mm-panel>.mm-listview.mm-last {
    padding-bottom: 20px
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px
}

.mm-arrow:after,
.mm-next:after {
    border-top: none;
    border-left: none
}

.mm-divider {
    overflow: hidden;
    font-size: 10px;
    text-indent: 20px;
    line-height: 29px
}

.mm-listview>li.mm-spacer {
    padding-top: 48px
}

.mm-listview>li.mm-spacer>.mm-next {
    top: 48px
}

.mm-listview>li.mm-spacer.mm-divider {
    padding-top: 29px
}

.mm-menu {
    background: #FFF;
    color: #888
}

.mm-menu .mm-navbar {
    border-color: #CCC
}

.mm-menu .mm-navbar .mm-btn:after,
.mm-menu .mm-navbar .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li:after {
    border-color: #CCC
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-listview>li .mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li .mm-next:before,
.mm-menu .mm-listview>li .mm-prev:after {
    border-color: #CCC
}

.mm-menu .mm-divider,
.mm-menu .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: #EEE
}

.mm-fixeddivider,
html.mm-background .mm-page {
    background: inherit
}

.mm-page {
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-opened {
    overflow: hidden;
    position: relative
}

html.mm-opened body {
    overflow: hidden
}

html.mm-opened .mm-page {
    min-height: 100vh
}

#mm-blocker {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

html.mm-blocking #mm-blocker,
html.mm-opened #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}

.mm-menu.mm-current,
em.mm-counter {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0)
    }
}

.mm-menu.mm-bottom.mm-autoheight,
.mm-menu.mm-top.mm-autoheight {
    max-height: 80%
}

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen,
.mm-menu.mm-top.mm-autoheight.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

em.mm-counter {
    font: inherit;
    font-size: 16px;
    font-style: normal;
    text-indent: 0;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 53px;
    top: 50%
}

.mm-collapsed:not(.mm-uncollapsed),
.mm-nosubresults>.mm-counter {
    display: none
}

em.mm-counter+a.mm-next {
    padding-left: 48px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 106px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 14px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 48px
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
    overflow: hidden;
    padding: 0;
    line-height: 29px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-fixeddivider {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: #EEE
}

.mm-menu>.mm-navbar,
.mm-menu>.mm-search {
    background: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    z-index: 3
}

html.mm-opened.mm-dragging #mm-blocker,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.mm-menu>.mm-navbar {
    padding: 0;
    transform: translate3d(0, 0, 0)
}

.mm-menu>.mm-navbar.mm-hasbtns {
    padding: 0 48px
}

.mm-navbar-bottom {
    border-top: 1px solid transparent;
    top: auto;
    border-bottom: none;
    bottom: 0
}

.mm-menu.mm-hasnavbar-top .mm-fixeddivider,
.mm-menu.mm-hasnavbar-top .mm-panel,
.mm-menu.mm-hassearch>.mm-navbar-top {
    top: 48px
}

.mm-navbar-2>a,
.mm-navbar-3>a,
.mm-navbar-4>a,
.mm-navbar-5>a,
.mm-navbar-6>a {
    display: block;
    float: left
}

.mm-navbar-2>a {
    width: 50%
}

.mm-navbar-3>a {
    width: 33.33%
}

.mm-navbar-4>a {
    width: 25%
}

.mm-navbar-5>a {
    width: 20%
}

.mm-navbar-6>a {
    width: 16.66%
}

.mm-close {
    text-align: right
}

.accordion-direct-link,
.footer-legal,
.mm-indexer,
.mm-noresultsmsg,
.slick-dots,
.slick-dots li button:before,
.stat,
a.cta {
    text-align: center
}

.mm-close:after {
    content: 'x'
}

.mm-menu.mm-hasnavbar .mm-panel .mm-navbar {
    display: none
}

.mm-menu.mm-hasnavbar-top.mm-hassearch .mm-fixeddivider,
.mm-menu.mm-hasnavbar-top.mm-hassearch .mm-panel {
    top: 96px
}

.mm-menu.mm-hasnavbar-bottom .mm-panel {
    bottom: 48px
}

.mm-menu>.mm-search {
    transform: translate3d(0, 0, 0)
}

.mm-search {
    height: 48px;
    width: 100%;
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
    left: 0
}

.mm-menu.mm-hassearch .mm-fixeddivider,
.mm-menu.mm-hassearch .mm-panel,
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 48px
}

.mm-search input {
    border: none;
    border-radius: 33px;
    font: inherit;
    font-size: 16px;
    line-height: 33px;
    outline: 0;
    display: block;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-panel.mm-hassearch {
    padding-top: 48px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 96px
}

.mm-noresultsmsg {
    font-size: 24px;
    display: none;
    padding: 48px 0
}

.mm-noresults .mm-noresultsmsg {
    display: block
}

.mm-noresults .mm-indexer {
    display: none !important
}

.mm-menu li.mm-nosubresults>a.mm-next {
    display: none
}

.mm-menu li.mm-nosubresults>a.mm-next+a,
.mm-menu li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: #888
}

.mm-menu .mm-indexer a,
.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    font-size: 12px;
    width: 20px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-hasnavbar-top .mm-indexer,
.mm-hassearch .mm-indexer {
    top: 58px
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.71%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-hasnavbar-bottom .mm-indexer {
    bottom: 58px
}

.mm-hassearch.mm-hasnavbar-top .mm-indexer {
    top: 106px
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 38px;
    width: 66px;
    height: 38px;
    margin-bottom: -19px
}

label.mm-toggle:before {
    border-radius: 38px;
    width: 36px;
    height: 36px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 38px;
    height: 38px;
    margin-bottom: -19px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 96px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 68px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
    right: 68px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    margin-right: 58px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 86px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 58px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
    right: 116px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 106px
}

.mm-menu label.mm-toggle {
    background: #CCC
}

.mm-menu label.mm-toggle:before {
    background: #FFF
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: #888
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    -moz-transition-property: -moz-transform, left;
    -ms-transition-property: -ms-transform, left;
    -o-transition-property: -o-transform, left;
    transition-property: transform, left
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
    background: #333;
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar>a,
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-navbar {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li:after {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview>li .mm-prev:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:before,
.mm-menu.mm-theme-dark .mm-listview>li .mm-prev:after {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar>a,
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-navbar {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview>li .mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:before,
.mm-menu.mm-theme-white .mm-listview>li .mm-prev:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar>a,
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-navbar {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li:after {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview>li .mm-prev:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:before,
.mm-menu.mm-theme-black .mm-listview>li .mm-prev:after {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-front {
    -moz-box-shadow: 2px 0 10px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 0 10px -2px rgba(0, 0, 0, .3);
    box-shadow: 2px 0 10px -2px rgba(0, 0, 0, .3);
    z-index: 1000
}

#mm-blocker {
    background: #000;
    opacity: 0;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    z-index: 999 !important
}

.mm-opening #mm-blocker {
    opacity: .4
}

.mm-listview>li {
    border-bottom: 1px solid #CCC
}

.mm-listview>li:not(.mm-divider):after {
    border-bottom: none
}

.mm-listview>li>a:hover,
.mm-listview>li>span:hover,
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    color: #333;
    background: #EEE
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
    right: 26px
}

.mm-menu .mm-navbar>a {
    color: #555
}

.header {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 50;
    background: 0 0
}

.header,
.header a {
    color: #FFF
}

.has-hero .header {
    display: block
}

.header .harker-logo {
    float: left
}

.header-alert-inner,
.header-nav {
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    float: left;
    float: none;
    margin: 0 auto
}

.header-alert-inner:after,
.header-alert-inner:before,
.header-nav:after,
.header-nav:before {
    content: " ";
    display: table
}

.header-alert {
    background: rgba(99, 167, 10, .8);
    color: #FFF;
    font-size: .875rem;
    line-height: 1.5rem;
    -moz-transition: margin-top .5s;
    -o-transition: margin-top .5s;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s
}

.header-alert .close {
    float: right;
    padding: 0 .25rem;
    line-height: inherit
}

.header-alert .fa-times {
    font-size: .75rem
}

.header-alert.header-alert-close {
    margin-top: -40px
}

.header-alert-inner {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.header-nav {
    margin-top: 1.5rem
}

.header-nav-menu {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0
}

.header-nav-menu>li {
    list-style: none;
    float: left;
    display: block;
    margin-left: 1rem
}

.header-nav-menu>li>* {
    display: block
}

.header-nav-menu a {
    text-decoration: none
}

.header-nav-menu-sections {
    padding-left: 1rem;
    padding-right: 1rem
}

.header-nav-menu-sections>li:not(.menu-item-hamburger) {
    display: none
}

@media only screen and (min-width:40.063em) {
    .header-nav-menu-sections>li:not(.menu-item-hamburger) {
        display: block
    }
}

.header-nav-menu-sections>li {
    margin-top: 21px;
    line-height: 1rem
}

.header-nav-menu-sections>.menu-item-hamburger {
    margin-top: 19px
}

.header-nav-menu-sections>.active {
    border-bottom: 1px solid #fff;
    padding-bottfom: 2px
}

.header-nav-menu-secondary {
    float: right
}

.header-nav-menu-secondary>li {
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1em
}

.header-nav-menu-secondary>li>a {
    padding: .5rem
}

.header-nav-menu-secondary a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    display: block;
    line-height: 1em
}

.hero-subtitle,
.hero-title,
.wistia_embed .wistia-content,
.wistia_embed .wistia-title {
    color: #FFF;
    font-weight: 400
}

.hero-title,
.wistia_embed .wistia-title {
    font-family: "din-2014", Helvetica, Arial, sans-serif;
    font-weight:900;
}

.hero {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 768px;
    overflow: hidden
}

.hero.fsElement {
    width: auto;
    height: auto
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.feature-is-playing .hero-text {
    display: none
}

.hero-overlay .hero-text {
    background-color: rgba(0, 0, 0, .3)
}

.hero-feature,
.hero-img {
    background-color: #333;
    width: 100%
}

.hero .hero-text>div {
    margin-top: 10rem;
    margin-bottom: 10rem
}

@media only screen and (min-height:40.063em) {
    .csstransforms .hero.is-resized .hero-text>div {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.hero .hero-text>.row {
    max-width: 75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.hero-subtitle,
.hero-title {
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.hero-title {
    font-size: 2.25rem;
    line-height: 1em
}

@media only screen and (min-width:40.063em) {
    .hero-title {
        font-size: 3rem
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-bottom: 1.5rem;
    display: none
}

@media only screen and (min-width:40.063em) {
    .hero-subtitle {
        display: block;
        font-size: 1.5rem
    }
}

.hero-text-small .hero-title,
.hero-title-small {
    font-size: 2.25rem
}

@media only screen and (min-width:40.063em) {

    .hero-text-small .hero-title,
    .hero-title-small {
        font-size: 3rem
    }
}

.hero-subtitle-small,
.hero-text-small .hero-subtitle {
    font-size: 1.125rem
}

@media only screen and (min-width:40.063em) {

    .hero-subtitle-small,
    .hero-text-small .hero-subtitle {
        font-size: 1.5rem
    }
}

@media only screen and (max-height:40em) {
    .hero-title {
        font-size: 2.25rem
    }

    .hero-subtitle {
        display: none
    }

    .footer-overlay,
    .is-home .footer {
        /*visibility:hidden */
    }
}

.button-group>li,
a.cta {
    display: inline-block
}

.hero-text .button-group,
.hero-text .button-group>li:last-child {
    margin-bottom: 0
}

.hero-img {
    position: relative;
    z-index: -15;
    height: 100%
}

.hero-bg,
.hero-bg iframe,
.is-resized .hero-img>img {
    position: absolute;
    left: 0;
    top: 0
}

.is-resized .hero-img>img {
    min-width: 100%;
    min-height: 100%;
    max-width: none
}

.hero-bg {
    z-index: -20;
    width: 100%;
    opacity: 0;
    -moz-transition: opacity 2s ease 1s;
    -o-transition: opacity 2s ease 1s;
    -webkit-transition: opacity 2s ease;
    -webkit-transition-delay: 1s;
    transition: opacity 2s ease 1s
}

.hero-bg iframe {
    width: 100%;
    height: 720px
}

.is-resized .hero-bg,
.is-resized .hero-bg>iframe,
.is-resized .hero-feature,
.slick-slide {
    height: 100%
}

.hero-bg.is-playing {
    z-index: -10;
    opacity: 1
}

.hero-feature {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -30;
background:black;
display:none;
}

.hero-feature.is-playing {
    z-index: -5
}

.hero.is-resized .hero-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero #fs-wistia-exit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
    padding: .75rem 1rem;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

.wistia_embed .wistia-title {
    font-size: 2.25rem;
    line-height: 1em;
    margin-bottom: 1.5rem
}

.wistia_embed .wistia-content,
a.cta {
    font-family: din-2014, Helvetica, Arial, sans-serif
}

@media only screen and (min-width:40.063em) {
    .wistia_embed .wistia-title {
        font-size: 3rem
    }
}

.wistia_embed .wistia-content {
    font-size: 1.125rem;
    line-height: 1.5em
}

@media only screen and (min-width:40.063em) {
    .wistia_embed .wistia-content {
        font-size: 1.5rem
    }
}

.intro {
    font-size: 1.125rem;
    font-weight: 100;
    color: #333
}

@media only screen and (min-width:40.063em) {
    .intro {
        font-size: 1.375rem
    }
}

@media only screen and (min-width:64.063em) {
    .intro {
        font-size: 1.75rem
    }
}

.button {
    line-height: 1.5;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

a.cta {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-size: 1.125rem;
    background-color: #00809E;
    border-color: #007691;
    color: #FFF;
    transition: background-color .3s ease-out;
    padding: .5rem 1rem .5625rem
}

a.cta:focus,
a.cta:hover {
    background-color: #007691;
    color: #FFF
}

dl+p .button,
ol+p .button,
p+p .button,
ul+p .button {
    margin: .75rem 0
}

.button-small {
    padding: .75rem 1rem
}

.button-outline,
.button-outline-invert,
.section-feature .button-outline,
[class*="-bg"] .button-outline {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-outline,
.button-outline-invert,
.button-outline-invert:focus,
.button-outline-invert:hover,
.button-outline:focus,
.button-outline:hover,
.section-feature .button-outline,
.section-feature .button-outline:focus,
.section-feature .button-outline:hover,
[class*="-bg"] .button-outline,
[class*="-bg"] .button-outline:focus,
[class*="-bg"] .button-outline:hover {
    background: 0 0;
    font-weight: 100
}

.button-outline,
.button-outline:focus,
.button-outline:hover {
    border: 1px solid #333;
    color: #333
}

.button-outline-invert,
.button-outline-invert:focus,
.button-outline-invert:hover,
.section-feature .button-outline,
.section-feature .button-outline:focus,
.section-feature .button-outline:hover,
[class*="-bg"] .button-outline,
[class*="-bg"] .button-outline:focus,
[class*="-bg"] .button-outline:hover {
    border: 1px solid #FFF;
    color: #FFF
}

.button-green {
    background-color: #63A70A;
    border: none
}

.button-green:focus,
.button-green:hover {
    background-color: #5b9a09;
    color: false
}

.button-purple {
    background-color: #A23BBC;
    border: none
}

.button-purple:focus,
.button-purple:hover {
    background-color: #9536ad;
    color: false
}

.button-red {
    background-color: #9C0947;
    border: none
}

.button-red:focus,
.button-red:hover {
    background-color: #900841;
    color: false
}

.button-orange {
    background-color: #CE5D27;
    border: none
}

.button-orange:focus,
.button-orange:hover {
    background-color: #be5624;
    color: false
}

.button-gold {
    background-color: #DCAA00;
    border: none
}

.accordion .accordion .accordion-navigation>.content,
.accordion .accordion dd>.content,
.accordion .accordion>li:first-child,
.accordion-invert .accordion-navigation>.content,
.accordion-invert dd>.content,
.accordion-list>li:first-child {
    border-top: 1px solid #CCC
}

.button-gold:focus,
.button-gold:hover {
    background-color: #ca9c00;
    color: false
}

.button-group {
    margin: 1.5rem 0 .75rem;
    padding: 0;
    list-style: none
}

.button-group>li>.button {
    margin: 0 1rem .75rem 0
}

.accordion .accordion-navigation,
.accordion dd {
    position: relative
}

.accordion .accordion-navigation>a,
.accordion dd>a {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    background: #00809E;
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    word-break: break-word;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -moz-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
    padding: .875rem 1rem .625rem
}

.accordion .accordion-navigation>a:focus,
.accordion .accordion-navigation>a:hover,
.accordion dd>a:focus,
.accordion dd>a:hover {
    background: #007691;
    color: #FFF
}

.accordion .accordion-navigation>a:before,
.accordion dd>a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: inherit;
    float: right;
    margin-left: 1rem
}

.accordion-truncate .accordion .accordion-navigation>a,
.accordion-truncate .accordion dd>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.accordion .accordion-navigation>a a,
.accordion dd>a a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
    padding: 1rem;
    background: #FFF;
    color: #888;
    line-height: 1.375;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.accordion .accordion-navigation>.content .h1 :not(:first-child),
.accordion .accordion-navigation>.content .h2 :not(:first-child),
.accordion .accordion-navigation>.content .h3 :not(:first-child),
.accordion .accordion-navigation>.content .h4 :not(:first-child),
.accordion .accordion-navigation>.content .h5 :not(:first-child),
.accordion .accordion-navigation>.content .h6 :not(:first-child),
.accordion .accordion-navigation>.content h1 :not(:first-child),
.accordion .accordion-navigation>.content h2 :not(:first-child),
.accordion .accordion-navigation>.content h3 :not(:first-child),
.accordion .accordion-navigation>.content h4 :not(:first-child),
.accordion .accordion-navigation>.content h5 :not(:first-child),
.accordion .accordion-navigation>.content h6 :not(:first-child),
.accordion dd>.content .h1 :not(:first-child),
.accordion dd>.content .h2 :not(:first-child),
.accordion dd>.content .h3 :not(:first-child),
.accordion dd>.content .h4 :not(:first-child),
.accordion dd>.content .h5 :not(:first-child),
.accordion dd>.content .h6 :not(:first-child),
.accordion dd>.content h1 :not(:first-child),
.accordion dd>.content h2 :not(:first-child),
.accordion dd>.content h3 :not(:first-child),
.accordion dd>.content h4 :not(:first-child),
.accordion dd>.content h5 :not(:first-child),
.accordion dd>.content h6 :not(:first-child) {
    margin-top: 1.5rem
}

.accordion .accordion-navigation>.content .h1,
.accordion .accordion-navigation>.content .h2,
.accordion .accordion-navigation>.content .h3,
.accordion .accordion-navigation>.content .h4,
.accordion .accordion-navigation>.content .h5,
.accordion .accordion-navigation>.content .h6,
.accordion .accordion-navigation>.content b,
.accordion .accordion-navigation>.content h1,
.accordion .accordion-navigation>.content h2,
.accordion .accordion-navigation>.content h3,
.accordion .accordion-navigation>.content h4,
.accordion .accordion-navigation>.content h5,
.accordion .accordion-navigation>.content h6,
.accordion .accordion-navigation>.content strong,
.accordion dd>.content .h1,
.accordion dd>.content .h2,
.accordion dd>.content .h3,
.accordion dd>.content .h4,
.accordion dd>.content .h5,
.accordion dd>.content .h6,
.accordion dd>.content b,
.accordion dd>.content h1,
.accordion dd>.content h2,
.accordion dd>.content h3,
.accordion dd>.content h4,
.accordion dd>.content h5,
.accordion dd>.content h6,
.accordion dd>.content strong {
    color: #555
}

.accordion .accordion-navigation>.content .h1,
.accordion .accordion-navigation>.content .h2,
.accordion .accordion-navigation>.content .h3,
.accordion .accordion-navigation>.content .h4,
.accordion .accordion-navigation>.content .h5,
.accordion .accordion-navigation>.content .h6,
.accordion .accordion-navigation>.content .subheader,
.accordion .accordion-navigation>.content dl,
.accordion .accordion-navigation>.content h1,
.accordion .accordion-navigation>.content h2,
.accordion .accordion-navigation>.content h3,
.accordion .accordion-navigation>.content h4,
.accordion .accordion-navigation>.content h5,
.accordion .accordion-navigation>.content h6,
.accordion .accordion-navigation>.content ol,
.accordion .accordion-navigation>.content p,
.accordion .accordion-navigation>.content ul,
.accordion dd>.content .h1,
.accordion dd>.content .h2,
.accordion dd>.content .h3,
.accordion dd>.content .h4,
.accordion dd>.content .h5,
.accordion dd>.content .h6,
.accordion dd>.content .subheader,
.accordion dd>.content dl,
.accordion dd>.content h1,
.accordion dd>.content h2,
.accordion dd>.content h3,
.accordion dd>.content h4,
.accordion dd>.content h5,
.accordion dd>.content h6,
.accordion dd>.content ol,
.accordion dd>.content p,
.accordion dd>.content ul {
    margin-bottom: .75rem
}

.accordion .accordion-navigation>.content .subheader,
.accordion dd>.content .subheader {
    color: #63A70A
}

.accordion .accordion-navigation>.content code,
.accordion dd>.content code {
    color: #888
}

.accordion .accordion-navigation>.content a,
.accordion dd>.content a {
    color: #00809E
}

.accordion .accordion-navigation>.content a:focus,
.accordion .accordion-navigation>.content a:hover,
.accordion dd>.content a:focus,
.accordion dd>.content a:hover {
    color: #006e88
}

.accordion .accordion-navigation>.content .button,
.accordion dd>.content .button {
    background: #FFF;
    border: 1px solid #CCC;
    display: block;
    line-height: 1.5rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin: 0;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.accordion .accordion-navigation>.content .button,
.accordion .accordion-navigation>.content .button:focus,
.accordion .accordion-navigation>.content .button:hover,
.accordion dd>.content .button,
.accordion dd>.content .button:focus,
.accordion dd>.content .button:hover {
    color: #00809E
}

.accordion .accordion-navigation>.content .button:focus,
.accordion .accordion-navigation>.content .button:hover,
.accordion dd>.content .button:focus,
.accordion dd>.content .button:hover {
    background-color: #ebebeb
}

.accordion .accordion-navigation>.content ul,
.accordion dd>.content ul {
    margin-bottom: .75rem
}

.accordion .accordion-navigation>.content>:first-child,
.accordion .accordion-navigation>.content>:first-child>:first-child,
.accordion dd>.content>:first-child,
.accordion dd>.content>:first-child>:first-child {
    margin-top: 0
}

.accordion .accordion-navigation>.content>:last-child,
.accordion .accordion-navigation>.content>:last-child>:last-child,
.accordion dd>.content>:last-child,
.accordion dd>.content>:last-child>:last-child {
    margin-bottom: 0
}

.accordion-direct-link {
    cursor: pointer;
    text-decoration: none;
    background: #00809E;
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    word-break: break-word;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -moz-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 3rem;
    border-right: 1px solid rgba(255, 255, 255, .5);
    padding: .875rem 0 .625rem
}

.accordion-direct-link:focus,
.accordion-direct-link:hover {
    background: #007691;
    color: #FFF
}

.accordion-direct-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "" !important;
    float: none;
    margin-left: 0
}

.accordion-truncate .accordion-direct-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.accordion-direct-link a {
    font-weight: 700;
    text-decoration: none
}

.accordion .accordion .accordion-direct-link,
.accordion-invert .accordion-direct-link {
    background-color: #FFF;
    color: #00809E;
    border-right: 1px solid #CCC
}

.accordion .accordion .accordion-direct-link:focus,
.accordion .accordion .accordion-direct-link:hover,
.accordion-invert .accordion-direct-link:focus,
.accordion-invert .accordion-direct-link:hover {
    background-color: #ebebeb;
    color: #006e88
}

.accordion .accordion-navigation>.accordion-direct-link {
    position: absolute;
    padding-left: 0;
    padding-right: 0
}

.slick-list,
.slick-track {
    position: relative;
    display: block
}

.accordion .accordion-navigation>.accordion-direct-link+a {
    padding-left: 3.75rem
}

.accordion[class*=block-grid-]>li .accordion-direct-link {
    left: 1rem;
    bottom: 2rem
}

.accordion .accordion .accordion-navigation.active>a,
.accordion .accordion .accordion-navigation>a,
.accordion .accordion dd.active>a,
.accordion .accordion dd>a,
.accordion-invert .accordion-navigation.active>a,
.accordion-invert .accordion-navigation>a,
.accordion-invert dd.active>a,
.accordion-invert dd>a {
    background-color: #FFF;
    color: #00809E
}

.accordion .accordion .accordion-navigation.active>a:focus,
.accordion .accordion .accordion-navigation.active>a:hover,
.accordion .accordion .accordion-navigation>a:focus,
.accordion .accordion .accordion-navigation>a:hover,
.accordion .accordion dd.active>a:focus,
.accordion .accordion dd.active>a:hover,
.accordion .accordion dd>a:focus,
.accordion .accordion dd>a:hover,
.accordion-invert .accordion-navigation.active>a:focus,
.accordion-invert .accordion-navigation.active>a:hover,
.accordion-invert .accordion-navigation>a:focus,
.accordion-invert .accordion-navigation>a:hover,
.accordion-invert dd.active>a:focus,
.accordion-invert dd.active>a:hover,
.accordion-invert dd>a:focus,
.accordion-invert dd>a:hover {
    background-color: #ebebeb;
    color: #006e88
}

.accordion .accordion,
.accordion-list {
    list-style: none;
    line-height: inherit;
    margin: 0 -1rem 1.5rem
}

.accordion .accordion>li,
.accordion-list>li {
    padding: 1rem;
    border-bottom: 1px solid #CCC
}

.accordion .accordion>li>a,
.accordion-list>li>a {
    margin: -1rem
}

.accordion .accordion .accordion-navigation,
.accordion .accordion dd {
    padding: 0
}

.accordion .accordion .accordion-navigation>a,
.accordion .accordion dd>a {
    margin: 0;
    text-transform: none;
    font-size: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion .accordion .accordion-navigation>a:focus,
.accordion .accordion .accordion-navigation>a:hover,
.accordion .accordion dd>a:focus,
.accordion .accordion dd>a:hover {
    color: #006e88
}

.accordion .accordion .accordion-navigation>a:before,
.accordion .accordion dd>a:before {
    content: ""
}

.accordion .accordion .accordion-navigation>a .active>a:before,
.accordion .accordion dd>a .active>a:before {
    content: ""
}

.accordion .accordion .accordion-navigation>.content,
.accordion .accordion dd>.content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel .h1,
.panel .h2,
.panel .h3,
.panel .h4,
.panel .h5,
.panel .h6,
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    margin-bottom: .75rem
}

.panel .button.secondary {
    border-color: #ddd
}

.panel>:last-child,
.panel>:last-child :last-child {
    margin-bottom: 0
}

.panel,
.panel.callout {
    color: #555
}

.panel-outline,
.panel-outline-invert,
.reset-text-color .panel-outline,
.section-feature .panel-outline,
[class*="-bg"] .panel-outline {
    background-color: transparent
}

.panel-outline,
.reset-text-color .panel-outline {
    border-color: #333
}

.panel-outline-invert,
.section-feature .panel-outline,
[class*="-bg"] .panel-outline {
    border-color: #FFF
}

.panel-outline-invert p,
.section-feature .panel-outline p,
[class*="-bg"] .panel-outline p {
    color: #FFF
}

.slick-slider {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: url(../img/css/ajax-loader.gif?1509058698) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(../fonts/vendor/slick.eot?1509058698);
    src: url(../fonts/vendor/slick.eot?&1509058698#iefix) format("embedded-opentype"), url(../fonts/vendor/slick.woff?1509058698) format("woff"), url(../fonts/vendor/slick.ttf?1509058698) format("truetype"), url(../fonts/vendor/slick.svg?1509058698#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    color: #fff;
    opacity: .75
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.feature-caption-content>:last-child,
.slick-slider {
    margin-bottom: 0
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    line-height: 20px;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75
}

.section-feature {
    overflow: hidden;
    background-color: #333
}

.section-feature>.row {
    position: relative
}

.section-feature>.row>.column,
.section-feature>.row>.columns {
    padding-left: 0;
    padding-right: 0
}

.feature-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.feature-caption.position-left {
    left: 0;
    right: auto
}

.feature-caption.position-right {
    right: 0;
    left: auto
}

.feature-caption.position-top {
    top: 0;
    bottom: auto
}

.feature-caption.position-bottom {
    top: auto;
    bottom: 0
}

.feature-caption-content {
    padding: 1rem
}

.feature-slide,
.feature-slider,
.slick-slide,
.slick-slider {
    position: relative
}

.slick-next,
.slick-prev {
    margin-bottom: 0;
    width: auto;
    height: auto;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
    padding: 8px
}

.slick-next:before,
.slick-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 2.25rem;
    line-height: 1
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: rgba(0, 0, 0, .5)
}

.slick-prev {
    left: 1rem;
    padding-right: 12px
}

.slick-prev:before {
    content: ""
}

.slick-next {
    right: 1rem;
    padding-left: 12px
}

.slick-next:before {
    content: ""
}

.slick-dots {
    bottom: 0
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #FFF
}

.slick-dots li button:before {
    font-size: 3rem
}

.stats-slider {
    overflow: hidden;
    margin: 0 -1rem
}

.stats-slider .slick-slide {
    padding: 0 1rem
}

.feature-profile-header,
.feature-program-content {
    padding: 1.125rem 1rem .875rem
}

.stats-slider .slick-prev {
    left: 0
}

.stats-slider .slick-next {
    right: 0
}

@media only screen and (min-width:40.063em) {
    .feature-program {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
        position: absolute;
        margin: 0 6.25rem;
        text-align: center;
        width: 15.625rem;
        height: 15.625rem
    }

    .feature-program-content {
        position: relative;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.stat,
.wp-body {
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.feature-program-content :first-child,
.search-dropdown .h2,
.search-dropdown h2 {
    margin-top: 0
}

.feature-program-content :last-child {
    margin-bottom: 0
}

.feature-program-content .button {
    display: none
}

.feature-program-content .button:focus,
.feature-program-content .button:hover {
    color: #FFF
}

@media only screen and (min-width:64.063em) {
    .feature-program {
        width: 22.5rem;
        height: 22.5rem
    }

    .feature-program-content .button {
        display: inline-block
    }
}

.feature-program-header {
    font-size: 1.5rem;
    line-height: 1em;
    margin: 0;
    text-transform: none
}

.feature-program-header,
.feature-program-header a {
    font-weight: 700;
    color: #FFF
}

.feature-program-header a {
    text-decoration: none
}

.feature-program-header .word-chunk {
    display: inline
}

@media only screen and (min-width:40.063em) {
    .feature-program-header {
        font-size: 2rem
    }

    .feature-program-header .word-chunk {
        display: block
    }

    .feature-program-header .word-chunk:after {
        content: '-'
    }

    .feature-program-header .word-chunk.word-chunk-end:after {
        content: ''
    }
}

.feature-profile {
    position: relative;
    color: #FFF
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
    .feature-profile-image {
        position: relative
    }
}

@media only screen and (min-width:64.063em) {
    .feature-program-header {
        font-size: 3rem;
        margin-bottom: 1.5rem
    }

    .feature-profile-image>img {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        min-height: 100%;
        min-width: 1440px;
        width: 100%;
        height: auto;
        max-width: none
    }
}

@media screen and (min-width:64.063em) and (max-width:1440px) {
    .feature-profile-image>img {
        left: 50%;
        margin-left: -720px
    }
}

.feature-profile-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    margin: 1.5rem 0
}

.feature-profile-header.position-right {
    left: auto;
    right: 0
}

@media only screen and (min-width:64.063em) {
    .feature-profile-header {
        position: relative;
        z-index: 1;
        float: left;
        margin-bottom: 3rem;
        padding-left: 4rem
    }

    .feature-profile-header.position-right {
        float: right
    }

    .feature-profile-name,
    .feature-profile-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.feature-profile-name,
.feature-profile-title {
    margin-bottom: 0;
    text-transform: none
}

.feature-profile-name,
.feature-profile-name a,
.feature-profile-title,
.feature-profile-title a {
    font-weight: 700
}

.feature-profile-name {
    font-family: din-condensed, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1em
}

@media only screen and (max-width:20em) {
    .feature-profile-name {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:40.063em) {
    .feature-profile-header {
        width: 45.83333%
    }

    .feature-profile-name {
        font-size: 3rem
    }
}

@media only screen and (min-width:64.063em) {
    .feature-profile-name {
        font-size: 3.5rem
    }
}

.feature-profile-title {
    font-size: 1rem
}

@media only screen and (min-width:40.063em) {
    .feature-profile-title {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:64.063em) {
    .feature-profile-title {
        font-size: 1.75rem;
        line-height: 1em
    }
}

.feature-profile-content,
.feature-profile-quote {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.feature-profile-quote {
    display: block;
    padding-left: 2rem;
    margin: 1.5rem 1rem;
    font-size: 1.375rem;
    line-height: 1em;
    font-weight: 100;
    color: #FFF;
    border-color: #FFF;
    font-style: italic;
    text-indent: -1rem
}

.footer-nav-menu>li>a,
.wp-title {
    font-weight: 700
}

.feature-profile-quote:before {
    content: '\201C';
    width: 1rem
}

.feature-profile-quote:after {
    content: '\201D'
}

@media only screen and (min-width:40.063em) {
    .feature-profile-quote {
        position: absolute;
        right: 4.16667%;
        bottom: 12.5%;
        z-index: 0;
        width: 37.5%;
        text-align: center;
        text-indent: 0;
        padding: 0;
        border: none
    }

    .feature-profile-quote.position-left {
        left: 4.16667%;
        right: auto
    }

    .feature-profile-quote:before {
        width: auto
    }
}

@media only screen and (min-width:64.063em) {
    .feature-profile-quote {
        font-size: 2rem
    }

    .feature-profile-quote:after,
    .feature-profile-quote:before {
        position: relative;
        z-index: -1;
        display: inline-block;
        width: 42px;
        height: 35px;
        content: ' ';
        opacity: .25
    }

    .feature-profile-quote:before {
        bottom: 0;
        left: .75em;
        background-image: url(../img/css/quote-open.png)
    }

    .feature-profile-quote:after {
        top: .4375em;
        left: -.75em;
        background-image: url(../img/css/quote-close.png)
    }
}

#fsPageWrapper .gsc-modal-background-image-visible,
#page .gsc-modal-background-image-visible,
html.search-dropdown-opened #mm-blocker {
    opacity: .4
}

.feature-profile-content {
    padding: 0 1rem;
    margin: 1.5rem 0
}

.feature-profile-content .h3,
.feature-profile-content h3 {
    margin-bottom: .125em
}

.feature-profile-content .button {
    text-shadow: none
}

@media only screen and (min-width:64.063em) {
    .feature-profile-content {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        width: 45.83333%;
        padding-bottom: 1.5rem;
        padding-left: 4rem;
        margin: 0;
        clear: both
    }

    .feature-profile-content.position-right {
        left: 54.16667%
    }
}

.news-feed {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none
}

.wp-article {
    display: block;
    margin-bottom: 1.5rem
}

.wp-body {
    background-color: #FFF;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.wp-thumbnail {
    background: 50% 33% no-repeat #333;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.wp-thumbnail img {
    display: block;
    margin: 0 auto;
    max-height: 12rem
}

.backgroundsize .wp-thumbnail {
    max-height: none;
    width: 100%;
    height: 0;
    padding-bottom: 66.6667%
}

.backgroundsize .wp-thumbnail img {
    display: none
}

.wp-thumbnail-top .wp-thumbnail {
    background-position: center top
}

.wp-text {
    padding: 1rem
}

.wp-text :last-child {
    margin-bottom: 0
}

.wp-tag {
    line-height: 1.25rem;
    text-transform: uppercase;
    margin-bottom: .75rem
}

.wp-title {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.wp-title a {
    text-decoration: none
}

.news-feed .wp-title a {
    color: #00809E
}

.news-feed .wp-title a:focus,
.news-feed .wp-title a:hover {
    color: #006e88
}

.wp-excerpt {
    margin: .75rem 0;
    line-height: 1.25
}

.csscolumns .news-feed {
    margin-bottom: 0
}

.csscolumns .wp-article {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0
}

.news-feed-outline .wp-text {
    border: 1px solid #FFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.news-feed-outline .wp-thumbnail+.wp-text {
    border-top: 0
}

.news-feed-outline .wp-body {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsPanel>header .fsElementTitle,
.stat {
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.news-feed-outline .wp-title a,
.news-feed-outline .wp-title a:focus,
.news-feed-outline .wp-title a:hover {
    color: #FFF
}

.stat-measure,
.stat-measure a {
    color: #63A70A
}

.feedburnerFeedBlock ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.feedburnerFeedBlock ul>li {
    margin-bottom: 1.5rem
}

.feedburnerFeedBlock ul>li>div {
    margin: .75rem 0
}

.feedburnerFeedBlock .headline {
    font-size: 1.5rem;
    line-height: 1
}

.feedburnerFeedBlock .headline a {
    text-decoration: none
}

.feedburnerFeedBlock .headline a:focus,
.feedburnerFeedBlock .headline a:hover {
    text-decoration: underline
}

.footer-nav-menu a,
.fsNews .fsTitle a,
.fsPanel>header .fsElementTitle,
.stat-desc a,
.stat-measure a {
    text-decoration: none
}

.feedburnerFeedBlock .date {
    margin-bottom: .75rem
}

.stat {
    background-color: #FFF;
    padding: 2em;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.stat-desc,
.stat-measure {
    display: block;
    font-weight: 700
}

.stat-measure {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 1rem
}

.stat-measure a:hover {
    color: #559009
}

.stat-desc {
    font-size: 1.5rem;
    color: #888;
    line-height: 1.25
}

.search-dropdown {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 2.1875rem 0;
    background-color: #FFF;
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .3);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: -moz-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out
}

.search-dropdown.search-dropdown-open {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.search-dropdown .search-box-close-link {
    display: block;
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    width: 37px;
    text-align: center;
    color: #555
}

html.search-dropdown-opening #mm-blocker {
    display: block
}

#fsPageWrapper .gsc-control-cse,
#fsPageWrapper .gsc-control-searchbox-only,
#page .gsc-control-cse,
#page .gsc-control-searchbox-only {
    font-family: din-2014, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

#fsPageWrapper .gsc-control-cse table,
#fsPageWrapper .gsc-control-cse td,
#fsPageWrapper .gsc-control-searchbox-only table,
#fsPageWrapper .gsc-control-searchbox-only td,
#page .gsc-control-cse table,
#page .gsc-control-cse td,
#page .gsc-control-searchbox-only table,
#page .gsc-control-searchbox-only td {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

#fsPageWrapper .gsc-control-cse input[type=text],
#fsPageWrapper .gsc-control-searchbox-only input[type=text],
#page .gsc-control-cse input[type=text],
#page .gsc-control-searchbox-only input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-family: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #ccc !important;
    background-color: #FFF !important;
    height: 2.4375rem !important;
    margin: 0 !important;
    padding: .5rem !important;
    width: 100% !important
}

#fsPageWrapper .gsc-control-cse input[type=text]:focus,
#fsPageWrapper .gsc-control-searchbox-only input[type=text]:focus,
#page .gsc-control-cse input[type=text]:focus,
#page .gsc-control-searchbox-only input[type=text]:focus {
    background: #fafafa;
    border-color: #999;
    outline: 0
}

#fsPageWrapper .gsc-control-cse input[type=text]:disabled,
#fsPageWrapper .gsc-control-cse input[type=text][disabled],
#fsPageWrapper .gsc-control-cse input[type=text][readonly],
#fsPageWrapper .gsc-control-searchbox-only input[type=text]:disabled,
#fsPageWrapper .gsc-control-searchbox-only input[type=text][disabled],
#fsPageWrapper .gsc-control-searchbox-only input[type=text][readonly],
#page .gsc-control-cse input[type=text]:disabled,
#page .gsc-control-cse input[type=text][disabled],
#page .gsc-control-cse input[type=text][readonly],
#page .gsc-control-searchbox-only input[type=text]:disabled,
#page .gsc-control-searchbox-only input[type=text][disabled],
#page .gsc-control-searchbox-only input[type=text][readonly],
fieldset[disabled] #fsPageWrapper .gsc-control-cse input[type=text],
fieldset[disabled] #fsPageWrapper .gsc-control-searchbox-only input[type=text],
fieldset[disabled] #page .gsc-control-cse input[type=text],
fieldset[disabled] #page .gsc-control-searchbox-only input[type=text] {
    background-color: #DDD;
    cursor: default
}

#fsPageWrapper form.gsc-search-box,
#page form.gsc-search-box {
    font-size: 1rem;
    margin: 0
}

#fsPageWrapper table.gsc-search-box,
#page table.gsc-search-box {
    margin: 0;
    border: none;
    background: 0 0
}

#fsPageWrapper div.gsc-input-box,
#page div.gsc-input-box {
    height: auto;
    border: none
}

#fsPageWrapper .gsib_b,
#page .gsib_b {
    display: none
}

#fsPageWrapper input.gsc-search-button,
#fsPageWrapper input.gsc-search-button.gsc-search-button-v2,
#page input.gsc-search-button,
#page input.gsc-search-button.gsc-search-button-v2 {
    height: 2.3125rem;
    padding: .5625rem;
    width: 2.3125rem;
    margin: 0 0 0 1rem;
    display: block
}

#fsPageWrapper .gsc-control-cse .gsc-table-result,
#page .gsc-control-cse .gsc-table-result {
    font-family: din-2014, Helvetica, Arial, sans-serif
}

#fsPageWrapper .gsc-input-box,
#fsPageWrapper .gsc-input-box-focus,
#fsPageWrapper .gsc-input-box-hover,
#fsPageWrapper input.gsc-input,
#page .gsc-input-box,
#page .gsc-input-box-focus,
#page .gsc-input-box-hover,
#page input.gsc-input {
    border-color: #ccc
}

#fsPageWrapper input.gsc-search-button,
#fsPageWrapper input.gsc-search-button:focus,
#fsPageWrapper input.gsc-search-button:hover,
#page input.gsc-search-button,
#page input.gsc-search-button:focus,
#page input.gsc-search-button:hover {
    border-color: #007691;
    background-color: #00809E;
    background-image: none;
    filter: none
}

#fsPageWrapper .gsc-above-wrapper-area,
#page .gsc-above-wrapper-area {
    padding: 0;
    border: none
}

#fsPageWrapper .gsc-result-info,
#page .gsc-result-info {
    padding: .375rem 0;
    font-size: .75rem;
    line-height: 1.5rem
}

#fsPageWrapper .gsc-tabHeader.gsc-tabhInactive,
#page .gsc-tabHeader.gsc-tabhInactive {
    border-color: #F4F5EF;
    background-color: #F4F5EF
}

#fsPageWrapper .gsc-tabHeader.gsc-tabhActive,
#page .gsc-tabHeader.gsc-tabhActive {
    border-color: #CCC #CCC #FFF;
    background-color: #FFF
}

#fsPageWrapper .gsc-tabsArea,
#page .gsc-tabsArea {
    border-color: #CCC
}

#fsPageWrapper .gsc-imageResult:hover,
#fsPageWrapper .gsc-results .gsc-imageResult,
#fsPageWrapper .gsc-webResult.gsc-result,
#fsPageWrapper .gsc-webResult.gsc-result:hover,
#page .gsc-imageResult:hover,
#page .gsc-results .gsc-imageResult,
#page .gsc-webResult.gsc-result,
#page .gsc-webResult.gsc-result:hover {
    border: none;
    background: 0 0
}

#fsPageWrapper .gsc-webResult .gsc-result,
#page .gsc-webResult .gsc-result {
    padding: 0;
    margin-bottom: 1.5rem
}

#fsPageWrapper .gsc-table-result,
#fsPageWrapper .gsc-thumbnail-inside,
#fsPageWrapper .gsc-url-top,
#page .gsc-table-result,
#page .gsc-thumbnail-inside,
#page .gsc-url-top {
    padding: 0
}

#fsPageWrapper .gs-imageResult a.gs-title:link,
#fsPageWrapper .gs-imageResult a.gs-title:link b,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:link,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:link b,
#page .gs-imageResult a.gs-title:link,
#page .gs-imageResult a.gs-title:link b,
#page .gs-webResult.gs-result a.gs-title:link,
#page .gs-webResult.gs-result a.gs-title:link b {
    color: #00809E
}

#fsPageWrapper .gs-imageResult a.gs-title:active,
#fsPageWrapper .gs-imageResult a.gs-title:active b,
#fsPageWrapper .gs-imageResult a.gs-title:hover,
#fsPageWrapper .gs-imageResult a.gs-title:hover b,
#fsPageWrapper .gs-imageResult a.gs-title:visited,
#fsPageWrapper .gs-imageResult a.gs-title:visited b,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:active,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:active b,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:hover,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:hover b,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:visited,
#fsPageWrapper .gs-webResult.gs-result a.gs-title:visited b,
#page .gs-imageResult a.gs-title:active,
#page .gs-imageResult a.gs-title:active b,
#page .gs-imageResult a.gs-title:hover,
#page .gs-imageResult a.gs-title:hover b,
#page .gs-imageResult a.gs-title:visited,
#page .gs-imageResult a.gs-title:visited b,
#page .gs-webResult.gs-result a.gs-title:active,
#page .gs-webResult.gs-result a.gs-title:active b,
#page .gs-webResult.gs-result a.gs-title:hover,
#page .gs-webResult.gs-result a.gs-title:hover b,
#page .gs-webResult.gs-result a.gs-title:visited,
#page .gs-webResult.gs-result a.gs-title:visited b {
    color: #006e88
}

#fsPageWrapper .gsc-cursor-page,
#fsPageWrapper a.gsc-trailing-more-results:link,
#page .gsc-cursor-page,
#page a.gsc-trailing-more-results:link {
    color: #00809E
}

#fsPageWrapper .gs-fileFormatType,
#fsPageWrapper .gs-imageResult .gs-snippet,
#fsPageWrapper .gs-imageResult div.gs-visibleUrl,
#fsPageWrapper .gs-webResult .gs-snippet,
#fsPageWrapper .gs-webResult div.gs-visibleUrl,
#fsPageWrapper .gs-webResult div.gs-visibleUrl-short,
#page .gs-fileFormatType,
#page .gs-imageResult .gs-snippet,
#page .gs-imageResult div.gs-visibleUrl,
#page .gs-webResult .gs-snippet,
#page .gs-webResult div.gs-visibleUrl,
#page .gs-webResult div.gs-visibleUrl-short {
    color: #888
}

#fsPageWrapper .gs-webResult div.gs-visibleUrl-short,
#page .gs-webResult div.gs-visibleUrl-short {
    display: none
}

#fsPageWrapper .gs-webResult div.gs-visibleUrl-long,
#page .gs-webResult div.gs-visibleUrl-long {
    display: block
}

#fsPageWrapper .gs-promotion div.gs-visibleUrl-short,
#page .gs-promotion div.gs-visibleUrl-short {
    display: none
}

#fsPageWrapper .gs-promotion div.gs-visibleUrl-long,
#page .gs-promotion div.gs-visibleUrl-long {
    display: block
}

#fsPageWrapper .gsc-cursor-box,
#page .gsc-cursor-box {
    border-color: #FFF
}

#fsPageWrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
#fsPageWrapper .gsc-results .gsc-cursor-box .gsc-cursor-page,
#page .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
#page .gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #CCC;
    background-color: #FFF;
    color: #00809E
}

#fsPageWrapper .gsc-webResult.gsc-result.gsc-promotion,
#page .gsc-webResult.gsc-result.gsc-promotion {
    border-color: #CCC;
    background-color: #FFF
}

.accordion .fsAccordion.accordion .fsPanel>.fsElementContent,
.fsAccordion .fsAccordion .fsPanel:nth-of-type(1),
.fsAccordion .fsAccordion .fsPanel>.fsElementContent,
.fsAccordion.accordion-invert .fsPanel>.fsElementContent {
    border-top: 1px solid #CCC
}

#fsPageWrapper .gsc-completion-snippet,
#fsPageWrapper .gsc-completion-title,
#page .gsc-completion-snippet,
#page .gsc-completion-title {
    color: #888
}

#fsPageWrapper .gs-promotion .gs-snippet a:link,
#fsPageWrapper .gs-promotion a.gs-title:link,
#fsPageWrapper .gs-promotion a.gs-title:link *,
#page .gs-promotion .gs-snippet a:link,
#page .gs-promotion a.gs-title:link,
#page .gs-promotion a.gs-title:link * {
    color: #00809E
}

#fsPageWrapper .gs-promotion .gs-snippet a:active,
#fsPageWrapper .gs-promotion .gs-snippet a:hover,
#fsPageWrapper .gs-promotion .gs-snippet a:visited,
#fsPageWrapper .gs-promotion a.gs-title:active,
#fsPageWrapper .gs-promotion a.gs-title:active *,
#fsPageWrapper .gs-promotion a.gs-title:hover,
#fsPageWrapper .gs-promotion a.gs-title:hover *,
#fsPageWrapper .gs-promotion a.gs-title:visited,
#fsPageWrapper .gs-promotion a.gs-title:visited *,
#page .gs-promotion .gs-snippet a:active,
#page .gs-promotion .gs-snippet a:hover,
#page .gs-promotion .gs-snippet a:visited,
#page .gs-promotion a.gs-title:active,
#page .gs-promotion a.gs-title:active *,
#page .gs-promotion a.gs-title:hover,
#page .gs-promotion a.gs-title:hover *,
#page .gs-promotion a.gs-title:visited,
#page .gs-promotion a.gs-title:visited * {
    color: #006e88
}

#fsPageWrapper .gs-promotion .gs-snippet,
#fsPageWrapper .gs-promotion .gs-title .gs-promotion-title-right,
#fsPageWrapper .gs-promotion .gs-title .gs-promotion-title-right *,
#fsPageWrapper .gs-promotion .gs-visibleUrl,
#fsPageWrapper .gs-promotion .gs-visibleUrl-short,
#page .gs-promotion .gs-snippet,
#page .gs-promotion .gs-title .gs-promotion-title-right,
#page .gs-promotion .gs-title .gs-promotion-title-right *,
#page .gs-promotion .gs-visibleUrl,
#page .gs-promotion .gs-visibleUrl-short {
    color: #888
}

#fsPageWrapper .gsc-results-wrapper-overlay,
#page .gsc-results-wrapper-overlay {
    padding: 36px
}

#fsPageWrapper .gsc-results-close-btn,
#page .gsc-results-close-btn {
    top: 12px;
    right: 12px
}

#fsPageWrapper .gsc-selected-option-container,
#page .gsc-selected-option-container {
    min-width: 100px
}

#fsPageWrapper .gsc-modal-background-image,
#page .gsc-modal-background-image {
    background-color: #000
}

#fsPageWrapper .gsc-results,
#page .gsc-results {
    width: 100%
}

#fsPageWrapper .gcsc-branding,
#page .gcsc-branding {
    padding-left: 0;
    padding-right: 0
}

.footer {
    background: #05533E
}

.footer,
.footer a {
    color: #FFF
}

.footer-overlay,
.is-home .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background: 0 0;
    width: 100%;
    padding: 0
}

.feature-is-playing .footer-overlay,
.feature-is-playing .is-home .footer {
    display: none
}

.footer-invert {
    background: #F4F5EF;
    color: #888
}

.footer-invert a {
    color: #888
}

.footer-invert .footer-nav-menu-social a,
.footer-invert .footer-nav-menu>li>a,
.footer-invert a:focus,
.footer-invert a:hover {
    color: #555
}

.footer-invert .footer-nav-menu-social a:focus,
.footer-invert .footer-nav-menu-social a:hover,
.footer-invert .footer-nav-menu>li>a:focus,
.footer-invert .footer-nav-menu>li>a:hover {
    color: #333
}

.footer-invert .harker-logo a,
.footer-invert .harker-logo.harker-logo-horiz a {
    background-image: url(../img/css/harker-logo-green.png)
}

.footer-legal {
    font-size: .75rem
}

@media only screen and (min-width:40.063em) {
    .footer-legal {
        font-size: inherit
    }
}

.footer-nav-menu,
.footer-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-nav-menu>li {
    margin-bottom: 1.5rem
}

.footer-nav-menu ul li {
    margin: .5rem 0
}

.footer .column.end ul li:first-child {
    margin: 0
}

.footer-nav-menu-social {
    margin: 0 0 1.0625rem;
    padding: 0;
    list-style: none;
    overflow: hidden;
    overflow: visible
}

.footer-nav-menu-social>li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block
}

.footer-nav-menu-social>li>* {
    display: block
}

.footer-nav-menu-social:after,
.footer-nav-menu-social:before {
    content: " ";
    display: table
}

.footer-nav-menu-social a,
.footer-nav-menu-social a:before,
.footer-nav-menu-social li {
    line-height: 1
}

.footer-nav-menu-social li {
    margin-left: 0
}

.footer-nav-menu-social a {
    height: auto;
    font-size: 1rem;
    padding: 0
}

.menu-item-followtext {
    margin-right: .5rem
}

.text-center .footer-nav-menu-social,
.text-center .harker-logo {
    display: inline-block
}

.fade-in-init {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -moz-transition: all .5s ease-out .75s;
    -o-transition: all .5s ease-out .75s;
    -webkit-transition: all .5s ease-out;
    -webkit-transition-delay: .75s;
    transition: all .5s ease-out .75s
}

.fade-in-init.top-to-bottom {
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.fade-in-init.left-to-right {
    -moz-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
}

.fade-in-init.right-to-left {
    -moz-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
}

.fade-in-init.seq-1 {
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.fade-in-init.seq-2 {
    -moz-transition-delay: .85s;
    -o-transition-delay: .85s;
    -webkit-transition-delay: .85s;
    transition-delay: .85s
}

.fade-in-init.seq-3 {
    -moz-transition-delay: .95s;
    -o-transition-delay: .95s;
    -webkit-transition-delay: .95s;
    transition-delay: .95s
}

.fade-in-init.seq-4 {
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.fade-in-init.seq-5 {
    -moz-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s
}

.fade-in-init.seq-6 {
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.fade-in-init.seq-7 {
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
}

.fade-in-init.seq-8 {
    -moz-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    -webkit-transition-delay: 1.45s;
    transition-delay: 1.45s
}

.fade-in-init.seq-9 {
    -moz-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    -webkit-transition-delay: 1.55s;
    transition-delay: 1.55s
}

.fade-in-init.seq-10 {
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s
}

.fade-in-init.seq-11 {
    -moz-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

.fade-in-init.seq-12 {
    -moz-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    -webkit-transition-delay: 1.85s;
    transition-delay: 1.85s
}

.fade-in.fade-in-start,
.fsComposeMode .fade-in {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.frame-1 {
    -moz-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -moz-animation-name: fadeIn1;
    -webkit-animation-name: fadeIn1;
    animation-name: fadeIn1
}

.frame-2 {
    -moz-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -moz-animation-name: fadeIn2;
    -webkit-animation-name: fadeIn2;
    animation-name: fadeIn2
}

.frame-3 {
    -moz-animation-duration: 4.5s;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -moz-animation-name: fadeIn3;
    -webkit-animation-name: fadeIn3;
    animation-name: fadeIn3
}

.frame-4 {
    -moz-animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -moz-animation-name: fadeIn4;
    -webkit-animation-name: fadeIn4;
    animation-name: fadeIn4
}

@-moz-keyframes fadeIn1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn2 {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn2 {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn2 {

    0%,
    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn3 {

    0%,
    66% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn3 {

    0%,
    66% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn3 {

    0%,
    66% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn4 {

    0%,
    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn4 {

    0%,
    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn4 {

    0%,
    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.marcom-award {
    display: none
}

@media only screen and (min-width:64.063em) {
    .marcom-award {
        display: block;
        position: absolute;
        right: 1em;
        bottom: 2em;
        width: 4em
    }
}

.fsElement>footer:after,
.fsElement>footer:before,
.fsElement>header:after,
.fsElement>header:before,
.fsElementContent:after,
.fsElementContent:before,
.fsLayout:after,
.fsLayout:before {
    content: " ";
    display: table
}

div[data-ps-embed-type] {
    background-color: rgba(0, 0, 0, .1)
}

.wdgtc-wrap {
    margin-bottom: 1.5rem
}

.wdgtc-holder {
    min-height: 100% !important
}

.fsElement .fsElement {
    background-color: transparent;
    padding: 0
}

.fsElement>footer,
.fsElement>header,
.fsElementContent {
    background-color: transparent;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    float: left;
    float: none;
    margin: 0 auto
}

.fsElement.hero,
.fsElement.nav-bar,
.fsElement.section-full {
    padding: 0
}

.fsElement>footer .row,
.fsElement>header .row,
.fsElementContent .row {
    max-width: none;
    width: auto;
    margin: 0 -1rem
}

.fsElement.feature .fsElementContent,
.fsElement.feature>footer,
.fsElement.feature>header,
.fsElement.section-feature>.fsElementContent,
.fsElement.section-feature>footer,
.fsElement.section-feature>header,
.fsElement.section-wide .fsElementContent,
.fsElement.section-wide>footer,
.fsElement.section-wide>header {
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0
}

.fsElement.nav-bar .fsElementContent,
.fsElement.nav-bar>footer,
.fsElement.nav-bar>header,
.fsElement.section-full .fsElementContent,
.fsElement.section-full>footer,
.fsElement.section-full>header {
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.fsElement.nav-bar .row,
.fsElement.section-full .row {
    margin-left: 0;
    margin-right: 0
}

.fsElement.column,
.fsElement.columns {
    padding-right: 0;
    padding-left: 0;
    clear: none
}

.fsContainer>.fsElementContent {
    padding-right: 0;
    padding-left: 0
}

.fsLayout {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto
}

.fsLayout:after {
    clear: both
}

.keepOldStylesheetColumns .fsDiv,
.keepOldStylesheetColumns .fsOneColumnLayout.fsElement .fsDiv {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left
}

@media only screen and (min-width:40.063em) {

    .fsFourColumnLayout .fsDiv,
    .fsThreeColumnLayout .fsDiv,
    .fsTwoColumnLayout .fsDiv {
        padding-left: 0;
        padding-right: 0;
        float: left
    }

    .fsTwoColumnLayout .fsDiv {
        width: 50%
    }

    .fsThreeColumnLayout .fsDiv {
        width: 33.33333%
    }

    .fsFourColumnLayout .fsDiv {
        width: 50%
    }

    .fsFourColumnLayout .fsDiv:nth-of-type(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:64.063em) {
    .fsFourColumnLayout .fsDiv {
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        float: left
    }

    .fsFourColumnLayout .fsDiv:nth-of-type(2n+1) {
        clear: none
    }
}

.fsElement.hero .fsElementContent,
.fsElement.hero>footer,
.fsElement.hero>header {
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.fsElement.hero>footer,
.fsElement.hero>header {
    display: none
}

.fsElement.feature {
    padding: 0;
    overflow: hidden
}

.fsElement.feature>.fsElementContent {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

.fsPanel {
    margin-bottom: 1.5rem
}

.fsPanel>.fsElementContent,
.fsPanel>footer,
.fsPanel>header {
    position: relative;
    padding-right: 0;
    padding-left: 0
}

.fsPanel>header .fsElementTitle {
    position: relative;
    cursor: pointer;
    background: #00809E;
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0;
    text-transform: uppercase;
    word-break: break-word;
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -moz-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
    padding: .875rem 1rem .625rem
}

.fsPanel>header .fsElementTitle:focus,
.fsPanel>header .fsElementTitle:hover {
    background: #007691;
    color: #FFF
}

.fsPanel>header .fsElementTitle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: inherit;
    float: right;
    margin-left: 1rem
}

.accordion-truncate .fsPanel>header .fsElementTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fsPanel>header .fsElementTitle a {
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.fsPanel>.fsElementContent {
    background: #FFF;
    color: #888;
    line-height: 1.375;
    position: relative;
    z-index: 1;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    padding: 1.375rem 0
}

.fsPanel>.fsElementContent .h1 :not(:first-child),
.fsPanel>.fsElementContent .h2 :not(:first-child),
.fsPanel>.fsElementContent .h3 :not(:first-child),
.fsPanel>.fsElementContent .h4 :not(:first-child),
.fsPanel>.fsElementContent .h5 :not(:first-child),
.fsPanel>.fsElementContent .h6 :not(:first-child),
.fsPanel>.fsElementContent h1 :not(:first-child),
.fsPanel>.fsElementContent h2 :not(:first-child),
.fsPanel>.fsElementContent h3 :not(:first-child),
.fsPanel>.fsElementContent h4 :not(:first-child),
.fsPanel>.fsElementContent h5 :not(:first-child),
.fsPanel>.fsElementContent h6 :not(:first-child) {
    margin-top: 1.5rem
}

.fsPanel>.fsElementContent .h1,
.fsPanel>.fsElementContent .h2,
.fsPanel>.fsElementContent .h3,
.fsPanel>.fsElementContent .h4,
.fsPanel>.fsElementContent .h5,
.fsPanel>.fsElementContent .h6,
.fsPanel>.fsElementContent b,
.fsPanel>.fsElementContent h1,
.fsPanel>.fsElementContent h2,
.fsPanel>.fsElementContent h3,
.fsPanel>.fsElementContent h4,
.fsPanel>.fsElementContent h5,
.fsPanel>.fsElementContent h6,
.fsPanel>.fsElementContent strong {
    color: #555
}

.fsPanel>.fsElementContent .h1,
.fsPanel>.fsElementContent .h2,
.fsPanel>.fsElementContent .h3,
.fsPanel>.fsElementContent .h4,
.fsPanel>.fsElementContent .h5,
.fsPanel>.fsElementContent .h6,
.fsPanel>.fsElementContent .subheader,
.fsPanel>.fsElementContent dl,
.fsPanel>.fsElementContent h1,
.fsPanel>.fsElementContent h2,
.fsPanel>.fsElementContent h3,
.fsPanel>.fsElementContent h4,
.fsPanel>.fsElementContent h5,
.fsPanel>.fsElementContent h6,
.fsPanel>.fsElementContent ol,
.fsPanel>.fsElementContent p,
.fsPanel>.fsElementContent ul {
    margin-bottom: .75rem
}

.fsPanel>.fsElementContent .subheader {
    color: #63A70A
}

.fsPanel>.fsElementContent code {
    color: #888
}

.fsPanel>.fsElementContent a {
    color: #00809E
}

.fsPanel>.fsElementContent a:focus,
.fsPanel>.fsElementContent a:hover {
    color: #006e88
}

.fsPanel>.fsElementContent .button {
    background: #FFF;
    border: 1px solid #CCC;
    display: block;
    line-height: 1.5rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin: 0;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}

.fsPanel>.fsElementContent .button,
.fsPanel>.fsElementContent .button:focus,
.fsPanel>.fsElementContent .button:hover {
    color: #00809E
}

.fsPanel>.fsElementContent .button:focus,
.fsPanel>.fsElementContent .button:hover {
    background-color: #ebebeb
}

.fsAccordion .fsPanel>.fsElementContent {
    min-height: 0
}

.fsPanel>.fsElementContent>.fsElement:first-child>.fsElementContent>:first-child,
.fsPanel>.fsElementContent>.fsElement:first-child>.fsElementContent>:first-child>:first-child,
.fsPanel>.fsElementContent>.fsElement:first-child>header>:first-child,
.fsPanel>.fsElementContent>.fsElement:first-child>header>:first-child>:first-child {
    margin-top: 0
}

.fsPanel>.fsElementContent>.fsElement:last-child>.fsElementContent>:last-child,
.fsPanel>.fsElementContent>.fsElement:last-child>.fsElementContent>:last-child>:last-child,
.fsPanel>.fsElementContent>.fsElement:last-child>footer>:last-child,
.fsPanel>.fsElementContent>.fsElement:last-child>footer>:last-child>:last-child {
    margin-bottom: 0
}

.fsPanel.fsStateOpen>header .fsElementTitle {
    background: #007691;
    color: #FFF
}

.fsPanel.has-accordion-direct-link>header .fsElementTitle {
    padding-left: 3.75rem
}

.fsAccordion.accordion-titlecase .fsPanel>header .fsElementTitle,
.fsAccordion.accordion-titlecase .fsPanel>header .fsElementTitle a {
    text-transform: none;
    font-size: 1rem
}

.accordion .fsAccordion.accordion .fsPanel>header .fsElementTitle,
.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle,
.fsAccordion.accordion-invert .fsPanel>header .fsElementTitle {
    background-color: #FFF;
    color: #00809E
}

.accordion .fsAccordion.accordion .fsPanel.fsStateOpen>header .fsElementTitle,
.accordion .fsAccordion.accordion .fsPanel>header .fsElementTitle:focus,
.accordion .fsAccordion.accordion .fsPanel>header .fsElementTitle:hover,
.fsAccordion .fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle,
.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle:focus,
.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle:hover,
.fsAccordion.accordion-invert .fsPanel.fsStateOpen>header .fsElementTitle,
.fsAccordion.accordion-invert .fsPanel>header .fsElementTitle:focus,
.fsAccordion.accordion-invert .fsPanel>header .fsElementTitle:hover {
    background-color: #ebebeb;
    color: #006e88
}

.fsAccordion .fsAccordion {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.fsAccordion .fsAccordion>.fsElementContent {
    padding-left: 0;
    padding-right: 0
}

.fsAccordion .fsAccordion .fsPanel {
    border-bottom: 1px solid #CCC;
    margin-bottom: 0
}

.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle {
    margin: 0;
    text-transform: none;
    font-size: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle:focus,
.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle:hover {
    color: #006e88
}

.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle:before {
    content: ""
}

.fsAccordion .fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle:before,
.fsAccordion .fsAccordion .fsPanel>header .fsElementTitle .active>a:before {
    content: ""
}

.fsAccordion .fsAccordion .fsPanel>.fsElementContent {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsPanelGroup .fsTabsNav {
    margin: 0
}

.fsPanelGroup .fsTabsNav li a {
    padding: 1rem;
    line-height: 1
}

.fsPanelGroup .fsTabsNav li a:hover {
    background-color: rgba(37, 37, 37, .15);
    color: inherit
}

.fsPanelGroup .fsTabsNav li.fsStateSelected a {
    background-color: #00809E;
    color: #FFF
}

#fsElementLibrary .fsTab {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsElement[class*=block-grid-] {
    margin-left: 0;
    margin-right: 0
}

.fsElement[class*=block-grid-]>.fsElementContent {
    display: block;
    padding: 0
}

.fsElement[class*=block-grid-]>.fsElementContent>.fsElement {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 1rem
}

@media only screen {
    .fsElement.small-block-grid-1>.fsElementContent>.fsElement {
        width: 100%
    }

    .fsElement.small-block-grid-1>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-1>.fsElementContent>.fsElement:nth-of-type(1n+1) {
        clear: both
    }

    .fsElement.small-block-grid-2>.fsElementContent>.fsElement {
        width: 50%
    }

    .fsElement.small-block-grid-2>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-2>.fsElementContent>.fsElement:nth-of-type(2n+1) {
        clear: both
    }

    .fsElement.small-block-grid-3>.fsElementContent>.fsElement {
        width: 33.33333%
    }

    .fsElement.small-block-grid-3>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-3>.fsElementContent>.fsElement:nth-of-type(3n+1) {
        clear: both
    }

    .fsElement.small-block-grid-4>.fsElementContent>.fsElement {
        width: 25%
    }

    .fsElement.small-block-grid-4>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-4>.fsElementContent>.fsElement:nth-of-type(4n+1) {
        clear: both
    }

    .fsElement.small-block-grid-5>.fsElementContent>.fsElement {
        width: 20%
    }

    .fsElement.small-block-grid-5>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-5>.fsElementContent>.fsElement:nth-of-type(5n+1) {
        clear: both
    }

    .fsElement.small-block-grid-6>.fsElementContent>.fsElement {
        width: 16.66667%
    }

    .fsElement.small-block-grid-6>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-6>.fsElementContent>.fsElement:nth-of-type(6n+1) {
        clear: both
    }

    .fsElement.small-block-grid-7>.fsElementContent>.fsElement {
        width: 14.28571%
    }

    .fsElement.small-block-grid-7>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-7>.fsElementContent>.fsElement:nth-of-type(7n+1) {
        clear: both
    }

    .fsElement.small-block-grid-8>.fsElementContent>.fsElement {
        width: 12.5%
    }

    .fsElement.small-block-grid-8>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-8>.fsElementContent>.fsElement:nth-of-type(8n+1) {
        clear: both
    }

    .fsElement.small-block-grid-9>.fsElementContent>.fsElement {
        width: 11.11111%
    }

    .fsElement.small-block-grid-9>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-9>.fsElementContent>.fsElement:nth-of-type(9n+1) {
        clear: both
    }

    .fsElement.small-block-grid-10>.fsElementContent>.fsElement {
        width: 10%
    }

    .fsElement.small-block-grid-10>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-10>.fsElementContent>.fsElement:nth-of-type(10n+1) {
        clear: both
    }

    .fsElement.small-block-grid-11>.fsElementContent>.fsElement {
        width: 9.09091%
    }

    .fsElement.small-block-grid-11>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-11>.fsElementContent>.fsElement:nth-of-type(11n+1) {
        clear: both
    }

    .fsElement.small-block-grid-12>.fsElementContent>.fsElement {
        width: 8.33333%
    }

    .fsElement.small-block-grid-12>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.small-block-grid-12>.fsElementContent>.fsElement:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:40.063em) {
    .fsElement.medium-block-grid-1>.fsElementContent>.fsElement {
        width: 100%
    }

    .fsElement.medium-block-grid-1>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-1>.fsElementContent>.fsElement:nth-of-type(1n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-2>.fsElementContent>.fsElement {
        width: 50%
    }

    .fsElement.medium-block-grid-2>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-2>.fsElementContent>.fsElement:nth-of-type(2n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-3>.fsElementContent>.fsElement {
        width: 33.33333%
    }

    .fsElement.medium-block-grid-3>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-3>.fsElementContent>.fsElement:nth-of-type(3n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-4>.fsElementContent>.fsElement {
        width: 25%
    }

    .fsElement.medium-block-grid-4>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-4>.fsElementContent>.fsElement:nth-of-type(4n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-5>.fsElementContent>.fsElement {
        width: 20%
    }

    .fsElement.medium-block-grid-5>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-5>.fsElementContent>.fsElement:nth-of-type(5n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-6>.fsElementContent>.fsElement {
        width: 16.66667%
    }

    .fsElement.medium-block-grid-6>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-6>.fsElementContent>.fsElement:nth-of-type(6n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-7>.fsElementContent>.fsElement {
        width: 14.28571%
    }

    .fsElement.medium-block-grid-7>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-7>.fsElementContent>.fsElement:nth-of-type(7n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-8>.fsElementContent>.fsElement {
        width: 12.5%
    }

    .fsElement.medium-block-grid-8>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-8>.fsElementContent>.fsElement:nth-of-type(8n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-9>.fsElementContent>.fsElement {
        width: 11.11111%
    }

    .fsElement.medium-block-grid-9>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-9>.fsElementContent>.fsElement:nth-of-type(9n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-10>.fsElementContent>.fsElement {
        width: 10%
    }

    .fsElement.medium-block-grid-10>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-10>.fsElementContent>.fsElement:nth-of-type(10n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-11>.fsElementContent>.fsElement {
        width: 9.09091%
    }

    .fsElement.medium-block-grid-11>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-11>.fsElementContent>.fsElement:nth-of-type(11n+1) {
        clear: both
    }

    .fsElement.medium-block-grid-12>.fsElementContent>.fsElement {
        width: 8.33333%
    }

    .fsElement.medium-block-grid-12>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.medium-block-grid-12>.fsElementContent>.fsElement:nth-of-type(12n+1) {
        clear: both
    }
}

@media only screen and (min-width:64.063em) {
    .fsElement.large-block-grid-1>.fsElementContent>.fsElement {
        width: 100%
    }

    .fsElement.large-block-grid-1>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-1>.fsElementContent>.fsElement:nth-of-type(1n+1) {
        clear: both
    }

    .fsElement.large-block-grid-2>.fsElementContent>.fsElement {
        width: 50%
    }

    .fsElement.large-block-grid-2>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-2>.fsElementContent>.fsElement:nth-of-type(2n+1) {
        clear: both
    }

    .fsElement.large-block-grid-3>.fsElementContent>.fsElement {
        width: 33.33333%
    }

    .fsElement.large-block-grid-3>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-3>.fsElementContent>.fsElement:nth-of-type(3n+1) {
        clear: both
    }

    .fsElement.large-block-grid-4>.fsElementContent>.fsElement {
        width: 25%
    }

    .fsElement.large-block-grid-4>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-4>.fsElementContent>.fsElement:nth-of-type(4n+1) {
        clear: both
    }

    .fsElement.large-block-grid-5>.fsElementContent>.fsElement {
        width: 20%
    }

    .fsElement.large-block-grid-5>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-5>.fsElementContent>.fsElement:nth-of-type(5n+1) {
        clear: both
    }

    .fsElement.large-block-grid-6>.fsElementContent>.fsElement {
        width: 16.66667%
    }

    .fsElement.large-block-grid-6>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-6>.fsElementContent>.fsElement:nth-of-type(6n+1) {
        clear: both
    }

    .fsElement.large-block-grid-7>.fsElementContent>.fsElement {
        width: 14.28571%
    }

    .fsElement.large-block-grid-7>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-7>.fsElementContent>.fsElement:nth-of-type(7n+1) {
        clear: both
    }

    .fsElement.large-block-grid-8>.fsElementContent>.fsElement {
        width: 12.5%
    }

    .fsElement.large-block-grid-8>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-8>.fsElementContent>.fsElement:nth-of-type(8n+1) {
        clear: both
    }

    .fsElement.large-block-grid-9>.fsElementContent>.fsElement {
        width: 11.11111%
    }

    .fsElement.large-block-grid-9>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-9>.fsElementContent>.fsElement:nth-of-type(9n+1) {
        clear: both
    }

    .fsElement.large-block-grid-10>.fsElementContent>.fsElement {
        width: 10%
    }

    .fsElement.large-block-grid-10>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-10>.fsElementContent>.fsElement:nth-of-type(10n+1) {
        clear: both
    }

    .fsElement.large-block-grid-11>.fsElementContent>.fsElement {
        width: 9.09091%
    }

    .fsElement.large-block-grid-11>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-11>.fsElementContent>.fsElement:nth-of-type(11n+1) {
        clear: both
    }

    .fsElement.large-block-grid-12>.fsElementContent>.fsElement {
        width: 8.33333%
    }

    .fsElement.large-block-grid-12>.fsElementContent>.fsElement:nth-of-type(1n) {
        clear: none
    }

    .fsElement.large-block-grid-12>.fsElementContent>.fsElement:nth-of-type(12n+1) {
        clear: both
    }
}

#fsPageContent>.h1:after,
#fsPageContent>h1:after,
.fsAthleticsEvent.fsList .fsListItems>article:after {
    clear: both
}

#fsPageContent>.h1,
#fsPageContent>h1 {
    width: 100%;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    float: none;
    margin: 3rem auto 1.5rem
}

#fsPageContent>.h1:after,
#fsPageContent>.h1:before,
#fsPageContent>h1:after,
#fsPageContent>h1:before {
    content: " ";
    display: table
}

#fsPageContent>.fsLayout {
    margin: 0;
    max-width: none;
    width: auto
}

.fsCalendar .fsTitle {
    color: #63A70A
}

.fsAthleticsEvent.fsList .fsDateTime:first-child,
.fsCalendar .fsDate:first-child,
.fsCalendar .fsTitle:first-child,
.fsDialog .fsDate:first-child,
.fsDialog .fsTitle:first-child {
    display: block;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .75rem
}

.harkerNewsSinglePage  .fsTitle {
   font-size: 1.1em;
   font-weight: bold;
}

.harkerNewsSinglePage .fsDateTime {
   font-size: .8em;
   font-style: italic;
}

.fsDateTime {
    margin-bottom: .75rem
}

.fsDateTime .fsDate,
.fsDateTime .fsTime {
    display: inline-block;
    margin-bottom: 0
}

.athletics-link-viewall {
    display: none
}

.hasTeam .athletics-link-viewall {
    display: block
}

.fsAthleticsEvent.fsList .fsListItems>article {
    margin-bottom: 1.5rem
}

.fsAthleticsEvent.fsList .fsListItems>article:after,
.fsAthleticsEvent.fsList .fsListItems>article:before {
    content: " ";
    display: table
}

.fsAthleticsAdvantage,
.fsAthleticsLocations {
    clear: left
}

.fsAthleticsTeamName {
    margin-top: 0
}

.fsAthleticsAdvantage,
.fsAthleticsEvent.fsList .fsAlertIcon,
.fsAthleticsEvent.fsList .fsTitle,
.fsAthleticsLocations,
.fsAthleticsOpponents,
.fsAthleticsTeamIcon {
    float: left;
    margin-right: .5rem
}

.fsAthleticsEvent.fsList .fsDate:after {
    content: ','
}

.fsAthleticsOpponents>* {
    display: inline
}

.fsConstituentItem:after,
[class^=fsConstituentColumnLayout]:after {
    clear: both
}

.fsAthleticsContainer,
.fsAthleticsTitle {
    margin-bottom: .75rem
}

.fsAthleticsTitle {
    font-weight: 700;
    color: #555
}

.fsAthleticsContent,
.fsAthleticsLabel {
    display: inline-block
}

.fsAthleticsLocation .fsAthleticsContent,
.fsAthleticsLocation .fsAthleticsLabel {
    display: block
}

.fsAthleticsLabel {
    margin-right: .5rem
}

.fsCalendar .fsTitle:first-child {
    margin-top: 1.5rem
}

.fsElementEventColorIcon {
    border-radius: 0;
    height: .75rem;
    width: .75rem;
    display: inline-block;
    border: 1px solid #CCC
}

.fsAlertIcon {
    height: 13px
}

.fsAllDay {
    text-transform: capitalize
}

.fsCalendar.fsList .fsNotes p,
.fsCalendar.fsSlideshow .fsNotes p,
.fsDialog .fsNotes p {
    margin-bottom: 0
}

.fsDescription,
.fsDialog .fsNotes {
    margin-top: .75rem
}

.fsAlertFeeds {
    margin-bottom: -16px
}

.fsDialog .fsTitle {
    font-weight: 700
}

.fsCalendar.fsList .fsMonthContainer {
    margin-bottom: 2.25rem
}

.fsCalendar.fsList .fsDayContainer {
    margin-bottom: 1.5rem
}

.fsCalendar.fsList .fsDayContainer>article {
    margin-bottom: .75rem
}

.fsCalendar.fsList .fsDate:first-child {
    display: none
}

.fsCalendar.fsList .fsDayContainer>article:first-child>.fsDate:first-child {
    display: block
}

.fsCalendarEventGrid,
.fsCalendarMonthBrowser {
    margin-bottom: 1.5rem
}

.fsCalendarMonthBrowser button {
    padding: 0 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    margin: 0 1rem
}

.fsCalendarMonthBrowser button,
.fsCalendarMonthBrowser button:focus,
.fsCalendarMonthBrowser button:hover {
    background: 0 0;
    border: 1px solid #CCC;
    color: #888
}

.fsCalendarDate,
.fsCalendarMonthBrowser {
    color: #555;
    font-weight: 700
}

.fsCalendarOutOfRange .fsCalendarDate {
    color: #CCC
}

.fsCalendarLegend ul {
    margin-left: 0;
    list-style: none
}

.fsCalendarLegend ul ul {
    display: none
}

.fsElementEventIcon img {
    margin-bottom: 0
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
    background-color: transparent
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    line-height: 1.25;
    padding: 0;
    margin-bottom: .75rem
}

.fsCalendarEventGrid .fsCalendarEventLink {
    font-size: .875rem
}

@media only screen and (max-width:768px) {
    .fsCalendarEventGrid .fsCalendarDaybox {
        float: none;
        height: auto !important;
        min-height: 0;
        padding: 0;
        margin-bottom: 1.5rem
    }

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        text-align: left;
        text-transform: uppercase;
        margin-bottom: .75rem
    }

    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDay,
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarMonth {
        display: inline
    }

    .fsCalendarEventGrid .fsCalendarEventLink {
        font-size: inherit
    }
}

.fsConstituentItem:after,
.fsConstituentItem:before,
[class^=fsConstituentColumnLayout]:after,
[class^=fsConstituentColumnLayout]:before {
    content: " ";
    display: table
}

.fsSlideshow .fsElementContent .slick-slider {
    margin: 0 1rem
}

.fsSlideshow .fsElementContent .fsNextButton,
.fsSlideshow .fsElementContent .fsPrevButton {
    font-size: 2rem;
    top: 50%;
    margin-top: -2rem;
    line-height: 2;
    padding: 0 .5rem;
    color: #00809E
}

.fsSlideshow .fsElementContent .fsNextButton:hover,
.fsSlideshow .fsElementContent .fsPrevButton:hover {
    color: #006e88
}

.fsSlideshow .fsElementContent .fsLeftArrow {
    left: .5rem
}

.fsSlideshow .fsElementContent .fsRightArrow {
    right: .5rem
}

.fsSlideshow .fsPager {
    margin-left: 0;
    bottom: auto
}

[class^=fsConstituentColumnLayout] {
    width: auto;
    max-width: none;
    margin: 0 -1rem
}

[class^=fsConstituentColumnLayout] .fsConstituentItem {
    width: 100%
}

.fsConstituentItem {
    max-width: 46.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1.5rem
}

.fsConstituentItem>* {
    margin-left: 100px;
    padding-left: 1rem
}

.fsConstituentItem .fsPhoto,
.fsConstituentItem.no-fsPhoto>* {
    margin-left: 0;
    padding-left: 0
}

.fsConstituentItem .fsPhoto {
    float: left;
    width: 100px;
    margin-bottom: 1.5rem;
    text-align: center
}

.fsConstituentItem .fsFullName {
    margin-top: 0
}

.fsConstituentItem .fsBiography {
    margin-top: 1.5rem
}

.fsConstituentItem .fsBiography>:last-child {
    margin-bottom: 0
}

.fsElementPagination,
.fsProfileImage,
.fsProfileSection {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:40.063em) {

    .fsConstituentColumnLayout_2 .fsConstituentItem,
    .fsConstituentColumnLayout_3 .fsConstituentItem,
    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: 50%
    }

    .fsConstituentColumnLayout_2 .fsConstituentItem:nth-of-type(2n+1),
    .fsConstituentColumnLayout_3 .fsConstituentItem:nth-of-type(2n+1),
    .fsConstituentColumnLayout_4 .fsConstituentItem:nth-of-type(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:64.063em) {

    .fsConstituentColumnLayout_3 .fsConstituentItem:nth-of-type(2n+1),
    .fsConstituentColumnLayout_4 .fsConstituentItem:nth-of-type(2n+1) {
        clear: none
    }

    .fsConstituentColumnLayout_3 .fsConstituentItem:nth-of-type(3n+1),
    .fsConstituentColumnLayout_4 .fsConstituentItem:nth-of-type(4n+1) {
        clear: both
    }

    .fsConstituentColumnLayout_3 .fsConstituentItem {
        width: 33.3333%
    }

    .fsConstituentColumnLayout_4 .fsConstituentItem {
        width: 25%
    }
}

.fsElementAddWrapper,
.row-fill:after,
.row-full:after,
.row-wide:after,
.section-feature>.row:after {
    clear: both
}

.hide-pagination .fsElementPagination {
    display: none !important
}

.fsProfileImage {
    display: block;
    float: left;
    width: 100px;
    margin-right: 1rem
}

.fsConstituentProfile .fsFullName {
    margin-top: 0
}

.fsProfileSection {
    clear: both
}

.fsProfileSectionData {
    margin-bottom: .75rem
}

.fsProfileSectionSpecialData>div,
.fsProfileSpecialFieldName>div {
    width: auto;
    float: none;
    display: block;
    margin-left: 7.25rem
}

.fsProfileSectionFieldName,
.fsProfileSectionSpecialData>div:first-child,
.fsProfileSpecialFieldName>div:first-child {
    width: 6.25rem;
    margin-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fsProfileSectionSpecialData>div:first-child,
.fsProfileSpecialFieldName>div:first-child {
    float: left;
    margin-left: 0
}

.fsProfileSectionFieldValue {
    width: auto;
    float: none;
    display: block;
    margin-left: 7.25rem
}

.fsNews article {
    margin-bottom: 3rem
}

.fsNews .fsThumbnail,
.fsNews.news-list article {
    margin-bottom: 1.5rem
}

.fsNews .fsThumbnail {
    display: block
}

.fsNews .fsThumbnail .fsCroppedImage {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.6667%
}

.fsNews .fsTitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: #555
}

.fsNews .fsReadMoreLink {
    display: block;
    margin-bottom: 1.5rem
}

.fsNews[class*="-bg"] .fsTitle,
[class*="-bg"] .fsNews .fsTitle {
    color: #FFF
}

.fsMediaGallery {
    margin: 0 -1rem
}

.fsMediaGalleryObject {
    display: block;
    float: left;
    margin: 1.5rem 0;
    padding: 0 1rem;
    width: 240px;
    vertical-align: top
}

.media-portrait .fsMediaGalleryThumbnail {
    height: 312px
}

.fsAccount .fsAccountGreeting {
    color: #63A70A;
    font-size: 1.5rem
}

.fsAccount .fsAccountAvatar {
    display: none
}

.fsAccount .fsAccountLinks .fsAccountActivityLink a,
.fsAccount .fsAccountLinks .fsAccountMessagesLink a,
.fsAccount .fsAccountLinks .fsAccountProfileLink a {
    display: inline;
    padding: 0;
    text-decoration: underline
}

.fsAccount .fsAccountLogout a,
.fsLoadMoreButton {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: din-2014, Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-size: 1.125rem;
    transition: background-color .3s ease-out;
    text-align: center
}

.fsAccount .fsAccountLogout {
    margin: 1.5rem 0
}

.fsAccount .fsAccountLogout a {
    line-height: normal;
    margin: 0;
    display: inline-block;
    background-color: #00809E;
    border-color: #007691;
    color: #FFF;
    padding: .75rem 1rem
}

.feature-is-playing #fsAccountBar,
.fsElement.global-nav {
    display: none
}

.fsAccount .fsAccountLogout a:focus,
.fsAccount .fsAccountLogout a:hover {
    background-color: #007691;
    color: #FFF
}

.fsLoginForgotView {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1rem;
    background: #FFF;
    color: #555
}

.fsLoginForgotView>:first-child {
    margin-top: 0
}

.fsLoginForgotView>:last-child {
    margin-bottom: 0
}

.fsLoginForgotView .h1,
.fsLoginForgotView .h2,
.fsLoginForgotView .h3,
.fsLoginForgotView .h4,
.fsLoginForgotView .h5,
.fsLoginForgotView .h6,
.fsLoginForgotView dl,
.fsLoginForgotView h1,
.fsLoginForgotView h2,
.fsLoginForgotView h3,
.fsLoginForgotView h4,
.fsLoginForgotView h5,
.fsLoginForgotView h6,
.fsLoginForgotView li,
.fsLoginForgotView p {
    color: #555
}

.fsLoginForgotView .h1,
.fsLoginForgotView .h2,
.fsLoginForgotView .h3,
.fsLoginForgotView .h4,
.fsLoginForgotView .h5,
.fsLoginForgotView .h6,
.fsLoginForgotView h1,
.fsLoginForgotView h2,
.fsLoginForgotView h3,
.fsLoginForgotView h4,
.fsLoginForgotView h5,
.fsLoginForgotView h6 {
    line-height: 1;
    margin-bottom: .625rem
}

#fsElementLibrary button,
body.fsAccountBarVisible {
    margin: 0
}

.fsLoginForgotView .subheader.h1,
.fsLoginForgotView .subheader.h2,
.fsLoginForgotView .subheader.h3,
.fsLoginForgotView .subheader.h4,
.fsLoginForgotView .subheader.h5,
.fsLoginForgotView .subheader.h6,
.fsLoginForgotView h1.subheader,
.fsLoginForgotView h2.subheader,
.fsLoginForgotView h3.subheader,
.fsLoginForgotView h4.subheader,
.fsLoginForgotView h5.subheader,
.fsLoginForgotView h6.subheader {
    line-height: 1.4
}

.fsLoginForgotView button {
    padding: .75rem 1rem
}

.fsLoginForgotCancel {
    background-color: #FFF;
    color: #333;
    border-color: #ddd
}

.fsLoginForgotCancel:focus,
.fsLoginForgotCancel:hover {
    background-color: #ebebeb;
    color: #333
}

#fsAccountBar,
#fsAccountBar>ul>li>a {
    color: #F4F5EF
}

#fsAccountBar {
    top: auto;
    bottom: 0;
    background-color: #333;
    height: 38px
}

#fsAccountBar>ul>li:focus,
#fsAccountBar>ul>li:hover {
    background-color: #222
}

#fsAccountBar li>span {
    cursor: pointer
}

#fsAccountBar .fsAccountBarAvatar {
    height: 38px
}

.fsAccountBarMenu,
.fsAccountBarMenu ul {
    background-color: rgba(255, 255, 255, .9);
    -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .2)
}

.fsAccountBarMenu a,
.fsAccountBarMenu span {
    color: #888
}

.fsAccountBarMenu li:focus,
.fsAccountBarMenu li:hover {
    background-color: #EEE
}

.fsAccountBarMenu li:focus>a,
.fsAccountBarMenu li:focus>a>span,
.fsAccountBarMenu li:focus>span,
.fsAccountBarMenu li:hover>a,
.fsAccountBarMenu li:hover>a>span,
.fsAccountBarMenu li:hover>span {
    color: #333
}

#fsAccountBar .fsAccountBarMenu {
    top: auto;
    bottom: 100%
}

#fsAccountBar .fsAccountBarMenu ul {
    top: auto;
    bottom: 0;
    left: 100%
}

.fsAccountBarVisible #fsPageWrapper {
    padding-bottom: 38px
}

.fsAccountBarVisible.is-home #fsPageWrapper {
    padding-bottom: 0
}

.is-home .fsElement.footer {
    padding-bottom: 38px
}

.fsElement.global-nav .fsComposeMode {
    display: block
}

#fsPoweredByFinalsite {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    display: block;
    width: auto;
    padding: 1.5rem 1rem;
    background-color: #05533E;
    background-position: 16px 24px
}

#fsPoweredByFinalsite,
#fsPoweredByFinalsite:hover {
    opacity: 1
}

.is-home #fsPoweredByFinalsite {
    display: none
}

.fsLoadMoreButton {
    line-height: normal;
    margin: 0;
    display: inline-block;
    background-color: #00809E;
    border-color: #007691;
    color: #FFF;
    padding: .75rem 1rem
}

.fsLoadMoreButton:focus,
.fsLoadMoreButton:hover {
    background-color: #007691;
    color: #FFF
}

[class*="-bg"] .fsLoadMoreButton {
    background-color: #FFF;
    border-color: #ebebeb;
    color: #333
}

[class*="-bg"] .fsLoadMoreButton:focus,
[class*="-bg"] .fsLoadMoreButton:hover {
    background-color: #ebebeb;
    color: #333
}

.hero .fsElementAddWrapper {
    position: absolute;
    width: 100%;
    bottom: 0
}

#fsElementSettings>input {
    display: inline
}

.fsComposeMode .h1,
.fsComposeMode .h2,
.fsComposeMode .h3,
.fsComposeMode .h4,
.fsComposeMode .h5,
.fsComposeMode .h6,
.fsComposeMode .hero-title,
.fsComposeMode h1,
.fsComposeMode h2,
.fsComposeMode h3,
.fsComposeMode h4,
.fsComposeMode h5,
.fsComposeMode h6 {
    text-transform: none
}

.has-hero .fsComposeMode .header {
    display: block;
    position: static;
    background: #333
}

.fsComposeMode .nav-bar-top {
    height: auto
}

body.fsComposeMode #fsPageWrapper .fsBanner.fsStateEditable:not(.fsBanner):not(.fsPanel):hover,
body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable:not(.fsBanner):not(.fsPanel):hover {
    background-color: #FFF
}

body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable.section-feature:not(.fsBanner):not(.fsPanel):hover,
body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable.section-feature:not(.fsBanner):not(.fsPanel):hover .fsElement.fsStateEditable:not(.fsBanner):not(.fsPanel):hover,
body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable[class*="-bg"]:not(.fsBanner):not(.fsPanel):hover,
body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable[class*="-bg"]:not(.fsBanner):not(.fsPanel):hover .fsElement.fsStateEditable:not(.fsBanner):not(.fsPanel):hover {
    background-color: #888
}

body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable.section-feature:not(.fsBanner):not(.fsPanel):hover .fsPanel .fsElement:hover,
body.fsComposeMode #fsPageWrapper .fsElement.fsStateEditable[class*="-bg"]:not(.fsBanner):not(.fsPanel):hover .fsPanel .fsElement:hover {
    background-color: #FFF !important
}

.picnic-page .current-page-bar,
.picnic-page .fsElement,
.picnic-page .section,
.picnic-page main {
    background-color: #FFF8DE
}

.picnic-page .header {
    background-color: transparent
}

.picnic-page .harvest-red-bg {
    background-color: #9D3020
}

.picnic-page .harvest-orange-bg {
    background-color: #EC6023
}

.picnic-page .harvest-yellow-bg {
    background-color: #F9B936
}

.picnic-page .harvest-gold-bg {
    background-color: #A09729
}

.picnic-page .harvest-brown-bg {
    background-color: #7C5F54
}

.picnic-page .subheader {
    color: #9D3020
}

.picnic-page .footer {
    background-color: #05533E
}

.picnic-page .menu-item-more .f-dropdown {
    background-color: rgba(255, 248, 222, .9)
}

.gala-page .gala-red-bg {
    background-color: #AF1E2C
}

.gala-page .gala-gold-bg {
    background-color: #B3995D
}

.gala-page .gala-grey-bg {
    background-color: #A5ACAF
}

.gala-page .gala-black-bg {
    background-color: #040004
}

.section-expand {
    padding: 4.5rem 0
}

.section-expand-top {
    padding-top: 4.5rem
}

.section-expand-bottom {
    padding-bottom: 4.5rem
}

.section-collapse,
.section-feature {
    padding: 0
}

.section-collapse img,
.section-feature img {
    margin-bottom: 0
}

.section-collapse-top {
    padding-top: 0
}

.section-collapse-bottom {
    padding-bottom: 0
}

.section-collapse-y {
    padding-top: 0;
    padding-bottom: 0
}

.backgroundsize .photo-cover-active {
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.iframe-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 66.6667%
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.row-fill:after,
.row-fill:before,
.row-full:after,
.row-full:before,
.row-wide:after,
.row-wide:before,
.section-feature>.row:after,
.section-feature>.row:before {
    content: " ";
    display: table
}

.list-expand>li {
    margin-bottom: .375rem
}

.list-table {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    background: #FFF;
    color: #555;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2)
}

.list-table>li {
    padding: .375rem 1rem;
    border-top: 1px solid #DDD
}

.list-table>li:first-child {
    border-top: none
}

.column.column-collapse,
.column.columns-collapse,
.columns.column-collapse,
.columns.columns-collapse {
    padding-right: 0;
    padding-left: 0
}

.column.column-expand,
.column.columns-expand,
.columns.column-expand,
.columns.columns-expand {
    padding-top: 3rem;
    padding-bottom: 1.5rem
}

.column.column-expand-2,
.column.columns-expand-2,
.columns.column-expand-2,
.columns.columns-expand-2 {
    padding-top: 4.5rem;
    padding-bottom: 3rem
}

.row-wide,
.section-feature>.row {
    width: 100%;
    max-width: 75rem;
    max-width: 90rem;
    margin: 0 auto
}

.row-fill,
.row-full {
    width: 100%;
    max-width: 75rem;
    max-width: none;
    margin: 0 auto
}

@media only screen and (max-width:40em) {
    [class*=block-grid-]>li {
        padding-bottom: 0
    }
}

.rhythm-padding-0 {
    padding-top: 0;
    padding-bottom: 0
}

.rhythm-margin-0 {
    margin-top: 0;
    margin-bottom: 0
}

.rhythm-padding-1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.rhythm-margin-1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.rhythm-padding-2 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.rhythm-margin-2 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.rhythm-padding-3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
}

.rhythm-margin-3 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem
}

.rhythm-padding-4 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.rhythm-margin-4 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.rhythm-padding-1-5 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.rhythm-margin-1-5 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem
}

a .menu-item-text {
    display: inline-block;
    margin-left: .5rem
}

@media only screen and (min-width:40.063em) {
    a .menu-item-text {
        text-indent: -9999px;
        margin-left: 0
    }
}

.menu-item-hamburger,
.menu-item-hamburger a {
    display: block
}

.menu-item-hamburger a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: ""
}

.menu-item-hamburger a span,
.menu-item-hamburger a:before {
    line-height: 1
}

.menu-item-more>a {
    position: relative;
    overflow: hidden
}

.menu-item-more>a span {
    position: absolute;
    top: 0;
    left: 100%
}

.menu-item-more>a:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    content: "";
    line-height: inherit;
    display: block;
    width: 1.5rem;
    text-align: center;
    position: relative;
    top: -2px
}

.menu-item-more .f-dropdown {
    background-color: rgba(255, 255, 255, .95);
    margin-top: 0;
    width: 200px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .2)
}

.menu-item-more .f-dropdown li {
    border-top: 1px solid #CCC
}

.menu-item-more .f-dropdown li:focus,
.menu-item-more .f-dropdown li:hover {
    background-color: #FFF
}

.menu-item-more .f-dropdown li:first-child {
    border-top: none
}

.menu-item-more .f-dropdown li.active a {
    color: #333;
    border-bottom: 3px solid #00809E
}

.menu-item-more .f-dropdown a {
    color: #555;
    font-size: inherit;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.menu-item-more .f-dropdown a:focus,
.menu-item-more .f-dropdown a:hover {
    color: #333
}

.harker-logo {
    text-indent: -9999px;
    overflow: hidden
}

.harker-logo a {
    display: block;
    width: 33px;
    height: 3rem;
    background: url(../img/css/harker-logo-square.png) center center no-repeat
}

@media only screen and (min-width:64.063em) {
    .harker-logo a {
        width: 183px;
        background-image: url(../img/css/harker-logo.png)
    }
}

.harker-logo.harker-logo-true-height a {
    height: 32px
}

.harker-logo.harker-logo-square {
    width: 33px
}

.harker-logo.harker-logo-square,
.harker-logo.harker-logo-square a {
    background: url(../img/css/harker-logo-square.png) center center no-repeat
}

.harker-logo.harker-logo-horiz a {
    width: 183px;
    background-image: url(../img/css/harker-logo.png)
}

.harker-logo-stacked {
    text-indent: -9999px;
    overflow: hidden
}

.harker-logo-stacked a {
    display: block;
    width: 89px;
    height: 63px;
    background: url(../img/css/harker-logo-stacked.png) center center no-repeat
}

.hide {
    display: none !important
}

.fsComposeMode .hide.fsElement {
    display: block !important
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.border-bottom {
    border-bottom: 1px solid #CCC
}

.border {
    border: 1px solid #CCC
}

.padding-top {
    padding-top: 3rem !important
}

.padding-bottom {
    padding-bottom: 3rem !important
}

.padding-left {
    padding-left: 1rem !important
}

.padding-right {
    padding-right: 1rem !important
}

.padding {
    padding: 3rem 1rem !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-top-small {
    padding-top: 1.5rem !important
}

.padding-bottom-small {
    padding-bottom: 1.5rem !important
}

.padding-top-large {
    padding-top: 4.5rem !important
}

.padding-bottom-large {
    padding-bottom: 4.5rem !important
}

.margin-top {
    margin-top: 1.5rem !important
}

.margin-bottom {
    margin-bottom: 1.5rem !important
}

.margin-left {
    margin-left: 1rem !important
}

.margin-right {
    margin-right: 1rem !important
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-top-small {
    margin-top: .75rem !important
}

.margin-bottom-small {
    margin-bottom: .75rem !important
}

.margin-top-large {
    margin-top: 3rem !important
}

.margin-bottom-large {
    margin-bottom: 3rem !important
}

.margin-centered {
    margin-left: auto;
    margin-right: auto
}

.harker-green-bg {
    background-color: #05533e;
}

.green-bg {
    background-color: #63A70A
}

.blue-bg {
    background-color: #00809E
}

.purple-bg {
    background-color: #A23BBC
}

.red-bg {
    background-color: #9C0947
}

.orange-bg {
    background-color: #CE5D27
}

.gold-bg {
    background-color: #DCAA00
}

.gray-bg {
    background-color: #333
}

.green-transparent-bg {
    background-color: rgba(99, 167, 10, .8)
}

.blue-transparent-bg {
    background-color: rgba(0, 128, 158, .8)
}

.purple-transparent-bg {
    background-color: rgba(162, 59, 188, .8)
}

.red-transparent-bg {
    background-color: rgba(156, 9, 71, .8)
}

.orange-transparent-bg {
    background-color: rgba(206, 93, 39, .8)
}

.gold-transparent-bg {
    background-color: rgba(220, 170, 0, .8)
}

.img-bg {
    background: center center no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.img-bg-fixed {
    background-attachment: fixed
}

.screen-bg {
    display: relative
}

.screen-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6)
}

.section-feature,
.section-feature .h1,
.section-feature .h2,
.section-feature .h3,
.section-feature .h4,
.section-feature .h5,
.section-feature .h6,
.section-feature .subheader,
.section-feature a,
.section-feature b,
.section-feature code,
.section-feature h1,
.section-feature h2,
.section-feature h3,
.section-feature h4,
.section-feature h5,
.section-feature h6,
.section-feature strong,
[class*="-bg"],
[class*="-bg"] .h1,
[class*="-bg"] .h2,
[class*="-bg"] .h3,
[class*="-bg"] .h4,
[class*="-bg"] .h5,
[class*="-bg"] .h6,
[class*="-bg"] .subheader,
[class*="-bg"] a,
[class*="-bg"] b,
[class*="-bg"] code,
[class*="-bg"] h1,
[class*="-bg"] h2,
[class*="-bg"] h3,
[class*="-bg"] h4,
[class*="-bg"] h5,
[class*="-bg"] h6,
[class*="-bg"] strong {
    color: #FFF
}

.section-feature a:focus,
.section-feature a:hover,
[class*="-bg"] a:focus,
[class*="-bg"] a:hover {
    color: #f7f7f7
}

.section-feature a.button.info,
.section-feature a.button.secondary,
[class*="-bg"] a.button.info,
[class*="-bg"] a.button.secondary {
    color: #333
}

.reset-text-color {
    color: #888
}

.reset-text-color .h1,
.reset-text-color .h2,
.reset-text-color .h3,
.reset-text-color .h4,
.reset-text-color .h5,
.reset-text-color .h6,
.reset-text-color .subheader,
.reset-text-color b,
.reset-text-color code,
.reset-text-color h1,
.reset-text-color h2,
.reset-text-color h3,
.reset-text-color h4,
.reset-text-color h5,
.reset-text-color h6,
.reset-text-color strong {
    color: #555
}

.reset-text-color a {
    color: #00809E
}

.reset-text-color a:focus,
.reset-text-color a:hover {
    color: #006e88
}

.reset-text-color a.button.info,
.reset-text-color a.button.secondary {
    color: #333
}

.reset-text-color .button-outline,
.reset-text-color .button-outline:focus,
.reset-text-color .button-outline:hover {
    border-color: #333;
    color: #333
}

.header-text {
    color: #555 !important
}

.body-text {
    color: #888 !important
}

.green-text {
    color: #63A70A !important
}

.blue-text {
    color: #00809E !important
}

.purple-text {
    color: #A23BBC !important
}

.red-text {
    color: #9C0947 !important
}

.orange-text {
    color: #CE5D27 !important
}

.gold-text {
    color: #DCAA00 !important
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.float-left {
    float: left
}

.float-right {
    float: right
}


/*
     FILE ARCHIVED ON 16:17:08 Oct 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:08:38 Oct 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 60.848
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.091
  RedisCDXSource: 1.094
  esindex: 0.009
  LoadShardBlock: 33.906 (3)
  PetaboxLoader3.datanode: 38.242 (5)
  CDXLines.iter: 23.142 (3)
  load_resource: 83.987
  PetaboxLoader3.resolve: 47.381
  loaddict: 31.154
*/