@charset "UTF-8";
 /**
 *
 * Finalsite - default_18
 * @link www.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Jeff Snow
 * Project Manager: David Lopes
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: master
 * Build version: 3.6.3
 * Git Tag: 
 * Last build by: Kosha Burnett
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
:root {
  --scroll-bar: 8px; }

.full-width {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative; }
  .fsHasHeader .full-width {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .full-width {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .full-width {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.max-width {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.max-width.fsTwoColumnLayout {
  max-width: 1220px; }

.treatment-padding {
  padding: 50px 0; }
  @media (min-width: 900px) {
    .treatment-padding {
      padding: 80px 0; } }

.full-width-padding.fsElement {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1219px) {
    .full-width-padding.fsElement {
      padding-left: 20px;
      padding-right: 20px; } }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em; }

.stretch-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.fsResourceElement.fsSingleItem .fsResourceTypeVideo {
  position: relative; }
  .fsResourceElement.fsSingleItem .fsResourceTypeVideo .video-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 6px solid #107EA2;
    box-shadow: 0px 4px 1px #cccccc; }
    body.portfolio-update .fsResourceElement.fsSingleItem .fsResourceTypeVideo .video-controls {
      display: none; }
  .fsResourceElement.fsSingleItem .fsResourceTypeVideo video,
  .fsResourceElement.fsSingleItem .fsResourceTypeVideo source {
    vertical-align: bottom;
    display: block; }
  .fsResourceElement.fsSingleItem .fsResourceTypeVideo .play-video {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .fsResourceElement.fsSingleItem .fsResourceTypeVideo .play-video:before {
      font-size: 50px;
      position: absolute;
      color: #107EA2;
      width: 100%;
      top: 70%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      content: '\e96a';
      font-family: icomoon;
      transition: all .5s ease-in-out;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
      body.portfolio-update .fsResourceElement.fsSingleItem .fsResourceTypeVideo .play-video:before {
        display: none; }
    .fsResourceElement.fsSingleItem .fsResourceTypeVideo .play-video span {
      display: block;
      color: #000000;
      position: absolute;
      top: -9999em;
      left: -9999em;
      background-color: #ffffff; }
    .fsResourceElement.fsSingleItem .fsResourceTypeVideo .play-video:hover:before, .fsResourceElement.fsSingleItem .fsResourceTypeVideo .play-video:focus:before {
      top: 50%;
      font-size: 60px; }
  .fsResourceElement.fsSingleItem .fsResourceTypeVideo .pause-video {
    display: none; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

#fsPageWrapper [class^="icon-"],
#fsPageWrapper [class*=" icon-"] {
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.4; }
  #fsPageWrapper [class^="icon-"]:before,
  #fsPageWrapper [class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/*! helpers - typography v0.0.1 */
.icon-review:before {
  content: "\e9af"; }

.icon-training:before {
  content: "\e9b3"; }

.icon-discover:before {
  content: "\e99e"; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?qpzpmk");
  src: url("../fonts/icomoon.eot?qpzpmk#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?qpzpmk") format("woff2"), url("../fonts/icomoon.ttf?qpzpmk") format("truetype"), url("../fonts/icomoon.woff?qpzpmk") format("woff"), url("../fonts/icomoon.svg?qpzpmk#icomoon") format("svg");
  font-weight: 400;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none; }

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #73737D;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }
  body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0; }

hr {
  margin: 0 auto 20px; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 12px; }

a {
  text-decoration: none;
  color: #BD4A99;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #107EA2; }
  .gray-bg a:not([class]) {
    color: #bc4697; }
    .gray-bg a:not([class]):hover, .gray-bg a:not([class]):focus {
      color: #107a9d; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.33333em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_69,
.fs_style_85 {
  margin-bottom: 20px;
  display: table;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_69 td,
  .fs_style_85 td {
    padding: 10px 20px;
    background: #FAFAFB;
    border: solid 1px #E0E0E2; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  .fs_style_69 tr:nth-of-type(odd) td,
  .fs_style_85 tr:nth-of-type(odd) td {
    background-color: #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_69 th,
  .fs_style_69 td,
  .fs_style_85 th,
  .fs_style_85 td {
    vertical-align: top; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_69 th,
  .fs_style_85 th {
    padding: 10px 20px;
    text-align: left;
    background: #163052;
    border-right: solid 1px #E0E0E2;
    color: #fff; }
    .fsAthleticsEvent.fsTable .fsElementTable th:last-child, .fsAthleticsRoster .fsElementTable th:last-child,
    table.styled th:last-child,
    .fs_style_69 th:last-child,
    .fs_style_85 th:last-child {
      border-right: 0; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
body:not(.home) #fsPageContent > .fsPageLayout > .fsDiv > .fsElement {
  margin-bottom: 50px; }
  body:not(.home) #fsPageContent > .fsPageLayout > .fsDiv > .fsElement.no-top-margin {
    margin-top: 0; }
  body:not(.home) #fsPageContent > .fsPageLayout > .fsDiv > .fsElement.no-bottom-margin {
    margin-bottom: 0; }
  body:not(.home) #fsPageContent > .fsPageLayout > .fsDiv > .fsElement.no-top-padding {
    padding-top: 0; }
  body:not(.home) #fsPageContent > .fsPageLayout > .fsDiv > .fsElement.no-bottom-padding {
    padding-bottom: 0; }
  body:not(.home) #fsPageContent > .fsPageLayout > .fsDiv > .fsElement:last-child {
    margin-bottom: 0; }

.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsStyleDefaultField {
  border: solid 1px #c1c1ce; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
@media (max-width: 599px) {
  .fsSlideshow {
    padding-bottom: 77px !important; }
    .home .fsSlideshow {
      padding-bottom: 50px !important; } }

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
  opacity: 0.7 !important;
  transition: opacity .3s ease-in-out;
  width: 35px !important;
  height: 36px !important;
  z-index: 2 !important; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #363636;
    font-size: 35px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute; }
  .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  @media (max-width: 599px) {
    .fsSlideshow .fsNextButton.fsLeftArrow, .fsSlideshow .fsNextButton.fsRightArrow,
    .fsSlideshow .fsPrevButton.fsLeftArrow,
    .fsSlideshow .fsPrevButton.fsRightArrow {
      top: auto;
      bottom: -70px; } }
  @media (max-width: 599px) {
    .fsSlideshow .fsNextButton.fsLeftArrow,
    .fsSlideshow .fsPrevButton.fsLeftArrow {
      left: 50%;
      -ms-transform: translateX(-150%);
      transform: translateX(-150%); }
    .fsSlideshow .fsNextButton.fsRightArrow,
    .fsSlideshow .fsPrevButton.fsRightArrow {
      left: 50%;
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      right: auto; } }
  .fsSlideshow .fsNextButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before {
    left: 0; }
  .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    right: 0; }
  .fsSlideshow .fsNextButton:hover, .fsSlideshow .fsNextButton:focus,
  .fsSlideshow .fsPrevButton:hover,
  .fsSlideshow .fsPrevButton:focus {
    opacity: 1 !important; }
    .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsNextButton:focus:before,
    .fsSlideshow .fsPrevButton:hover:before,
    .fsSlideshow .fsPrevButton:focus:before {
      color: #363636;
      transition: .3s;
      opacity: 1 !important; }

.fsSlideshow .fsPrevButton:before {
  content: '\e9ed';
  font-family: icomoon; }

.fsSlideshow .fsNextButton:before {
  content: '\e9ed';
  font-family: icomoon;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  -ms-transform-origin: 50% 25% !important;
  transform-origin: 50% 25% !important; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #363636; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(54, 54, 54, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #363636;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(54, 54, 54, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #363636; }

.testimonial-content .slick-prev.slick-arrow,
.testimonial-content .slick-next.slick-arrow {
  opacity: 0.7 !important;
  transition: opacity .3s ease-in-out;
  width: 47px !important;
  height: 36px !important;
  z-index: 2 !important;
  font-size: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }
  .testimonial-content .slick-prev.slick-arrow:before,
  .testimonial-content .slick-next.slick-arrow:before {
    color: #363636;
    font-size: 35px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto; }
  .testimonial-content .slick-prev.slick-arrow.fsLeftArrow:before, .testimonial-content .slick-prev.slick-arrow.fsRightArrow:before,
  .testimonial-content .slick-next.slick-arrow.fsLeftArrow:before,
  .testimonial-content .slick-next.slick-arrow.fsRightArrow:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  @media (max-width: 599px) {
    .testimonial-content .slick-prev.slick-arrow.fsLeftArrow, .testimonial-content .slick-prev.slick-arrow.fsRightArrow,
    .testimonial-content .slick-next.slick-arrow.fsLeftArrow,
    .testimonial-content .slick-next.slick-arrow.fsRightArrow {
      top: auto;
      bottom: -70px; } }
  @media (max-width: 599px) {
    .testimonial-content .slick-prev.slick-arrow.fsLeftArrow,
    .testimonial-content .slick-next.slick-arrow.fsLeftArrow {
      left: 50%;
      -ms-transform: translateX(-150%);
      transform: translateX(-150%); }
    .testimonial-content .slick-prev.slick-arrow.fsRightArrow,
    .testimonial-content .slick-next.slick-arrow.fsRightArrow {
      left: 50%;
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      right: auto; } }
  .testimonial-content .slick-prev.slick-arrow.fsLeftArrow:before,
  .testimonial-content .slick-next.slick-arrow.fsLeftArrow:before {
    left: 0; }
  .testimonial-content .slick-prev.slick-arrow.fsRightArrow:before,
  .testimonial-content .slick-next.slick-arrow.fsRightArrow:before {
    right: 0; }
  .testimonial-content .slick-prev.slick-arrow:hover, .testimonial-content .slick-prev.slick-arrow:focus,
  .testimonial-content .slick-next.slick-arrow:hover,
  .testimonial-content .slick-next.slick-arrow:focus {
    opacity: 1 !important; }
    .testimonial-content .slick-prev.slick-arrow:hover:before, .testimonial-content .slick-prev.slick-arrow:focus:before,
    .testimonial-content .slick-next.slick-arrow:hover:before,
    .testimonial-content .slick-next.slick-arrow:focus:before {
      color: #363636;
      transition: .3s;
      opacity: 1 !important; }

.testimonial-content .slick-prev.slick-arrow {
  left: -5%; }

.testimonial-content .slick-next.slick-arrow {
  right: -5%; }

@media (max-width: 799px) {
  .testimonial-content .slick-prev.slick-arrow {
    left: 5%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 19%; }
  .testimonial-content .slick-next.slick-arrow {
    right: 5%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 19%; } }

@media (max-width: 800px) {
  .testimonial-content .slick-dots {
    text-align: center !important; } }

.testimonial-content .slick-prev.slick-arrow:before {
  content: '\e9ed';
  font-family: icomoon; }

.testimonial-content .slick-next.slick-arrow:before {
  content: '\e9ed';
  font-family: icomoon;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

/*! elements - common - dialog box v0.0.1 */
/* Contains generic styles that apply to every element that has a pop-up/dialog option */
.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #363636; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #363636; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before, .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #030303; }

.fsElementDialog {
  color: #363636; }

.button,
.fs_style_57,
.fs_style_61,
.fs_style_76 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #163051;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .button:hover, .button:focus,
  .fsStateSelected .button,
  .fs_style_57:hover,
  .fs_style_61:hover,
  .fs_style_57:focus,
  .fs_style_61:focus,
  .fsStateSelected .fs_style_57,
  .fsStateSelected .fs_style_61,
  .fs_style_76:hover,
  .fs_style_76:focus,
  .fsStateSelected
  .fs_style_76 {
    background: #0b1829;
    color: #fff; }
  .button:visited,
  .fs_style_57:visited,
  .fs_style_61:visited,
  .fs_style_76:visited {
    color: #fff; }
  .button em,
  .fs_style_57 em,
  .fs_style_61 em,
  .fs_style_76 em {
    display: block;
    font-style: normal; }
  .button:visited:hover, .button:visited:focus,
  .fs_style_57:visited:hover,
  .fs_style_61:visited:hover,
  .fs_style_57:visited:focus,
  .fs_style_61:visited:focus,
  .fs_style_76:visited:hover,
  .fs_style_76:visited:focus {
    color: #ffffff; }

.color-button,
.fs_style_56,
.fs_style_60,
.fs_style_75,
.fs_style_62,
.fsStyleDefaultButton.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #F85467;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button,
  .fs_style_56:hover,
  .fs_style_60:hover,
  .fs_style_56:focus,
  .fs_style_60:focus,
  .fsStateSelected .fs_style_56,
  .fsStateSelected .fs_style_60,
  .fs_style_75:hover,
  .fs_style_75:focus,
  .fsStateSelected
  .fs_style_75,
  .fs_style_62:hover,
  .fsStyleDefaultButton.fsLoadMoreButton:hover,
  .fs_style_62:focus,
  .fsStyleDefaultButton.fsLoadMoreButton:focus,
  .fsStateSelected .fs_style_62,
  .fsStateSelected .fsStyleDefaultButton.fsLoadMoreButton {
    background: #f6233b;
    color: #fff; }
  .color-button:visited,
  .fs_style_56:visited,
  .fs_style_60:visited,
  .fs_style_75:visited,
  .fs_style_62:visited,
  .fsStyleDefaultButton.fsLoadMoreButton:visited {
    color: #fff; }
  .color-button em,
  .fs_style_56 em,
  .fs_style_60 em,
  .fs_style_75 em,
  .fs_style_62 em,
  .fsStyleDefaultButton.fsLoadMoreButton em {
    display: block;
    font-style: normal; }
  .color-button:visited:hover, .color-button:visited:focus,
  .fs_style_56:visited:hover,
  .fs_style_60:visited:hover,
  .fs_style_56:visited:focus,
  .fs_style_60:visited:focus,
  .fs_style_75:visited:hover,
  .fs_style_75:visited:focus,
  .fs_style_62:visited:hover,
  .fsStyleDefaultButton.fsLoadMoreButton:visited:hover,
  .fs_style_62:visited:focus,
  .fsStyleDefaultButton.fsLoadMoreButton:visited:focus {
    color: #ffffff; }

.fs_style_77 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #139BCB;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .fs_style_77:hover, .fs_style_77:focus,
  .fsStateSelected .fs_style_77 {
    background: #0f779c;
    color: #fff; }
  .fs_style_77:visited {
    color: #fff; }
  .fs_style_77 em {
    display: block;
    font-style: normal; }
  .fs_style_77:visited:hover, .fs_style_77:visited:focus {
    color: #ffffff; }

.fs_style_78 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #2DB9A3;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .fs_style_78:hover, .fs_style_78:focus,
  .fsStateSelected .fs_style_78 {
    background: #23907f;
    color: #fff; }
  .fs_style_78:visited {
    color: #fff; }
  .fs_style_78 em {
    display: block;
    font-style: normal; }
  .fs_style_78:visited:hover, .fs_style_78:visited:focus {
    color: #ffffff; }

.fs_style_84 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #94C03D;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .fs_style_84:hover, .fs_style_84:focus,
  .fsStateSelected .fs_style_84 {
    background: #769931;
    color: #fff; }
  .fs_style_84:visited {
    color: #fff; }
  .fs_style_84 em {
    display: block;
    font-style: normal; }
  .fs_style_84:visited:hover, .fs_style_84:visited:focus {
    color: #ffffff; }

.fs_style_79 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #ffffff;
  color: #73737D;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  border: 1px solid #73737D; }
  .fs_style_79:hover, .fs_style_79:focus,
  .fsStateSelected .fs_style_79 {
    background: #e6e6e6;
    color: #73737D; }
  .fs_style_79:visited {
    color: #73737D; }
  .fs_style_79 em {
    display: block;
    font-style: normal; }
  .fs_style_79:hover, .fs_style_79:focus,
  .fsStateSelected .fs_style_79 {
    background-color: #73737D;
    color: #ffffff; }
  .fs_style_79:visited:hover, .fs_style_79:visited:focus {
    color: #ffffff; }

.fs_style_80 {
  padding: 11px 40px;
  font-size: 15px;
  font-weight: 600; }

.hollow-button,
.fs_style_59,
.fs_style_63 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: transparent;
  color: #107EA2;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  border: 1px solid #107EA2; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button,
  .fs_style_59:hover,
  .fs_style_63:hover,
  .fs_style_59:focus,
  .fs_style_63:focus,
  .fsStateSelected .fs_style_59,
  .fsStateSelected .fs_style_63 {
    background: rgba(0, 0, 0, 0);
    color: #107EA2; }
  .hollow-button:visited,
  .fs_style_59:visited,
  .fs_style_63:visited {
    color: #107EA2; }
  .hollow-button em,
  .fs_style_59 em,
  .fs_style_63 em {
    display: block;
    font-style: normal; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button,
  .fs_style_59:hover,
  .fs_style_63:hover,
  .fs_style_59:focus,
  .fs_style_63:focus,
  .fsStateSelected .fs_style_59,
  .fsStateSelected .fs_style_63 {
    background-color: #107EA2;
    color: #ffffff; }
  .hollow-button:visited,
  .fs_style_59:visited,
  .fs_style_63:visited {
    color: #107EA2; }

.hollow-color-button,
.fs_style_58 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: transparent;
  color: #BD4A99;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  border: 1px solid #BD4A99; }
  .hollow-color-button:hover, .hollow-color-button:focus,
  .fsStateSelected .hollow-color-button,
  .fs_style_58:hover,
  .fs_style_58:focus,
  .fsStateSelected
  .fs_style_58 {
    background: rgba(0, 0, 0, 0);
    color: #BD4A99; }
  .hollow-color-button:visited,
  .fs_style_58:visited {
    color: #BD4A99; }
  .hollow-color-button em,
  .fs_style_58 em {
    display: block;
    font-style: normal; }
  .hollow-color-button:hover, .hollow-color-button:focus,
  .fsStateSelected .hollow-color-button,
  .fs_style_58:hover,
  .fs_style_58:focus,
  .fsStateSelected
  .fs_style_58 {
    background-color: #BD4A99;
    color: #fff; }
  .hollow-color-button:visited,
  .fs_style_58:visited {
    color: #BD4A99; }

.fs_style_61, .fs_style_60, .fs_style_63 {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 12px; }

.fs_style_61:visited {
  color: #fff; }

.fs_style_60:visited {
  color: #fff; }

.fs_style_63:visited {
  color: #107EA2; }
  .fs_style_63:visited:hover, .fs_style_63:visited:focus {
    color: #ffffff; }

/*
.fs_style_62 { // pink border small
	@extend .fs_style_58;
	@extend %small-button;
	&:visited {
	 color: $m2;
	 &:hover {
		 color: #fff;
	 }
	}
}
*/
.fs_style_68 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #FAFAFB;
  color: #363636;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  border: 1px solid #E0E0E2;
  font-size: 15px;
  line-height: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600; }
  .fs_style_68:hover, .fs_style_68:focus,
  .fsStateSelected .fs_style_68 {
    background: #dedee4;
    color: #363636; }
  .fs_style_68:visited {
    color: #363636; }
  .fs_style_68 em {
    display: block;
    font-style: normal; }
  .fs_style_68:hover, .fs_style_68:focus {
    color: #107EA2;
    background-color: #FAFAFB; }
    .fs_style_68:hover:before, .fs_style_68:focus:before {
      color: #363636; }
  .fs_style_68:before {
    content: "";
    font-family: icomoon !important;
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    color: #363636;
    margin-right: 15px;
    font-size: 16px; }
  .fs_style_68[href*='.doc']:before, .fs_style_68[href*='.pdf']:before {
    content: ""; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #BD4A99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #9b397c;
    color: #fff; }
  .fsStyleDefaultButton:visited {
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background-color: #9b397c; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #BD4A99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #9b397c;
    color: #fff; }
  .fsStyleUpdateButton:visited {
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.hs-form {
  max-width: 500px !important; }

.ada-skip-to-content {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #107EA2;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 5;
  color: #fff;
  padding: 4px 10px; }
  .ada-skip-to-content:focus {
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    color: #fff; }

.pro-tip {
  color: #333;
  padding-left: 18px;
  border-left: 4px solid #107EA2; }

.padding-bottom #fsPageBodyWrapper {
  padding-bottom: 40px; }

.fsResource figcaption {
  font-size: 14px;
  color: #73737D;
  font-style: italic;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 1.64286em; }

.fs_style_81 {
  color: #BD4A99;
  font-size: 14px;
  font-weight: 700; }

.icon-list-page, .icon-list-page ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.icon-list-page li {
  margin: 0;
  padding: 0; }

.icon-list-page li {
  margin: 5px 0;
  padding: 3px 0px;
  border-bottom: 1px solid #ccc; }
  .icon-list-page li:before {
    font-size: 30px;
    width: 50px;
    position: relative;
    display: inline-block; }

.panel {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  zoom: 1;
  position: relative;
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  .fsHasHeader .panel {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .panel {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .panel {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  @media (min-width: 900px) {
    .panel {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1220px) {
    .panel {
      padding-left: 0;
      padding-right: 0; } }
  .panel > .panel-inner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .panel > header,
  .panel > .panel-inner > header {
    padding-bottom: 15px; }
  .panel.blue-bg {
    background-color: #163052;
    color: #fff; }
    .panel.blue-bg .fsElementTitle {
      color: #fff; }
    .panel.blue-bg a {
      color: #E3B030; }
      .panel.blue-bg a:not([class]):hover, .panel.blue-bg a:not([class]):focus {
        color: #FFEDBF; }

.panel:after {
  display: table;
  clear: both;
  content: ''; }

.panel:last-of-type {
  margin-bottom: 0; }

.padding-top {
  padding-top: 50px; }

.padding-bottom {
  padding-bottom: 50px; }

.gray-bg {
  background-color: #FAFAFB; }

.instructions {
  padding: 50px 0; }
  .instructions .fsElementContent {
    border-top: 2px solid #e4e4e4;
    padding: 20px;
    background: #f4f4f4; }

.lead-in,
.fs_style_64 {
  font-size: 1.46667em;
  line-height: 1.45455em;
  color: #363636;
  font-weight: 300; }
  @media (max-width: 799px) {
    .lead-in,
    .fs_style_64 {
      font-size: 20px; } }
  .gray-bg .lead-in, .gray-bg
  .fs_style_64 {
    color: #71717a; }

.fs_style_70 {
  font-size: 1.46667em;
  line-height: 1.27273em;
  color: #73737D;
  font-weight: 300; }
  .gray-bg .fs_style_70 {
    color: #71717a; }

blockquote,
.fs_style_71 {
  position: relative;
  margin: 20px 0;
  line-height: 1.5em;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  color: #73737D; }

cite,
.fs_style_72 {
  display: block;
  color: #72727c;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  font-style: normal;
  text-align: center; }

.fs_style_65,
.keep-in-mind {
  display: block;
  padding: 20px;
  background-color: #107EA2;
  color: #fff;
  margin: 20px 0; }
  .fs_style_65 p:last-child,
  .keep-in-mind p:last-child {
    margin-bottom: 0; }

.fs_style_66,
.glossary-link {
  color: #363636;
  border-bottom: dotted 1px #363636;
  position: relative; }
  .fs_style_66:hover:before,
  .fs_style_66:hover span, .fs_style_66:focus:before,
  .fs_style_66:focus span,
  .glossary-link:hover:before,
  .glossary-link:hover span,
  .glossary-link:focus:before,
  .glossary-link:focus span {
    visibility: visible; }
  .fs_style_66:before,
  .glossary-link:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #5E5F65 transparent;
    position: absolute;
    top: calc(100% + 4px);
    left: 10px;
    content: "";
    visibility: hidden; }
  .fs_style_66 span,
  .glossary-link span {
    padding: 20px;
    background-color: #5E5F65;
    color: #fff;
    content: attr(title);
    position: absolute;
    width: 250px;
    border-radius: 2px;
    font-size: 14px;
    top: calc(100% + 10px);
    left: 0;
    visibility: hidden; }

.callout {
  padding: 20px;
  background: #107EA2;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

body:not(.fsComposeMode) .protip article {
  display: none;
  padding: 15px 15px 15px 20px;
  position: relative; }
  body:not(.fsComposeMode) .protip article:before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 4px;
    border-radius: 2px;
    background-color: #0097CF;
    top: 0; }
  body:not(.fsComposeMode) .protip article p {
    margin-bottom: 0; }
  body:not(.fsComposeMode) .protip article.display {
    display: block; }

.related-articles {
  background-color: #FAFAFB;
  border-top: solid 1px #E0E0E2;
  padding-bottom: 60px; }
  .related-articles h2.fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    color: #141416;
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    padding: 30px 20px; }
    @media (min-width: 961px) {
      .related-articles h2.fsElementTitle {
        padding: 50px 20px 0; } }
  .related-articles .fsListItems {
    display: block;
    text-align: center; }
    @media (min-width: 961px) {
      .related-articles .fsListItems {
        width: 90%;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .related-articles .fsListItems article {
      margin: 20px;
      background-color: #fff;
      border-radius: 3px;
      border: solid 1px #E0E0E2;
      padding: 20px; }
      @media (min-width: 961px) {
        .related-articles .fsListItems article {
          width: calc(33.333% - 40px); } }
      @media (min-width: 1281px) {
        .related-articles .fsListItems article {
          padding: 30px; } }
      .related-articles .fsListItems article .fsTitle {
        font-size: 18px;
        margin: 20px 0;
        line-height: 1.5em; }
        @media (min-width: 1024px) {
          .related-articles .fsListItems article .fsTitle {
            font-size: 26px; } }
      .related-articles .fsListItems article .fsSummary {
        color: #767880; }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #BD4A99;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #107EA2;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map .fsNavLevel1 > li > a {
  font-size: 22px; }

.nav-site-map ul {
  margin: 0 0 10px 20px;
  padding: 0; }
  .nav-site-map ul a:hover, .nav-site-map ul a:focus {
    color: #BD4A99; }
  .nav-site-map ul.fsNavLevel2 a {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  .nav-site-map ul.fsNavLevel3 a {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 10px;
      font-weight: 700;
      padding-top: 5px;
      padding-bottom: 5px; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier {
  opacity: 0;
  transition: all .2s ease-in-out;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #E0E0E2; }
  .nav-tier > header {
    display: none; }
  @media screen and (max-width: 799px) {
    .nav-tier > header {
      display: block;
      position: relative; }
      .nav-tier > header .fsElementTitle {
        position: relative;
        margin-bottom: 0;
        display: block;
        font-size: 20px;
        padding: 15px 20px;
        line-height: 1.2em;
        text-transform: uppercase;
        color: #73737D;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; } }
    @media screen and (max-width: 799px) and (max-width: 599px) {
      .nav-tier > header .fsElementTitle {
        font-size: 15px; } }
  @media screen and (max-width: 799px) {
        .nav-tier > header .fsElementTitle:hover, .nav-tier > header .fsElementTitle:focus {
          color: #107EA2; } }
    @media screen and (max-width: 799px) and (min-width: 800px) {
      .nav-tier > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 799px) {
        .nav-tier > header .fsElementTitle:after {
          content: "";
          line-height: 1;
          position: absolute;
          margin: 0;
          top: 50%;
          -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
          font-size: 12px;
          right: 20px;
          font-family: 'icomoon';
          color: #73737D; }
        .nav-tier > header .fsElementTitle:hover:after, .nav-tier > header .fsElementTitle:focus:after {
          color: #107EA2; }
    .nav-tier > .fsElementContent {
      position: relative;
      display: block;
      background-color: transparent; }
      .nav-tier > .fsElementContent ul {
        display: block;
        padding: 15px 20px; }
        .nav-tier > .fsElementContent ul li {
          display: block;
          position: relative;
          border-bottom: 1px solid #E0E0E2; }
          .nav-tier > .fsElementContent ul li:last-child {
            border-bottom: 0 !important; }
          .nav-tier > .fsElementContent ul li a {
            display: block;
            padding: 10px 0px;
            font-size: 15px;
            color: #73737D;
            background: transparent; }
            .nav-tier > .fsElementContent ul li a:hover, .nav-tier > .fsElementContent ul li a:focus {
              color: #107EA2;
              background: transparent; }
          .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a {
            color: #363636;
            background: transparent; }
            .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a:focus {
              color: #107EA2;
              background: transparent; }
          .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor {
            background: transparent; }
            .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
              color: #363636;
              background: transparent; }
              .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
                color: #107EA2;
                background: transparent; }
      .nav-tier > .fsElementContent .fsNavLevel1 {
        border-top: 1px solid #E0E0E2; }
      .nav-tier > .fsElementContent .fsNavLevel2 {
        padding: 0;
        padding-bottom: 10px; }
        .nav-tier > .fsElementContent .fsNavLevel2 > li {
          border: 0px; }
          .nav-tier > .fsElementContent .fsNavLevel2 > li > a {
            padding: 6px 0px 6px 15px;
            font-size: 13px;
            text-transform: uppercase; }
      .nav-tier > .fsElementContent .fsNavLevel3 > li {
        border: 0px; }
        .nav-tier > .fsElementContent .fsNavLevel3 > li > a {
          padding: 6px 0px 6px 15px;
          font-size: 12px; }
      .nav-tier > .fsElementContent .fsNavLevel4 > li {
        border: 0px; }
        .nav-tier > .fsElementContent .fsNavLevel4 > li > a {
          padding-left: 50px; }
      .nav-tier > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-tier.active-nav > header .fsElementTitle {
      background-color: #fff;
      color: #163052; }
      .nav-tier.active-nav > header .fsElementTitle:after {
        content: "";
        font-size: 7px;
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg); } }
  @media (min-width: 800px) {
    .nav-tier {
      display: block;
      border-left: 4px solid #E0E0E2; }
      .nobread .nav-tier {
        display: none; }
      .nav-tier > header {
        padding-left: 30px; }
        .nav-tier > header .fsElementTitle {
          color: #163052;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 400; } }
  .nav-tier > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 800px) {
      .nav-tier > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-tier.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .nav-tier .fsNavLevel2 {
    display: none; }
  .tier-in-place .nav-tier {
    opacity: 1; }
  #fsHeader .nav-tier {
    display: none; }
  .nav-tier > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .nav-tier .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0px; }
    .nav-tier .fsNavLevel1 li {
      -ms-flex: 0 auto;
      flex: 0 auto; }
      .nav-tier .fsNavLevel1 li a {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 1.3;
        color: #73737D; }
        .nav-tier .fsNavLevel1 li a:hover, .nav-tier .fsNavLevel1 li a:focus {
          color: #107EA2; }
      .nav-tier .fsNavLevel1 li[class*="fsNavCurrentPage"] > a {
        color: #363636; }
  @media (max-width: 799px) {
    .nav-tier {
      margin: 20px;
      border: 1px solid #E0E0E2;
      border-radius: 5px; } }
  @media (min-width: 800px) {
    .nav-tier .fsNavLevel1 > li .expander {
      display: none; } }
  .nav-tier .fsNavLevel1 > li .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    z-index: 2; }
    .nav-tier .fsNavLevel1 > li .expander:after {
      display: inline-block;
      width: 30px;
      height: 40px;
      margin-top: 7px;
      content: '\e9ad';
      font-family: 'icomoon';
      color: #676770;
      font-size: 8px;
      font-weight: 700;
      z-index: 2; }
    .nav-tier .fsNavLevel1 > li .expander:hover:after, .nav-tier .fsNavLevel1 > li .expander:focus:after {
      color: #14857A; }
  .nav-tier .fsNavLevel1 > li.expanded:before {
    height: 100%; }
  .nav-tier .fsNavLevel1 > li.expanded > .expander:after {
    content: '\e997';
    font-size: 5px; }
  @media (min-width: 800px) {
    .nav-tier .fsNavLevel2 {
      display: none !important; } }

.nav-sub {
  border-left: 4px solid #E0E0E2; }
  @media (max-width: 799px) {
    .nav-sub {
      display: none; } }
  .nav-sub > header {
    padding-left: 28px; }
    .nav-sub > header .fsElementTitle {
      color: #163052;
      font-family: "Open Sans";
      font-size: 20px;
      line-height: 28px; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 800px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li {
      position: relative; }
      .nav-sub ul li:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 0;
        top: 0;
        left: -4px;
        background-color: #C5C6CA;
        transition: height .3s ease-in-out; }
      .nav-sub ul li a {
        position: relative;
        display: block;
        font-size: 13px;
        line-height: 1.4;
        text-transform: uppercase;
        padding: 6px 30px;
        padding-left: 30px;
        padding-right: 10px;
        color: #73737D;
        background: transparent; }
        .nav-sub ul li a:before {
          content: '';
          position: absolute;
          width: 4px;
          height: 0;
          top: 0;
          left: -4px;
          background-color: #C5C6CA;
          transition: height .3s ease-in-out; }
        .nav-sub ul li a:hover, .nav-sub ul li a:focus {
          color: #14857A;
          background: transparent; }
          .nav-sub ul li a:hover:before, .nav-sub ul li a:focus:before {
            background-color: #0097CF;
            height: 100%; }
      .nav-sub ul li.fsNavCurrentPage > a {
        color: #14857A;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #BD4A99;
          background: transparent; }
        .nav-sub ul li.fsNavCurrentPage > a:before {
          height: 100%; }
      .nav-sub ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a {
          color: #363636;
          background: transparent; }
          .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
            color: #14857A;
            background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 799px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 6px;
        padding-bottom: 6px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
    .nav-sub .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 30px; }
  .nav-sub .fsNavLevel2 {
    display: none; }
    .nav-sub .fsNavLevel2 > li > a {
      padding-left: 40px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 50px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 60px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 70px; }
  .nav-sub .fsNavLevel1 > li > .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 28px;
    font-size: 0;
    cursor: pointer;
    z-index: 2; }
    .nav-sub .fsNavLevel1 > li > .expander:after {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-top: 2px;
      content: '\e9ad';
      font-family: 'icomoon';
      color: #676770;
      font-size: 8px;
      font-weight: 700;
      z-index: 2; }
    .nav-sub .fsNavLevel1 > li > .expander:hover:after, .nav-sub .fsNavLevel1 > li > .expander:focus:after {
      color: #14857A; }
  .nav-sub .fsNavLevel1 > li.expanded:before {
    height: 100%; }
  .nav-sub .fsNavLevel1 > li.expanded > .expander:after {
    content: '\e997';
    font-size: 5px; }

.nav-main {
  margin-bottom: 0;
  position: absolute;
  margin-top: 74px;
  padding: 3px 0px;
  width: 100%;
  z-index: 1;
  transition: transform .1s ease-in-out, opacity .6s ease-in-out, margin-top .1s ease-in-out;
  /*
  .fsNavLevel2 > li {
    // If the page has JS, open the menu via the class
    html.js & {
      @include drop("> .fsNavPageInfo", $onClass:".menu-item-open");

      &:hover,
      .menu-item-open {
        .fsNavPageInfo {
          max-height: 9999px;
        }
      }
    }

    // Include a hover rule to open the menu for when JS is disabled / doesn't load
    html:not(.js) & {
      @include drop("> .fsNavPageInfo", $onClass:".menu-item-open");
    }
  }
  */ }
  .nav-main:after {
    content: '';
    position: absolute;
    background-color: #E0E0E2;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: width .0s ease-in-out, background-color .5s ease-in-out .3s; }
    .nav-hover.sticky-header-active .nav-main:after {
      background-color: #fff; }
  .sticky-header-active .nav-main {
    margin-top: 90px;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: height .4s ease-in-out, opacity .2s ease-in-out, margin-top .4s ease-in-out; }
  .desktop-menu-is-active .nav-main {
    height: 50px;
    background-color: #fff;
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto; }
    .desktop-menu-is-active .nav-main:after {
      width: 100%;
      transition: width .8s ease-in-out, background-color .5s ease-in-out .1s; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1025px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1025px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
      position: static;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li {
    position: static !important; }
    @media (min-width: 1025px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 0 auto;
        flex: 0 auto;
        margin: 0 5px; } }
    .nav-main .fsNavLevel1 > li:nth-child(1) > a {
      transition: opacity 0.3s ease-in-out 0.04s, transform 0.3s ease-in-out 0.04s; }
    .nav-main .fsNavLevel1 > li:nth-child(2) > a {
      transition: opacity 0.3s ease-in-out 0.08s, transform 0.3s ease-in-out 0.08s; }
    .nav-main .fsNavLevel1 > li:nth-child(3) > a {
      transition: opacity 0.3s ease-in-out 0.12s, transform 0.3s ease-in-out 0.12s; }
    .nav-main .fsNavLevel1 > li:nth-child(4) > a {
      transition: opacity 0.3s ease-in-out 0.16s, transform 0.3s ease-in-out 0.16s; }
    .nav-main .fsNavLevel1 > li:nth-child(5) > a {
      transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s; }
    .nav-main .fsNavLevel1 > li:nth-child(6) > a {
      transition: opacity 0.3s ease-in-out 0.24s, transform 0.3s ease-in-out 0.24s; }
    .nav-main .fsNavLevel1 > li:nth-child(7) > a {
      transition: opacity 0.3s ease-in-out 0.28s, transform 0.3s ease-in-out 0.28s; }
    .nav-main .fsNavLevel1 > li:nth-child(8) > a {
      transition: opacity 0.3s ease-in-out 0.32s, transform 0.3s ease-in-out 0.32s; }
    .nav-main .fsNavLevel1 > li:nth-child(9) > a {
      transition: opacity 0.3s ease-in-out 0.36s, transform 0.3s ease-in-out 0.36s; }
    .sticky-header-active .nav-main .fsNavLevel1 > li > a {
      opacity: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      top: 100% !important; }
    .desktop-menu-is-active .nav-main .fsNavLevel1 > li > a {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .desktop-menu-is-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      top: 100% !important;
      margin-top: 0 !important;
      background: linear-gradient(180deg, #146a91 0%, #163052 70%); }
      .desktop-menu-is-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
        padding-top: 20px; }
    .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a {
      color: #fff;
      background: transparent; }
      .nav-main .fsNavLevel1 > li:hover > a:after, .nav-main .fsNavLevel1 > li:focus > a:after {
        width: calc(100% - 34px); }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #fff;
      background: transparent; }
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
        width: calc(100% - 34px); }
    .nav-main .fsNavLevel1 > li > a {
      position: relative;
      display: block;
      color: #fff;
      background: transparent;
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 2; }
      .desktop-menu-is-active .nav-main .fsNavLevel1 > li > a {
        color: #363636; }
      .nav-main .fsNavLevel1 > li > a:focus:after {
        width: calc(100% - 34px); }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 2px;
        background-color: #ffffff;
        bottom: 0;
        left: 17px;
        transition: width .2s ease-in-out; }
        .sticky-header-active .nav-main .fsNavLevel1 > li > a:after {
          background-color: #14857A; }

.nav-main {
  z-index: 3; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    padding: 0 20px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s ease-in-out; }
    .sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      background: #fff !important;
      box-shadow: 0px 2px 2px rgba(20, 20, 22, 0.1); }
    .no-photo .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      top: 0 !important;
      height: auto; }
      .no-photo .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper {
        margin-top: 6px; }
      .no-photo .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
        padding-top: 5px; }
    .small-photo .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      height: auto; }
    .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .nav-info-wrapper {
      position: relative;
      margin: 0 auto;
      max-width: 78.66667em;
      max-width: 73.75rem;
      padding-top: 40px;
      color: #fff !important; }
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .nav-info-wrapper * {
        text-align: left; }
    .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper {
      max-width: 1180px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      margin-top: 81px;
      padding-top: 40px;
      padding-bottom: 35px; }
      .sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper {
        margin-top: 0;
        padding-top: 0px; }
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col1 {
        min-width: 32%;
        max-width: 380px;
        padding-top: 3px;
        padding-right: 30px;
        padding-left: 10px;
        -ms-flex-order: 1;
        order: 1; }
        .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col1 a {
          display: inline-block;
          border: 0;
          margin: 0 0 20px;
          margin-top: 20px;
          padding: 12px 20px;
          background: #BD4A99;
          color: #fff;
          text-align: center;
          border-radius: 5px;
          line-height: 1.4;
          font-size: 15px;
          font-weight: 500;
          padding: 13px 40px;
          line-height: 1.5;
          font-weight: 600;
          transition: all 0s ease-in-out !important; }
          .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col1 a:hover, .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col1 a:focus {
            background-color: #107EA2; }
        .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col1 .fsElementTitle {
          color: #FFFFFF;
          font-family: "Open Sans Condensed";
          font-size: 28px;
          font-weight: bold;
          line-height: 40px; }
          .sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col1 .fsElementTitle {
            color: #141416; }
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col2 {
        min-width: 320px;
        max-width: 320px;
        padding-top: 0px;
        -ms-flex-order: 2;
        order: 2; }
        @media (max-width: 1179px) {
          .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col2 {
            min-width: 28%; } }
        .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col2 img {
          vertical-align: top;
          display: block; }
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col3 {
        -ms-flex-order: 3;
        order: 3;
        padding-left: 20px;
        padding-top: 5px;
        transition: opacity .2s ease-in-out; }
        .nav-level-two-hover .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col3 {
          opacity: 0; }
        .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col3 .fsElementContent {
          font-size: 22px;
          line-height: 1.45455em;
          font-weight: 300;
          font-style: italic;
          color: #fff; }
          .sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col3 .fsElementContent {
            color: #141416; }
        .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col3 .fsElementFooterContent {
          color: #C5C6CA;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 13px;
          line-height: 1.38462em; }
          .sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper .drop-col3 .fsElementFooterContent {
            color: #73737D; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .nav-main .fsNavPageDescription {
    padding-left: 40px; }
  .nav-main .fsNavPageThumbnail {
    height: 180px;
    width: 180px;
    min-width: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0); }
    .nav-main .fsNavPageThumbnail img {
      visibility: hidden;
      height: 180px;
      width: 180px; }
  @media (min-width: 1025px) {
    .nav-main .fsNavLevel2 {
      position: relative;
      margin: 0 auto;
      max-width: 82.4em;
      max-width: 77.25rem;
      position: static;
      padding-bottom: 25px;
      border-left: 2px solid #14857A; }
      .no-flexbox .nav-main .fsNavLevel2 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel2 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel2:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel2 > li {
    margin: 0px;
    text-align: left; }
    .nav-main .fsNavLevel2 > li > a {
      display: block;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 18px;
      padding: 7.5px 20px;
      position: relative; }
      .nav-main .fsNavLevel2 > li > a:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 0px;
        transition: height .2s ease-in-out;
        top: 0;
        left: -2px;
        background-color: rgba(255, 255, 255, 0.5); }
      .nav-main .fsNavLevel2 > li > a:hover, .nav-main .fsNavLevel2 > li > a:focus {
        color: rgba(255, 255, 255, 0.75); }
      .sticky-header-active .nav-main .fsNavLevel2 > li > a {
        color: #141416; }
        .sticky-header-active .nav-main .fsNavLevel2 > li > a:hover, .sticky-header-active .nav-main .fsNavLevel2 > li > a:focus {
          color: #14857A; }
    .nav-main .fsNavLevel2 > li:hover a:after {
      height: 100%; }
    .nav-main .fsNavLevel2 > li .fsNavPageInfo {
      position: absolute;
      right: 0;
      padding: 0 0 0 20px;
      margin-top: 16px;
      width: 500px;
      height: 100%;
      z-index: 1;
      text-align: left;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      visibility: hidden;
      pointer-events: none;
      color: #fff;
      top: 0 !important; }
      @media (max-width: 1259px) {
        .nav-main .fsNavLevel2 > li .fsNavPageInfo {
          width: 41%; } }
      .nav-main .fsNavLevel2 > li .fsNavPageInfo:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 16px;
        top: -16px;
        left: 0;
        pointer-events: auto; }
      .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col {
        width: 50%;
        float: left;
        padding: 23px 0px !important; }
        .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col, .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col li {
          margin: 0;
          padding: 0; }
        .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col li a {
          color: #E0E0E2;
          padding-left: 15px;
          line-height: 1.26667em;
          display: block;
          position: relative;
          padding: 5px 0 5px 15px;
          font-size: 15px; }
          .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col li a:before {
            content: '\e99f';
            font-family: icomoon;
            font-size: 5px;
            position: absolute;
            top: 5px;
            left: 0; }
          .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col li a:hover {
            color: rgba(255, 255, 255, 0.5); }
          .sticky-header-active .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col li a {
            color: #73737D; }
            .sticky-header-active .nav-main .fsNavLevel2 > li .fsNavPageInfo .menu-col li a:hover {
              color: #107EA2; }
    .nav-main .fsNavLevel2 > li:hover > .fsNavPageInfo, .nav-main .fsNavLevel2 > li.menu-item-open > .fsNavPageInfo, .nav-main .fsNavLevel2 > li:focus > .fsNavPageInfo {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }

body:not(.sticky-header-active) .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper {
  position: relative; }
  body:not(.sticky-header-active) .nav-main .fsNavLevel1 > li > .fsNavPageInfo .flex-wrapper:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2); }

body:not(.no-photo) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  margin-top: -74px;
  top: 0 !important;
  background: linear-gradient(180deg, rgba(20, 155, 199, 0.8) 0%, #163052 70%); }
  body:not(.no-photo) .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
    padding-top: 0px; }

body.sticky-header-active .nav-main {
  padding-top: 0;
  padding-bottom: 0; }
  body.sticky-header-active .nav-main .fsNavLevel1 > li > a {
    padding-top: 13px;
    padding-bottom: 13px; }
  body.sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    top: 100% !important; }

@media (min-width: 1025px) {
  .fsHasHeader .nav-main > .fsElementContent > nav {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    position: static; } }

.fsHasHeader .nav-main.active .fsNavLevel1:before {
  opacity: 1; }
  .desktop-menu-is-active .fsHasHeader .nav-main.active .fsNavLevel1:before {
    background: #ffffff;
    top: 0; }

@media (min-width: 1025px) {
  .fsHasHeader .nav-main .fsNavLevel1 {
    max-width: none;
    display: block;
    position: static;
    text-align: center; }
    .no-flexbox .fsHasHeader .nav-main .fsNavLevel1 {
      text-align: justify;
      font-size: 0.1px; }
      .no-flexbox .fsHasHeader .nav-main .fsNavLevel1 > li {
        display: inline-block; }
      .no-flexbox .fsHasHeader .nav-main .fsNavLevel1:after {
        content: "";
        display: inline-block;
        width: 100%; } }

.fsHasHeader .nav-main .fsNavLevel1:before {
  content: '';
  display: block;
  height: 500px;
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out; }
  .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1:before {
    height: 426px;
    top: 0;
    background: #ffffff !important;
    box-shadow: 0px 2px 2px rgba(20, 20, 22, 0.1); }
  .no-photo.sticky-header-active.fsHasHeader .nav-main .fsNavLevel1:before {
    height: 426px; }
  .desktop-menu-is-active.fsHasHeader .nav-main .fsNavLevel1:before {
    background: #ffffff;
    top: 0; }

.fsHasHeader .nav-main .fsNavLevel1 > li {
  position: static !important;
  display: inline-block; }
  @media (min-width: 1025px) {
    .fsHasHeader .nav-main .fsNavLevel1 > li {
      -ms-flex: 0 auto;
      flex: 0 auto;
      margin: 0 5px; } }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(1) > a {
    transition: opacity 0.3s ease-in-out 0.04s, transform 0.3s ease-in-out 0.04s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(2) > a {
    transition: opacity 0.3s ease-in-out 0.08s, transform 0.3s ease-in-out 0.08s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(3) > a {
    transition: opacity 0.3s ease-in-out 0.12s, transform 0.3s ease-in-out 0.12s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(4) > a {
    transition: opacity 0.3s ease-in-out 0.16s, transform 0.3s ease-in-out 0.16s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(5) > a {
    transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(6) > a {
    transition: opacity 0.3s ease-in-out 0.24s, transform 0.3s ease-in-out 0.24s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(7) > a {
    transition: opacity 0.3s ease-in-out 0.28s, transform 0.3s ease-in-out 0.28s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(8) > a {
    transition: opacity 0.3s ease-in-out 0.32s, transform 0.3s ease-in-out 0.32s; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:nth-child(9) > a {
    transition: opacity 0.3s ease-in-out 0.36s, transform 0.3s ease-in-out 0.36s; }
  .sticky-header-active .fsHasHeader .nav-main .fsNavLevel1 > li > a {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0; }
  .sticky-header-active .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    top: 100% !important; }
  .desktop-menu-is-active .fsHasHeader .nav-main .fsNavLevel1 > li > a {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .desktop-menu-is-active .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    margin-top: 0 !important;
    top: 100% !important;
    background: linear-gradient(180deg, #146a91 0%, #163052 70%); }
    .desktop-menu-is-active .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
      padding-top: 20px; }
  .fsHasHeader .nav-main .fsNavLevel1 > li:hover > a, .fsHasHeader .nav-main .fsNavLevel1 > li.menu-item-open > a, .fsHasHeader .nav-main .fsNavLevel1 > li:focus > a {
    color: #fff;
    background: transparent; }
    .fsHasHeader .nav-main .fsNavLevel1 > li:hover > a:after, .fsHasHeader .nav-main .fsNavLevel1 > li.menu-item-open > a:after, .fsHasHeader .nav-main .fsNavLevel1 > li:focus > a:after {
      width: calc(100% - 34px); }
  .fsHasHeader .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #fff;
    background: transparent; }
    .fsHasHeader .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
      width: calc(100% - 34px); }
  .fsHasHeader .nav-main .fsNavLevel1 > li > a {
    display: block;
    padding: 10px 20px 9px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent; }
    .desktop-menu-is-active .fsHasHeader .nav-main .fsNavLevel1 > li > a {
      color: #363636; }
    .fsHasHeader .nav-main .fsNavLevel1 > li > a:after {
      content: '';
      width: 0px;
      height: 2px;
      position: absolute;
      left: 17px;
      bottom: 0;
      background-color: #ffffff;
      transition: width .2s ease-in-out; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > a:after {
        background-color: #14857A; }
    .fsHasHeader .nav-main .fsNavLevel1 > li > a:hover:after, .fsHasHeader .nav-main .fsNavLevel1 > li > a:focus:after {
      width: calc(100% - 34px); }

.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  padding: 0 20px;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 1;
  background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out; }
  .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    background: none !important;
    box-shadow: none; }
  .no-photo.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    top: auto !important;
    height: 376px; }
    .no-photo.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
      padding-top: 5px; }
  .small-photo .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    height: auto; }
  .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo.active > .fsNavPageInfoInner {
    opacity: 0; }
  .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    opacity: 1; }
    .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageThumbnail {
      -ms-flex-order: 1;
      order: 1;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 180px;
      height: 180px;
      margin-right: 60px;
      background-size: contain;
      overflow: hidden; }
    .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription {
      -ms-flex-order: 2;
      order: 2;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      color: #ffffff; }
      .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription blockquote,
      .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_71 {
        color: #ffffff;
        text-align: left; }
        .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription blockquote:first-child,
        .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_71:first-child {
          margin-top: 0; }
        .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription blockquote + cite,
        .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription blockquote + .fs_style_72,
        .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_71 + cite,
        .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_71 + .fs_style_72 {
          margin-top: 27px;
          text-align: left; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription blockquote {
        color: #141416; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_71 {
        color: #141416; }
      .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription cite,
      .fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_72 {
        color: #ffffff;
        font-size: 13px;
        line-height: 23px;
        font-style: normal; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription cite {
        color: #141416; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo > .fsNavPageInfoInner > .fsNavPageDescription .fs_style_72 {
        color: #141416; }

.fsHasHeader .nav-main .fsNavLevel1 > li:hover:before, .fsHasHeader .nav-main .fsNavLevel1 > li.menu-item-open:before, .fsHasHeader .nav-main .fsNavLevel1 > li:focus:before {
  opacity: 1;
  visibility: visible; }

.fsHasHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
  opacity: 1;
  padding-top: 65px;
  visibility: visible;
  pointer-events: auto; }
  .no-photo.sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    padding-top: 15px; }

.fsHasHeader .nav-main .fsNavLevel1 > li:hover:not(.fsNavParentPage) > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel1 > li.menu-item-open:not(.fsNavParentPage) > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel1 > li:focus:not(.fsNavParentPage) > .fsNavPageInfo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.fsHasHeader .nav-main .fsNavPageDescription {
  padding-left: 0; }

.fsHasHeader .nav-main .fsNavPageThumbnail {
  height: 180px;
  width: 180px;
  min-width: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0); }
  .fsHasHeader .nav-main .fsNavPageThumbnail img {
    visibility: hidden;
    height: 180px;
    width: 180px; }

@media (min-width: 1025px) {
  .fsHasHeader .nav-main .fsNavLevel2 {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 0;
    border: 0;
    border-bottom: 1px solid #E0E0E2; } }

.fsHasHeader .nav-main .fsNavLevel2 > li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px;
  text-align: left;
  max-width: 200px; }
  .fsHasHeader .nav-main .fsNavLevel2 > li > a {
    display: block;
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: none; }
    @media (min-width: 1180px) {
      .fsHasHeader .nav-main .fsNavLevel2 > li > a {
        padding: 0 20px; } }
    .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a {
      color: #141416; }
    .fsHasHeader .nav-main .fsNavLevel2 > li > a:after {
      display: none; }
    .fsHasHeader .nav-main .fsNavLevel2 > li > a > span {
      display: block;
      padding: 14px 0 14px;
      position: relative; }
      .fsHasHeader .nav-main .fsNavLevel2 > li > a > span:after {
        content: '';
        width: auto;
        height: 3px;
        position: absolute;
        top: auto;
        left: 0;
        right: 100%;
        bottom: -2px;
        background-color: rgba(255, 255, 255, 0);
        transition: right .2s ease-in-out; }
        .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a > span:after {
          background-color: rgba(20, 133, 122, 0); }
    .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a:hover > span:after {
      background-color: #14857a; }
    .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a:focus > span:after {
      background-color: #14857a; }
    .fsHasHeader .nav-main .fsNavLevel2 > li > a:hover, .fsHasHeader .nav-main .fsNavLevel2 > li > a:focus {
      color: white; }
      .fsHasHeader .nav-main .fsNavLevel2 > li > a:hover > span:after, .fsHasHeader .nav-main .fsNavLevel2 > li > a:focus > span:after {
        right: 0;
        background-color: white; }
    .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a {
      color: #141416; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a:hover, .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > a:focus {
        color: #14857A; }
  .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    width: auto;
    height: auto;
    padding: 46px 0 0 0;
    margin-top: 0;
    position: absolute;
    top: 100% !important;
    left: 0;
    right: 0;
    z-index: 1;
    color: #ffffff;
    text-align: left;
    opacity: 0;
    transition: opacity 0s ease-in-out 0s, visibility 0s linear 0s;
    visibility: hidden;
    pointer-events: none; }
    @media (max-width: 1259px) {
      .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo {
        width: auto; } }
    .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo:before {
      display: none; }
    .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 303px;
      padding-top: 5px;
      padding-left: 0;
      padding-right: 40px; }
      @media (min-width: 1250px) {
        .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription {
          width: 343px;
          padding-right: 70px; } }
      .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription h2 {
        margin-bottom: 30px;
        color: #ffffff;
        font-size: 28px;
        line-height: 40px;
        font-weight: bold;
        font-family: "Open Sans Condensed", sans-serif; }
        .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription h2:last-child {
          margin-bottom: 0; }
        .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription h2 {
          color: #141416; }
      .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_75 {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 8px 20px;
        background: #BD4A99;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 2em;
        font-size: 12px;
        font-weight: 600;
        transition: background .3s, color .3s; }
        .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_75:hover, .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_75:focus,
        .fsStateSelected .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_75 {
          background: #9b397c;
          color: #fff; }
        .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_75:visited {
          color: #fff; }
        .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_75 em {
          display: block;
          font-style: normal; }
      .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageDescription .fs_style_80 {
        padding: 11px 40px;
        font-size: 15px;
        font-weight: 600; }
    .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageThumbnail {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 215px;
      min-width: 0;
      height: auto;
      -webkit-clip-path: none;
      clip-path: none;
      background-image: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > .fsNavPageThumbnail img {
        display: none; }
    .fsHasHeader .nav-main .fsNavLevel2 > li > .fsNavPageInfo > ul {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .sticky-header-active.fsHasHeader .nav-main .fsNavLevel2 > li.menu-item-open > a > span:after {
    background-color: #14857a; }
  .fsHasHeader .nav-main .fsNavLevel2 > li:hover > a > span:after, .fsHasHeader .nav-main .fsNavLevel2 > li.menu-item-open > a > span:after, .fsHasHeader .nav-main .fsNavLevel2 > li:focus > a > span:after {
    right: 0;
    background-color: white; }
  .fsHasHeader .nav-main .fsNavLevel2 > li:hover > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel2 > li.menu-item-open > .fsNavPageInfo, .fsHasHeader .nav-main .fsNavLevel2 > li:focus > .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease-in-out, visibility 0s linear 0s;
    pointer-events: auto; }

.fsHasHeader .nav-main .fsNavLevel3 {
  height: 170px;
  max-width: 420px; }
  .fsHasHeader .nav-main .fsNavLevel3[column-count="2"] {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-fill: auto;
    column-fill: auto; }
  .fsHasHeader .nav-main .fsNavLevel3[column-count="4"] {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-fill: balance;
    column-fill: balance;
    max-width: none; }
    @media (max-width: 1179px) {
      .fsHasHeader .nav-main .fsNavLevel3[column-count="4"] {
        height: auto; } }
  .fsHasHeader .nav-main .fsNavLevel3 > li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0; }
    .fsHasHeader .nav-main .fsNavLevel3 > li > a {
      padding: 5px 10px 5px 12px;
      position: relative;
      color: #E0E0E2;
      font-size: 14px;
      line-height: 24px;
      font-weight: normal; }
      .sticky-header-active.fsHasHeader .nav-main .fsNavLevel3 > li > a {
        color: #141416; }
      .fsHasHeader .nav-main .fsNavLevel3 > li > a:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 10px;
        position: absolute;
        top: 15px;
        left: 0;
        transition: background 0.3s ease;
        background-color: #E0E0E2; }
        .sticky-header-active.fsHasHeader .nav-main .fsNavLevel3 > li > a:before {
          background-color: #141416; }
      .fsHasHeader .nav-main .fsNavLevel3 > li > a:hover {
        color: #ffffff; }
        .sticky-header-active.fsHasHeader .nav-main .fsNavLevel3 > li > a:hover {
          color: #14857A; }
        .fsHasHeader .nav-main .fsNavLevel3 > li > a:hover:before {
          color: #ffffff; }
          .sticky-header-active.fsHasHeader .nav-main .fsNavLevel3 > li > a:hover:before {
            background-color: #14857A; }
      .fsHasHeader .nav-main .fsNavLevel3 > li > a:focus {
        color: #ffffff; }
        .sticky-header-active.fsHasHeader .nav-main .fsNavLevel3 > li > a:focus {
          color: #14857A; }
        .fsHasHeader .nav-main .fsNavLevel3 > li > a:focus:before {
          color: #ffffff; }
          .sticky-header-active.fsHasHeader .nav-main .fsNavLevel3 > li > a:focus:before {
            background-color: #14857A; }

body:not(.no-photo).fsHasHeader .nav-main .fsNavLevel1:before {
  background: linear-gradient(180deg, rgba(16, 126, 162, 0.8) 0%, #163052 70%); }

body:not(.no-photo).fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  padding-top: 144px;
  background: none; }

body:not(.no-photo).fsHasHeader.sticky-header-active .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  padding-top: 20px; }

body:not(.no-photo).fsHasHeader.desktop-menu-is-active .nav-main .fsNavLevel1:before {
  background: #ffffff; }

body.sticky-header-active.fsHasHeader .nav-main {
  padding-top: 0;
  padding-bottom: 0; }
  body.sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > a {
    color: #363636;
    padding-top: 13px;
    padding-bottom: 13px; }
  body.sticky-header-active.fsHasHeader .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    top: 100% !important; }

.nav-main-second-tiers {
  display: none; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1025px) {
    .drawer-ribbon {
      display: none; } }

.mobile-close-holder {
  position: absolute;
  top: 13px;
  right: 16px;
  display: block;
  width: 40px;
  height: 40px; }
  .mobile-close-holder button {
    width: 40px !important;
    height: 40px !important; }

.drawer-trigger,
.util-menu button,
.mobile-close-holder button {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
  text-indent: -99999px;
  cursor: pointer; }
  .drawer-trigger:before, .drawer-trigger:after,
  .util-menu button:before,
  .util-menu button:after,
  .mobile-close-holder button:before,
  .mobile-close-holder button:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 25px;
    content: '';
    background: #b3b2b8; }
    .no-photo .drawer-trigger:before, .no-photo .drawer-trigger:after, .no-photo
    .util-menu button:before, .no-photo
    .util-menu button:after, .no-photo
    .mobile-close-holder button:before, .no-photo
    .mobile-close-holder button:after {
      background: #fff; }
    .sticky-header-active .drawer-trigger:before, .sticky-header-active .drawer-trigger:after, .sticky-header-active
    .util-menu button:before, .sticky-header-active
    .util-menu button:after, .sticky-header-active
    .mobile-close-holder button:before, .sticky-header-active
    .mobile-close-holder button:after {
      background: #b3b2b8; }
    #fsMenu .drawer-trigger:before, #fsMenu .drawer-trigger:after, #fsMenu
    .util-menu button:before, #fsMenu
    .util-menu button:after, #fsMenu
    .mobile-close-holder button:before, #fsMenu
    .mobile-close-holder button:after {
      background: #b3b2b8; }
    .home:not(.sticky-header-active) .drawer-trigger:before, .home:not(.sticky-header-active) .drawer-trigger:after, .home:not(.sticky-header-active)
    .util-menu button:before, .home:not(.sticky-header-active)
    .util-menu button:after, .home:not(.sticky-header-active)
    .mobile-close-holder button:before, .home:not(.sticky-header-active)
    .mobile-close-holder button:after {
      background: #fff; }
  .drawer-trigger:before,
  .util-menu button:before,
  .mobile-close-holder button:before {
    margin-top: -0.4em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after,
  .util-menu button:after,
  .mobile-close-holder button:after {
    box-shadow: 0 0.4em 0 0 #b3b2b8;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
    .no-photo .drawer-trigger:after, .no-photo
    .util-menu button:after, .no-photo
    .mobile-close-holder button:after {
      box-shadow: 0 0.4em 0 0 #fff; }
    .sticky-header-active .drawer-trigger:after, .sticky-header-active
    .util-menu button:after, .sticky-header-active
    .mobile-close-holder button:after {
      box-shadow: 0 0.4em 0 0 #b3b2b8; }
    .home:not(.sticky-header-active) .drawer-trigger:after, .home:not(.sticky-header-active)
    .util-menu button:after, .home:not(.sticky-header-active)
    .mobile-close-holder button:after {
      box-shadow: 0 0.4em 0 0 #fff; }
    #fsMenu .drawer-trigger:after, #fsMenu
    .util-menu button:after, #fsMenu
    .mobile-close-holder button:after {
      box-shadow: 0 0.4em 0 0 rgba(255, 255, 255, 0); }
  @media (min-width: 1025px) {
    .desktop-menu-is-active .drawer-trigger:before, .desktop-menu-is-active
    .util-menu button:before, .desktop-menu-is-active
    .mobile-close-holder button:before {
      margin-top: 0;
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .desktop-menu-is-active .drawer-trigger:after, .desktop-menu-is-active
    .util-menu button:after, .desktop-menu-is-active
    .mobile-close-holder button:after {
      box-shadow: none;
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); } }
  @media (max-width: 1024px) {
    .drawer-is-active .drawer-trigger:before, .drawer-is-active
    .util-menu button:before, .drawer-is-active
    .mobile-close-holder button:before {
      margin-top: 0;
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .drawer-is-active .drawer-trigger:after, .drawer-is-active
    .util-menu button:after, .drawer-is-active
    .mobile-close-holder button:after {
      box-shadow: none !important;
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); } }

#fsMenu {
  z-index: 99999; }

@media (max-width: 1024px) {
  body.drawer-is-active {
    height: 100vw;
    width: 100vw;
    overflow: hidden; } }

.fsMenu {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 24em;
  background: #fff;
  z-index: 99999; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (max-width: 1024px) {
    .drawer-is-active .fsMenu {
      height: 100vh;
      min-height: 0;
      padding-bottom: 60px;
      bottom: 0;
      overflow: auto; } }
  @media (min-width: 1025px) {
    .fsMenu {
      display: none !important; } }

.special-holder {
  margin-top: 20px !important;
  margin-left: 20px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: left;
  justify-content: left; }
  .special-holder, .special-holder ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .special-holder li {
    margin: 0;
    padding: 0; }
  .special-holder.special-holder-empty {
    margin-top: 0 !important;
    height: 44px; }
  .special-holder li {
    margin-right: 15px; }
    .special-holder li:last-child {
      margin-right: 15px; }
    .special-holder li a {
      color: #fff;
      position: relative;
      padding: 1px 1px 5px;
      font-size: 14px;
      font-weight: 400 !important;
      line-height: 18px;
      font-family: "Open Sans Condensed", sans-serif; }
    .special-holder li.language-toggle.uk-flag {
      position: relative; }
      .special-holder li.language-toggle.uk-flag a {
        background: url("../images/UK_Icon-Color.svg") no-repeat 0 50%;
        background-size: contain;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
        height: 28px;
        width: 28px; }
    .special-holder li.language-toggle.us-flag {
      position: relative; }
      .special-holder li.language-toggle.us-flag a {
        background: url("../images/US_Icon-Color.svg") no-repeat 0 50%;
        background-size: contain;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
        height: 28px;
        width: 28px; }
    .special-holder li.special a, .special-holder li.finalsiteu a {
      border-radius: 2px;
      background-color: #107EA2;
      padding: 1px 5px; }
      .special-holder li.special a:after, .special-holder li.finalsiteu a:after {
        background-color: transparent; }
    .special-holder li.special:hover a, .special-holder li.special:focus a, .special-holder li.finalsiteu:hover a, .special-holder li.finalsiteu:focus a {
      background: #BD4A99; }

.top-search-embed {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  pointer-events: auto;
  border: 1px solid #E0E0E2;
  background-color: #FAFAFB;
  margin: 25px 20px 22px 20px; }
  .top-search-embed > .fsElementContent {
    padding: 0;
    text-align: center; }
  .top-search-embed button.reset,
  .top-search-embed label {
    display: none; }
  .top-search-embed .top-search form {
    padding: 0px;
    margin: 0;
    overflow: hidden; }
  .top-search-embed .top-search input {
    background-color: transparent;
    height: 50px;
    border: 0;
    margin: 0;
    padding: 10px 20px;
    float: left;
    display: block;
    width: calc(100% - 40px);
    font-size: 15px;
    letter-spacing: .03em;
    font-weight: 400;
    color: #363636; }
  .top-search-embed .top-search button.search-submit {
    height: 50px;
    width: 40px;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    background-color: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer; }
    .top-search-embed .top-search button.search-submit:before {
      content: '\e9b0';
      font-family: icomoon;
      font-size: 13px;
      line-height: 50px;
      color: #363636; }

.nav-social {
  padding-top: 20px; }
  .nav-social .fsNavLevel1 {
    font-size: 0; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 10px; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='plus']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='wechat']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='flickr']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='wordpress']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='rss']:before {
      content: "";
      font-family: icomoon; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='plus']:hover:before, .nav-social .fsNavLevel1 [href*='plus']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='wechat']:hover:before, .nav-social .fsNavLevel1 [href*='wechat']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='wordpress']:hover:before, .nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff !important;
      opacity: .8; }
    .nav-social .fsNavLevel1 a {
      display: block;
      font-weight: 400;
      position: relative;
      height: 24px;
      width: 24px;
      border-radius: 100%; }
      .nav-social .fsNavLevel1 a:before {
        color: #fff !important;
        font-size: 26px;
        transition: 0.3s all;
        display: block;
        opacity: .6;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

/*
//special case for Google plus URLs
.nav-social .fsNavLevel1 [href*='plus.google.com']{
	&:before {
		@include font-icon( map-get($social-icons, googleplus ) );
	}
	&:hover,
	&:focus {
		@if $social-circles {
			background: map-get($social-colors, googleplus );
			border-color: map-get($social-colors, googleplus );
			&:before {

			}
		}
		@else {
			&:before {
				color: $d1;
			}
		}
	}
}
*/
.nav-mobile {
  padding-left: 30px;
  padding-right: 15px; }
  .nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-mobile ul li {
      position: relative;
      padding-right: 19px; }
      .nav-mobile ul li a {
        position: relative;
        display: block;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #363636;
        background: transparent; }
        .nav-mobile ul li a:hover, .nav-mobile ul li a:focus {
          color: #14857A;
          background: transparent; }
      .nav-mobile ul li.fsNavCurrentPage > a {
        color: #14857A;
        background: transparent; }
        .nav-mobile ul li.fsNavCurrentPage > a:hover, .nav-mobile ul li.fsNavCurrentPage > a:focus {
          color: #BD4A99;
          background: transparent; }
      .nav-mobile ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-mobile ul li.fsNavCurrentPageAncestor > a {
          color: #363636;
          background: transparent; }
          .nav-mobile ul li.fsNavCurrentPageAncestor > a:hover, .nav-mobile ul li.fsNavCurrentPageAncestor > a:focus {
            color: #14857A;
            background: transparent; }
  .nav-mobile .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 799px) {
      .nav-mobile .fsNavLevel1 {
        padding-top: 12px;
        padding-bottom: 12px; } }
    .nav-mobile .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-mobile .fsNavLevel2 {
    display: none; }
    .nav-mobile .fsNavLevel2 > li > a {
      padding-left: 40px; }
    .nav-mobile .fsNavLevel2 > li a {
      padding-top: 8px;
      padding-bottom: 8px;
      font-weight: 600;
      color: #73737D; }
  .nav-mobile .fsNavLevel3 {
    display: none; }
    .nav-mobile .fsNavLevel3 > li > a {
      padding-left: 50px; }
  .nav-mobile .fsNavLevel4 {
    display: none; }
    .nav-mobile .fsNavLevel4 > li > a {
      padding-left: 60px; }
  .nav-mobile .fsNavLevel5 {
    display: none; }
    .nav-mobile .fsNavLevel5 > li > a {
      padding-left: 70px; }
  .nav-mobile .fsNavLevel1 li > .expander {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 34px;
    font-size: 0;
    cursor: pointer;
    z-index: 2; }
    .nav-mobile .fsNavLevel1 li > .expander:after {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-top: 4px;
      content: '\e9ad';
      font-family: 'icomoon';
      color: #73737D;
      font-size: 11px;
      z-index: 2; }
    .nav-mobile .fsNavLevel1 li > .expander:hover:after, .nav-mobile .fsNavLevel1 li > .expander:focus:after {
      color: #14857A; }
  .nav-mobile .fsNavLevel1 > li > .expander {
    right: 0;
    height: 42px;
    left: auto;
    top: 0; }
    .nav-mobile .fsNavLevel1 > li > .expander:after {
      color: #363636;
      font-size: 13px;
      margin-top: 2px; }
  .nav-mobile .fsNavLevel1 li.expanded:before {
    height: 100%; }
  .nav-mobile .fsNavLevel1 li.expanded > .expander:after {
    content: '\e997';
    font-size: 6px; }

.nav-utility-header {
  position: relative;
  float: right;
  margin-top: 35px;
  margin-right: 40px;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .nav-utility-header {
      margin-right: 20px; } }
  @media (max-width: 599px) {
    .nav-utility-header {
      margin-top: 22px;
      margin-right: 5px; } }
  .header-dec-update .nav-utility-header {
    margin-top: 32px;
    margin-right: 6px; }
    @media (max-width: 1024px) {
      .header-dec-update .nav-utility-header {
        margin-right: 20px; } }
    @media (max-width: 599px) {
      .header-dec-update .nav-utility-header {
        margin-top: 22px;
        margin-right: 5px; } }
    .header-dec-update .nav-utility-header .sticky-header-active {
      margin-top: 35px;
      margin-right: 6px; }
  .sticky-header-active .nav-utility-header > .fsElementContent {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .nav-utility-header .fsNavLevel1 {
    zoom: 1; }
    .nav-utility-header .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-utility-header .fsNavLevel1 li {
      float: left;
      margin-right: 30px;
      transition: all .2s ease-in-out; }
      @media (max-width: 1024px) {
        .nav-utility-header .fsNavLevel1 li:not(.util-menu) {
          display: none; } }
      .nav-utility-header .fsNavLevel1 li:last-child {
        margin-right: 15px; }
      .nav-utility-header .fsNavLevel1 li a {
        color: #fffffe;
        position: relative;
        padding: 1px 1px 5px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        background: none; }
        .nav-utility-header .fsNavLevel1 li a:after {
          content: "";
          background-color: #fff;
          display: block;
          position: absolute;
          bottom: 0;
          height: 1px;
          left: 0;
          width: 0%;
          transition: all 0.3s ease; }
        .nav-utility-header .fsNavLevel1 li a:hover, .nav-utility-header .fsNavLevel1 li a:focus {
          color: #fff; }
          .nav-utility-header .fsNavLevel1 li a:hover:after, .nav-utility-header .fsNavLevel1 li a:focus:after {
            width: 100%; }
      .nav-utility-header .fsNavLevel1 li[class*="fsNavCurrentPage"] a {
        color: #fff; }
      .nav-utility-header .fsNavLevel1 li.current-clients {
        position: relative; }
        .nav-utility-header .fsNavLevel1 li.current-clients a {
          padding-left: 30px; }
          .nav-utility-header .fsNavLevel1 li.current-clients a:before {
            content: '\e9e3';
            font-family: icomoon;
            padding-right: 10px;
            font-weight: 300;
            font-size: 20px;
            position: absolute;
            top: 0;
            left: 0; }
      .nav-utility-header .fsNavLevel1 li.language-toggle {
        position: relative; }
        .nav-utility-header .fsNavLevel1 li.language-toggle a {
          font-size: 0;
          height: 29px;
          width: 29px;
          margin-top: -4px; }
          .nav-utility-header .fsNavLevel1 li.language-toggle a:hover:after, .nav-utility-header .fsNavLevel1 li.language-toggle a:focus:after {
            width: 0; }
        .nav-utility-header .fsNavLevel1 li.language-toggle.uk-flag a {
          background: url("../images/UK_Icon-Color.svg") no-repeat 0 50%;
          background-size: contain; }
        .nav-utility-header .fsNavLevel1 li.language-toggle.us-flag a {
          background: url("../images/US_Icon-Color.svg") no-repeat 0 50%;
          background-size: contain; }
      .nav-utility-header .fsNavLevel1 li.special a, .nav-utility-header .fsNavLevel1 li.finalsiteu a {
        border-radius: 2px;
        background-color: #107EA2;
        padding: 1px 5px;
        font-weight: 400 !important;
        line-height: 18px;
        font-size: 14px;
        font-family: "Open Sans Condensed", sans-serif; }
        .nav-utility-header .fsNavLevel1 li.special a:after, .nav-utility-header .fsNavLevel1 li.finalsiteu a:after {
          background-color: transparent; }
        .nav-utility-header .fsNavLevel1 li.special a:focus, .nav-utility-header .fsNavLevel1 li.finalsiteu a:focus {
          outline-color: #BD4A99; }
      .nav-utility-header .fsNavLevel1 li.special:hover a, .nav-utility-header .fsNavLevel1 li.special:focus a, .nav-utility-header .fsNavLevel1 li.finalsiteu:hover a, .nav-utility-header .fsNavLevel1 li.finalsiteu:focus a {
        background: #BD4A99; }
      .nav-utility-header .fsNavLevel1 li.util-menu {
        position: relative;
        display: none;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        overflow: hidden;
        opacity: 0;
        transition: opacity .2s ease-in-out;
        visibility: hidden; }
        @media (max-width: 1024px) {
          .nav-utility-header .fsNavLevel1 li.util-menu {
            display: block;
            visibility: visible;
            opacity: 1;
            width: 40px;
            transition: opacity .3s ease-in-out .2s; } }
      .nav-utility-header .fsNavLevel1 li.header-search {
        position: relative;
        transition: all .2s ease-in-out; }
        .search-is-active .nav-utility-header .fsNavLevel1 li.header-search {
          opacity: 0;
          -ms-transform: translateX(15px);
          transform: translateX(15px);
          pointer-events: none; }
        .nav-utility-header .fsNavLevel1 li.header-search button {
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          font-size: 0;
          cursor: pointer;
          color: rgba(255, 255, 255, 0.9); }
          .nav-utility-header .fsNavLevel1 li.header-search button:before {
            content: '\e9b0';
            font-family: icomoon;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.9); }
      .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 8px 20px;
        background: #107EA2;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 2em;
        font-size: 12px;
        font-weight: 600;
        transition: background .3s, color .3s; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a:hover, .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a:focus,
        .fsStateSelected .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a {
          background: #0b5a74;
          color: #fff; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a:visited {
          color: #fff; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a em {
          display: block;
          font-style: normal; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a:hover, .nav-utility-header .fsNavLevel1 li.nav-link-button-blue > a:focus {
          background-color: rgba(16, 126, 162, 0.8); }
      .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 8px 20px;
        background: #8CC63E;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 2em;
        font-size: 12px;
        font-weight: 600;
        transition: background .3s, color .3s; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a:hover, .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a:focus,
        .fsStateSelected .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a {
          background: #71a130;
          color: #fff; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a:visited {
          color: #fff; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a em {
          display: block;
          font-style: normal; }
        .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a:hover, .nav-utility-header .fsNavLevel1 li.nav-link-button-lime > a:focus {
          background-color: rgba(140, 198, 62, 0.8); }
      .nav-utility-header .fsNavLevel1 li[class*="nav-link-button-"] {
        position: relative;
        top: -8px; }
        .nav-utility-header .fsNavLevel1 li[class*="nav-link-button-"] > a {
          min-width: 130px;
          margin: 0; }
          .nav-utility-header .fsNavLevel1 li[class*="nav-link-button-"] > a:after {
            display: none; }
          .nav-utility-header .fsNavLevel1 li[class*="nav-link-button-"] > a:visited:hover, .nav-utility-header .fsNavLevel1 li[class*="nav-link-button-"] > a:visited:focus {
            color: #ffffff; }
  .sticky-header-active .nav-utility-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 0;
    right: 0;
    left: 0; }
  .sticky-header-active.drawer-is-active .nav-utility-header {
    position: absolute; }
  .sticky-header-active .nav-utility-header .fsNavLevel1 li a {
    color: #363636; }
    .sticky-header-active .nav-utility-header .fsNavLevel1 li a:after {
      background: #363636; }
  .sticky-header-active .nav-utility-header .fsNavLevel1 li:not(.util-menu) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform .2s ease-in-out .1s, opacity 0s ease-in-out; }
    .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu) {
      display: block;
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(1) {
        transition: all 0.3s ease-in-out 0.05s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(2) {
        transition: all 0.3s ease-in-out 0.1s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(3) {
        transition: all 0.3s ease-in-out 0.15s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(4) {
        transition: all 0.3s ease-in-out 0.2s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(5) {
        transition: all 0.3s ease-in-out 0.25s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(6) {
        transition: all 0.3s ease-in-out 0.3s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(7) {
        transition: all 0.3s ease-in-out 0.35s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(8) {
        transition: all 0.3s ease-in-out 0.4s; }
      .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li:not(.util-menu):nth-child(9) {
        transition: all 0.3s ease-in-out 0.45s; }
    .sticky-header-active.desktop-menu-is-active .nav-utility-header .fsNavLevel1 li.finalsiteu a {
      color: #fff; }
  .sticky-header-active .nav-utility-header .fsNavLevel1 li.util-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 40px;
    transition: opacity .3s ease-in-out .2s; }

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.nav-utility-footer .fsNavLevel1 li {
  float: left;
  padding: 5px; }
  .nav-utility-footer .fsNavLevel1 li a {
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 13px;
    opacity: .6;
    transition: opacity .3s ease-in-out; }
    .nav-utility-footer .fsNavLevel1 li a:hover, .nav-utility-footer .fsNavLevel1 li a:focus {
      opacity: 1; }
  .nav-utility-footer .fsNavLevel1 li[class*="fsNavCurrentPage"] a {
    color: #fff;
    opacity: 1; }

@media (max-width: 959px) {
  .nav-utility-footer {
    overflow: hidden;
    width: 100%;
    margin-top: 8px; }
    .nav-utility-footer .fsNavLevel1 {
      padding-top: 7px;
      padding-bottom: 7px; }
      .nav-utility-footer .fsNavLevel1 li {
        padding-right: 10px;
        padding-left: 0; }
        .nav-utility-footer .fsNavLevel1 li a {
          padding-right: 20px;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 0; } }

@media (max-width: 959px) {
  .nav-utility-footer {
    overflow: hidden;
    width: 100%;
    margin-top: 8px; }
    .nav-utility-footer .fsNavLevel1 {
      padding-top: 7px;
      padding-bottom: 7px; }
      .nav-utility-footer .fsNavLevel1 li {
        float: none;
        padding-right: 10px;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0; }
        .nav-utility-footer .fsNavLevel1 li a {
          padding-right: 20px;
          padding-top: 4px;
          padding-bottom: 4px;
          padding-left: 0; } }

.nav-util-mobile {
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px solid #E0E0E2;
  padding-top: 40px; }
  .nav-util-mobile .fsNavLevel1, .nav-util-mobile .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-util-mobile .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-util-mobile .fsNavLevel1 li a {
    color: #73737D;
    display: block;
    padding: 6px 10px 6px 10px;
    font-size: 13px;
    font-weight: 600; }
    .nav-util-mobile .fsNavLevel1 li a:hover, .nav-util-mobile .fsNavLevel1 li a:focus {
      color: #107EA2; }
  .nav-util-mobile .fsNavLevel1 li.current-clients {
    position: relative;
    padding-left: 10px; }
    .nav-util-mobile .fsNavLevel1 li.current-clients a {
      padding-left: 30px; }
      .nav-util-mobile .fsNavLevel1 li.current-clients a:before {
        content: '\e9e3';
        font-family: icomoon;
        margin-top: 7px;
        margin-left: 10px;
        padding-right: 10px;
        font-weight: 300;
        font-size: 20px;
        position: absolute;
        opacity: .7;
        top: 0;
        left: 0; }
  .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #107EA2;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s;
    min-width: 130px;
    margin: 0; }
    .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:hover, .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:focus,
    .fsStateSelected .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a {
      background: #0b5a74;
      color: #fff; }
    .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:visited {
      color: #fff; }
    .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a em {
      display: block;
      font-style: normal; }
    .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:after {
      display: none; }
    .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:hover, .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:focus {
      background-color: rgba(16, 126, 162, 0.8); }
    .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:visited:hover, .nav-util-mobile .fsNavLevel1 li.nav-link-button-blue > a:visited:focus {
      color: #ffffff; }

/*! structure - header v0.0.1 */
.fstagmanager-embed {
  margin-bottom: 0;
  display: none;
  height: 0; }

#fsHeader {
  padding: 0;
  background: #141416;
  position: relative; }
  .no-photo #fsHeader {
    height: 150px;
    background: #143150;
    background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%); }
    @media (max-width: 1024px) {
      .no-photo #fsHeader {
        height: 90px; } }
    @media (max-width: 599px) {
      .no-photo #fsHeader {
        height: 65px; } }
    .no-photo #fsHeader.noNav {
      height: 92px; }
      @media (max-width: 599px) {
        .no-photo #fsHeader.noNav {
          height: 65px; } }
  .nav-hover #fsHeader:before {
    z-index: 999;
    content: '';
    position: absolute;
    width: 100%;
    height: 66px;
    pointer-events: auto;
    top: 0;
    left: 0; }

.drawer-container {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden; }

.sticky-container {
  position: absolute;
  width: 100%;
  height: 90px;
  z-index: 3;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  transition: all 0.0s ease-in-out; }
  .sticky-header-active .sticky-container > .fsElementContent {
    opacity: 0; }
  .sticky-header-post .sticky-container > .fsElementContent {
    opacity: 1; }
  .sticky-container .fsElement {
    margin-bottom: 0px !important; }
  @media (max-width: 599px) {
    .sticky-container {
      height: 65px; } }
  @media (min-width: 1025px) {
    .sticky-header-active .sticky-container {
      position: fixed;
      top: 0px;
      background-color: #fff;
      transition: all .3s ease-in-out;
      border-bottom-color: #E0E0E2; } }
  @media (min-width: 1025px) {
    .fsAccountBarVisible.sticky-header-active .sticky-container {
      top: 45px; } }
  .no-photo.fsDraftMode .sticky-container {
    position: relative !important;
    height: 150px; }

.fsuk .site-info-container a {
  width: 165px;
  background: url("../images/Logo-white.png") no-repeat 0 50%; }

.fsuk.sticky-header-active .site-info-container a {
  background: url("../images/Fsuk_logo_dark.svg") no-repeat 0 50%;
  background-size: contain; }

.header-dec-update-fsu .site-info-container a {
  display: block;
  width: 269px;
  height: 32px;
  padding: 0;
  background-image: url("../images/fsu.svg");
  background-position: center center;
  background-size: contain; }
  .sticky-header-active .header-dec-update-fsu .site-info-container a {
    background-image: url("../images/fsu-dark.svg"); }

.header-dec-update-fsu .nav-main .fsNavLevel1:before {
  display: none; }

.header-dec-update-fsu-2021 .site-info-container a {
  display: block;
  width: 269px;
  height: 32px;
  padding: 0;
  background-image: url("../images/fsu2021.svg");
  background-position: center center;
  background-size: contain; }
  .sticky-header-active .header-dec-update-fsu-2021 .site-info-container a {
    background-image: url("../images/fsu-dark2021.svg"); }

.site-info-container {
  margin: 30px 0 0 36px;
  position: absolute; }
  .site-info-container a {
    display: block;
    width: 175px;
    height: 35px;
    padding: 0;
    color: #000000;
    font-size: 0;
    background: url("../images/logo_white_2021.svg") no-repeat 0 50%;
    transition: color 0.3s; }
    .site-info-container a:hover, .site-info-container a:focus {
      color: #000000;
      font-size: 0; }
  @media (max-width: 599px) {
    .site-info-container {
      margin: 20px 0 0 20px; }
      .site-info-container a {
        width: 130px;
        height: 27px;
        background-size: 100% 100%; } }
  .sticky-header-active .site-info-container a {
    background: url("../images/logo_dark_2021.svg") no-repeat 0 50%; }
  .sticky-header-active .site-info-container {
    position: static;
    float: left; }

.audience-selector-sticky {
  position: absolute;
  top: -9999em;
  left: -9999em;
  opacity: 0;
  visibility: hidden;
  transition: visiblity 0s ease 0.3s;
  pointer-events: none; }
  .sticky-header-active .audience-selector-sticky {
    padding-top: 28px;
    padding-left: 34px;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: visiblity 0s ease 0s;
    pointer-events: auto; }
  .sticky-header-active.desktop-menu-is-active .audience-selector-sticky {
    opacity: 0;
    visibility: hidden;
    transition: visiblity 0s ease 0s;
    pointer-events: none; }
  .audience-selector-sticky .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .audience-selector-sticky .fsNavLevel1 > li {
      display: block;
      margin: 0 4px;
      opacity: 0; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(1) {
        transition: opacity 0.3s ease-in-out 0.05s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(2) {
        transition: opacity 0.3s ease-in-out 0.07s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(3) {
        transition: opacity 0.3s ease-in-out 0.09s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(4) {
        transition: opacity 0.3s ease-in-out 0.11s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(5) {
        transition: opacity 0.3s ease-in-out 0.13s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(6) {
        transition: opacity 0.3s ease-in-out 0.15s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7) {
        transition: opacity 0.3s ease-in-out 0.17s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(8) {
        transition: opacity 0.3s ease-in-out 0.19s; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(9) {
        transition: opacity 0.3s ease-in-out 0.21s; }
      .show-audience .audience-selector-sticky .fsNavLevel1 > li {
        opacity: 1; }
      .audience-selector-sticky .fsNavLevel1 > li > a {
        width: 52px;
        height: 35px;
        padding: 0;
        margin: 0;
        position: relative; }
        .audience-selector-sticky .fsNavLevel1 > li > a:hover span, .audience-selector-sticky .fsNavLevel1 > li > a:focus span {
          opacity: 1;
          visibility: visible;
          transition: opacity 0.4s ease-in-out, visiblity 0s ease 0s; }
        .audience-selector-sticky .fsNavLevel1 > li > a span {
          width: 300px;
          padding-top: 8px;
          position: absolute;
          top: 100%;
          left: -1px;
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.4s ease-in-out, visiblity 0s ease 0.3s; }
          .audience-selector-sticky .fsNavLevel1 > li > a span strong {
            display: inline-block;
            border-radius: 2px;
            padding: 8px 14px 8px 13px;
            position: relative;
            color: #ffffff;
            font-size: 11px;
            line-height: 14px;
            font-weight: 700;
            text-transform: uppercase;
            pointer-events: auto; }
            .audience-selector-sticky .fsNavLevel1 > li > a span strong:before {
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-left: 7px solid transparent;
              border-right: 7px solid transparent;
              position: absolute;
              top: -6px;
              left: 20px; }
        .audience-selector-sticky .fsNavLevel1 > li > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 52px;
          height: 35px;
          position: absolute;
          top: 0;
          left: 0;
          color: #73737D;
          font-size: 30px;
          line-height: 35px;
          text-align: center;
          transition: color 0.5s ease; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-7) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-7) > a:focus:before {
        color: #A36B0D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-7) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-7) > a span strong {
        background-color: #A36B0D; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-7) > a span strong:before {
          border-bottom: 6px solid #A36B0D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-6) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-6) > a:focus:before {
        color: #107EA2; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-6) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-6) > a span strong {
        background-color: #107EA2; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-6) > a span strong:before {
          border-bottom: 6px solid #107EA2; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-5) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-5) > a:focus:before {
        color: #D91670; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-5) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-5) > a span strong {
        background-color: #D91670; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-5) > a span strong:before {
          border-bottom: 6px solid #D91670; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-4) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-4) > a:focus:before {
        color: #D93F0A; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-4) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-4) > a span strong {
        background-color: #D93F0A; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-4) > a span strong:before {
          border-bottom: 6px solid #D93F0A; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-3) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-3) > a:focus:before {
        color: #668018; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-3) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-3) > a span strong {
        background-color: #668018; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-3) > a span strong:before {
          border-bottom: 6px solid #668018; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-2) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-2) > a:focus:before {
        color: #BD4A99; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-2) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-2) > a span strong {
        background-color: #BD4A99; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-2) > a span strong:before {
          border-bottom: 6px solid #BD4A99; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-1) > a:hover:before, .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-1) > a:focus:before {
        color: #14857A; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-1) > a:before {
        color: #73737D; }
      .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-1) > a span strong {
        background-color: #14857A; }
        .audience-selector-sticky .fsNavLevel1 > li:nth-child(7n-1) > a span strong:before {
          border-bottom: 6px solid #14857A; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-independent-schools a:before {
        content: "\e9f3"; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-school-districts a:before {
        content: "\e9f1"; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-charter-schools a:before {
        content: "\e9f0"; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-colleges-universities a:before {
        content: "\e9f2"; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-international-schools a:before {
        content: "\e9f4"; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-uk-private-schools a:before {
        content: "\ea10"; }
        body.fsuk .audience-selector-sticky .fsNavLevel1 > li.nav-link-uk-private-schools a:before {
          content: "\e9f6"; }
      .audience-selector-sticky .fsNavLevel1 > li.nav-link-school-ownership-groups a:before {
        content: "\e9f5"; }

.header-resource {
  height: 500px;
  position: relative;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover; }
  .header-resource.small-version {
    height: 350px; }
  .header-resource img {
    display: none; }
  .header-resource:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out; }
  .header-resource:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out; }
  .nav-hover .header-resource:before {
    background: #163052; }
  .nav-hover .header-resource:after {
    opacity: 0; }
  .fsDraftMode .header-resource {
    height: auto; }
    .fsDraftMode .header-resource img {
      display: block;
      height: 400px; }
    .fsDraftMode .header-resource:before {
      display: none; }
    .fsDraftMode .header-resource:after {
      display: none; }

.site-search {
  margin-top: -8px;
  border: 1px solid #E0E0E2;
  border-radius: 2px;
  position: absolute;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0s ease-in-out; }
  .search-is-active:not(.sticky-header-active) .site-search {
    -ms-transform: translateX(-90%);
    transform: translateX(-90%);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: all .3s ease-in-out; }
  .desktop-menu-is-active.desktop-menu-is-active .site-search {
    -ms-transform: translateX(-90%);
    transform: translateX(-90%);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: all .3s ease-in-out; }
  .home.desktop-menu-is-active .site-search {
    display: none; }
  .home.desktop-menu-is-active .site-search {
    display: block; }
  @media (max-width: 1109px) {
    .site-search {
      display: none; } }
  .site-search.fsSearchElement {
    height: 42px; }
    .sticky-header-active .site-search.fsSearchElement {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin-left: 200px;
      margin-right: -28px;
      max-width: 570px;
      position: relative;
      top: auto;
      left: auto;
      -ms-transform: none;
      transform: none; }
    .site-search.fsSearchElement label.fsFieldLabel {
      position: absolute;
      top: -9999em;
      left: -9999em;
      color: #000000;
      background: #ffffff; }
    .site-search.fsSearchElement .fsSearchElementKeyword {
      width: 280px;
      margin: 0;
      border: 0; }
      .sticky-header-active .site-search.fsSearchElement .fsSearchElementKeyword {
        width: 100%; }
    .site-search.fsSearchElement input.fsStyleSearchField {
      height: 40px;
      margin: 0;
      border: 0;
      padding: 0 70px 0 10px;
      color: #363636;
      font-size: 15px;
      line-height: 40px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .site-search.fsSearchElement button.fsButtonClear {
      right: 45px; }
    .site-search.fsSearchElement .fsSearchElementSearchButton {
      height: 40px;
      width: 40px;
      margin: 0;
      padding: 0;
      border-radius: 0;
      border: 0;
      position: absolute;
      top: 0;
      right: 0;
      color: #000000;
      font-size: 0;
      line-height: 0;
      background: none; }
      .site-search.fsSearchElement .fsSearchElementSearchButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        height: 40px;
        width: 40px;
        color: #73737D;
        font-size: 14px;
        line-height: 40px;
        font-weight: 700;
        transition: all 0.3s;
        text-align: center; }

#fsHeader .top-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 600;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: all .2s ease-in-out;
  font-size: 16px;
  line-height: 24px; }
  @media (max-width: 1179px) {
    #fsHeader .top-caption {
      font-size: 16px; } }
  #fsHeader .top-caption.left-aligned {
    text-align: left; }
  #fsHeader .top-caption header > .fsElementTitle {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 400; }
    @media (max-width: 1179px) {
      #fsHeader .top-caption header > .fsElementTitle {
        font-size: 36px; } }
    @media (max-width: 499px) {
      #fsHeader .top-caption header > .fsElementTitle {
        margin-bottom: 10px;
        font-size: 30px; } }
  #fsHeader .top-caption .fsTitle {
    margin-bottom: 0; }
  #fsHeader .top-caption h1,
  #fsHeader .top-caption .fsTitle {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 400; }
    @media (max-width: 1179px) {
      #fsHeader .top-caption h1,
      #fsHeader .top-caption .fsTitle {
        font-size: 36px; } }
    @media (max-width: 499px) {
      #fsHeader .top-caption h1,
      #fsHeader .top-caption .fsTitle {
        margin-bottom: 10px;
        font-size: 30px; } }
  .no-photo #fsHeader .top-caption {
    display: none; }
  .nav-hover #fsHeader .top-caption {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0; }
  #fsHeader .top-caption a {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  #fsHeader .top-caption.link-layout {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 155px; }
    @media (max-width: 649px) {
      #fsHeader .top-caption.link-layout {
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
        text-align: center; } }
    @media (max-width: 499px) {
      #fsHeader .top-caption.link-layout {
        padding-left: 30px;
        padding-right: 30px; } }
    #fsHeader .top-caption.link-layout > header {
      width: calc(100% - 200px);
      margin: 0;
      text-align: left; }
      @media (max-width: 649px) {
        #fsHeader .top-caption.link-layout > header {
          width: 100%;
          text-align: center; } }
    #fsHeader .top-caption.link-layout > .fsElementContent {
      width: calc(100% - 200px);
      padding-right: 40px;
      margin: 0;
      text-align: left; }
      @media (max-width: 649px) {
        #fsHeader .top-caption.link-layout > .fsElementContent {
          width: 100%;
          padding-right: 0;
          text-align: center; } }
    #fsHeader .top-caption.link-layout > footer {
      width: 200px;
      padding-left: 25px; }
      @media (max-width: 649px) {
        #fsHeader .top-caption.link-layout > footer {
          width: 100%;
          padding-left: 25px;
          padding-top: 20px; } }
      @media (max-width: 499px) {
        #fsHeader .top-caption.link-layout > footer {
          padding-left: 0px;
          padding-right: 0px; } }
      #fsHeader .top-caption.link-layout > footer p {
        margin: 0; }
      #fsHeader .top-caption.link-layout > footer .fsElementFooterContent {
        margin-top: 0; }
      #fsHeader .top-caption.link-layout > footer a {
        background-color: #BD4A99;
        color: #fff;
        display: block !important;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 600;
        padding: 12px; }
        @media (max-width: 649px) {
          #fsHeader .top-caption.link-layout > footer a {
            padding: 10px; } }
        #fsHeader .top-caption.link-layout > footer a:hover, #fsHeader .top-caption.link-layout > footer a:focus {
          background-color: #fff;
          color: #73737D; }
        #fsHeader .top-caption.link-layout > footer a:visited {
          background-color: #fff;
          color: #73737D; }
        #fsHeader .top-caption.link-layout > footer a:nth-child(even) {
          color: #FAFAFB;
          background-color: transparent;
          border: 1px solid #fff; }
          #fsHeader .top-caption.link-layout > footer a:nth-child(even):hover, #fsHeader .top-caption.link-layout > footer a:nth-child(even):focus {
            background-color: #fff;
            color: #73737D; }
          #fsHeader .top-caption.link-layout > footer a:nth-child(even):visited {
            background-color: #fff;
            color: #73737D; }
  #fsHeader .top-caption header > .fsElementTitle {
    margin-bottom: 22px;
    color: #E0E0E2; }

.fsDraftMode .top-caption {
  background: #97bed3 !important;
  text-align: center;
  margin-bottom: 0; }

.drop-second-level {
  display: none; }

#fsFooter {
  padding: 20px;
  color: #fff;
  background-color: #141416;
  zoom: 1; }
  #fsFooter:after {
    display: table;
    clear: both;
    content: ''; }
  #fsFooter .fsElement {
    margin-bottom: 0; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
  #fsFooter .telephone-style a[href^=tel] {
    color: #fff;
    text-decoration: none; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
  #fsFooter .footer-translate {
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    max-width: 220px; }
    @media (min-width: 960px) {
      #fsFooter .footer-translate {
        float: right;
        margin-top: 9px;
        margin-bottom: 0; } }
    #fsFooter .footer-translate .wg-default,
    #fsFooter .footer-translate .wg-default .country-selector {
      position: static;
      display: block;
      background-color: transparent;
      font-size: 0.75rem; }
    #fsFooter .footer-translate .wg-drop.country-selector[aria-expanded='true'] .wgcurrent a:after {
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    #fsFooter .footer-translate .wg-drop.country-selector :not(.wgcurrent) a:hover,
    #fsFooter .footer-translate .wg-drop.country-selector :not(.wgcurrent) a:focus {
      background-color: #e6e6e6;
      color: #000; }
    #fsFooter .footer-translate .wg-drop.country-selector ul {
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      min-width: 132px; }
    #fsFooter .footer-translate .country-selector .wgcurrent {
      border: 0;
      font-size: inherit; }
      #fsFooter .footer-translate .country-selector .wgcurrent:after {
        content: normal !important; }
      #fsFooter .footer-translate .country-selector .wgcurrent a {
        padding: 5px 28px 5px 5px;
        font-size: inherit;
        height: auto;
        line-height: 2;
        color: #FFF;
        position: relative;
        text-transform: uppercase; }
        #fsFooter .footer-translate .country-selector .wgcurrent a:hover, #fsFooter .footer-translate .country-selector .wgcurrent a:focus {
          text-decoration: underline; }
        #fsFooter .footer-translate .country-selector .wgcurrent a:focus {
          outline: 1px solid #FFF; }
        #fsFooter .footer-translate .country-selector .wgcurrent a:before {
          content: normal; }
        #fsFooter .footer-translate .country-selector .wgcurrent a:after {
          content: "";
          font-family: icomoon !important;
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          line-height: 1em;
          color: #fff;
          height: 10px;
          width: 13px;
          position: absolute;
          top: 50%;
          right: 0;
          -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
          font-size: 12px;
          background-color: #141416;
          z-index: 1;
          transition: 0.3s transform; }
  #fsFooter .finalsite-logo {
    /*
		a {
			font-size: 0;
			display: block;
			line-height: 0;
			padding: 0 10px;
			position: relative;


			&:before {
				@include icon($finalsite, #fff);
				font-size: 100px;
				transition: all 0.3s;
				display: block;
				line-height: 0.5em;
				font-weight: 100;
				position: relative;
				z-index: 1;
			}
			// :before
		}
*/ }
    @media (min-width: 961px) {
      #fsFooter .finalsite-logo {
        float: left; } }
    #fsFooter .finalsite-logo a {
      display: block;
      margin-right: 10px;
      margin-top: 15px;
      padding: 0;
      color: transparent;
      background: url("../images/logo_white_2021.svg") no-repeat 0 50%;
      width: 130px;
      height: 27px;
      background-size: 100% 100%; }
      #fsFooter .finalsite-logo a:hover, #fsFooter .finalsite-logo a:focus {
        color: transparent; }
      @media (max-width: 959px) {
        #fsFooter .finalsite-logo a {
          width: 111px;
          height: 25px; } }

.footer-main-container > .fsElementContent {
  zoom: 1; }
  .footer-main-container > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }

.footer-detailed-container {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  border-top: 1px solid #5E5F65;
  margin-top: 15px !important;
  padding: 0 20px; }
  .fsHasHeader .footer-detailed-container {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .footer-detailed-container {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .footer-detailed-container {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .footer-detailed-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    padding-top: 45px; }
  .footer-detailed-container span {
    margin-right: 10px; }
  @media (min-width: 1220px) {
    .footer-detailed-container span {
      display: block; } }

.address-social-container {
  display: inline-block;
  width: 270px;
  font-size: 15px;
  font-weight: 600; }
  @media (max-width: 1219px) {
    .address-social-container {
      width: 100%;
      padding-bottom: 40px; }
      .address-social-container > .fsElementContent {
        overflow: hidden; }
        .address-social-container > .fsElementContent > .fsElement {
          float: left;
          width: 50%; } }
  @media (max-width: 899px) {
    .address-social-container {
      padding-bottom: 0; }
      .address-social-container > .fsElementContent {
        overflow: hidden; }
        .address-social-container > .fsElementContent > .fsElement {
          float: none;
          width: 100%; } }
  .address-social-container p {
    margin-bottom: 10px; }
  .address-social-container b,
  .address-social-container strong {
    font-weight: 600; }

.expanding-footer-lists {
  float: right;
  width: calc(100% - 270px); }
  @media (max-width: 1219px) {
    .expanding-footer-lists {
      width: 100%;
      float: none; } }
  @media (max-width: 899px) {
    .expanding-footer-lists {
      padding-top: 20px !important; } }
  .expanding-footer-lists > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 1219px) {
      .expanding-footer-lists > .fsElementContent {
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (max-width: 899px) {
      .expanding-footer-lists > .fsElementContent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.nav-footer-links {
  width: 25%;
  margin-bottom: 0; }
  @media (max-width: 899px) {
    .nav-footer-links {
      width: 40%;
      margin-bottom: 30px !important; } }
  @media (max-width: 749px) {
    .nav-footer-links {
      width: 100%;
      margin-bottom: 0px !important; }
      .nav-footer-links:first-child {
        border-top: 1px solid #5E5F65; } }
  .nav-footer-links > .fsElementContent {
    display: none; }
    @media (min-width: 750px) {
      .nav-footer-links > .fsElementContent {
        display: block; } }
  .nav-footer-links > header .fsElementTitle {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 24px;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #5E5F65;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 0; }
    .nav-footer-links > header .fsElementTitle:after {
      position: absolute;
      width: 0;
      height: 0;
      z-index: 2;
      content: '\e9ad';
      font-family: 'icomoon';
      right: 18px;
      top: 11px;
      font-size: 12px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.6); }
    .nav-footer-links > header .fsElementTitle.active {
      border-bottom: 0; }
      .nav-footer-links > header .fsElementTitle.active:after {
        content: '\e953'; }
    @media (min-width: 750px) {
      .nav-footer-links > header .fsElementTitle {
        border-bottom: 0; }
        .nav-footer-links > header .fsElementTitle:after {
          display: none; } }
  .nav-footer-links ul {
    padding: 0  0 15px 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .nav-footer-links ul, .nav-footer-links ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-footer-links ul li {
      margin: 0;
      padding: 0; }
    .nav-footer-links ul li[class*="fsNavCurrentPage"] > a {
      color: #c259a1; }
    .nav-footer-links ul li a {
      color: #E0E0E2;
      padding-left: 15px;
      line-height: 1;
      display: block;
      position: relative;
      padding: 6px 0 6px 15px;
      font-size: 13px; }
      @media (max-width: 1219px) {
        .nav-footer-links ul li a {
          padding: 9px 0 9px 15px !important; } }
      .nav-footer-links ul li a:before {
        content: '\e99f';
        font-family: icomoon;
        font-size: 5px;
        position: absolute;
        top: 11px;
        left: 0; }
      .nav-footer-links ul li a:hover, .nav-footer-links ul li a:focus {
        color: #808080; }
  @media (min-width: 750px) {
    .nav-footer-links {
      padding: 0 15px 0 0;
      text-align: left !important; }
      .nav-footer-links header .fsElementTitle {
        text-align: left !important;
        line-height: 1.2;
        cursor: default;
        padding-top: 5px; }
      .nav-footer-links ul {
        border-bottom: 0;
        padding: 6px 0px !important; }
        .nav-footer-links ul li a {
          padding: 6px 0 6px 15px; } }
  @media (min-width: 1220px) {
    .nav-footer-links {
      padding-left: 30px; } }

.fsuk #fsFooter .finalsite-logo a {
  background: url("../images/fsuk_logo.svg") no-repeat 0 50%;
  width: 110px; }

@media (max-width: 1219px) {
  .footer-embed {
    padding-top: 20px; } }

@media (max-width: 699px) {
  .footer-embed {
    padding-top: 40px; } }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Open Sans", sans-serif;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 15px;
  line-height: 24px;
  color: #363636; }

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  background: #fff; }
  body.fsComposeMode #fsPageWrapper {
    overflow: visible; }

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 80px;
  background: #fff;
  opacity: 0;
  transition: all .2s ease-in-out; }
  @media (max-width: 799px) {
    #fsPageBodyWrapper {
      padding-top: 40px; } }
  .tier-in-place #fsPageBodyWrapper {
    opacity: 1; }
  .no-top-padding #fsPageBodyWrapper {
    padding-top: 0 !important; }
  .no-bottom-padding #fsPageBodyWrapper {
    padding-bottom: 0 !important; }
  .form-landing #fsPageBodyWrapper {
    background: #FAFAFB;
    padding-bottom: 0 !important; }
    .form-landing #fsPageBodyWrapper #fsPageContent .fsPageLayout > .fsDiv {
      margin-bottom: 0; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

.wide-left.fsTwoColumnLayout {
  padding-left: 20px;
  padding-right: 20px; }
  body:not(.fsDraftMode) .wide-left.fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wide-left.fsTwoColumnLayout .fsStyleColumn-1 {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (max-width: 799px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-1 {
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-1 {
        -ms-flex-order: 1;
        order: 1;
        width: 60%; } }
    @media (min-width: 1000px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-1 {
        width: calc(100% - 340px); } }
  .wide-left.fsTwoColumnLayout .fsStyleColumn-2 {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 799px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-2 {
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-2 {
        -ms-flex-order: 1;
        order: 1;
        width: 40%; } }
    @media (min-width: 1000px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-2 {
        width: 340px;
        margin-bottom: 0; } }
    @media (min-width: 1180px) {
      .wide-left.fsTwoColumnLayout .fsStyleColumn-2 {
        padding-left: 40px; } }

body:not(.fsDraftMode) .wide-right.fsTwoColumnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.wide-right.fsTwoColumnLayout .fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .wide-right.fsTwoColumnLayout .fsStyleColumn-1 {
      padding-left: 40px;
      width: 340px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }

.wide-right.fsTwoColumnLayout .fsStyleColumn-2 {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 800px) {
    .wide-right.fsTwoColumnLayout .fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 340px); } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 340px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 340px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 340px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 340px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 340px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 340px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 680px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 340px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 340px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 340px; } }

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      padding-right: 1.33333em;
      padding-left: 1.33333em; } }

@media (min-width: 800px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.33333em;
    padding-left: 1.33333em; } }

.fsTwoColumnLayout > header {
  padding-bottom: 15px; }
  .fsTwoColumnLayout > header > .fsElementTitle {
    margin-bottom: 25px; }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

.fsThreeColumnLayout > header {
  padding-bottom: 15px; }
  .fsThreeColumnLayout > header > .fsElementTitle {
    margin-bottom: 25px; }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 800px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 800px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 340px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 340px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 340px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 340px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 340px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 340px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 340px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 340px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 340px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 340px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 800px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 340px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 340px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 340px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 340px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 340px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 340px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 340px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 340px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 340px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 340px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

#fsPoweredByFinalsite {
  margin-top: 15px !important;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  #fsPoweredByFinalsite a {
    color: #ffffff; }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent .fsPhones {
    font-size: 0; }
    .fsConstituent .fsPhones a {
      font-size: 15px; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px); } }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px; } }

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 15px;
    line-height: 24px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #c1c1ce;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #c1c1ce;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 31px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    color: #141416;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-bottom: 2px;
    display: block;
    font-size: 19px;
    padding: 13.33333px;
    color: #73737D;
    transition: .3s;
    border-top: solid 1px #E0E0E2;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus, .fsTabs .fsPanel > header:focus {
    background: transparent;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:focus h2, .fsTabs .fsPanel > header:focus h2 {
      color: #363636;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: transparent; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #363636; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsAccordion .fsPanel:first-child header, .fsTabs .fsPanel:first-child header {
  border-top: solid 1px #E0E0E2; }

.fsAccordion .fsPanel:last-child header, .fsTabs .fsPanel:last-child header {
  border-bottom: solid 1px #E0E0E2; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-family: "Icomoon" !important;
  font-size: 12px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-family: "Icomoon" !important;
  font-size: 12px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 13.33333px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion > header > .fsElementTitle {
  margin-bottom: 30px; }

body.fsAccountBarVisible {
  margin-top: 35px; }

#fsAccountBar {
  background-color: #363636;
  color: #fff;
  padding: 0 9%;
  z-index: 9999; }
  #fsAccountBar a {
    color: #fff; }
  #fsAccountBar > ul > li {
    cursor: pointer; }
    #fsAccountBar > ul > li:hover, #fsAccountBar > ul > li:focus {
      background-color: #163052; }
    #fsAccountBar > ul > li:first-child ul {
      margin-left: 35px; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #363636;
    border-width: 0;
    left: 0; }
    #fsAccountBar .fsAccountBarMenu li:hover,
    #fsAccountBar .fsAccountBarMenu li:focus {
      background-color: #163052; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #363636;
      left: 100%; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    color: #141416;
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #FAFAFB; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsReadMoreLink {
  font-weight: 600;
  display: inline-block;
  margin-top: 15px; }

.fsCalendar article {
  position: relative;
  padding-left: 130px;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #909299; }
  @media (max-width: 899px) {
    .fsCalendar article {
      padding-left: 100px; } }
  .fsCalendar article:last-child {
    border-bottom: 0;
    margin-bottom: 20px; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #107EA2;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    font-weight: 700; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 22px;
      font-weight: 600;
      color: #fff;
      line-height: 1;
      margin: 4px 0px 5px 0px; }

.fsCalendar .fsTitle a {
  color: #363636; }
  .fsCalendar .fsTitle a:hover {
    color: #BD4A99; }

.fsCalendar .fsTimeRange {
  font-size: 12px;
  text-transform: uppercase;
  color: #73737D;
  margin-top: 10px; }
  .fsCalendar .fsTimeRange:before {
    content: "";
    font-family: icomoon !important;
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    color: #73737D;
    margin-right: 6px; }

.fsCalendar .fsLocation {
  font-size: 12px;
  text-transform: uppercase;
  color: #73737D; }
  .fsCalendar .fsLocation:before {
    content: "";
    font-family: icomoon !important;
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    color: #73737D;
    margin-right: 10px; }

.fsCalendar .fsNotes, .fsCalendar .fsDescription {
  padding-bottom: 0px;
  padding-top: 15px; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }

.fsCalendar.calendar-small article {
  padding-left: 90px;
  border-bottom: 0px;
  padding-bottom: 0px; }

.fsCalendar.calendar-small .fsDate {
  width: 60px;
  height: 60px; }
  .fsCalendar.calendar-small .fsDate > span {
    font-size: 8px; }
    .fsCalendar.calendar-small .fsDate > span.fsDay {
      font-size: 18px; }

.fsCalendar.calendar-small .fsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #141416;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px; }

.fsCalendar.calendar-small .fsReadMoreLink {
  font-size: 13px;
  line-height: 20px; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(16, 126, 162, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(16, 126, 162, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(16, 126, 162, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(16, 126, 162, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #BD4A99;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #9b397c;
      color: #fff; }
    .scroll-up span:visited {
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline; }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 899px) {
    .home .fsCalendar.fsSlideshow .fsElementSlideshow {
      padding-top: 80px; }
    .home .fsCalendar.fsSlideshow .fsLeftArrow,
    .home .fsCalendar.fsSlideshow .fsRightArrow {
      top: 0px !important;
      bottom: auto !important; }
    .home .fsCalendar.fsSlideshow .fsLeftArrow {
      left: 50% !important;
      -ms-transform: translateX(-150%) !important;
      transform: translateX(-150%) !important; }
    .home .fsCalendar.fsSlideshow .fsRightArrow {
      left: 50% !important;
      -ms-transform: translateX(50%) !important;
      transform: translateX(50%) !important;
      right: auto !important; } }
  .fsCalendar.fsSlideshow footer .fsElementFooterContent {
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 599px) {
      .fsCalendar.fsSlideshow footer .fsElementFooterContent {
        margin-top: 40px;
        padding: 0 7px; } }
    .fsCalendar.fsSlideshow footer .fsElementFooterContent a {
      border: 1px solid #73737D;
      border-radius: 5px;
      padding: 15px 30px;
      display: inline-block;
      color: #73737D; }
      .fsCalendar.fsSlideshow footer .fsElementFooterContent a:hover, .fsCalendar.fsSlideshow footer .fsElementFooterContent a:focus {
        background-color: #73737D;
        color: #ffffff; }
      @media (max-width: 599px) {
        .fsCalendar.fsSlideshow footer .fsElementFooterContent a {
          width: 100%;
          display: block; } }
  .fsCalendar.fsSlideshow .fsPager {
    display: none !important; }
  .fsCalendar.fsSlideshow .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .fsCalendar.fsSlideshow .slick-track .slick-slide {
      height: auto;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .fsCalendar.fsSlideshow.full-slideshow {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
    .fsHasHeader .fsCalendar.fsSlideshow.full-slideshow {
      width: 100vw;
      margin: 0 calc(-50vw + 50%);
      position: relative; }
    .has-scrollbar .fsCalendar.fsSlideshow.full-slideshow {
      width: calc(100vw - 20px);
      margin: 0 calc(-50vw + 50% + 10px); }
    @supports (color: var(--scroll-bar)) {
      .has-scrollbar .fsCalendar.fsSlideshow.full-slideshow {
        width: calc(100vw - var(--scroll-bar));
        margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .fsCalendar.fsSlideshow > header {
    padding-bottom: 30px; }
    .fsCalendar.fsSlideshow > header > .fsElementTitle {
      text-align: center;
      color: #73767e;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
  .fsCalendar.fsSlideshow.gray-bg > header > .fsElementTitle {
    color: #71717A; }
  .fsCalendar.fsSlideshow.gray-bg > footer .fsElementFooterContent a {
    color: #71717a; }
    .fsCalendar.fsSlideshow.gray-bg > footer .fsElementFooterContent a:hover, .fsCalendar.fsSlideshow.gray-bg > footer .fsElementFooterContent a:focus {
      color: #ffffff; }
  .fsCalendar.fsSlideshow > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 84.66667em;
    max-width: 79.375rem; }
  .fsCalendar.fsSlideshow .fsAlertFeeds {
    float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }
  @media (max-width: 599px) {
    .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
      padding-right: 0;
      padding-left: 0; } }
  .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
    padding: 40px 40px 60px;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #E0E0E2;
    border-radius: 3px; }
    .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
      position: relative;
      margin: 0 auto;
      margin-bottom: 30px; }
    .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsNotes {
      color: #767676;
      font-size: 13px;
      padding-top: 15px;
      line-height: 1.6; }
    .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsReadMoreLink {
      font-size: 13px;
      line-height: 20px; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.featured-event {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%);
  overflow: hidden; }
  .fsHasHeader .featured-event {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .featured-event {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .featured-event {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  @media (max-width: 899px) {
    .featured-event {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 599px) {
    .featured-event {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 899px) {
    .featured-event {
      padding-left: 20px; } }
  .featured-event:before {
    content: '';
    position: absolute;
    width: calc(100% + 200px);
    max-width: 1180px;
    height: 580px;
    margin: 0 auto;
    top: -58px;
    left: 0;
    right: 0;
    -ms-transform: translateX(-190px);
    transform: translateX(-190px);
    background-image: url("../images/FSIcon.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 580px;
    opacity: .2; }
    @media (max-width: 899px) {
      .featured-event:before {
        -ms-transform: translateX(-170px);
        transform: translateX(-170px); } }
  .featured-event > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  .featured-event article {
    color: #fff;
    padding-right: 20px;
    padding-left: 130px;
    padding-bottom: 0;
    margin-bottom: 0 !important; }
    .featured-event article .fsDate {
      width: 110px;
      height: auto;
      border-radius: 0;
      background: none; }
      .featured-event article .fsDate > span {
        font-size: 13px;
        color: #fff;
        font-weight: 700; }
        .featured-event article .fsDate > span.fsDay {
          font-size: 70px;
          font-weight: 300;
          padding: 6px 0;
          margin-top: 0; }
    .featured-event article .fsTitle a {
      color: #fff; }
      .featured-event article .fsTitle a:hover, .featured-event article .fsTitle a:focus {
        color: #1290b9; }
    .featured-event article .fsTimeRange,
    .featured-event article .fsLocation {
      color: #fff; }
      .featured-event article .fsTimeRange:before,
      .featured-event article .fsLocation:before {
        color: #fff;
        font-weight: 400; }
    .featured-event article .fsNotes {
      font-size: 22px;
      color: #FAFAFB;
      font-weight: 300;
      line-height: 1.5;
      padding: 16px 0px; }
      @media (max-width: 899px) {
        .featured-event article .fsNotes {
          font-size: 20px; } }
      @media (max-width: 599px) {
        .featured-event article .fsNotes {
          font-size: 18px; } }
    .featured-event article .fsReadMoreLink {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 8px 20px;
      background: #107EA2;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      line-height: 2em;
      font-size: 12px;
      font-weight: 600;
      transition: background .3s, color .3s;
      font-size: 15px;
      padding-top: 9px;
      padding-bottom: 9px; }
      .featured-event article .fsReadMoreLink:hover, .featured-event article .fsReadMoreLink:focus,
      .fsStateSelected .featured-event article .fsReadMoreLink {
        background: #0b5a74;
        color: #fff; }
      .featured-event article .fsReadMoreLink:visited {
        color: #fff; }
      .featured-event article .fsReadMoreLink em {
        display: block;
        font-style: normal; }
  @media (max-width: 599px) {
    .featured-event {
      padding-left: 0; }
      .featured-event:before {
        width: 100%;
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        background-size: 70% auto;
        background-position: center 12px; }
      .featured-event article {
        padding-left: 20px;
        padding-bottom: 0; }
        .featured-event article .fsDate {
          width: 100%;
          padding-bottom: 30px;
          position: relative; } }
  @media (max-width: 499px) {
    .featured-event:before {
      top: -30px; } }
  @media (max-width: 399px) {
    .featured-event:before {
      top: 0px; } }

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */
@media (max-width: 499px) {
  .fsCalendar.fsDialog .fsDate {
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px; }
  .fsCalendar.fsDialog article {
    padding: 10px; } }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.hs-form-present .hs-form {
  max-width: 100%; }

.fsCallout {
  padding: 35px !important;
  border: 1px solid #E0E0E2;
  border-radius: 8px;
  padding: 40px;
  background: #fff;
  margin-left: 40px; }
  .fsCallout form {
    max-width: 100%; }

.form-landing .form-landing-form,
.form-landing .fsForm {
  border: 1px solid #E0E0E2;
  border-radius: 8px;
  padding: 40px;
  background: #fff; }

@media (max-width: 899px) {
  .fsCallout {
    display: block !important;
    float: none !important;
    margin-left: 0 !important; } }

.fsCallout .hs-error-msgs label,
form[action*="hsforms"] .hs-error-msgs label {
  color: red !important; }

.fsCallout label,
form[action*="hsforms"] label {
  margin-bottom: 2px !important;
  color: #73737D !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif !important; }
  .fsCallout label.horizontal,
  form[action*="hsforms"] label.horizontal {
    white-space: normal;
    margin-right: 10px !important; }
    .fsCallout label.horizontal:last-child,
    form[action*="hsforms"] label.horizontal:last-child {
      margin-right: 0; }

.fsCallout input,
.fsCallout textarea,
.fsCallout select,
form[action*="hsforms"] input,
form[action*="hsforms"] textarea,
form[action*="hsforms"] select {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #363636 !important;
  border-radius: 4px !important;
  height: auto !important; }

.fsCallout select,
form[action*="hsforms"] select {
  font-size: 12px !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  color: #73737D !important;
  height: auto !important; }

.fsCallout .actions input.hs-button,
form[action*="hsforms"] .actions input.hs-button {
  color: #fff !important;
  background-color: #BD4A99 !important;
  border: 0px !important;
  background-image: none !important;
  text-shadow: 0px 0px 0px !important;
  box-shadow: 0px 0px 0px !important;
  font-weight: 600 !important;
  transition: all .3s ease-in-out !important; }
  .fsCallout .actions input.hs-button:hover, .fsCallout .actions input.hs-button:focus,
  form[action*="hsforms"] .actions input.hs-button:hover,
  form[action*="hsforms"] .actions input.hs-button:focus {
    background: #107EA2 !important; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      line-height: 24px;
      color: #363636;
      border-radius: 4px; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px;
        color: #73737D;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        font-family: "Open Sans", sans-serif; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #107EA2;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        color: #BD4A99; }
    .fsComposerFormEmbed form .required {
      color: #73737D; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #107EA2;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          color: #BD4A99;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 8px 20px;
      background: #107EA2;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      line-height: 2em;
      font-size: 12px;
      font-weight: 600;
      transition: background .3s, color .3s; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus,
      .fsStateSelected .fsComposerFormEmbed form .submitBtn {
        background: #0b5a74;
        color: #fff; }
      .fsComposerFormEmbed form .submitBtn:visited {
        color: #fff; }
      .fsComposerFormEmbed form .submitBtn em {
        display: block;
        font-style: normal; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Open Sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: #363636; }

:-moz-placeholder {
  color: #363636; }

::-moz-placeholder {
  color: #363636; }

:-ms-input-placeholder {
  color: #363636; }

/*! elements - login */
.fsAccount button:not(:last-of-type) {
  margin-right: 10px; }

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px; }
  .fsLoginForgotPasswordLink:last-child,
  .fsLoginNewAccountLink:last-child {
    margin-bottom: 0; }

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsResetPasswordFields label > span {
  display: block; }

.fsResetPasswordFields label > input {
  margin-bottom: 20px; }

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px; }
  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%; } }

.fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px; }

.fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccountLinks {
  margin: 0; }
  .fsAccountLinks li:not(:first-child) {
    border-color: #FAFAFB; }

.fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccountLogout > .fsStyleUpdateButton:last-child {
    margin-bottom: 0; }

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px; }

.fsError {
  margin-bottom: 50px; }

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #BD4A99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    background: #9b397c;
    color: #fff; }
  .fsResetContinue:visited,
  .fsResetCancel:visited,
  .fsLoginNewSuccess > button:visited {
    color: #fff; }
  .fsResetContinue em,
  .fsResetCancel em,
  .fsLoginNewSuccess > button em {
    display: block;
    font-style: normal; }

.fsLoginNewSuccess button {
  margin-top: 20px; }

/*! elements - login */
.fsLoginSubmit {
  display: block;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #107EA2;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  margin-top: 20px; }
  .fsLoginSubmit:hover, .fsLoginSubmit:focus,
  .fsStateSelected .fsLoginSubmit {
    background: #0b5a74;
    color: #fff; }
  .fsLoginSubmit:visited {
    color: #fff; }
  .fsLoginSubmit em {
    display: block;
    font-style: normal; }

.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #BD4A99;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      background: #9b397c;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:visited,
    .fsLogin .fsLoginMainView button:visited,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:visited,
    .fsLogin .fsLoginForgotView button:visited,
    .fsLogin .fsLoginNewView .fsLoginSubmit:visited,
    .fsLogin .fsLoginNewView button:visited,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:visited,
    .fsLogin .fsResetPasswordView button:visited, .fsAccount .fsLoginMainView .fsLoginSubmit:visited,
    .fsAccount .fsLoginMainView button:visited,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:visited,
    .fsAccount .fsLoginForgotView button:visited,
    .fsAccount .fsLoginNewView .fsLoginSubmit:visited,
    .fsAccount .fsLoginNewView button:visited,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:visited,
    .fsAccount .fsResetPasswordView button:visited {
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #BD4A99;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background: #9b397c;
      color: #fff; }
    .fsAccount .fsAccountLogout a:visited {
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background-color: #9b397c; }

.fsResourceElement .fsResourceThumbnail {
  height: 120px;
  overflow: hidden; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #363636;
  font-family: "Open Sans", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #BD4A99;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 15px; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  background-color: #BD4A99;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(189, 74, 153, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    color: #141416;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsNews.hide-if-empty .fsElementEmpty {
  font-size: 0;
  line-height: 1;
  color: #000000;
  opacity: 0;
  visibility: hidden; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */
.fsThumbnailAlignRight .fsThumbnail {
  margin-left: 40px; }
  @media (max-width: 899px) {
    .fsThumbnailAlignRight .fsThumbnail {
      margin-left: 20px; } }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement article {
  margin-bottom: 20px; }

.fsPostElement .fsTitle {
  margin-bottom: 15px; }
  .fsPostElement .fsTitle a {
    color: #363636; }
    .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
      color: #107EA2; }

.fsPostElement .fsAuthor,
.fsPostElement .fsBody,
.fsPostElement .fsDateTime,
.fsPostElement .fsReadMoreLink,
.fsPostElement .fsSummary {
  font-size: 17px;
  line-height: 26px;
  -ms-flex-order: 1;
  order: 1; }

.fsPostElement .fsTags {
  -ms-flex-order: 2;
  order: 2;
  margin-top: 15px; }
  .fsPostElement .fsTags .fsTag {
    background-color: transparent;
    margin-right: 5px;
    color: #737373;
    border: 1px solid #737373;
    border-radius: 4px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 6px; }

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
  display: inline-block;
  color: #73767e;
  font-size: 13px; }

.fsPostElement .fsAuthor {
  margin-right: 3px;
  text-transform: capitalize; }
  .fsPostElement .fsAuthor:after {
    content: "|";
    padding-left: 3px; }

.fsPostElement .fsDateTime {
  text-transform: uppercase; }

.fsPostElement .fsSummary {
  margin-top: 15px; }
  .fsPostElement .fsSummary p:last-child {
    margin-bottom: 0; }

.fsPostElement .fsReadMoreLink {
  display: table; }
  .fsPostElement .fsReadMoreLink .fsStyleSROnly {
    color: #ffffff;
    background-color: #000000; }

.fsPostElement.post-detail-element .fsTags,
.fsPostElement.post-detail-element .fsSharingButtonsContainer {
  clear: both; }
  .fsPostElement.post-detail-element .fsTags .fsSharingButtons,
  .fsPostElement.post-detail-element .fsSharingButtonsContainer .fsSharingButtons {
    display: block;
    float: right;
    margin: 0 10px; }

.fsPostElement.post-detail-element .fsBody:after {
  content: '';
  display: block;
  clear: both; }

.fsPostElement.posts-small .fsTitle {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600; }
  .fsPostElement.posts-small .fsTitle a {
    color: #363636; }
    .fsPostElement.posts-small .fsTitle a:hover, .fsPostElement.posts-small .fsTitle a:focus {
      color: #107EA2; }

.fsPostElement.posts-small article .fsCategories {
  margin-bottom: 16px !important; }

.fsPostElement.posts-small footer a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #fff;
  color: #73737D;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  display: block;
  border: 1px solid #73737D;
  text-transform: uppercase; }
  .fsPostElement.posts-small footer a:hover, .fsPostElement.posts-small footer a:focus,
  .fsStateSelected .fsPostElement.posts-small footer a {
    background: #e6e6e6;
    color: #73737D; }
  .fsPostElement.posts-small footer a:visited {
    color: #73737D; }
  .fsPostElement.posts-small footer a em {
    display: block;
    font-style: normal; }
  .fsPostElement.posts-small footer a:hover, .fsPostElement.posts-small footer a:focus {
    background-color: #73737D;
    color: #fff; }
  .fsPostElement.posts-small footer a:visited:hover, .fsPostElement.posts-small footer a:visited:focus {
    color: #fff; }

.fsPostElement.gray-bg .fsAuthor,
.fsPostElement.gray-bg .fsDateTime {
  color: #71737b; }

.fsPostElement.gray-bg .fsSummary a,
.fsPostElement.gray-bg a.fsReadMoreLink {
  color: #b64291; }
  .fsPostElement.gray-bg .fsSummary a:hover, .fsPostElement.gray-bg .fsSummary a:focus,
  .fsPostElement.gray-bg a.fsReadMoreLink:hover,
  .fsPostElement.gray-bg a.fsReadMoreLink:focus {
    color: #0c5e78; }

.detail-page .fsElementEmpty {
  display: none; }

.fsPostElement.fsList .fsStyleInlineList {
  margin-bottom: 30px; }

.fsPostElement:not(.featured-post):not(.testimonial-posts).fsList article {
  border-bottom: 1px dotted #73737D;
  padding-top: 30px;
  padding-bottom: 20px; }
  .fsPostElement:not(.featured-post):not(.testimonial-posts).fsList article:last-child {
    border-bottom: 0; }

.fsPostElement.posts-themes article .fsThumbnail {
  background: none !important; }

.fsPostElement.grid-styled-alt2 .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .fsPostElement.grid-styled-alt2 .fsListItems article {
    width: calc(33.3333% - 20px);
    border: 1px solid #ebebeb !important;
    padding: 20px 20px 60px !important;
    margin: 10px;
    border-radius: 4px;
    position: relative; }
    @media (max-width: 899px) {
      .fsPostElement.grid-styled-alt2 .fsListItems article {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .fsPostElement.grid-styled-alt2 .fsListItems article {
        width: calc(100% - 20px); } }
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsCategories {
      padding-bottom: 4px;
      padding-top: 6px;
      margin-bottom: 15px;
      margin-top: 0px; }
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsReadMoreLink {
      font-size: 13px; }
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsAuthor,
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsDateTime {
      display: none; }
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsTitle {
      font-size: 19px; }
    .fsPostElement.grid-styled-alt2 .fsListItems article .fsSummary {
      color: #73737D;
      font-size: 13px;
      line-height: 1.4; }

.fsPostElement.grid-styled-alt2 .fs_style_75 {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.fsPostElement.grid-styled-alt2 .fsLoadMoreButton {
  margin-top: 20px; }

.fsPostElement.grid-styled-alt .fsListItems {
  display: block;
  margin: 0 -10px;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 0;
  column-gap: 0; }
  @media (max-width: 899px) {
    .fsPostElement.grid-styled-alt .fsListItems {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 0;
      column-gap: 0; } }
  @media (max-width: 599px) {
    .fsPostElement.grid-styled-alt .fsListItems {
      -moz-column-count: 1;
      column-count: 1;
      -moz-column-gap: 0;
      column-gap: 0; } }
  .fsPostElement.grid-styled-alt .fsListItems article {
    width: calc(100% - 20px);
    border: 1px solid #ebebeb !important;
    padding: 20px !important;
    margin: 10px;
    border-radius: 4px;
    page-break-inside: avoid;
    break-inside: avoid; }
    .fsPostElement.grid-styled-alt .fsListItems article .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .fsPostElement.grid-styled-alt .fsListItems article .fsCategories {
      padding-bottom: 4px;
      padding-top: 6px;
      margin-bottom: 15px;
      margin-top: 0px; }
    .fsPostElement.grid-styled-alt .fsListItems article .fsReadMoreLink {
      font-size: 13px; }
    .fsPostElement.grid-styled-alt .fsListItems article .fsAuthor,
    .fsPostElement.grid-styled-alt .fsListItems article .fsDateTime {
      display: none; }
    .fsPostElement.grid-styled-alt .fsListItems article .fsTitle {
      font-size: 19px; }
    .fsPostElement.grid-styled-alt .fsListItems article .fsSummary {
      font-size: 13px;
      color: #73737D;
      line-height: 1.4; }

.fsPostElement.grid-styled-alt .fsLoadMoreButton {
  margin-top: 20px; }

.fsPostElement.grid-styled .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsPostElement.grid-styled .fsListItems article {
    width: calc(33% - 20px);
    border: 1px solid #ebebeb !important;
    padding: 20px;
    margin: 10px;
    border-radius: 4px; }
    @media (max-width: 899px) {
      .fsPostElement.grid-styled .fsListItems article {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .fsPostElement.grid-styled .fsListItems article {
        width: calc(100% - 20px); } }
    .fsPostElement.grid-styled .fsListItems article .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px; }
      .fsPostElement.grid-styled .fsListItems article .fsThumbnail img {
        display: none; }
    .fsPostElement.grid-styled .fsListItems article .fsCategories {
      padding-bottom: 4px;
      padding-top: 6px; }
    .fsPostElement.grid-styled .fsListItems article .fsReadMoreLink {
      font-size: 13px; }
    .fsPostElement.grid-styled .fsListItems article .fsTags,
    .fsPostElement.grid-styled .fsListItems article .fsAuthor,
    .fsPostElement.grid-styled .fsListItems article .fsDateTime {
      display: none; }
    .fsPostElement.grid-styled .fsListItems article .fsTitle {
      font-size: 19px; }
    .fsPostElement.grid-styled .fsListItems article .fsSummary {
      font-size: 13px;
      color: #73737D;
      line-height: 1.4; }
  .fsPostElement.grid-styled .fsListItems article:first-child {
    position: relative;
    width: calc(66% - 20px); }
    @media (max-width: 899px) {
      .fsPostElement.grid-styled .fsListItems article:first-child {
        width: calc(100% - 20px);
        min-height: 455px; } }
    @media (max-width: 599px) {
      .fsPostElement.grid-styled .fsListItems article:first-child {
        width: calc(100% - 20px);
        min-height: 400px; }
        .fsPostElement.grid-styled .fsListItems article:first-child .fsTitle {
          font-size: 20px !important;
          line-height: 1.2 !important; } }
    .fsPostElement.grid-styled .fsListItems article:first-child .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      position: relative; }
      .fsPostElement.grid-styled .fsListItems article:first-child .fsThumbnail:before {
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141416 100%);
        position: absolute;
        opacity: .6;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        @media (max-width: 599px) {
          .fsPostElement.grid-styled .fsListItems article:first-child .fsThumbnail:before {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, #141416 100%);
            position: absolute;
            opacity: .8; } }
      .fsPostElement.grid-styled .fsListItems article:first-child .fsThumbnail img {
        display: none; }
    .fsPostElement.grid-styled .fsListItems article:first-child .inner-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 40px;
      color: #fff; }
      .fsPostElement.grid-styled .fsListItems article:first-child .inner-content .fsTitle {
        font-size: 26px; }
        .fsPostElement.grid-styled .fsListItems article:first-child .inner-content .fsTitle a {
          color: #fff; }
      .fsPostElement.grid-styled .fsListItems article:first-child .inner-content .fsSummary {
        color: #fff; }
      .fsPostElement.grid-styled .fsListItems article:first-child .inner-content .fsReadMoreLink {
        color: #fff;
        margin-top: 10px; }
        .fsPostElement.grid-styled .fsListItems article:first-child .inner-content .fsReadMoreLink:hover {
          color: #BD4A99; }
    @media (min-width: 900px) {
      .fsPostElement.grid-styled .fsListItems article:first-child:last-child {
        min-height: 455px; } }

.fsPostElement.grid-styled-standard .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsPostElement.grid-styled-standard .fsListItems article {
    width: calc(33% - 20px);
    border: 1px solid #ebebeb !important;
    padding: 20px;
    margin: 10px;
    border-radius: 4px; }
    @media (max-width: 899px) {
      .fsPostElement.grid-styled-standard .fsListItems article {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .fsPostElement.grid-styled-standard .fsListItems article {
        width: calc(100% - 20px); } }
    .fsPostElement.grid-styled-standard .fsListItems article .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px; }
      .fsPostElement.grid-styled-standard .fsListItems article .fsThumbnail img {
        display: none; }
    .fsPostElement.grid-styled-standard .fsListItems article .fsCategories {
      padding-bottom: 4px;
      padding-top: 6px; }
    .fsPostElement.grid-styled-standard .fsListItems article .fsReadMoreLink {
      font-size: 13px; }
    .fsPostElement.grid-styled-standard .fsListItems article .fsTags,
    .fsPostElement.grid-styled-standard .fsListItems article .fsAuthor,
    .fsPostElement.grid-styled-standard .fsListItems article .fsDateTime {
      display: none; }
    .fsPostElement.grid-styled-standard .fsListItems article .fsTitle {
      font-size: 19px; }
    .fsPostElement.grid-styled-standard .fsListItems article .fsSummary {
      font-size: 13px;
      color: #73737D;
      line-height: 1.4; }

.fsPostElement.slideshow-styled article {
  width: calc(100% - 20px);
  border: 1px solid #ebebeb !important;
  padding: 20px !important;
  margin: 10px;
  border-radius: 4px;
  page-break-inside: avoid;
  break-inside: avoid; }
  .fsPostElement.slideshow-styled article .fsThumbnail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .fsPostElement.slideshow-styled article .fsCategories {
    padding-bottom: 4px;
    padding-top: 6px;
    margin-bottom: 15px;
    margin-top: 0px; }
  .fsPostElement.slideshow-styled article .fsReadMoreLink {
    font-size: 13px; }
  .fsPostElement.slideshow-styled article .fsAuthor,
  .fsPostElement.slideshow-styled article .fsDateTime {
    display: none; }
  .fsPostElement.slideshow-styled article .fsTitle {
    font-size: 19px; }
  .fsPostElement.slideshow-styled article .fsSummary {
    font-size: 13px;
    color: #73737D;
    line-height: 1.4; }

.fsPostElement.slideshow-styled .fsLoadMoreButton {
  margin-top: 20px; }

@media (min-width: 600px) {
  .fsPostElement.slideshow-styled .fsLeftArrow {
    left: -5px; }
  .fsPostElement.slideshow-styled .fsRightArrow {
    right: -5px; } }

.fsPostElement:not([class*="grid-styled"]):not(.posts-themes) .fsThumbnail {
  margin-bottom: 20px; }

.fsPostElement .fsSlideshow {
  padding-top: 50px;
  padding-bottom: 50px; }
  .fsPostElement .fsSlideshow .fsElementSlideshow {
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 499px) {
      .fsPostElement .fsSlideshow .fsElementSlideshow {
        padding-left: 0;
        padding-right: 0; } }
  .fsPostElement .fsSlideshow .fsPager {
    display: none !important; }
  .fsPostElement .fsSlideshow .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .fsPostElement .fsSlideshow .slick-track .slick-slide {
      height: auto;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .fsPostElement .fsSlideshow.full-slideshow {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }
    .fsHasHeader .fsPostElement .fsSlideshow.full-slideshow {
      width: 100vw;
      margin: 0 calc(-50vw + 50%);
      position: relative; }
    .has-scrollbar .fsPostElement .fsSlideshow.full-slideshow {
      width: calc(100vw - 20px);
      margin: 0 calc(-50vw + 50% + 10px); }
    @supports (color: var(--scroll-bar)) {
      .has-scrollbar .fsPostElement .fsSlideshow.full-slideshow {
        width: calc(100vw - var(--scroll-bar));
        margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .fsPostElement .fsSlideshow > header {
    padding-bottom: 30px; }
    .fsPostElement .fsSlideshow > header > .fsElementTitle {
      text-align: center;
      color: #73767e;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
  .fsPostElement .fsSlideshow > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 84.66667em;
    max-width: 79.375rem; }
  .fsPostElement .fsSlideshow .fsAlertFeeds {
    float: none; }
  .fsPostElement .fsSlideshow article {
    padding: 20px 20px 60px;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #E0E0E2;
    border-radius: 3px; }
    .fsPostElement .fsSlideshow article .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 180px;
      margin-bottom: 20px; }
      .fsPostElement .fsSlideshow article .fsThumbnail img {
        display: none; }
    .fsPostElement .fsSlideshow article .fsDate {
      position: relative;
      margin: 0 auto;
      margin-bottom: 30px; }
    .fsPostElement .fsSlideshow article .fsNotes {
      color: #767880;
      font-size: 13px;
      padding-top: 15px;
      line-height: 1.6; }
    .fsPostElement .fsSlideshow article .fsReadMoreLink {
      font-size: 13px;
      line-height: 20px; }

.fsPostElement.fsPost.fsSingleItem article:not(:last-child) {
  margin-bottom: 0;
  margin: 20px 0 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E0E0E2; }

.fsPostElement.fsPost.fsSingleItem .fsTitle {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300; }
  .fsPostElement.fsPost.fsSingleItem .fsTitle a {
    font-weight: 300; }

.fsPostElement.fsPost.fsSingleItem .fsBody {
  margin-top: 20px; }

.fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent {
  margin-bottom: 50px;
  zoom: 1; }
  .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 681px) {
    .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent .share-article,
    .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent .help {
      width: 50%;
      float: left; } }
  .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent .share-article .at-icon-wrapper {
    display: none; }
  .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent .share-article a:before {
    background-color: transparent;
    content: "";
    font-family: icomoon !important;
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    color: #BD4A99;
    margin-right: 10px; }
  .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent .help {
    padding-top: 20px; }
    @media (min-width: 681px) {
      .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent .help {
        text-align: right;
        padding-top: 0; } }
  .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent a {
    color: #909299; }
    .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent a:hover, .fsPostElement.fsPost.fsSingleItem footer .fsElementFooterContent a:focus {
      color: #BD4A99; }

.detail-page .fsPostElement header a {
  font-size: 13px; }
  .detail-page .fsPostElement header a:before {
    content: "";
    font-family: icomoon !important;
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    color: inherit;
    position: relative;
    display: inline-block;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 8px;
    top: -2px;
    margin-right: 10px; }

.post-details .fsPostElement .fs_style_82,
.post-details .fsPostElement .fs_style_73 {
  display: none; }

.post-details .fsPostElement .fsTitle {
  margin-top: 30px;
  font-weight: 300 !important;
  font-size: 40px;
  line-height: 1.2; }

.post-details .fsPostElement .main-image-container {
  text-align: center; }

.post-details .fsPostElement .fsCategories {
  margin: 30px 0 0 0; }
  .post-details .fsPostElement .fsCategories li {
    font-size: 13px;
    font-weight: 700;
    color: #73737D;
    line-height: 18px;
    background: transparent;
    padding-left: 0; }

.featured-post {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  background-color: #143150; }
  .fsHasHeader .featured-post {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .featured-post {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .featured-post {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .featured-post:before {
    background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .featured-post > * {
    z-index: 2; }
  .featured-post .inner-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: calc(50% - 90px); }
    @media (max-width: 1219px) {
      .featured-post .inner-content {
        padding-left: 20px; } }
    @media (max-width: 1179px) {
      .featured-post .inner-content {
        padding-right: calc(50% + 50px); } }
    @media (max-width: 899px) {
      .featured-post .inner-content {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 699px) {
      .featured-post .inner-content {
        padding-right: 20px; } }
  .featured-post > header,
  .featured-post > footer,
  .featured-post > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    z-index: 2; }
  .featured-post header {
    margin-bottom: 30px; }
    .featured-post header .fsElementTitle {
      color: #ffffff;
      font-size: 13px;
      font-weight: bold;
      line-height: 18px; }
    @media (max-width: 699px) {
      .featured-post header {
        padding-bottom: 12px; }
        .featured-post header .fsElementTitle {
          font-size: 14px; } }
  .featured-post > .fsThumbnail {
    position: absolute;
    left: calc(50% + 160px);
    top: 0;
    height: 100%;
    width: calc(50% - 160px);
    background-size: cover;
    background-position: center center;
    max-width: 560px !important; }
    @media (max-width: 1179px) {
      .featured-post > .fsThumbnail {
        left: 50%;
        width: 50%; } }
    @media (max-width: 699px) {
      .featured-post > .fsThumbnail {
        display: none; } }
    .featured-post > .fsThumbnail img {
      visibility: hidden; }
  .featured-post article {
    color: #fff;
    margin-bottom: 0; }
    .featured-post article .fsAuthor {
      font-size: 13px;
      color: #E0E0E2;
      font-weight: 400; }
      .featured-post article .fsAuthor:after {
        color: #73737D; }
    .featured-post article .fsDate {
      width: 110px;
      height: auto;
      border-radius: 0;
      background: none; }
      .featured-post article .fsDate > span {
        font-size: 13px;
        color: #E0E0E2;
        font-weight: 400; }
    .featured-post article .fsTime {
      display: none; }
    .featured-post article .fsTitle a {
      color: #fff; }
      .featured-post article .fsTitle a:hover, .featured-post article .fsTitle a:focus {
        color: #1290b9; }
      @media (max-width: 799px) {
        .featured-post article .fsTitle a {
          font-size: 24px;
          line-height: 1.2; } }
      @media (max-width: 599px) {
        .featured-post article .fsTitle a {
          font-size: 22px; } }
    .featured-post article .fsTimeRange,
    .featured-post article .fsLocation {
      color: #fff; }
    .featured-post article .fsSummary {
      font-size: 22px;
      color: #FAFAFB;
      font-weight: 300;
      line-height: 1.5;
      padding: 12px 0px 35px; }
      @media (max-width: 899px) {
        .featured-post article .fsSummary {
          font-size: 20px; } }
      @media (max-width: 599px) {
        .featured-post article .fsSummary {
          font-size: 18px; } }
    .featured-post article .fsReadMoreLink {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 8px 20px;
      background: #107EA2;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      line-height: 2em;
      font-size: 12px;
      font-weight: 600;
      transition: background .3s, color .3s;
      padding-top: 9px;
      padding-bottom: 9px;
      font-size: 15px;
      margin-bottom: 0; }
      .featured-post article .fsReadMoreLink:hover, .featured-post article .fsReadMoreLink:focus,
      .fsStateSelected .featured-post article .fsReadMoreLink {
        background: #0b5a74;
        color: #fff; }
      .featured-post article .fsReadMoreLink:visited {
        color: #fff; }
      .featured-post article .fsReadMoreLink em {
        display: block;
        font-style: normal; }
      .featured-post article .fsReadMoreLink:hover, .featured-post article .fsReadMoreLink:focus {
        background-color: #0e708f; }
    .featured-post article .fsThumbnail {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 30px; }
      .featured-post article .fsThumbnail img {
        visibility: hidden; }
      @media (min-width: 700px) {
        .featured-post article .fsThumbnail {
          display: none; } }

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
    .fsSearch form.gsc-search-box-tools td.gsib_b span.gscb_a {
      position: absolute;
      top: -9999em;
      left: -9999em;
      color: #000000;
      background-color: #ffffff; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 280px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 40px !important;
        color: #363636;
        padding-left: 10px !important;
        padding-right: 50px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 15px;
        font-family: "Open Sans", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: #73737D;
      font-family: icomoon;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 40px;
      font-size: 14px;
      font-weight: 700;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover, .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus {
      background: #fff;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after, .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus:after {
        color: #363636; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      background-color: transparent !important;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #363636; }

.fsSearch.site-search :-moz-placeholder {
  color: #363636; }

.fsSearch.site-search ::-moz-placeholder {
  color: #363636; }

.fsSearch.site-search :-ms-input-placeholder {
  color: #363636; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #363636; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 40px !important;
      color: #363636;
      padding-left: 10px !important;
      padding-right: 50px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 15px;
      font-family: "Open Sans", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 40px;
  background: #363636;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "";
    color: #73737D;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 15px;
    font-family: icomoon; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover, .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus {
    background: #fff;
    transition: .3s; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
    border: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    background-color: transparent !important;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

.fsSearch.fsToolsElement .fsElementToolsSearch {
  position: relative; }
  .fsSearch.fsToolsElement .fsElementToolsSearch input {
    height: 46px;
    padding-right: 46px; }
  .fsSearch.fsToolsElement .fsElementToolsSearch .fsButtonClear {
    display: none; }
  .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsSearchButton {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 46px !important;
    height: 46px;
    background: transparent;
    font-size: 0; }
    .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsSearchButton:before {
      content: '\e9b0';
      font-size: 16px;
      font-family: icomoon;
      color: #363636;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      line-height: 46px; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults .fsListItems, .fsSearchFieldWithResults .fsListItems {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px; }
  .fsSearchResults .fsListItems .fsListItem, .fsSearchFieldWithResults .fsListItems .fsListItem {
    padding: 12px 0;
    border-bottom: 1px solid #E0E0E2; }
  .fsSearchResults .fsListItems .fsTitle, .fsSearchFieldWithResults .fsListItems .fsTitle {
    font-size: 20px; }

.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #363636; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #BD4A99; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #107EA2 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults a.gs-title:focus, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:focus, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults a.gs-title:focus, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
    color: #BD4A99 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 15px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover, .fsVimeoList .fsVimeoListItem:focus {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child, .fsVimeoList .fsVimeoListItem:focus:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #BD4A99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #9b397c;
    color: #fff; }
  .vimeo_view_link a:visited {
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover, .fsYoutubeList .fsYoutubeListItem:focus {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child, .fsYoutubeList .fsYoutubeListItem:focus:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #BD4A99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #9b397c;
    color: #fff; }
  .Youtube_view_link a:visited {
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: solid 1px #E0E0E2; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li a {
      display: block;
      margin-top: 0;
      font-weight: normal;
      color: #141416;
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: #73737D;
      margin-bottom: 10px;
      margin-bottom: 0;
      font-size: 12px;
      color: #ABACB1;
      text-transform: uppercase;
      font-weight: 700;
      background: transparent;
      color: #141416;
      padding: 10px 5px;
      margin: 0 10px;
      position: relative;
      top: 1px; }
      .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
        background: transparent;
        color: #5E5F65; }
    .fsTabs .fsTabsNav li.fsStateSelected a {
      background: transparent;
      color: #141416;
      border-bottom: solid 2px #1BBFA6; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton, .fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsElement.fsNavigation {
  text-align: center; }
  .fsToolsElement.fsNavigation .fsPreviousButton,
  .fsToolsElement.fsNavigation .fsNextButton {
    border: 0;
    background: none;
    margin: 0;
    padding: 0; }
    .fsToolsElement.fsNavigation .fsPreviousButton:after,
    .fsToolsElement.fsNavigation .fsNextButton:after {
      content: 'Article'; }

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2; }

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsElementToolsSearch input {
  padding-left: 15px; }

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
    width: 100%; }

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center; }

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px; }

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsLegend .fsElementControls {
  margin-bottom: 5px; }
  .fsLegend .fsElementControls label input:checked + span {
    background: #909299;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #909299;
    background: white; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #FAFAFB; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #ececf0;
    color: #363636;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #d0d0d9;
      color: #363636; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #FAFAFB;
      color: #c1c1ce; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #45c3ed;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #909299; }

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
.post-tool-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .post-tool-container > .fsElementContent > .fsElement {
    margin: 0 10px;
    margin-bottom: 15px; }

.fsCategoryFilter:not(.custom) .fsStyleSelectList > li {
  padding-right: 20px;
  padding-left: 0; }
  .fsCategoryFilter:not(.custom) .fsStyleSelectList > li a {
    padding-left: 0; }
  .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink {
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: #73737D;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:after {
      content: "";
      background-color: #14857A;
      display: block;
      position: absolute;
      bottom: 0;
      height: 2px;
      left: 0;
      width: 0%;
      transition: all 0.3s ease; }
    .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:hover, .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:focus {
      color: #363636; }
      .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:hover:after, .fsCategoryFilter:not(.custom) .fsStyleSelectList > li .fsCategoryLink:focus:after {
        width: 100%; }
  .fsCategoryFilter:not(.custom) .fsStyleSelectList > li.fsStateSelected .fsCategoryLink {
    color: #363636; }
    .fsCategoryFilter:not(.custom) .fsStyleSelectList > li.fsStateSelected .fsCategoryLink:after {
      width: 100%; }

article ul.fsCategories li {
  background-color: #14857A; }

.custom.fsCategoryFilter .fsElementContent,
.custom.fsTagFilter .fsElementContent {
  position: relative; }

.custom.fsCategoryFilter .fsElementTitle,
.custom.fsTagFilter .fsElementTitle {
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }
  .custom.fsCategoryFilter .fsElementTitle button,
  .custom.fsTagFilter .fsElementTitle button {
    background-color: #14857A;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    line-height: 1.4;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    display: block;
    width: 100%; }
    .custom.fsCategoryFilter .fsElementTitle button:hover, .custom.fsCategoryFilter .fsElementTitle button:focus,
    .custom.fsTagFilter .fsElementTitle button:hover,
    .custom.fsTagFilter .fsElementTitle button:focus {
      background-color: #0d5951; }
    .custom.fsCategoryFilter .fsElementTitle button:after,
    .custom.fsTagFilter .fsElementTitle button:after {
      content: "";
      font-family: icomoon !important;
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      line-height: 1em;
      color: #ffffff;
      font-size: 10px;
      margin-left: 10px;
      display: inline-block;
      position: relative;
      transition: all 0.3s; }

.custom.fsCategoryFilter.filters-display .fsElementTitle,
.custom.fsTagFilter.filters-display .fsElementTitle {
  border-radius: 5px 5px 0 0; }
  .custom.fsCategoryFilter.filters-display .fsElementTitle:after,
  .custom.fsTagFilter.filters-display .fsElementTitle:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.custom.fsCategoryFilter .fsToolsList,
.custom.fsTagFilter .fsToolsList {
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #14857A;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  background: white;
  display: none;
  z-index: 2; }
  .custom.fsCategoryFilter .fsToolsList li,
  .custom.fsTagFilter .fsToolsList li {
    display: block; }
    .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a,
    .custom.fsTagFilter .fsToolsList li.fsStateSelected a {
      border-radius: 0;
      color: #ffffff;
      background: #14857A; }
      .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:hover, .custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:focus,
      .custom.fsTagFilter .fsToolsList li.fsStateSelected a:hover,
      .custom.fsTagFilter .fsToolsList li.fsStateSelected a:focus {
        color: #ffffff;
        background: #14857A; }
    .custom.fsCategoryFilter .fsToolsList li a,
    .custom.fsTagFilter .fsToolsList li a {
      background-color: transparent;
      border: none;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 0;
      margin-right: 0;
      color: #363636;
      text-align: left;
      transition: color .3s ease-in-out; }
      .custom.fsCategoryFilter .fsToolsList li a:hover, .custom.fsCategoryFilter .fsToolsList li a:focus,
      .custom.fsTagFilter .fsToolsList li a:hover,
      .custom.fsTagFilter .fsToolsList li a:focus {
        color: #14857A; }

.fsPostElement .fsCategories {
  margin: 10px 0; }
  .fsPostElement .fsCategories .fsCategory {
    font-size: 10px;
    padding: 5px;
    border-radius: 2px;
    background-color: #14857A;
    color: #fff;
    line-height: 1em;
    font-weight: 500;
    margin-right: 10px; }
    .fsPostElement .fsCategories .fsCategory:last-child {
      margin-right: 0; }

.fsPostElement .fsCategory-256 .fsCategory {
  background-color: #107EA2; }

.fsPostElement .fsCategory-257 .fsCategory {
  background-color: #BD4A99; }

.fsPostElement .fsCategory-258 .fsCategory {
  background-color: #163052; }

.fsPostElement .fsCategory-259 .fsCategory {
  background-color: #0097CF; }

.fsPostElement .fsCategory-260 .fsCategory {
  background-color: #14857A; }

.fsPostElement .fsCategory-261 .fsCategory {
  background-color: #0b5a74; }

.fsPostElement .fsCategory-262 .fsCategory {
  background-color: #E3B030; }

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  padding: 25px 20px;
  border: 1px solid #E0E0E2;
  border-radius: 2px; }
  .module .fsElementTitle {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 28px; }

.fsSharingButtons a span {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000; }

#goog-gt-tt h1.title.gray {
  color: #000000 !important; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border: 0 !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 2em;
  font-weight: 600 !important;
  text-align: center;
  background: #107EA2 !important;
  transition: background .3s, color .3s, border .3s; }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:focus {
    color: #ffffff !important;
    background-color: rgba(16, 126, 162, 0.8) !important; }

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border: 0;
  border: 1px solid #73737D !important;
  border-radius: 5px;
  color: #73737D !important;
  font-size: 12px;
  line-height: 2em;
  font-weight: 600 !important;
  text-align: center;
  background: #ffffff !important;
  transition: background .3s, color .3s, border .3s; }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:focus {
    color: #ffffff !important;
    background-color: #73737D !important; }

/*! pages - home v0.0.1 */
.sticky-home-icons {
  position: absolute;
  top: 30px;
  left: 215px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease-in-out;
  z-index: 3; }
  .home-icons-active .sticky-home-icons {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .desktop-menu-is-active .sticky-home-icons {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .sticky-home-icons .fsElement {
    margin: 0 3px;
    padding: 0 10px;
    position: relative;
    position: relative;
    float: left; }
    .sticky-home-icons .fsElement .cloned-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 0; }
    .sticky-home-icons .fsElement:before {
      position: relative;
      font-size: 32px;
      color: #73737D;
      pointer-events: auto;
      transition: all .3s ease-in-out; }
    .sticky-home-icons .fsElement header {
      position: absolute;
      top: 35px;
      left: 10px;
      display: inline-block;
      background-color: #14857A;
      opacity: 0;
      visibility: hidden;
      white-space: nowrap;
      pointer-events: none;
      margin-top: 5px;
      padding: 10px 12px;
      transition: all .3s ease-in-out;
      border-radius: 4px; }
      .sticky-home-icons .fsElement header:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #14857A;
        top: -5px;
        left: 14px; }
      .sticky-home-icons .fsElement header .fsElementTitle {
        font-size: 13px;
        line-height: 1;
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff; }
    .sticky-home-icons .fsElement:hover header, .sticky-home-icons .fsElement:focus header {
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
    .sticky-home-icons .fsElement:hover:before, .sticky-home-icons .fsElement:focus:before {
      color: #14857A; }
    .sticky-home-icons .fsElement .fsElementContent {
      display: none; }

.home .nav-tier {
  display: none; }

.home .testimonial-posts {
  border-top: 1px solid #E0E0E2; }
  @media (max-width: 749px) {
    .home .testimonial-posts {
      display: none; } }

.home .testimonial-posts.padding-top {
  padding-top: 20px; }

.home #fsPageBodyWrapper {
  padding-top: 40px;
  padding-bottom: 0; }
  @media (max-width: 899px) {
    .home #fsPageBodyWrapper {
      padding-top: 0; } }

.home #fsPageContent .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home-scroll-down {
  width: 180px;
  left: calc(50% - 610px);
  right: 0;
  position: absolute;
  bottom: 50px;
  cursor: pointer;
  color: #fff;
  padding: 10px 0 0 20px;
  transition: all .3s ease-in-out;
  font-weight: 600; }
  .home-scroll-down:hover, .home-scroll-down:focus {
    color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 1179px) {
    .home-scroll-down {
      left: 37px;
      bottom: 40px; } }
  @media (max-width: 749px) {
    .home-scroll-down {
      display: none; } }

ul.its-going-down {
  width: auto;
  padding: 0;
  position: absolute;
  font-weight: 400;
  left: 0;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 3;
  display: none; }
  ul.its-going-down, ul.its-going-down ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  ul.its-going-down li {
    margin: 0;
    padding: 0; }
  @media (min-width: 750px) {
    ul.its-going-down {
      display: block; } }
  ul.its-going-down li {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0; }
    ul.its-going-down li:nth-of-type(1) {
      animation: chevron-drop 1.25s infinite 0.5s; }
    ul.its-going-down li:nth-of-type(2) {
      animation: chevron-drop 1.25s infinite 0.6s; }
    ul.its-going-down li:nth-of-type(3) {
      animation: chevron-drop 1.25s infinite 0.7s; }
    ul.its-going-down li em {
      display: inline-block;
      font-style: normal; }
      ul.its-going-down li em:before {
        content: '\e90b';
        font-family: icomoon;
        font-size: 10px;
        line-height: 11px;
        color: #fff; }

@keyframes chevron-drop {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0.1;
    transform: translateY(10px); } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

.form-landing h1 {
  font-weight: 300;
  margin-bottom: 10px; }

.form-landing.no-photo .sticky-container {
  position: relative;
  background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%);
  margin-bottom: 0; }

.form-landing .nav-main,
.form-landing .nav-utility-header,
.form-landing .nav-tier {
  display: none; }

.form-landing.no-photo #fsHeader {
  height: 90px; }

.form-landing .fsCallout select,
.form-landing form[action*="hsforms"] select {
  color: #71717a !important; }

.fsComposerFormEmbed h3 {
  color: #363636;
  font-family: "Open Sans Condensed";
  font-size: 22px;
  font-weight: bold !important;
  line-height: 28px; }

.fsu .fsTabs .fsTabsNav {
  padding-left: 11px; }
  .fsu .fsTabs .fsTabsNav li a {
    margin: 0 11px 0 10px;
    padding: 10px 3px 9px; }
  .fsu .fsTabs .fsTabsNav li.fsStateSelected a {
    border-color: #73737D; }

.fsu .staff-small {
  padding-top: 0;
  padding-bottom: 0; }
  .fsu .staff-small .fsElementContent {
    width: calc(100% - 220px);
    padding-left: 30px; }
    @media (max-width: 599px) {
      .fsu .staff-small .fsElementContent {
        padding-left: 0; } }
  .fsu .staff-small footer {
    min-width: 220px;
    max-width: 220px; }
    @media (max-width: 899px) {
      .fsu .staff-small footer {
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 599px) {
      .fsu .staff-small footer {
        margin-bottom: 40px;
        max-width: none; } }
    @media (max-width: 499px) {
      .fsu .staff-small footer {
        margin-bottom: 30px; } }

.fsu-home .fsPageContent a:not([class]) {
  color: #107EA2; }
  .fsu-home .fsPageContent a:not([class]):hover, .fsu-home .fsPageContent a:not([class]):focus {
    color: #BD4A99; }

.fsu-home .fsPageContent .gray-bg a:not([class]) {
  color: #107a9d; }
  .fsu-home .fsPageContent .gray-bg a:not([class]):hover, .fsu-home .fsPageContent .gray-bg a:not([class]):focus {
    color: #bc4697; }

.fsu-schedule.fsTabs > .fsElementContent > .fsPanel > .fsElementContent {
  padding: 28px 20px 15px; }

.fsu-schedule .fsPostElement {
  margin-bottom: 11px; }
  .fsu-schedule .fsPostElement > header > .fsElementTitle {
    margin-bottom: 26px;
    color: #141416;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600; }
  .fsu-schedule .fsPostElement .fsListItems.fsStyleThreeColumns {
    margin: 0 -10px; }
    .fsu-schedule .fsPostElement .fsListItems.fsStyleThreeColumns > article {
      width: calc(100% - 20px);
      margin: 0 10px 20px; }
      @media (min-width: 600px) {
        .fsu-schedule .fsPostElement .fsListItems.fsStyleThreeColumns > article {
          width: calc(50% - 20px); } }
      @media (min-width: 800px) {
        .fsu-schedule .fsPostElement .fsListItems.fsStyleThreeColumns > article {
          width: calc(33.33333% - 20px); } }
  .fsu-schedule .fsPostElement article {
    float: none;
    padding: 25px 40px 40px;
    border: 1px solid #E0E0E2;
    border-radius: 3px; }
  .fsu-schedule .fsPostElement .fsCategory[category="generalist"] {
    background-color: #163052; }
  .fsu-schedule .fsPostElement .fsCategory[category="best-practices"] {
    background-color: #A36B0D; }
  .fsu-schedule .fsPostElement .fsCategory[category="best-practices"] {
    background-color: #A36B0D; }
  .fsu-schedule .fsPostElement .fsCategory[category="marketing"] {
    background-color: #14857A; }
  .fsu-schedule .fsPostElement .fsCategory[category="product"] {
    background-color: #107EA2; }
  .fsu-schedule .fsPostElement .fsCategory[category="technology"] {
    background-color: #D93F0A; }
  .fsu-schedule .fsPostElement .fsCategory[category="hands-on"] {
    background-color: #D91670; }
  .fsu-schedule .fsPostElement .fsCategory[category="admissions"] {
    background-color: #668018; }
  .fsu-schedule .fsPostElement .fsCategory[category="ravenna"] {
    background-color: #BD4A99; }
  .fsu-schedule .fsPostElement .fsTitle {
    margin-bottom: 12px;
    color: #363636;
    font-size: 19px;
    line-height: 28px;
    font-weight: normal; }
    .fsu-schedule .fsPostElement .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
      .fsu-schedule .fsPostElement .fsTitle a:hover, .fsu-schedule .fsPostElement .fsTitle a:focus {
        color: #BD4A99; }
  .fsu-schedule .fsPostElement .fsCategories {
    margin-bottom: 22px; }
    .fsu-schedule .fsPostElement .fsCategories .fsCategory {
      padding: 4px 6px 4px 7px; }
  .fsu-schedule .fsPostElement .fsSummary {
    color: #73737D;
    font-size: 13px;
    line-height: 20px; }
  .fsu-schedule .fsPostElement .fsAuthor {
    color: #73737D;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600; }
    .fsu-schedule .fsPostElement .fsAuthor:after {
      display: none; }
  .fsu-schedule .fsPostElement .fsReadMoreLink {
    color: #363636;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600; }
    .fsu-schedule .fsPostElement .fsReadMoreLink:hover, .fsu-schedule .fsPostElement .fsReadMoreLink:focus {
      color: #BD4A99; }

.fsu-schedule .fsPostToolsElement .fsTagLink {
  text-transform: uppercase;
  font-weight: 400;
  background: #107EA2; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 2em;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 36.36364%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 18.18182%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 9.09091%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #363636;
      color: #363636; }
      .colors ol li:nth-of-type(1):after {
        content: "#363636"; }
    .colors ol li:nth-of-type(2) {
      background: #107EA2;
      color: #107EA2; }
      .colors ol li:nth-of-type(2):after {
        content: "#107EA2"; }
    .colors ol li:nth-of-type(3) {
      background: #BD4A99;
      color: #BD4A99; }
      .colors ol li:nth-of-type(3):after {
        content: "#BD4A99"; }
    .colors ol li:nth-of-type(4) {
      background: #163052;
      color: #163052; }
      .colors ol li:nth-of-type(4):after {
        content: "#163052"; }
    .colors ol li:nth-of-type(5) {
      background: #0097CF;
      color: #0097CF; }
      .colors ol li:nth-of-type(5):after {
        content: "#0097CF"; }
    .colors ol li:nth-of-type(6) {
      background: #14857A;
      color: #14857A; }
      .colors ol li:nth-of-type(6):after {
        content: "#14857A"; }
    .colors ol li:nth-of-type(7) {
      background: #FAFAFB;
      color: #FAFAFB; }
      .colors ol li:nth-of-type(7):after {
        content: "#FAFAFB"; }
    .colors ol li:nth-of-type(8) {
      background: #909299;
      color: #909299; }
      .colors ol li:nth-of-type(8):after {
        content: "#909299"; }
    .colors ol li:nth-of-type(9) {
      background: #73737D;
      color: #73737D; }
      .colors ol li:nth-of-type(9):after {
        content: "#73737D"; }
    .colors ol li:nth-of-type(10) {
      background: #FFEDBF;
      color: #FFEDBF; }
      .colors ol li:nth-of-type(10):after {
        content: "#FFEDBF"; }
    .colors ol li:nth-of-type(11) {
      background: #5E5F65;
      color: #5E5F65; }
      .colors ol li:nth-of-type(11):after {
        content: "#5E5F65"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(1):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Open Sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Open Sans, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Open Sans Condensed", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Open Sans Condensed, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 40px / line: 56px"; }

.headers h2:after {
  content: " size: 26px / line: 30px"; }

.headers h3:after {
  content: " size: 20px / line: 38px"; }

.headers h4:after {
  content: " size: 19px / line: 28px"; }

.headers h5:after {
  content: " size: 15px / line: 24px"; }

.headers h6:after {
  content: " size: 13px / line: 18px"; }

.staff-portal-2021 .header-search {
  display: none; }

.staff-portal-2021 .site-info-container a {
  background: url("../images/icon_white_2021.png") no-repeat;
  background-size: contain;
  width: auto; }
  .staff-portal-2021 .site-info-container a span {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    text-transform: uppercase;
    color: #fff;
    margin-left: 40px; }

.staff-portal-2021 .search-bar {
  background: transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%; }
  .staff-portal-2021 .search-bar .fsElementTitle {
    color: #FAFAFB;
    font-size: 3rem;
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 2.5rem; }
  .staff-portal-2021 .search-bar form {
    display: -ms-flexbox;
    display: flex; }
    .staff-portal-2021 .search-bar form > * {
      margin: 0; }
    .staff-portal-2021 .search-bar form .fsFieldLabel {
      display: none; }
    .staff-portal-2021 .search-bar form .fsSearchElementKeyword {
      width: calc(100% - 50px); }
    .staff-portal-2021 .search-bar form .fsStyleSearchField {
      border: none;
      width: 100%;
      height: 3.125rem; }
    .staff-portal-2021 .search-bar form .fsSearchElementSearchButton {
      width: 3.125rem;
      background-color: #363636;
      border-radius: 0;
      font-size: 0;
      padding: 0; }
      .staff-portal-2021 .search-bar form .fsSearchElementSearchButton:before {
        content: "";
        font-family: icomoon !important;
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        line-height: 1em;
        color: #fff;
        font-size: 1.25rem; }

.staff-portal-2021 .header-resource {
  background-position: bottom center; }
  .staff-portal-2021 .header-resource:before {
    background: none; }
  .staff-portal-2021 .header-resource:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.2) 100%); }

.bpa-thermometer-2 {
  margin-bottom: 50px; }
  .bpa-thermometer-2 > .fsElementContent {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .bpa-thermometer-2 > .fsElementContent ul {
      list-style: none;
      padding: 0;
      margin: 0 0 7px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 599px) {
        .bpa-thermometer-2 > .fsElementContent ul {
          -ms-flex-direction: column;
          flex-direction: column; } }
      .fsBannerLeft .bpa-thermometer-2 > .fsElementContent ul,
      .fsBannerRight .bpa-thermometer-2 > .fsElementContent ul,
      .fsStyleOneThird .bpa-thermometer-2 > .fsElementContent ul,
      .fsThreeColumnLayout > .fsDiv .bpa-thermometer-2 > .fsElementContent ul,
      .fsFourColumnLayout > .fsDiv .bpa-thermometer-2 > .fsElementContent ul {
        -ms-flex-direction: column;
        flex-direction: column; }
      .bpa-thermometer-2 > .fsElementContent ul li {
        font-size: 15px;
        line-height: 24px;
        padding: 4px 0; }
        .bpa-thermometer-2 > .fsElementContent ul li:before {
          color: #107EA2;
          font-size: 18px;
          font-weight: 700;
          line-height: 24px;
          margin-right: 5px; }
      .bpa-thermometer-2 > .fsElementContent ul li:first-of-type {
        margin-right: 20px; }
        .bpa-thermometer-2 > .fsElementContent ul li:first-of-type:before {
          content: "Total Raised"; }
      .bpa-thermometer-2 > .fsElementContent ul li:last-of-type:before {
        content: "Our Goal"; }
  .bpa-thermometer-2 .therm-wrapper {
    position: relative;
    height: 50px;
    width: 100%; }
    .bpa-thermometer-2 .therm-wrapper .horizontal-therm {
      box-shadow: inset 0 0 0 1px #107EA2;
      display: block;
      height: 100%;
      width: 100%;
      border-radius: 25px;
      overflow: hidden;
      position: relative; }
    .bpa-thermometer-2 .therm-wrapper .amount-slider {
      background: #107EA2;
      position: absolute;
      height: 100%;
      left: 0;
      width: 0;
      transition: width 0.75s; }
      .bpa-thermometer-2 .therm-wrapper .amount-slider.animate {
        transition: width 0.75s; }
  .bpa-thermometer-2.dark {
    background-color: #107EA2;
    padding: 20px;
    color: #fff; }
    .bpa-thermometer-2.dark h1, .bpa-thermometer-2.dark h2, .bpa-thermometer-2.dark h3, .bpa-thermometer-2.dark h4, .bpa-thermometer-2.dark h5, .bpa-thermometer-2.dark h6, .bpa-thermometer-2.dark a {
      color: inherit; }
    .bpa-thermometer-2.dark > .fsElementContent ul li {
      color: #fff; }
      .bpa-thermometer-2.dark > .fsElementContent ul li:before {
        color: #fff; }
    .bpa-thermometer-2.dark .horizontal-therm {
      box-shadow: inset 0 0 0 1px #fff;
      background-color: rgba(255, 255, 255, 0.2); }
    .bpa-thermometer-2.dark .amount-slider {
      background: #fff; }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.bpa-college-slider-3 {
  margin: 50px 0; }
  .bpa-college-slider-3.grayscale > .fsElementContent > .fsListItems .fsResource img {
    filter: gray;
    filter: grayscale(1);
    opacity: 0.6; }
  .bpa-college-slider-3 > header, .bpa-college-slider-3 > footer {
    text-align: center; }
  .bpa-college-slider-3 > .fsElementContent {
    position: relative;
    border-top: 7px solid #FAFAFB;
    border-bottom: 7px solid #FAFAFB;
    width: 100%;
    overflow: hidden;
    padding: 33px 20px;
    margin-top: 20px; }
    .bpa-college-slider-3 > .fsElementContent > .fsListItems {
      position: relative;
      height: 90px;
      background: none;
      overflow: hidden;
      margin: 0 -21px;
      padding: 0;
      display: block;
      zoom: 1;
      padding: 0 25px; }
      .bpa-college-slider-3 > .fsElementContent > .fsListItems:after {
        display: table;
        clear: both;
        content: ''; }
      body.fsComposeMode .bpa-college-slider-3 > .fsElementContent > .fsListItems {
        white-space: nowrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; }
      .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource {
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0 20px;
        height: 90px;
        box-shadow: 1px 0 0 0 #FAFAFB;
        position: relative; }
        body.fsComposeMode .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource {
          width: auto;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource figure {
          display: block;
          margin: auto; }
        .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource img {
          display: block;
          max-height: 90px;
          width: auto;
          opacity: 1; }
        body:not(.fsComposeMode) .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          color: transparent;
          white-space: nowrap;
          background: transparent;
          transition: .3s; }
          body:not(.fsComposeMode) .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource a:focus {
            box-shadow: inset 0 0 0 1px #107EA2; }
  .bpa-college-slider-3 .slick-list {
    position: relative; }
    .bpa-college-slider-3 .slick-list:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 2px;
      background-color: #fff;
      z-index: 1; }
    .bpa-college-slider-3.dark .slick-list:before {
      background-color: #FAFAFB; }
  .bpa-college-slider-3 .slick-arrow {
    background-color: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    z-index: 200;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
    .bpa-college-slider-3 .slick-arrow:before {
      color: #363636;
      font-size: 32px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      width: auto;
      height: auto;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0); }
    .bpa-college-slider-3 .slick-arrow.slick-prev {
      left: 5px; }
      .bpa-college-slider-3 .slick-arrow.slick-prev:before {
        content: "";
        font-family: "bpa-font-icons";
        font-weight: normal;
        speak: none;
        left: 0; }
    .bpa-college-slider-3 .slick-arrow.slick-next {
      right: 5px; }
      .bpa-college-slider-3 .slick-arrow.slick-next:before {
        content: "";
        font-family: "bpa-font-icons";
        font-weight: normal;
        speak: none;
        right: 0; }
    .bpa-college-slider-3 .slick-arrow:hover:before, .bpa-college-slider-3 .slick-arrow:focus:before {
      color: rgba(54, 54, 54, 0.5);
      transition: .3s; }
  .bpa-college-slider-3.dark > .fsElementContent {
    border-color: #b3b3c2;
    background-color: #FAFAFB; }
    .bpa-college-slider-3.dark > .fsElementContent > .fsListItems .fsResource {
      box-shadow: 1px 0 0 0 #b3b3c2; }
  .bpa-college-slider-3.dark .slick-arrow:before {
    color: #363636;
    width: 100%;
    text-align: center; }
  .bpa-college-slider-3.dark .slick-arrow:hover:before, .bpa-college-slider-3.dark .slick-arrow:focus:before {
    color: rgba(54, 54, 54, 0.5); }

.fsDraftMode .top-page-callout {
  max-width: 1180px;
  margin: 0 0 20px 0 !important;
  left: auto; }

body:not(.fsComposeMode) .top-page-callout.hidden {
  display: none; }

.top-page-callout {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  position: relative;
  background-color: #163052;
  overflow: hidden;
  color: #fff; }
  .top-page-callout:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    z-index: 2; }
  .top-page-callout.closing:before {
    opacity: 1; }
  .top-page-callout.closing .close-top-callout {
    opacity: 0; }
  .top-page-callout .close-top-callout {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    color: #163052;
    transition: opacity .4s ease-in-out; }
    .top-page-callout .close-top-callout:before {
      content: '\e99a';
      font-family: icomoon;
      font-size: 24px;
      color: #fff;
      opacity: .7; }
    .top-page-callout .close-top-callout:focus {
      outline-color: #BD4A99; }
    .top-page-callout .close-top-callout:hover:before, .top-page-callout .close-top-callout:focus:before {
      opacity: 1; }
  .fsHasHeader .top-page-callout {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .top-page-callout {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .top-page-callout {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .top-page-callout .fsElementHeaderContent {
    position: relative;
    height: 100%;
    width: 255px; }
    @media (max-width: 899px) {
      .top-page-callout .fsElementHeaderContent {
        width: 205px; } }
    @media (max-width: 749px) {
      .top-page-callout .fsElementHeaderContent {
        display: none; } }
  body:not(.fsDraftMode) .top-page-callout {
    height: 190px; }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .top-page-callout {
        height: auto; } }
    body:not(.fsDraftMode) .top-page-callout .fsElementHeaderContent {
      margin-bottom: 0px;
      position: absolute;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-clip-path: polygon(77% 0, 100% 50%, 77% 100%, 0 100%, 0 0);
      clip-path: polygon(77% 0, 100% 50%, 77% 100%, 0 100%, 0 0); }
    body:not(.fsDraftMode) .top-page-callout img {
      display: none; }
    body:not(.fsDraftMode) .top-page-callout .inner-container {
      padding-right: 50px; }
      body:not(.fsDraftMode) .top-page-callout .inner-container .fsElementContent {
        padding-right: calc(100vw - 1300px); }
        @media (max-width: 1359px) {
          body:not(.fsDraftMode) .top-page-callout .inner-container .fsElementContent {
            padding-right: 40px; } }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .top-page-callout .inner-container {
          padding-right: 30px; } }
  .top-page-callout .inner-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 305px;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 999px) {
      .top-page-callout .inner-container {
        padding-left: 270px; } }
    @media (max-width: 899px) {
      .top-page-callout .inner-container {
        padding-left: 220px; } }
    @media (max-width: 749px) {
      .top-page-callout .inner-container {
        padding-left: 30px; } }
    @media (max-width: 599px) {
      .top-page-callout .inner-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative; } }
    .top-page-callout .inner-container > .fsElementContent {
      width: calc(100% - 200px);
      font-size: 15px;
      font-weight: 400;
      padding-right: 30px;
      line-height: 1.6em; }
      .top-page-callout .inner-container > .fsElementContent .fsElementTitle {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        color: #fff; }
      @media (max-width: 999px) {
        .top-page-callout .inner-container > .fsElementContent {
          width: calc(100% - 180px);
          padding-right: 20px; } }
      @media (max-width: 899px) {
        .top-page-callout .inner-container > .fsElementContent {
          font-size: 13px; }
          .top-page-callout .inner-container > .fsElementContent .fsElementTitle {
            font-size: 22px; } }
      @media (max-width: 599px) {
        .top-page-callout .inner-container > .fsElementContent {
          width: 100%;
          padding-top: 20px; }
          .top-page-callout .inner-container > .fsElementContent .fsElementTitle {
            font-size: 18px; } }
    .top-page-callout .inner-container footer {
      width: 200px; }
      .top-page-callout .inner-container footer a {
        padding-left: 25px;
        padding-right: 25px; }
        .top-page-callout .inner-container footer a:focus {
          outline-color: #BD4A99; }
      .top-page-callout .inner-container footer .fs_style_79 {
        border: 1px solid #FFFFFF;
        background: transparent;
        color: #fff; }
        .top-page-callout .inner-container footer .fs_style_79:hover, .top-page-callout .inner-container footer .fs_style_79:focus {
          background-color: #fff;
          color: #73737D; }
      .top-page-callout .inner-container footer .fsElementFooterContent p {
        margin-bottom: 0 !important; }
      @media (max-width: 999px) {
        .top-page-callout .inner-container footer {
          width: 180px; } }
      @media (max-width: 599px) {
        .top-page-callout .inner-container footer {
          width: 100%; }
          .top-page-callout .inner-container footer p {
            display: inline-block; }
          .top-page-callout .inner-container footer a {
            display: inline-block;
            margin-right: 10px; } }

.fsDraftMode .animated-laptop {
  max-width: 1180px !important;
  left: auto !important;
  margin: 0 auto !important; }

.animated-laptop {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px; }
  .fsHasHeader .animated-laptop {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .animated-laptop {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .animated-laptop {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  @media (max-width: 1179px) {
    .animated-laptop {
      padding-top: 100px;
      padding-bottom: 120px; } }
  @media (max-width: 749px) {
    .animated-laptop {
      padding-top: 10px;
      padding-bottom: 100px; } }
  @media (max-width: 499px) {
    .animated-laptop {
      padding-top: 30px;
      padding-bottom: 25px; } }
  body:not(.home) .animated-laptop {
    padding-top: 10px; }
  .animated-laptop .laptop-current-title {
    text-align: center;
    display: none; }
    @media (max-width: 749px) {
      .animated-laptop .laptop-current-title {
        display: block;
        position: absolute;
        width: 100%;
        margin-top: 60px;
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        color: #73737D; } }
    @media (max-width: 599px) {
      .animated-laptop .laptop-current-title {
        margin-top: 75px; } }
  .animated-laptop .slick-list {
    overflow: visible !important; }
  .animated-laptop > header {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px; }
    .animated-laptop > header .fsElementTitle {
      font-weight: 300;
      font-size: 40px;
      line-height: 1.3; }
    @media (max-width: 1179px) {
      .animated-laptop > header {
        text-align: center;
        padding-bottom: 35px; } }
    @media (max-width: 749px) {
      .animated-laptop > header {
        padding-bottom: 0; }
        .animated-laptop > header .fsElementTitle {
          font-size: 24px;
          line-height: 1.58333em; } }
    @media (max-width: 599px) {
      .animated-laptop > header {
        padding-bottom: 20px; }
        .animated-laptop > header .fsElementTitle {
          font-size: 22px;
          line-height: 1.36364em; } }
  .animated-laptop .slick-list {
    padding: 65px 0; }
    @media (max-width: 1179px) {
      .animated-laptop .slick-list {
        padding: 65px 0 20px 0; } }
    @media (max-width: 1179px) {
      .animated-laptop .slick-list {
        padding: 65px 0 20px 0; } }
    @media (max-width: 499px) {
      .animated-laptop .slick-list {
        padding-top: 30px; } }
  @media (min-width: 750px) {
    .animated-laptop .slick-dots {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .animated-laptop .slick-dots, .animated-laptop .slick-dots ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .animated-laptop .slick-dots li {
        margin: 0;
        padding: 0; }
      .animated-laptop .slick-dots .slick-dots-inner {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (min-width: 750px) and (max-width: 1219px) {
    .animated-laptop .slick-dots {
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 750px) {
      .animated-laptop .slick-dots li {
        margin: 0 16px 15px 15px; }
        .animated-laptop .slick-dots li button {
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          cursor: pointer;
          font-size: 12px;
          font-weight: bold;
          line-height: 18px;
          text-transform: uppercase;
          color: #73737D;
          position: relative;
          transition: all .3s ease-in-out;
          padding: 15px 0px; }
          .animated-laptop .slick-dots li button:hover, .animated-laptop .slick-dots li button:focus {
            color: #363636; }
          .animated-laptop .slick-dots li button:after {
            content: '';
            position: absolute;
            background: #14857A;
            width: 0px;
            height: 2px;
            bottom: 0;
            left: 0;
            transition: width .4s ease-in-out;
            background-color: #73737D; }
        .animated-laptop .slick-dots li.slick-active button {
          color: #363636; }
          .animated-laptop .slick-dots li.slick-active button:after {
            width: 100%; } }
  @media (max-width: 749px) {
    .animated-laptop .slick-dots {
      padding: 3px !important;
      text-align: center; }
      .animated-laptop .slick-dots, .animated-laptop .slick-dots ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .animated-laptop .slick-dots li {
        margin: 0;
        padding: 0; }
      .animated-laptop .slick-dots button {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        position: relative;
        font-size: 0;
        text-indent: -9999px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #73737D;
        cursor: pointer;
        transition: all .3s ease-in-out;
        vertical-align: top;
        color: #ffffff; }
        .animated-laptop .slick-dots button:before {
          content: '';
          position: absolute;
          width: 17px;
          height: 17px;
          top: -1px;
          left: -1px;
          border-radius: 50%;
          border: 3px solid #fff;
          transition: all .3s ease-in-out; }
        .animated-laptop .slick-dots button:after {
          content: '';
          position: absolute;
          top: 7px;
          left: 7px;
          width: 1px;
          height: 1px;
          border-radius: 50%;
          border: 0px solid #107EA2;
          transition: all .3s ease-in-out; }
      .animated-laptop .slick-dots li {
        display: inline-block;
        margin: 0 7px;
        line-height: 1; }
        .animated-laptop .slick-dots li.slick-active button:before {
          top: 1px;
          left: 1px;
          width: 13px;
          height: 13px;
          border: 1.5px solid #fff; }
        .animated-laptop .slick-dots li:not(.slick-active) button:hover {
          background-color: #107EA2; }
          .animated-laptop .slick-dots li:not(.slick-active) button:hover:after {
            border: 1px solid #107EA2;
            top: -5px;
            left: -5px;
            width: 25px;
            height: 25px;
            opacity: 0; }
    .animated-laptop .slick-dots {
      text-align: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      top: calc(61vw + 120px);
      z-index: 2; } }
  @media (max-width: 499px) {
    .animated-laptop .slick-dots {
      top: calc(61vw + 70px); } }

.animate-chain:nth-child(1) {
  transition: all 0.4s ease-in-out 0.2s; }

.animate-chain:nth-child(2) {
  transition: all 0.4s ease-in-out 0.4s; }

.animate-chain:nth-child(3) {
  transition: all 0.4s ease-in-out 0.6s; }

.animate-chain:nth-child(4) {
  transition: all 0.4s ease-in-out 0.8s; }

.animate-chain:nth-child(5) {
  transition: all 0.4s ease-in-out 1s; }

.animate-chain:nth-child(6) {
  transition: all 0.4s ease-in-out 1.2s; }

.animate-chain:nth-child(7) {
  transition: all 0.4s ease-in-out 1.4s; }

.animate-chain:nth-child(8) {
  transition: all 0.4s ease-in-out 1.6s; }

.animate-chain:nth-child(9) {
  transition: all 0.4s ease-in-out 1.8s; }

body:not(.fsDraftMode) .animated-laptop-slideshow {
  position: relative;
  margin: 0 auto;
  max-width: 81.33333em;
  max-width: 76.25rem; }

body:not(.fsDraftMode) .animated-laptop-slide {
  padding: 0 15px; }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .animated-laptop-slide {
      padding: 0 10px; } }
  body:not(.fsDraftMode) .animated-laptop-slide .slide-inner {
    height: 555px; }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) .animated-laptop-slide .slide-inner {
        height: auto; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .animated-laptop-slide .slide-inner {
        padding-bottom: 30px; } }
    body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words {
      width: 38%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: 100%;
      opacity: 0;
      -ms-transform: translateY(30%);
      transform: translateY(30%);
      transition: all .5s ease-in-out;
      -ms-flex-align: start;
      align-items: flex-start; }
      body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words .link-wrapper {
        margin-top: 50px; }
        @media (max-width: 1179px) {
          body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words .link-wrapper {
            text-align: center; } }
        body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words .link-wrapper a {
          text-transform: uppercase; }
          @media (max-width: 599px) {
            body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words .link-wrapper a {
              display: block;
              margin-bottom: 10px; } }
      body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words .fsElementTitle {
        margin-bottom: 22px; }
      @media (max-width: 1299px) {
        body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words {
          width: 34%; } }
      @media (max-width: 1179px) {
        body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words {
          width: 100%;
          padding-bottom: 40px;
          padding-left: 30px;
          padding-right: 30px;
          -ms-transform: translateY(20%);
          transform: translateY(20%); }
          body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words header {
            text-align: center; } }
      @media (max-width: 749px) {
        body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words .fsElementTitle {
          font-size: 19px;
          line-height: 1.47368em; } }
      @media (max-width: 499px) {
        body:not(.fsDraftMode) .animated-laptop-slide .slide-inner .animated-words {
          padding-top: 50px; } }

body:not(.fsDraftMode) .animated-laptop > .fsElementContent {
  display: none; }

body:not(.fsDraftMode) .animated-images {
  min-width: 939px;
  position: absolute;
  left: 43%;
  top: 0; }
  @media (max-width: 1299px) {
    body:not(.fsDraftMode) .animated-images {
      left: 38%; } }
  @media (max-width: 1179px) {
    body:not(.fsDraftMode) .animated-images {
      position: relative;
      left: 0;
      max-width: 939px;
      margin: 0 auto; } }
  @media (max-width: 799px) {
    body:not(.fsDraftMode) .animated-images {
      min-width: 280px;
      width: 110vw; } }

body:not(.fsDraftMode) .animate-chain p {
  margin-bottom: 0; }

body:not(.fsDraftMode) .animate-chain .fsElementHeaderContent {
  background-color: #363636;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  padding: 7px 10px;
  margin-bottom: 1px;
  border-radius: 4px; }

body:not(.fsDraftMode) .animate-chain[class*="icon-"] .fsElementHeaderContent {
  margin-left: 31px; }

body:not(.fsDraftMode) .animate-chain[class*="icon-"]:before {
  position: absolute;
  width: 30px;
  height: 29px;
  background-color: #363636;
  text-align: center;
  line-height: 28px !important;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  font-weight: 300 !important; }

@media (max-width: 599px) {
  body:not(.fsDraftMode) .animate-chain:before,
  body:not(.fsDraftMode) .animate-chain header {
    display: none; } }

body:not(.fsDraftMode) .animate-chain:not(.phone) {
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); }

body:not(.fsDraftMode) .phone {
  position: absolute;
  bottom: 0;
  left: -12px;
  margin-bottom: 0;
  -ms-transform: translate(0%, 30%) scale(0);
  transform: translate(0%, 30%) scale(0); }
  @media (max-width: 1179px) {
    body:not(.fsDraftMode) .phone {
      left: 0; } }

body:not(.fsDraftMode) .text-only {
  max-width: 291px; }
  body:not(.fsDraftMode) .text-only .fsElementHeaderContent {
    padding-left: 14px; }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .text-only {
      display: none; } }

body:not(.fsDraftMode).laptop-active .slick-active .phone {
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1); }
  @media (max-width: 749px) {
    body:not(.fsDraftMode).laptop-active .slick-active .phone {
      -ms-transform: translate(0, 0) scale(0.8);
      transform: translate(0, 0) scale(0.8);
      -ms-transform-origin: bottom left;
      transform-origin: bottom left; } }
  @media (max-width: 599px) {
    body:not(.fsDraftMode).laptop-active .slick-active .phone {
      -ms-transform: translate(0, 0) scale(0.7);
      transform: translate(0, 0) scale(0.7); } }
  @media (max-width: 499px) {
    body:not(.fsDraftMode).laptop-active .slick-active .phone {
      -ms-transform: translate(0, 0) scale(0.6) !important;
      transform: translate(0, 0) scale(0.6) !important; } }
  @media (max-width: 399px) {
    body:not(.fsDraftMode).laptop-active .slick-active .phone {
      -ms-transform: translate(0, 0) scale(0.6);
      transform: translate(0, 0) scale(0.6); } }

body:not(.fsDraftMode).laptop-active .slick-active .animate-chain:not(.phone) {
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }
  @media (max-width: 749px) {
    body:not(.fsDraftMode).laptop-active .slick-active .animate-chain:not(.phone) {
      -ms-transform: translate(-50%, -50%) scale(0.8);
      transform: translate(-50%, -50%) scale(0.8); } }
  @media (max-width: 599px) {
    body:not(.fsDraftMode).laptop-active .slick-active .animate-chain:not(.phone) {
      -ms-transform: translate(-50%, -50%) scale(0.73);
      transform: translate(-50%, -50%) scale(0.73); } }
  @media (max-width: 499px) {
    body:not(.fsDraftMode).laptop-active .slick-active .animate-chain:not(.phone) {
      -ms-transform: translate(-50%, -50%) scale(0.68);
      transform: translate(-50%, -50%) scale(0.68); } }
  @media (max-width: 399px) {
    body:not(.fsDraftMode).laptop-active .slick-active .animate-chain:not(.phone) {
      -ms-transform: translate(-50%, -50%) scale(0.6);
      transform: translate(-50%, -50%) scale(0.6); } }

body:not(.fsDraftMode).laptop-active .slick-active .animated-words {
  opacity: 1 !important;
  -ms-transform: translateY(40px) !important;
  transform: translateY(40px) !important; }
  @media (min-width: 1180px) {
    body:not(.fsDraftMode).laptop-active .slick-active .animated-words {
      -ms-transform: translateY(20px) !important;
      transform: translateY(20px) !important; } }

body:not(.fsDraftMode) .laptop-animator {
  position: absolute; }
  body:not(.fsDraftMode) .laptop-animator footer {
    display: none; }

.map-info-copy {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 3px #000;
  padding: 30px;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  display: none; }
  .map-info-copy.on {
    display: block; }
  .map-info-copy button {
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 30px; }
    .map-info-copy button.success {
      background-color: #75fb78; }
      .map-info-copy button.success:after {
        content: '\2713';
        display: inline-block;
        margin-left: 10px; }

.who-we-serve {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative; }
  .fsHasHeader .who-we-serve {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .who-we-serve {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .who-we-serve {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }

body:not(.fsDraftMode) .who-we-serve {
  position: relative;
  height: 730px;
  z-index: 1;
  overflow: hidden;
  padding-top: 70px; }
  @media (max-width: 959px) {
    body:not(.fsDraftMode) .who-we-serve {
      padding-top: 0;
      height: auto; } }
  body:not(.fsDraftMode) .who-we-serve .inner-container {
    position: relative;
    margin: 0 auto;
    max-width: 91.33333em;
    max-width: 85.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #163052; }
    body:not(.fsDraftMode) .who-we-serve .inner-container:before {
      content: '';
      position: absolute;
      width: 50vw;
      height: 100%;
      top: 0;
      margin-left: -50vw;
      background: #145c84; }
      @media (max-width: 959px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container:before {
          display: none; } }
    body:not(.fsDraftMode) .who-we-serve .inner-container:after {
      content: '';
      position: absolute;
      width: 100vw;
      height: 100%;
      top: 0;
      background: #fff;
      left: calc(100% - 70px);
      z-index: 1; }
      @media (max-width: 959px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container:after {
          display: none; } }
    body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent {
      width: 50%;
      height: 100%;
      z-index: 1;
      background: linear-gradient(90deg, #145c84 0%, #15496e 50%, #143150 100%);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 40px;
      padding-right: 140px; }
      @media (max-width: 1249px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent {
          padding-right: 45px; } }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent {
          padding-left: 30px; } }
      @media (max-width: 959px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent {
          width: 100%;
          padding-right: 30px;
          padding-top: 60px;
          padding-bottom: 60px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent {
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 40px;
          padding-bottom: 30px; } }
      body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header {
        width: 100%;
        color: #fff;
        margin-bottom: 35px;
        padding-left: 16px; }
        @media (max-width: 599px) {
          body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header {
            margin-bottom: 10px; } }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementTitle,
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementHeaderContent {
          font-size: 40px;
          font-weight: 300;
          line-height: 1.3;
          color: #fff; }
          @media (max-width: 1219px) {
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementTitle,
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementHeaderContent {
              font-size: 36px; } }
          @media (max-width: 1099px) {
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementTitle,
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementHeaderContent {
              font-size: 33px; } }
          @media (max-width: 1049px) {
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementTitle,
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementHeaderContent {
              font-size: 32px; } }
          @media (max-width: 959px) {
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementTitle,
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementHeaderContent {
              text-align: center;
              font-size: 40px; } }
          @media (max-width: 599px) {
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementTitle,
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > header .fsElementHeaderContent {
              font-size: 24px; } }
      body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement {
        position: relative;
        width: 33.33% !important;
        color: #fff;
        padding: 0 12px;
        margin-top: 30px;
        height: 140px;
        vertical-align: top;
        margin-bottom: 0;
        cursor: pointer;
        transition: color .3s ease-in-out; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement:before {
          font-size: 45px;
          text-align: center;
          display: block;
          color: #b9c8d3;
          margin-bottom: 24px;
          height: 45px;
          transition: color .3s ease-in-out; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement .cloned-link {
          display: none; }
          @media (max-width: 959px) {
            body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement .cloned-link {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              font-size: 0; } }
        @media (max-width: 959px) {
          body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement {
            max-width: 230px; } }
        @media (max-width: 599px) {
          body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement {
            width: 50% !important;
            height: 110px;
            margin-bottom: 15px; } }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement header > .fsElementHeaderContent {
          display: none; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement .fsElementTitle {
          font-size: 13px;
          text-transform: uppercase;
          font-weight: 600;
          line-height: 18px;
          color: #fff;
          text-align: center; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement > .fsElementContent {
          display: none; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement.active .fsElementTitle, body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement:hover .fsElementTitle {
          color: #14857A; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement.active:before, body:not(.fsDraftMode) .who-we-serve .inner-container > .fsElementContent > .fsElement:hover:before {
          color: #14857A; }
    body:not(.fsDraftMode) .who-we-serve .inner-container > footer {
      width: 50%;
      position: relative;
      margin-top: -70px;
      z-index: 2; }
      body:not(.fsDraftMode) .who-we-serve .inner-container > footer .fsElementFooterContent {
        margin-top: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > footer .fsElementFooterContent .fsImage {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          min-height: 600px; }
        body:not(.fsDraftMode) .who-we-serve .inner-container > footer .fsElementFooterContent img {
          width: 100%;
          display: block;
          visibility: hidden; }
      @media (max-width: 959px) {
        body:not(.fsDraftMode) .who-we-serve .inner-container > footer {
          display: none; } }
  body:not(.fsDraftMode) .who-we-serve .content-holder {
    position: absolute;
    width: calc(100% - 70px);
    height: calc(100% - 70px);
    background: rgba(22, 48, 82, 0.2);
    z-index: 2;
    top: 70px;
    left: 0;
    transition: background .3s ease-in-out;
    padding: 0 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1249px) {
      body:not(.fsDraftMode) .who-we-serve .content-holder {
        padding: 0 50px; } }
    @media (max-width: 959px) {
      body:not(.fsDraftMode) .who-we-serve .content-holder {
        display: none; } }
    body:not(.fsDraftMode) .who-we-serve .content-holder.active {
      background: rgba(22, 48, 82, 0.95); }
    body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner {
      transition: all .3s ease-in-out;
      color: #fff; }
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner h1,
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner h2,
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner h3,
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner h4,
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner h5,
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner h6 {
        color: #14857A;
        font-size: 26px; }
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner a {
        font-weight: 600; }
      body:not(.fsDraftMode) .who-we-serve .content-holder .content-inner.hide {
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0; }

.fsDraftMode .who-we-serve {
  max-width: 1180px;
  margin: 0; }

.fsDraftMode .why-finalsite {
  max-width: 1180px;
  margin: 0 0 20px 0 !important;
  left: auto; }
  .fsDraftMode .why-finalsite .fsElement {
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .fsDraftMode .why-finalsite .fsElement > .fsStateEditable,
    .fsDraftMode .why-finalsite .fsElement > header {
      background: rgba(255, 255, 255, 0.8); }

body:not(.fsDraftMode) .why-finalsite {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  position: relative; }
  .fsHasHeader body:not(.fsDraftMode) .why-finalsite {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar body:not(.fsDraftMode) .why-finalsite {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar body:not(.fsDraftMode) .why-finalsite {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  @media (max-width: 1499px) {
    body:not(.fsDraftMode) .why-finalsite > .fsElementContent {
      padding-left: 30px;
      padding-right: 30px; } }
  body:not(.fsDraftMode) .why-finalsite > header {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 700px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1;
    padding: 50px 50px 20px 50px;
    font-size: 22px;
    color: #73737D;
    font-weight: 300;
    line-height: 1.4; }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .why-finalsite > header {
        top: 0;
        left: 0;
        position: relative;
        text-align: center;
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin: 0 auto;
        background: #FAFAFB;
        max-width: 100%; }
        body:not(.fsDraftMode) .why-finalsite > header .fsElementHeaderContent {
          max-width: 700px; } }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) .why-finalsite > header {
        font-size: 20px; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .why-finalsite > header {
        font-size: 15px; }
        body:not(.fsDraftMode) .why-finalsite > header .fsElementHeaderContent {
          font-weight: 400; } }
    body:not(.fsDraftMode) .why-finalsite > header h1, body:not(.fsDraftMode) .why-finalsite > header h2, body:not(.fsDraftMode) .why-finalsite > header h3, body:not(.fsDraftMode) .why-finalsite > header h4, body:not(.fsDraftMode) .why-finalsite > header h5, body:not(.fsDraftMode) .why-finalsite > header h6,
    body:not(.fsDraftMode) .why-finalsite > header .fsElementTitle {
      font-weight: 300;
      color: #141416; }
      @media (max-width: 749px) {
        body:not(.fsDraftMode) .why-finalsite > header h1, body:not(.fsDraftMode) .why-finalsite > header h2, body:not(.fsDraftMode) .why-finalsite > header h3, body:not(.fsDraftMode) .why-finalsite > header h4, body:not(.fsDraftMode) .why-finalsite > header h5, body:not(.fsDraftMode) .why-finalsite > header h6,
        body:not(.fsDraftMode) .why-finalsite > header .fsElementTitle {
          font-size: 24px;
          line-height: 1.58333em; } }
    body:not(.fsDraftMode) .why-finalsite > header a {
      margin-top: 10px;
      font-size: 13px;
      padding: 12px 30px;
      font-weight: 600; }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-finalsite > header a {
          padding: 12px 30px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-finalsite > header a {
          display: block;
          padding: 8px 30px;
          margin-top: 30px; } }
  body:not(.fsDraftMode) .why-finalsite > .fsElementContent {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #163052;
    position: relative;
    margin: 0 auto;
    max-width: 96em;
    max-width: 90rem; }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .why-finalsite > .fsElementContent {
        display: none; } }
  body:not(.fsDraftMode) .why-finalsite .fsElement {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    height: 500px;
    position: relative; }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .why-finalsite .fsElement {
        height: 50vw;
        text-align: center !important; } }
    body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container {
      padding: 10% 10% 25% 10%;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      height: 100%; }
      body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container a {
        color: #1bb6a7; }
        body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container a:hover, body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container a:focus {
          color: #17b4e8; }
      body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container header {
        width: 100%; }
      body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container .fsElementContent {
        width: 100%; }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container {
          -ms-flex-align: center !important;
          align-items: center !important;
          -ms-flex-line-pack: center !important;
          align-content: center !important;
          padding: 0 10% !important; }
          body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container .fsElementContent {
            max-height: 0;
            transition: all .3s ease-in-out;
            -ms-flex-order: 2 !important;
            order: 2 !important; }
          body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container .fsElementHeaderContent,
          body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container header {
            margin-bottom: 0 !important;
            margin-top: 0 !important; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container .fsElementHeaderContent,
        body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container .fsElementTitle {
          font-size: 18px !important;
          line-height: 1.3; }
        body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container header {
          margin-bottom: 10px !important; }
        body:not(.fsDraftMode) .why-finalsite .fsElement .inner-container .fsElementContent {
          font-size: 13px;
          line-height: 1.3; } }
    body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(even) {
      text-align: right; }
    body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(3) .inner-container, body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(4) .inner-container {
      padding: 25% 10% 10% 10%;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end; }
      body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(3) .inner-container header, body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(4) .inner-container header {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: 20px; }
      body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(3) .inner-container .fsElementContent, body:not(.fsDraftMode) .why-finalsite .fsElement:nth-child(4) .inner-container .fsElementContent {
        width: 100%; }
    body:not(.fsDraftMode) .why-finalsite .fsElement h1, body:not(.fsDraftMode) .why-finalsite .fsElement h2, body:not(.fsDraftMode) .why-finalsite .fsElement h3, body:not(.fsDraftMode) .why-finalsite .fsElement h4, body:not(.fsDraftMode) .why-finalsite .fsElement h5, body:not(.fsDraftMode) .why-finalsite .fsElement h6,
    body:not(.fsDraftMode) .why-finalsite .fsElement .fsElementTitle,
    body:not(.fsDraftMode) .why-finalsite .fsElement .fsElementHeaderContent {
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 20px;
      color: #fff;
      font-weight: 700;
      line-height: 1.5;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6); }
    body:not(.fsDraftMode) .why-finalsite .fsElement .fsElementContent {
      color: #fff;
      font-size: 15px;
      opacity: 0;
      transition: all .3s ease-in-out; }
    body:not(.fsDraftMode) .why-finalsite .fsElement:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25);
      transition: all .3s ease-in-out; }
    body:not(.fsDraftMode) .why-finalsite .fsElement:hover .fsElementContent, body:not(.fsDraftMode) .why-finalsite .fsElement:focus .fsElementContent, body:not(.fsDraftMode) .why-finalsite .fsElement.active .fsElementContent {
      opacity: 1;
      max-height: 50vw !important; }
    body:not(.fsDraftMode) .why-finalsite .fsElement:hover:before, body:not(.fsDraftMode) .why-finalsite .fsElement:focus:before, body:not(.fsDraftMode) .why-finalsite .fsElement.active:before {
      background-color: rgba(22, 48, 82, 0.9); }

.randomized-hero {
  height: 100vh;
  position: relative;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover;
  transition: height .3s ease-in-out; }
  @media (min-width: 1025px) {
    .top-callout-present .randomized-hero {
      height: calc(100vh - 190px);
      min-height: 550px; } }
  @media (max-width: 1219px) {
    .randomized-hero {
      max-height: 800px; } }
  @media (max-width: 1024px) {
    .randomized-hero {
      height: 150vw;
      max-height: 70vh; } }
  .randomized-hero article {
    width: 100%; }
  .randomized-hero.small-version {
    height: 260px; }
  .randomized-hero img {
    display: none; }
  .randomized-hero .fsResourceLink {
    visibility: hidden; }
  .randomized-hero:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out; }
  .randomized-hero:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out; }
  .nav-hover .randomized-hero:after {
    opacity: 0; }
  body:not(.fsDraftMode) .randomized-hero > header {
    display: none; }
  .fsDraftMode .randomized-hero {
    height: auto; }
    .fsDraftMode .randomized-hero article {
      max-width: 300px; }
    .fsDraftMode .randomized-hero img {
      display: block; }
    .fsDraftMode .randomized-hero:before {
      display: none; }
    .fsDraftMode .randomized-hero:after {
      display: none; }
  body:not(.fsDraftMode) .randomized-hero .home-scroll-down {
    display: none; }

body:not(.fsDraftMode) #fsHeader .home-top-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 600;
  max-width: 1220px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (max-width: 1179px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption {
      font-size: 16px; } }
  @media (max-width: 1279px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 1179px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption {
      text-align: center;
      padding-right: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      bottom: 70px; } }
  @media (max-width: 749px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption {
      bottom: 20px; } }
  body:not(.fsDraftMode) #fsHeader .home-top-caption .fsElementContent {
    text-align: left;
    padding-right: 50px;
    width: calc(100% - 175px);
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.3; }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption .fsElementContent {
        width: 100%;
        padding-right: 0;
        text-align: center; } }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption .fsElementContent {
        font-size: 15px; } }
    @media (min-width: 1180px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption .fsElementContent > div {
        max-width: 500px; } }
  body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 70px;
    line-height: 1.15;
    color: #fff; }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
        font-size: 36px; } }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
        font-size: 50px; } }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
        font-size: 28px;
        line-height: 1.3; } }
  body:not(.fsDraftMode) #fsHeader .home-top-caption h1 {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 400; }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption h1 {
        font-size: 36px; } }
  body:not(.fsDraftMode) #fsHeader .home-top-caption footer {
    width: 175px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption footer {
        width: 100%; }
        body:not(.fsDraftMode) #fsHeader .home-top-caption footer p {
          display: inline-block;
          margin-bottom: 0; }
        body:not(.fsDraftMode) #fsHeader .home-top-caption footer a {
          display: inline-block;
          margin: 10px 5px; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption footer p {
        display: block; }
      body:not(.fsDraftMode) #fsHeader .home-top-caption footer a {
        display: block !important;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0; } }
    body:not(.fsDraftMode) #fsHeader .home-top-caption footer a {
      width: 175px;
      padding: 14px 20px;
      display: block;
      font-size: 15px;
      font-weight: 600; }
      body:not(.fsDraftMode) #fsHeader .home-top-caption footer a.fs_style_75:hover, body:not(.fsDraftMode) #fsHeader .home-top-caption footer a.fs_style_75:focus {
        background: #107EA2; }
      body:not(.fsDraftMode) #fsHeader .home-top-caption footer a.fs_style_79 {
        background-color: transparent;
        border: 1px solid #FFFFFF;
        padding: 13px 20px;
        color: #fff; }
        body:not(.fsDraftMode) #fsHeader .home-top-caption footer a.fs_style_79:hover, body:not(.fsDraftMode) #fsHeader .home-top-caption footer a.fs_style_79:focus {
          background-color: #fff;
          color: #363636;
          text-shadow: 0px 0px 0px transparent !important; }

body:not(.fsDraftMode) #fsHeader .home-top-caption {
  bottom: 238px; }
  @media (max-width: 1179px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption {
      bottom: 70px; } }
  @media (max-width: 749px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption {
      bottom: 20px; } }
  body:not(.fsDraftMode) #fsHeader .home-top-caption a[class*="fs_style"] {
    text-transform: none; }
  body:not(.fsDraftMode) #fsHeader .home-top-caption .fsElementContent {
    font-size: 16px;
    line-height: 24px; }
  body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 60px; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
        margin-bottom: 23px; } }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) #fsHeader .home-top-caption header > .fsElementTitle {
        font-size: 28px;
        line-height: 34px; } }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption footer .fsElementFooterContent {
      margin-top: 25px; } }
  @media (min-width: 1180px) {
    body:not(.fsDraftMode) #fsHeader .home-top-caption footer .fsElementFooterContent {
      margin-top: 0; } }
  body:not(.fsDraftMode) #fsHeader .home-top-caption footer p {
    margin-bottom: 10px; }
  body:not(.fsDraftMode) #fsHeader .home-top-caption footer a {
    padding: 10px 20px;
    margin-bottom: 10px; }
    body:not(.fsDraftMode) #fsHeader .home-top-caption footer a.fs_style_79 {
      padding: 10px 20px; }

.fsDraftMode .home-top-caption {
  background: #97bed3 !important;
  margin-bottom: 0; }

body:not(.fsDraftMode) .audience-selector header {
  display: none; }

@media (min-width: 1180px) {
  body:not(.fsDraftMode) .audience-selector {
    margin-top: -150px;
    position: absolute;
    left: 0;
    right: 0; } }

body .audience-selector .fsElementContent {
  position: relative;
  z-index: 1; }

body .audience-selector .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 1px);
  margin-left: -1px; }
  @media (min-width: 1180px) {
    body .audience-selector .fsNavLevel1 {
      -ms-flex-flow: row;
      flex-flow: row;
      border-top: 1px solid rgba(255, 255, 255, 0.5); } }
  body .audience-selector .fsNavLevel1 > li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%; }
    @media (min-width: 750px) {
      body .audience-selector .fsNavLevel1 > li {
        width: 25%; } }
    @media (min-width: 1180px) {
      body .audience-selector .fsNavLevel1 > li {
        width: 100%; } }
    body .audience-selector .fsNavLevel1 > li a {
      height: 149px;
      padding: 98px 30px 0;
      border-left: 1px solid rgba(197, 198, 202, 0.5);
      border-bottom: 1px solid rgba(197, 198, 202, 0.5);
      position: relative;
      color: #73737D;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
      background-color: #fff;
      transition: color 0.5s ease, background 0.5s ease; }
      body .audience-selector .fsNavLevel1 > li a:hover, body .audience-selector .fsNavLevel1 > li a:focus {
        color: #ffffff; }
        body .audience-selector .fsNavLevel1 > li a:hover:before, body .audience-selector .fsNavLevel1 > li a:focus:before {
          color: #ffffff; }
        body .audience-selector .fsNavLevel1 > li a:hover:after, body .audience-selector .fsNavLevel1 > li a:focus:after {
          color: #ffffff; }
      body .audience-selector .fsNavLevel1 > li a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 30px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #73737D;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        transition: color 0.5s ease, background 0.5s ease; }
      body .audience-selector .fsNavLevel1 > li a:after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        position: absolute;
        top: 83px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #ffffff;
        transition: color 0.5s ease, background 0.5s ease; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-6) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-6) > a:focus {
      background-color: #A36B0D; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-6) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-6) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-6) > a:after {
      background-color: #A36B0D; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-5) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-5) > a:focus {
      background-color: #107EA2; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-5) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-5) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-5) > a:after {
      background-color: #107EA2; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-4) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-4) > a:focus {
      background-color: #D91670; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-4) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-4) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-4) > a:after {
      background-color: #D91670; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-3) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-3) > a:focus {
      background-color: #D93F0A; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-3) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-3) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-3) > a:after {
      background-color: #D93F0A; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-2) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-2) > a:focus {
      background-color: #668018; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-2) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-2) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-2) > a:after {
      background-color: #668018; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-1) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-1) > a:focus {
      background-color: #BD4A99; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-1) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-1) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-1) > a:after {
      background-color: #BD4A99; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-0) > a:hover, body .audience-selector .fsNavLevel1 > li:nth-child(7n-0) > a:focus {
      background-color: #14857A; }
      body .audience-selector .fsNavLevel1 > li:nth-child(7n-0) > a:hover:after, body .audience-selector .fsNavLevel1 > li:nth-child(7n-0) > a:focus:after {
        background-color: #ffffff; }
    body .audience-selector .fsNavLevel1 > li:nth-child(7n-0) > a:after {
      background-color: #14857A; }
    body .audience-selector .fsNavLevel1 > li.nav-link-independent-schools a:before {
      content: "\e9f3"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-school-districts a:before {
      content: "\e9f1"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-charter-schools a:before {
      content: "\e9f0"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-colleges-universities a:before {
      content: "\e9f2"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-international-schools a:before {
      content: "\e9f4"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-uk-private-schools a:before {
      content: "\ea10"; }
      body.fsuk .audience-selector .fsNavLevel1 > li.nav-link-uk-private-schools a:before {
        content: "\e9f6"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-school-ownership-groups a:before {
      content: "\e9f5"; }
    body .audience-selector .fsNavLevel1 > li.nav-link-school-ownership-groups {
      display: none !important; }
    body .audience-selector .fsNavLevel1 > li.header-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 149px;
      color: #ffffff;
      font-size: 15px;
      line-height: 24px;
      background-color: #163052; }
      @media (min-width: 1180px) {
        body .audience-selector .fsNavLevel1 > li.header-item {
          display: block;
          height: 40px;
          width: auto;
          padding-left: 36px;
          padding-right: 17px;
          position: absolute;
          top: -33px;
          left: 0;
          z-index: 2;
          line-height: 40px; } }
      @media (min-width: 1180px) {
        body .audience-selector .fsNavLevel1 > li.header-item:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-left: 10px solid #163052;
          border-bottom: 20px solid transparent;
          position: absolute;
          top: 0;
          right: -10px; } }
      body .audience-selector .fsNavLevel1 > li.header-item strong {
        display: block;
        font-weight: 600; }
        @media (min-width: 1180px) {
          body .audience-selector .fsNavLevel1 > li.header-item strong {
            display: inline; } }
      body .audience-selector .fsNavLevel1 > li.header-item p {
        margin: 0; }

.content-image-blocks {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative; }
  .fsHasHeader .content-image-blocks {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .content-image-blocks {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .content-image-blocks {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }

body:not(.fsDraftMode) .content-image-blocks img {
  visibility: hidden;
  vertical-align: top; }

body:not(.fsDraftMode) .content-image-blocks > .content-block-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 20px; }

body:not(.fsDraftMode) .content-image-blocks .fsElementContent {
  padding-top: 35px; }
  body:not(.fsDraftMode) .content-image-blocks .fsElementContent a[class*="fs_style"] {
    margin-top: 30px;
    padding: 10px 34px; }

body:not(.fsDraftMode) .content-image-blocks header {
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
  height: 75vw; }

@media (min-width: 500px) {
  body:not(.fsDraftMode) .content-image-blocks header {
    height: 60vw; } }

@media (min-width: 600px) {
  body:not(.fsDraftMode) .content-image-blocks > .content-block-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  body:not(.fsDraftMode) .content-image-blocks header {
    height: auto;
    width: 200px; } }

@media (min-width: 900px) {
  body:not(.fsDraftMode) .content-image-blocks > .content-block-wrapper {
    padding: 80px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  body:not(.fsDraftMode) .content-image-blocks header {
    -ms-flex: 1 1 430px;
    flex: 1 1 430px;
    -ms-flex-order: 2;
    order: 2;
    max-width: 430px;
    min-width: 430px; }
  body:not(.fsDraftMode) .content-image-blocks .fsElementContent {
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 60px;
    padding-left: 20px; }
  body:not(.fsDraftMode) .content-image-blocks.reverse header, body:not(.fsDraftMode) .content-image-blocks.reversed header {
    -ms-flex-order: 1;
    order: 1; }
  body:not(.fsDraftMode) .content-image-blocks.reverse .fsElementContent, body:not(.fsDraftMode) .content-image-blocks.reversed .fsElementContent {
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 60px;
    padding-right: 20px; }
  body:not(.fsDraftMode) .content-image-blocks.small > .content-block-wrapper {
    padding: 20px 0; } }
  @media (min-width: 900px) and (min-width: 900px) {
    body:not(.fsDraftMode) .content-image-blocks.small > .content-block-wrapper {
      padding: 20px; } }

@media (min-width: 900px) {
  body:not(.fsDraftMode) .content-image-blocks.small .fsElementContent a[class*="fs_style"] {
    margin-top: 10px;
    padding: 10px 34px; }
  body:not(.fsDraftMode) .content-image-blocks.small a {
    margin-bottom: 0; }
  body:not(.fsDraftMode) .content-image-blocks.small header {
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 200px;
    min-width: 200px; } }

.fsDraftMode .content-image-blocks {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  @media (min-width: 900px) {
    .fsDraftMode .content-image-blocks > header {
      float: right;
      width: 39%; }
    .fsDraftMode .content-image-blocks .fsElementContent {
      float: left;
      width: 61%; }
    .fsDraftMode .content-image-blocks.reverse > header {
      float: left; }
    .fsDraftMode .content-image-blocks.reverse .fsElementContent {
      float: right; } }
  .fsDraftMode .content-image-blocks.small {
    width: 100%; }

.featured-content {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative; }
  .fsHasHeader .featured-content {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .featured-content {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .featured-content {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }

body:not(.fsDraftMode) .featured-content .inner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

body:not(.fsDraftMode) .featured-content header {
  -ms-flex-order: 2;
  order: 2; }

.fsDraftMode .feature-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.intro-container {
  padding-top: 50px; }
  .intro-container.gray-bg {
    padding-bottom: 50px; }
  @media (max-width: 1219px) {
    .intro-container {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 900px) {
    .intro-container {
      padding-top: 80px; } }
  body.fsDraftMode .intro-container {
    padding-top: 10px;
    padding-bottom: 0px; }

.intro-content .fsElementTitle {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px; }
  @media (max-width: 799px) {
    .intro-content .fsElementTitle {
      font-size: 36px; } }

.intro-content .fsElementContent {
  color: #73737D;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media (max-width: 799px) {
    .intro-content .fsElementContent {
      font-size: 20px; } }

.intro-content .fsElementFooterContent a {
  padding: 10px 34px; }

.intro-content.gray-bg .fsElementContent,
.gray-bg .intro-content .fsElementContent {
  color: #71717a; }

.jump-list, .jump-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.jump-list li {
  margin: 0;
  padding: 0; }

@media (max-width: 1219px) {
  .jump-list {
    padding-left: 20px; } }

.jump-list li {
  display: inline-block;
  padding-right: 10px; }
  .jump-list li.jump-intro-text {
    color: #141416;
    font-weight: 600; }
    .jump-list li.jump-intro-text:before {
      content: "";
      font-family: icomoon !important;
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      line-height: 1em;
      color: #141416;
      display: inline-block;
      padding-right: 5px;
      font-size: 9px; }
  .jump-list li a {
    color: #73737D;
    padding: 5px; }
    .jump-list li a:hover, .jump-list li a:focus {
      color: #BD4A99; }

.logo-slideshow {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  .fsHasHeader .logo-slideshow {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .logo-slideshow {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .logo-slideshow {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .logo-slideshow > header {
    padding-bottom: 30px; }
    .logo-slideshow > header > .fsElementTitle {
      text-align: center;
      color: #73767e;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
  .logo-slideshow .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0.6 !important;
    transition: opacity .3s ease-in-out;
    width: 38px !important;
    height: 36px !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    color: #ffffff; }
    .logo-slideshow .slick-arrow:before {
      color: #fff;
      font-size: 35px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 1px; }
    .logo-slideshow .slick-arrow.slick-next {
      left: auto;
      right: -60px; }
      .logo-slideshow .slick-arrow.slick-next:before {
        content: '\e9ed';
        font-family: icomoon;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        -ms-transform-origin: 50% 50% !important;
        transform-origin: 50% 50% !important; }
    .logo-slideshow .slick-arrow:before {
      content: "\e9ed";
      font-family: icomoon; }
    .logo-slideshow .slick-arrow:hover, .logo-slideshow .slick-arrow:focus {
      opacity: 1 !important; }
      .logo-slideshow .slick-arrow:hover:before, .logo-slideshow .slick-arrow:focus:before {
        color: #fff;
        transition: .3s;
        opacity: 1 !important; }
  .logo-slideshow .slick-arrow:before {
    color: #73737D; }
  .logo-slideshow .slick-arrow:hover:before, .logo-slideshow .slick-arrow:focus:before {
    color: #363636; }
  @media (max-width: 1399px) {
    .logo-slideshow {
      padding-bottom: 100px; }
      .logo-slideshow .slick-arrow {
        top: auto;
        bottom: -70px; }
        .logo-slideshow .slick-arrow.slick-prev {
          left: 50%;
          -ms-transform: translateX(-150%);
          transform: translateX(-150%); }
        .logo-slideshow .slick-arrow.slick-next {
          left: 50%;
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          right: auto; } }
  @media (max-width: 1219px) {
    .logo-slideshow .slick-slider {
      width: 920px;
      margin: 0 auto; } }
  @media (max-width: 919px) {
    .logo-slideshow .slick-slider {
      width: 620px; } }
  @media (max-width: 619px) {
    .logo-slideshow .slick-slider {
      width: 320px; } }
  .logo-slideshow > header {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
    .logo-slideshow > header > .fsElementTitle {
      color: #73737D; }
  .logo-slideshow > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem; }
    .logo-slideshow > .fsElementContent article {
      position: relative;
      min-height: 200px;
      margin: 10px;
      padding-left: 0;
      padding-right: 0;
      background-color: #fff;
      border: 1px solid #E0E0E2 !important;
      border-radius: 3px; }
      .logo-slideshow > .fsElementContent article .fsThumbnail {
        position: absolute;
        max-width: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 60% auto;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all .3s ease-in-out; }
        .logo-slideshow > .fsElementContent article .fsThumbnail img {
          display: none; }
      .logo-slideshow > .fsElementContent article .inner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 20px;
        background-color: #fff;
        transition: opacity .3s ease-in-out;
        color: #363636;
        color: #333333; }
        .logo-slideshow > .fsElementContent article .inner-content .fsSummary,
        .logo-slideshow > .fsElementContent article .inner-content .fsBody {
          font-size: 13px !important;
          line-height: 20px !important;
          margin-top: 0; }
        .logo-slideshow > .fsElementContent article .inner-content p {
          margin-bottom: 5px; }
        .logo-slideshow > .fsElementContent article .inner-content a {
          font-weight: 600;
          color: #BD4A99;
          font-size: 13px;
          margin-top: 5px; }
          .logo-slideshow > .fsElementContent article .inner-content a:hover, .logo-slideshow > .fsElementContent article .inner-content a:focus {
            color: #107EA2; }
      .logo-slideshow > .fsElementContent article:hover .fsThumbnail, .logo-slideshow > .fsElementContent article:focus .fsThumbnail, .logo-slideshow > .fsElementContent article.focused .fsThumbnail {
        background-size: 30% auto; }
      .logo-slideshow > .fsElementContent article:hover .inner-content, .logo-slideshow > .fsElementContent article:focus .inner-content, .logo-slideshow > .fsElementContent article.focused .inner-content {
        opacity: 1; }

.logo-grid {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FAFAFB; }
  .fsHasHeader .logo-grid {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .logo-grid {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .logo-grid {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .logo-grid > header {
    padding-bottom: 30px; }
    .logo-grid > header > .fsElementTitle {
      text-align: center;
      color: #73767e;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
  .logo-grid > header > .fsElementTitle {
    color: #73737D; }
  .logo-grid > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem; }
    .logo-grid > .fsElementContent .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      place-content: stretch center;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 1220px) {
        .logo-grid > .fsElementContent .fsListItems {
          place-content: stretch flex-start; } }
    .logo-grid > .fsElementContent article {
      -ms-flex: 0;
      flex: 0;
      position: relative;
      width: calc(25% - 20px);
      min-width: 280px;
      min-height: 200px;
      margin: 10px;
      padding-left: 0;
      padding-right: 0;
      background-color: #fff;
      border: 1px solid #E0E0E2 !important;
      border-radius: 3px; }
      .logo-grid > .fsElementContent article .fsThumbnail {
        position: absolute;
        max-width: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 60% auto;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all .3s ease-in-out; }
        .logo-grid > .fsElementContent article .fsThumbnail img {
          display: none; }
      .logo-grid > .fsElementContent article .inner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 20px;
        background-color: #fff;
        transition: opacity .3s ease-in-out;
        color: #363636;
        color: #333333; }
        .logo-grid > .fsElementContent article .inner-content .fsSummary,
        .logo-grid > .fsElementContent article .inner-content .fsBody {
          font-size: 13px !important;
          line-height: 20px !important;
          margin-top: 0; }
        .logo-grid > .fsElementContent article .inner-content p {
          margin-bottom: 5px; }
        .logo-grid > .fsElementContent article .inner-content a {
          font-weight: 600;
          color: #BD4A99;
          font-size: 13px;
          margin-top: 5px; }
          .logo-grid > .fsElementContent article .inner-content a:hover, .logo-grid > .fsElementContent article .inner-content a:focus {
            color: #107EA2; }
      .logo-grid > .fsElementContent article:hover .fsThumbnail, .logo-grid > .fsElementContent article:focus .fsThumbnail, .logo-grid > .fsElementContent article.focused .fsThumbnail {
        background-size: 30% auto; }
      .logo-grid > .fsElementContent article:hover .inner-content, .logo-grid > .fsElementContent article:focus .inner-content, .logo-grid > .fsElementContent article.focused .inner-content {
        opacity: 1; }

/*
.logo-grid {
  @include full-width;
  @include treatmentWithTitle;
  background-color: $s1;
  >header>.fsElementTitle {
    color: $s3;
  }
  > .fsElementContent {
    @include compartment(1220px);
    display: flex;
    flex-flow: row wrap;
    place-content: stretch flex-start;
    align-items: stretch;

    > .fsElement {
      flex: 0;

      min-width: calc(25% - 20px);
      margin: 10px;
      background-color: #fff;
      background-size: 60% auto;
      background-position: center center;
      background-repeat: no-repeat;
      border: 1px solid $s7;	border-radius: 3px;
      padding: 20px;
      color: #333333;
      font-size: 13px;
      line-height: 20px;
      transition: all .3s ease-in-out;
      .fsElementContent {
        opacity: 0;
        background-color: #fff;
        transition: opacity .3s ease-in-out;
        color: $d1;
        a {
          font-weight: 600;
          color: $m2;
          &:hover {
            color: $m1;
          }
        }
      }
      &:hover {
        background-size: 30% auto;
        .fsElementContent {
          opacity: 1;
        }
      }
    }
  }
}



.logo-slideshow {
  @include full-width;
  @include treatmentWithTitle;
  @include circle-arrows;
  >header {
    @include compartment;
    >.fsElementTitle {
      color: $s3;
    }
  }
  > .fsElementContent {
    @include compartment(1220px);

    .slick-track {

      > .fsElement {
        width: calc(25% - 20px);
        margin: 10px;
        background-color: #fff;
        background-size: 60% auto;
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid $s7;	border-radius: 3px;
        padding: 20px;
        color: #333333;
        font-size: 13px;
        line-height: 20px;
        transition: all .3s ease-in-out;
        .fsElementContent {
          opacity: 0;
          background-color: #fff;
          transition: opacity .3s ease-in-out;
          color: $d1;
          a {
            font-weight: 600;
            color: $m2;
            &:hover {
              color: $m1;
            }
          }
        }
        &:hover {
          background-size: 30% auto;
          .fsElementContent {
            opacity: 1;
          }
        }
      }
    }
  }
}
*/
@media (min-width: 600px) {
  .list-icons {
    padding-left: 20px;
    padding-right: 20px; } }

.list-icons > header,
.list-icons > .panel-inner > header {
  padding-bottom: 15px; }

.list-icons [class^="icon-"],
.list-icons [class*=" icon-"] {
  padding-left: 60px;
  position: relative;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.4; }
  .list-icons [class^="icon-"]:before,
  .list-icons [class*=" icon-"]:before {
    font-family: 'icomoon' !important;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 36px;
    color: #107EA2;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .list-icons [class^="icon-"] header .fsElementTitle,
  .list-icons [class*=" icon-"] header .fsElementTitle {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px; }
  .list-icons [class^="icon-"] p,
  .list-icons [class*=" icon-"] p {
    margin-bottom: 7px; }
  .list-icons [class^="icon-"] a,
  .list-icons [class*=" icon-"] a {
    color: #107EA2; }
    .list-icons [class^="icon-"] a:hover, .list-icons [class^="icon-"] a:focus,
    .list-icons [class*=" icon-"] a:hover,
    .list-icons [class*=" icon-"] a:focus {
      color: #b94494; }

.list-icons.right-photo {
  position: relative; }
  body:not(.fsDraftMode) .list-icons.right-photo {
    margin-top: 50px;
    margin-bottom: 40px; }
  .list-icons.right-photo .right-image-pullout {
    background-size: cover;
    background-position: center center;
    width: auto;
    display: inline-block;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      .list-icons.right-photo .right-image-pullout {
        margin-bottom: 0;
        position: absolute;
        left: calc(66% + 10px);
        top: 0;
        height: auto;
        width: calc(40vw - 70px);
        max-width: 560px !important; } }
    @media (min-width: 1180px) {
      .list-icons.right-photo .right-image-pullout {
        width: calc(40vw - 70px);
        height: 100%; } }
    .list-icons.right-photo .right-image-pullout img {
      visibility: hidden; }

.cta-5050 {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px; }
  .fsHasHeader .cta-5050 {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .cta-5050 {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .cta-5050 {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .cta-5050 .fsStyleColumn {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 0px; }
  @media (max-width: 749px) {
    .cta-5050 {
      height: auto; }
      .cta-5050 .fsStyleColumn {
        width: 100%;
        float: none;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .cta-5050 .fsElement {
    position: relative;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 130px; }
    @media (max-width: 1399px) {
      .cta-5050 .fsElement {
        padding: 14%; } }
    @media (max-width: 749px) {
      .cta-5050 .fsElement {
        padding: 10%; } }
    .cta-5050 .fsElement > * {
      position: relative; }
    .cta-5050 .fsElement header {
      padding-bottom: 15px; }
      .cta-5050 .fsElement header .fsElementTitle {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 40px;
        line-height: 1.2em;
        color: #fff;
        margin-bottom: 20px; }
        @media (max-width: 1179px) {
          .cta-5050 .fsElement header .fsElementTitle {
            font-size: 34px;
            margin-bottom: 10px; } }
        @media (max-width: 899px) {
          .cta-5050 .fsElement header .fsElementTitle {
            font-size: 24px; } }
    .cta-5050 .fsElement .fsElementContent {
      color: #fff;
      padding-bottom: 20px; }
    .cta-5050 .fsElement:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .cta-5050 .fsElement footer a {
      text-transform: uppercase;
      font-size: 12px !important;
      font-weight: 600 !important; }
      @media (min-width: 900px) {
        .cta-5050 .fsElement footer a {
          padding: 14px 30px !important; } }
  .cta-5050.pink .fsElement:before {
    background: linear-gradient(180deg, rgba(141, 44, 138, 0.8) 2.33%, rgba(22, 48, 82, 0.9) 100%); }
  .cta-5050.pink .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #BD4A99;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-5050.pink .fsElement footer a:hover, .cta-5050.pink .fsElement footer a:focus,
    .fsStateSelected .cta-5050.pink .fsElement footer a {
      background: #9b397c;
      color: #fff; }
    .cta-5050.pink .fsElement footer a:visited {
      color: #fff; }
    .cta-5050.pink .fsElement footer a em {
      display: block;
      font-style: normal; }
    .cta-5050.pink .fsElement footer a:hover, .cta-5050.pink .fsElement footer a:focus {
      background-color: #9b397c; }
  .cta-5050.blue .fsElement:before {
    background: rgba(22, 48, 82, 0.8); }
  .cta-5050.blue .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #ffffff;
    color: #163052;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-5050.blue .fsElement footer a:hover, .cta-5050.blue .fsElement footer a:focus,
    .fsStateSelected .cta-5050.blue .fsElement footer a {
      background: #e6e6e6;
      color: #163052; }
    .cta-5050.blue .fsElement footer a:visited {
      color: #163052; }
    .cta-5050.blue .fsElement footer a em {
      display: block;
      font-style: normal; }
    .cta-5050.blue .fsElement footer a:hover, .cta-5050.blue .fsElement footer a:focus {
      background-color: #73737D;
      color: #ffffff; }
  .cta-5050.lightblue .fsElement:before {
    background: linear-gradient(180deg, rgba(20, 155, 199, 0.8) 0%, rgba(22, 48, 82, 0.9) 100%); }
  .cta-5050.lightblue .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #107EA2;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-5050.lightblue .fsElement footer a:hover, .cta-5050.lightblue .fsElement footer a:focus,
    .fsStateSelected .cta-5050.lightblue .fsElement footer a {
      background: #0b5a74;
      color: #fff; }
    .cta-5050.lightblue .fsElement footer a:visited {
      color: #fff; }
    .cta-5050.lightblue .fsElement footer a em {
      display: block;
      font-style: normal; }
    .cta-5050.lightblue .fsElement footer a:hover, .cta-5050.lightblue .fsElement footer a:focus {
      background-color: #0b5a74; }
  .cta-5050.green .fsElement:before {
    background: linear-gradient(180deg, rgba(72, 192, 185, 0.8) 0%, rgba(22, 48, 82, 0.9) 100%); }
  .cta-5050.green .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #14857A;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-5050.green .fsElement footer a:hover, .cta-5050.green .fsElement footer a:focus,
    .fsStateSelected .cta-5050.green .fsElement footer a {
      background: #0d5951;
      color: #fff; }
    .cta-5050.green .fsElement footer a:visited {
      color: #fff; }
    .cta-5050.green .fsElement footer a em {
      display: block;
      font-style: normal; }
    .cta-5050.green .fsElement footer a:hover, .cta-5050.green .fsElement footer a:focus {
      background-color: #0d5951; }

body.fsDraftMode .cta-5050 {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  height: auto; }
  body.fsDraftMode .cta-5050 .fsElement {
    padding: 50px; }

.fsDraftMode .cta-single {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  overflow: auto;
  height: auto;
  margin: 0px !important; }
  .fsDraftMode .cta-single .inner-container {
    position: relative !important;
    margin: 0 auto;
    display: block;
    left: auto;
    right: auto; }
  .fsDraftMode .cta-single:before {
    display: none; }
  .fsDraftMode .cta-single.blue {
    background: #163052; }
  .fsDraftMode .cta-single.pink {
    background: #531a51; }
  .fsDraftMode .cta-single.green {
    background: #0b5e6b; }

.cta-single {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  position: relative;
  background-color: #163052;
  overflow: hidden;
  height: 230px;
  color: #ffffff; }
  .fsHasHeader .cta-single {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .cta-single {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .cta-single {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  @media (max-width: 599px) {
    .cta-single {
      height: 300px; } }
  @media (max-width: 599px) {
    .cta-single.tall {
      height: 400px; }
      .cta-single.tall .fsElementFooterContent {
        margin-top: 10px; } }
  @media (max-width: 399px) {
    .cta-single.tall {
      height: 450px; } }
  .cta-single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .cta-single .inner-container {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 599px) {
      .cta-single .inner-container {
        -ms-flex-flow: column;
        flex-flow: column; } }
    .cta-single .inner-container > .fsElementContent {
      width: calc(100% - 200px);
      font-size: 15px;
      font-weight: 400;
      padding-right: 30px;
      line-height: 1.5; }
      @media (max-width: 1229px) {
        .cta-single .inner-container > .fsElementContent {
          padding-left: 30px; } }
      .cta-single .inner-container > .fsElementContent .fsElementTitle {
        font-family: "Open Sans Condensed", sans-serif;
        line-height: 1.2em;
        color: #fff;
        margin-bottom: 20px;
        font-size: 34px; }
        @media (max-width: 1179px) {
          .cta-single .inner-container > .fsElementContent .fsElementTitle {
            font-size: 34px;
            margin-bottom: 10px; } }
        @media (max-width: 899px) {
          .cta-single .inner-container > .fsElementContent .fsElementTitle {
            font-size: 24px; } }
    .cta-single .inner-container footer {
      width: 200px; }
      @media (max-width: 1229px) {
        .cta-single .inner-container footer {
          padding-left: 0;
          padding-right: 30px; } }
      @media (max-width: 599px) {
        .cta-single .inner-container footer {
          padding-left: 25px;
          padding-right: 25px; } }
      .cta-single .inner-container footer a {
        padding-left: 25px;
        padding-right: 25px;
        min-width: 130px;
        margin-bottom: 10px; }
        @media (max-width: 599px) {
          .cta-single .inner-container footer a {
            margin-left: 5px;
            margin-right: 5px; } }
      .cta-single .inner-container footer .fs_style_76 {
        background: #107EA2; }
        .cta-single .inner-container footer .fs_style_76:hover, .cta-single .inner-container footer .fs_style_76:focus {
          background: rgba(16, 126, 162, 0.8); }
      .cta-single .inner-container footer .fs_style_79 {
        padding-top: 7px;
        padding-bottom: 7px;
        border: 1px solid #FFFFFF;
        color: #ffffff;
        background: transparent; }
        .cta-single .inner-container footer .fs_style_79:hover, .cta-single .inner-container footer .fs_style_79:focus {
          color: #73737D;
          background-color: #ffffff; }
      .cta-single .inner-container footer .fsElementFooterContent {
        text-align: center; }
        @media (min-width: 600px) {
          .cta-single .inner-container footer .fsElementFooterContent {
            text-align: right; } }
        .cta-single .inner-container footer .fsElementFooterContent p {
          margin-bottom: 0 !important; }
    @media (max-width: 599px) {
      .cta-single .inner-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .cta-single .inner-container > .fsElementContent {
          width: 100%;
          padding: 30px 25px 10px 25px; }
        .cta-single .inner-container footer {
          width: 100%;
          text-align: center; }
          .cta-single .inner-container footer p {
            display: inline-block; }
          .cta-single .inner-container footer a {
            display: inline-block; } }
  .cta-single canvas {
    position: absolute;
    margin-top: -300px !important; }
    @media (min-width: 600px) {
      .cta-single canvas {
        margin-top: -230px !important; } }
  .cta-single.blue:before {
    background: rgba(22, 48, 82, 0.75); }
  .cta-single.pink:before {
    background: rgba(83, 26, 81, 0.75); }
  .cta-single.green:before {
    background: rgba(11, 94, 107, 0.75); }
  .cta-single.lime:before {
    background: rgba(58, 80, 12, 0.75); }

.cta-split {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 500px; }
  .fsHasHeader .cta-split {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .cta-split {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .cta-split {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  @media (max-width: 749px) {
    .cta-split {
      height: auto;
      margin-bottom: 20px !important; }
      .cta-split .fsStyleColumn {
        width: 100%;
        float: none;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .cta-split .fsStyleColumn {
    padding: 0px; }
  .cta-split > .fsStyleColumn-1 {
    width: 65%; }
    .cta-split > .fsStyleColumn-1 .fsElement {
      height: 100%;
      margin-bottom: 0; }
    @media (max-width: 999px) {
      .cta-split > .fsStyleColumn-1 {
        width: 50%; } }
    @media (max-width: 749px) {
      .cta-split > .fsStyleColumn-1 {
        width: 100%; } }
  .cta-split > .fsStyleColumn-2 {
    width: 35%; }
    @media (max-width: 999px) {
      .cta-split > .fsStyleColumn-2 {
        width: 50%; } }
    @media (max-width: 749px) {
      .cta-split > .fsStyleColumn-2 {
        width: 100%; } }
    .cta-split > .fsStyleColumn-2 .fsElement {
      height: 50%;
      margin-bottom: 0;
      padding: 50px; }
      @media (max-width: 1299px) {
        .cta-split > .fsStyleColumn-2 .fsElement {
          padding: 25px; } }
      @media (max-width: 749px) {
        .cta-split > .fsStyleColumn-2 .fsElement {
          margin-bottom: 20px !important; } }
      .cta-split > .fsStyleColumn-2 .fsElement:before {
        background: rgba(22, 48, 82, 0.8); }
      .cta-split > .fsStyleColumn-2 .fsElement header {
        padding-bottom: 0 !important;
        padding-bottom: 15px; }
        .cta-split > .fsStyleColumn-2 .fsElement header .fsElementTitle {
          font-family: "Open Sans Condensed", sans-serif;
          font-size: 22px;
          margin-bottom: 10px;
          color: #fff; }
      .cta-split > .fsStyleColumn-2 .fsElement .fsElementContent {
        padding-bottom: 0px; }
      .cta-split > .fsStyleColumn-2 .fsElement footer a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 8px 20px;
        background: #BD4A99;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 2em;
        font-size: 12px;
        font-weight: 600;
        transition: background .3s, color .3s;
        border: 1px solid #FFFFFF;
        background: transparent;
        color: #fff; }
        .cta-split > .fsStyleColumn-2 .fsElement footer a:hover, .cta-split > .fsStyleColumn-2 .fsElement footer a:focus,
        .fsStateSelected .cta-split > .fsStyleColumn-2 .fsElement footer a {
          background: #9b397c;
          color: #fff; }
        .cta-split > .fsStyleColumn-2 .fsElement footer a:visited {
          color: #fff; }
        .cta-split > .fsStyleColumn-2 .fsElement footer a em {
          display: block;
          font-style: normal; }
        @media (min-width: 900px) {
          .cta-split > .fsStyleColumn-2 .fsElement footer a {
            padding: 12px 25px !important; } }
        .cta-split > .fsStyleColumn-2 .fsElement footer a:hover, .cta-split > .fsStyleColumn-2 .fsElement footer a:focus {
          background-color: #fff;
          color: #73737D; }
  .cta-split .fsElement {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 130px; }
    @media (max-width: 1399px) {
      .cta-split .fsElement {
        padding: 15%; } }
    @media (max-width: 749px) {
      .cta-split .fsElement {
        padding: 10%; } }
    .cta-split .fsElement > * {
      position: relative; }
    .cta-split .fsElement header {
      padding-bottom: 15px; }
      .cta-split .fsElement header .fsElementTitle {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 40px;
        line-height: 1.2em;
        color: #fff;
        margin-bottom: 20px; }
        @media (max-width: 1179px) {
          .cta-split .fsElement header .fsElementTitle {
            font-size: 34px;
            margin-bottom: 10px; } }
        @media (max-width: 899px) {
          .cta-split .fsElement header .fsElementTitle {
            font-size: 24px; } }
    .cta-split .fsElement .fsElementContent {
      color: #fff;
      padding-bottom: 20px; }
    .cta-split .fsElement:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .cta-split .fsElement footer a {
      text-transform: uppercase;
      font-size: 12px !important;
      font-weight: 600 !important;
      padding: 10px 20px; }
      @media (min-width: 900px) {
        .cta-split .fsElement footer a {
          padding: 14px 30px !important; } }
  .cta-split.pink .fsStyleColumn-1 .fsElement:before {
    background: linear-gradient(180deg, rgba(141, 44, 138, 0.8) 2.33%, rgba(22, 48, 82, 0.9) 100%); }
  .cta-split.pink .fsStyleColumn-1 .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #BD4A99;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-split.pink .fsStyleColumn-1 .fsElement footer a:hover, .cta-split.pink .fsStyleColumn-1 .fsElement footer a:focus,
    .fsStateSelected .cta-split.pink .fsStyleColumn-1 .fsElement footer a {
      background: #9b397c;
      color: #fff; }
    .cta-split.pink .fsStyleColumn-1 .fsElement footer a:visited {
      color: #fff; }
    .cta-split.pink .fsStyleColumn-1 .fsElement footer a em {
      display: block;
      font-style: normal; }
  .cta-split.blue .fsStyleColumn-1 .fsElement:before {
    background: rgba(22, 48, 82, 0.8); }
  .cta-split.blue .fsStyleColumn-1 .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #73737D;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-split.blue .fsStyleColumn-1 .fsElement footer a:hover, .cta-split.blue .fsStyleColumn-1 .fsElement footer a:focus,
    .fsStateSelected .cta-split.blue .fsStyleColumn-1 .fsElement footer a {
      background: #5b5b62;
      color: #fff; }
    .cta-split.blue .fsStyleColumn-1 .fsElement footer a:visited {
      color: #fff; }
    .cta-split.blue .fsStyleColumn-1 .fsElement footer a em {
      display: block;
      font-style: normal; }
    .cta-split.blue .fsStyleColumn-1 .fsElement footer a:hover, .cta-split.blue .fsStyleColumn-1 .fsElement footer a:focus {
      background: #fff;
      color: #73737D; }
  .cta-split.lightblue .fsStyleColumn-1 .fsElement:before {
    background: linear-gradient(180deg, rgba(20, 155, 199, 0.8) 0%, rgba(22, 48, 82, 0.9) 100%); }
  .cta-split.lightblue .fsStyleColumn-1 .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #107EA2;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-split.lightblue .fsStyleColumn-1 .fsElement footer a:hover, .cta-split.lightblue .fsStyleColumn-1 .fsElement footer a:focus,
    .fsStateSelected .cta-split.lightblue .fsStyleColumn-1 .fsElement footer a {
      background: #0b5a74;
      color: #fff; }
    .cta-split.lightblue .fsStyleColumn-1 .fsElement footer a:visited {
      color: #fff; }
    .cta-split.lightblue .fsStyleColumn-1 .fsElement footer a em {
      display: block;
      font-style: normal; }
  .cta-split.green .fsStyleColumn-1 .fsElement:before {
    background: linear-gradient(180deg, rgba(72, 192, 185, 0.8) 0%, rgba(22, 48, 82, 0.9) 100%); }
  .cta-split.green .fsStyleColumn-1 .fsElement footer a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #14857A;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s; }
    .cta-split.green .fsStyleColumn-1 .fsElement footer a:hover, .cta-split.green .fsStyleColumn-1 .fsElement footer a:focus,
    .fsStateSelected .cta-split.green .fsStyleColumn-1 .fsElement footer a {
      background: #0d5951;
      color: #fff; }
    .cta-split.green .fsStyleColumn-1 .fsElement footer a:visited {
      color: #fff; }
    .cta-split.green .fsStyleColumn-1 .fsElement footer a em {
      display: block;
      font-style: normal; }

body.fsDraftMode .cta-split {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  height: auto; }
  body.fsDraftMode .cta-split .fsElement {
    padding: 50px; }

body:not(.fsDraftMode) .timeline-container {
  text-align: center; }
  body:not(.fsDraftMode) .timeline-container > .timeline-button-container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem; }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) .timeline-container > .timeline-button-container {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button {
      position: relative;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: 170px;
      margin: 10px;
      margin-bottom: 0px;
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
      border: 1px solid #E0E0E2;
      background-color: #fff;
      cursor: pointer;
      text-align: center;
      min-width: 1px; }
      @media (max-width: 749px) {
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button {
          min-width: calc(33% - 20px); } }
      @media (max-width: 499px) {
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button {
          height: 100px;
          min-width: calc(33% - 10px);
          margin: 5px; } }
      body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:before {
        display: block;
        padding-top: 39px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 50px;
        color: #73737D;
        transition: all .3s ease-in-out; }
        @media (max-width: 749px) {
          body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:before {
            font-size: 40px; } }
        @media (max-width: 499px) {
          body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:before {
            font-size: 25px;
            padding-top: 22px;
            padding-bottom: 8px; } }
      @media (min-width: 750px) {
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:after {
          content: '';
          position: absolute;
          background: #14857A;
          width: 1px;
          height: 0;
          bottom: 0;
          -ms-transform: translateY(100%);
          transform: translateY(100%);
          left: 50%;
          transition: all .4s ease-in-out; } }
      body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .fsElementTitle {
        font-size: 19px;
        transition: all .3s ease-in-out; }
        @media (max-width: 499px) {
          body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .fsElementTitle {
            font-size: 16px; } }
      body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button > .fsElementContent {
        display: none; }
      body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button.active:after {
        height: 100%;
        opacity: 0; }
      body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:hover, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:focus, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button.active {
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:hover:before, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:focus:before, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button.active:before {
          color: #14857A; }
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:hover .fsElementTitle, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:focus .fsElementTitle, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button.active .fsElementTitle {
          color: #14857A; }
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:hover .line-controllers:after, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button:focus .line-controllers:after, body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button.active .line-controllers:after {
          background-color: #14857A;
          border-color: #14857A; }
      @media (min-width: 750px) {
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .first-button-line {
          position: absolute;
          bottom: -38px;
          left: 50%;
          width: 0px;
          height: 1px;
          background-color: #E0E0E2;
          transition: width 2s ease-in-out .5s; }
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .last-button-line {
          position: absolute;
          bottom: -38px;
          left: 50%;
          width: 100vw;
          height: 1px;
          background-color: #fff; } }
      @media (min-width: 750px) {
        body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .line-controllers {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 0px;
          background: #E0E0E2; }
          body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .line-controllers:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            bottom: 0;
            opacity: 0;
            left: calc(50% - 0px);
            border: 1px solid #E0E0E2;
            border-radius: 50%;
            background: #fff;
            -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
            transition: all .3s ease-in-out; }
          body:not(.fsDraftMode) .timeline-container > .timeline-button-container > .timeline-button .line-controllers:before {
            content: '';
            position: absolute;
            background: #E0E0E2;
            width: 1px;
            height: 0;
            bottom: 0;
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            left: 50%;
            transition: height .4s ease-in-out; } }
  body:not(.fsDraftMode) .timeline-container > .fsElementContent {
    margin-top: 37px;
    position: relative;
    background-color: #fff;
    text-align: center;
    opacity: 0 !important;
    transition: opacity .4s ease-in-out .6s;
    font-size: 14px;
    line-height: 1.64286em; }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) .timeline-container > .fsElementContent {
        margin-top: 0; } }
    body:not(.fsDraftMode) .timeline-container > .fsElementContent .slick-slide {
      padding: 30px;
      min-height: 102px;
      margin-bottom: 0; }
      @media (max-width: 499px) {
        body:not(.fsDraftMode) .timeline-container > .fsElementContent .slick-slide {
          padding-bottom: 0; } }
      body:not(.fsDraftMode) .timeline-container > .fsElementContent .slick-slide > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 53.33333em;
        max-width: 50rem;
        font-weight: 600; }
      body:not(.fsDraftMode) .timeline-container > .fsElementContent .slick-slide:before {
        display: none; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button .first-button-line {
    width: 100vw; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button .line-controllers:after {
    opacity: 1; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(1) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 0.3s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(2) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 0.6s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(3) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 0.9s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(4) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 1.2s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(5) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 1.5s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(6) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 1.8s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(7) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 2.1s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(8) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 2.4s; }
  body:not(.fsDraftMode) .timeline-container.lineanimation > .timeline-button-container > .timeline-button:nth-child(9) .line-controllers:before {
    height: 39px !important;
    transition: all 0.3s ease-in-out 2.7s; }
  body:not(.fsDraftMode) .timeline-container.scrolledto > .fsElementContent {
    opacity: 1 !important; }
  body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(1) {
      transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(2) {
      transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(3) {
      transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(4) {
      transition: transform 0.3s ease-in-out 0.48s, opacity 0.3s ease-in-out 0.48s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(5) {
      transition: transform 0.3s ease-in-out 0.6s, opacity 0.3s ease-in-out 0.6s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(6) {
      transition: transform 0.3s ease-in-out 0.72s, opacity 0.3s ease-in-out 0.72s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(7) {
      transition: transform 0.3s ease-in-out 0.84s, opacity 0.3s ease-in-out 0.84s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(8) {
      transition: transform 0.3s ease-in-out 0.96s, opacity 0.3s ease-in-out 0.96s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:nth-child(9) {
      transition: transform 0.3s ease-in-out 1.08s, opacity 0.3s ease-in-out 1.08s, background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button:before {
      opacity: 1; }
    body:not(.fsDraftMode) .timeline-container.scrolledto > .timeline-button-container > .timeline-button .fsElementTitle {
      opacity: 1; }
  body:not(.fsDraftMode) .timeline-container .timeline-next {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 20px;
    background: #14857A;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2em;
    font-size: 12px;
    font-weight: 600;
    transition: background .3s, color .3s;
    font-size: 15px;
    padding: 11px 70px;
    line-height: 1.6;
    transition: background .3s ease-in-out;
    cursor: pointer;
    transition: all .3s ease-in-out;
    opacity: 0; }
    body:not(.fsDraftMode) .timeline-container .timeline-next:hover, body:not(.fsDraftMode) .timeline-container .timeline-next:focus,
    .fsStateSelected body:not(.fsDraftMode) .timeline-container .timeline-next {
      background: #0d5951;
      color: #fff; }
    body:not(.fsDraftMode) .timeline-container .timeline-next:visited {
      color: #fff; }
    body:not(.fsDraftMode) .timeline-container .timeline-next em {
      display: block;
      font-style: normal; }
  body:not(.fsDraftMode) .timeline-container.lineanimation .timeline-next {
    opacity: 1; }

.feature-container {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative; }
  .fsHasHeader .feature-container {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .feature-container {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .feature-container {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }

body:not(.fsDraftMode) .feature-container .fsTabs > header {
  display: none; }

@media (max-width: 1179px) {
  body:not(.fsDraftMode) .feature-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

body:not(.fsDraftMode) .feature-container .fsStyleColumn {
  padding: 0px;
  margin-left: 0;
  margin-right: 0; }

body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 {
  padding-left: calc(50vw - 590px);
  padding-right: 20px; }
  body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 .fsTabs .fsTabsNav {
    border-bottom: 0; }
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 .fsTabs .fsTabsNav li:first-child a {
      margin-left: 0; }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 .fsTabs .fsStateOpen {
      padding-bottom: 20px; }
      body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 .fsTabs .fsStateOpen header {
        border-bottom: 0; }
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 .fsTabs .fsPanel .feature-list {
      display: none; } }
  @media (max-width: 1219px) {
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 {
      padding-left: 20px; } }
  @media (max-width: 1179px) {
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-1 {
      width: 100%;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 40px;
      padding-right: 40px; } }

body:not(.fsDraftMode) .feature-container .fsTitle {
  margin-bottom: 0; }
  body:not(.fsDraftMode) .feature-container .fsTitle a {
    padding-left: 20px;
    color: #363636;
    font-size: 15px;
    position: relative; }
    body:not(.fsDraftMode) .feature-container .fsTitle a:before {
      content: '\e99f';
      font-family: icomoon;
      position: absolute;
      font-size: 8px;
      line-height: 1;
      top: 7px;
      left: 0; }
    body:not(.fsDraftMode) .feature-container .fsTitle a:hover, body:not(.fsDraftMode) .feature-container .fsTitle a:focus {
      color: #14857A; }
    body:not(.fsDraftMode) .feature-container .fsTitle a.active {
      font-weight: 700; }

body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 .feature-slider {
  overflow-x: hidden;
  position: relative;
  width: 900px; }

body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 figcaption {
  padding-left: 40px;
  max-width: calc(50vw - 40px); }
  body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 figcaption p {
    margin-bottom: 20px; }

@media (max-width: 1179px) {
  body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 {
    width: 100%;
    -ms-flex-order: 2;
    order: 2; }
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 .feature-slider {
      margin: 0 auto; }
    body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 figcaption {
      max-width: 100%;
      padding-right: 40px; } }

@media (max-width: 899px) {
  body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 .feature-slider {
    max-width: 900px; } }

@media (max-width: 799px) {
  body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 .feature-slider {
    max-width: 800px; } }

@media (max-width: 749px) {
  body:not(.fsDraftMode) .feature-container .fsStyleColumn-2 .feature-slider {
    max-width: 120vw; } }

.fsDraftMode .feature-container {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  .fsDraftMode .feature-container .fsResourceElement article {
    margin-bottom: 0px; }
  .fsDraftMode .feature-container .fsResourceElement img {
    max-width: 200px; }
  .fsDraftMode .feature-container .fsResourceElement .figcaption {
    font-size: 12px; }

.staff-slideshow .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0.6 !important;
  transition: opacity .3s ease-in-out;
  width: 38px !important;
  height: 36px !important;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -60px;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  text-align: center;
  color: #ffffff; }
  .staff-slideshow .slick-arrow:before {
    color: #fff;
    font-size: 35px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 1px; }
  .staff-slideshow .slick-arrow.slick-next {
    left: auto;
    right: -60px; }
    .staff-slideshow .slick-arrow.slick-next:before {
      content: '\e9ed';
      font-family: icomoon;
      -ms-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important;
      -ms-transform-origin: 50% 50% !important;
      transform-origin: 50% 50% !important; }
  .staff-slideshow .slick-arrow:before {
    content: "\e9ed";
    font-family: icomoon; }
  .staff-slideshow .slick-arrow:hover, .staff-slideshow .slick-arrow:focus {
    opacity: 1 !important; }
    .staff-slideshow .slick-arrow:hover:before, .staff-slideshow .slick-arrow:focus:before {
      color: #fff;
      transition: .3s;
      opacity: 1 !important; }

.staff-slideshow > header .fsElementHeaderContent {
  font-size: 1.46667em;
  line-height: 1.45455em;
  color: #73737D;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 20px; }
  @media (max-width: 799px) {
    .staff-slideshow > header .fsElementHeaderContent {
      font-size: 20px; } }

.staff-slideshow .slick-arrow {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

@media (max-width: 1399px) {
  .staff-slideshow {
    padding-bottom: 80px; }
    .staff-slideshow .slick-arrow {
      top: auto;
      bottom: -70px; }
      .staff-slideshow .slick-arrow.slick-prev {
        left: 50%;
        -ms-transform: translateX(-150%);
        transform: translateX(-150%); }
      .staff-slideshow .slick-arrow.slick-next {
        left: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        right: auto; }
    .staff-slideshow .slick-arrow {
      bottom: -50px; } }

@media (max-width: 1179px) {
  .staff-slideshow {
    padding-left: 10px;
    padding-right: 10px; } }

.staff-slideshow .slick-arrow {
  opacity: 1 !important; }
  .staff-slideshow .slick-arrow:before {
    color: #73737D; }
  .staff-slideshow .slick-arrow:hover:before, .staff-slideshow .slick-arrow:focus:before {
    color: #363636; }

.staff-slideshow div[class*="fsConstituentColumnLayout"] {
  display: block; }

.staff-slideshow .fsTitles {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  color: #73737D; }

.staff-slideshow .fsFullName {
  margin-top: 15px;
  margin-bottom: 3px;
  display: block;
  color: #73737D;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2; }
  .staff-slideshow .fsFullName a {
    color: #73737D;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700; }
    .staff-slideshow .fsFullName a:hover, .staff-slideshow .fsFullName a:focus {
      color: #14857A; }

.staff-slideshow .fsPhoto {
  max-width: 100%;
  position: relative;
  margin-bottom: 0; }
  .staff-slideshow .fsPhoto img {
    width: 100%;
    max-width: 100%; }
  .staff-slideshow .fsPhoto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22, 48, 82, 0.85);
    opacity: 0;
    transition: all .3s ease-in-out; }
  .staff-slideshow .fsPhoto .fsBiography {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out; }
  .staff-slideshow .fsPhoto:hover .fsBiography, .staff-slideshow .fsPhoto:hover:before, .staff-slideshow .fsPhoto:focus .fsBiography, .staff-slideshow .fsPhoto:focus:before {
    opacity: 1; }

.staff-slideshow .fsConstituentItem {
  float: left;
  margin-bottom: 0; }
  .staff-slideshow .fsConstituentItem strong,
  .staff-slideshow .fsConstituentItem b {
    display: none; }

.fsConstituent.fsDirectory.special .fsTitles {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #fff; }

.fsConstituent.fsDirectory.special .fsFullName {
  margin-top: 15px;
  margin-bottom: 3px;
  display: block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2; }
  .fsConstituent.fsDirectory.special .fsFullName a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700; }
    .fsConstituent.fsDirectory.special .fsFullName a:hover, .fsConstituent.fsDirectory.special .fsFullName a:focus {
      color: #14857A; }

.fsConstituent.fsDirectory:not(.staff-slideshow) .fsFullName {
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.2; }
  .fsConstituent.fsDirectory:not(.staff-slideshow) .fsFullName a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700; }
    .fsConstituent.fsDirectory:not(.staff-slideshow) .fsFullName a:hover, .fsConstituent.fsDirectory:not(.staff-slideshow) .fsFullName a:focus {
      color: #14857A; }

.fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto {
  max-width: 100%;
  position: relative;
  background-color: #163052; }
  .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto img {
    width: 100%;
    max-width: 100%; }
  .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22, 48, 82, 0.85);
    opacity: 0;
    transition: all .3s ease-in-out; }
  .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto .fsBiography {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out; }
  .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto:hover .fsBiography, .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto:hover:before, .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto:focus .fsBiography, .fsConstituent.fsDirectory:not(.staff-slideshow) .fsPhoto:focus:before {
    opacity: 1; }

.fsConstituent.fsDirectory:not(.staff-slideshow) .fsConstituentItem .fsTitles {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px; }

.fsConstituent.fsDirectory:not(.staff-slideshow) .fsConstituentItem strong,
.fsConstituent.fsDirectory:not(.staff-slideshow) .fsConstituentItem b {
  display: none; }

.staff-large {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 899px) {
    .staff-large {
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media (max-width: 599px) {
    .staff-large {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .staff-large footer {
    -ms-flex-order: 1;
    order: 1;
    min-width: 350px; }
    @media (max-width: 999px) {
      .staff-large footer {
        min-width: 35%; } }
    @media (max-width: 599px) {
      .staff-large footer {
        margin-bottom: 40px; } }
    @media (max-width: 499px) {
      .staff-large footer {
        margin-bottom: 30px; } }
    .staff-large footer img {
      width: 100%; }
    .staff-large footer .fsElementFooterContent {
      margin-top: 0; }
  .staff-large .fsElementContent {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px; }
    @media (max-width: 749px) {
      .staff-large .fsElementContent {
        padding-left: 30px; } }
    @media (max-width: 599px) {
      .staff-large .fsElementContent {
        padding-left: 0; } }
  .staff-large header .fsElementHeaderContent {
    font-size: 22px;
    font-weight: 300;
    color: #73737D; }

.staff-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px; }
  .staff-small .fsElementActionButtonContainer {
    -ms-flex-order: -100;
    order: -100; }
  .staff-small .fsElementAddWrapper {
    -ms-flex-order: 100;
    order: 100;
    width: 100%; }
  @media (max-width: 599px) {
    .staff-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .staff-small footer {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 180px;
    max-width: 180px; }
    @media (max-width: 899px) {
      .staff-small footer {
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 599px) {
      .staff-small footer {
        margin-bottom: 40px;
        max-width: none; } }
    @media (max-width: 499px) {
      .staff-small footer {
        margin-bottom: 30px; } }
    .staff-small footer img {
      display: block;
      width: 100%; }
    .staff-small footer .fsElementFooterContent {
      margin-top: 0; }
  .staff-small .fsElementContent {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 180px);
    padding-left: 50px; }
    @media (max-width: 599px) {
      .staff-small .fsElementContent {
        padding-left: 0;
        width: 100%; } }
  .staff-small header .fsElementTitle {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700; }
  .staff-small header .fsElementHeaderContent {
    margin-bottom: 10px;
    color: #73737D;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase; }

.testimonial-posts {
  position: relative;
  /*
  .slick-arrow {
    &:before {
      color: $d1;
    }
    &:hover {
      opacity: 1 !important;
      &:before {
        color: $d1;
        transition: .3s;
        opacity: 1 !important;
      }
    }
  }

  @include maxbp($bp-medium) {
    .fsNextButton {
      left: 50% !important;
    }
  }

  > .fsElementContent {
    @include compartment(1220px);
  }

  body:not(.fsDraftMode) & {
    @include maxbp(1400px) {
      .slick-slider {
        padding-left: 0;
        padding-right: 0;
      }
      > .fsElementContent {
        margin-left: 90px;
        margin-right: 90px;
      }
    }
    @include maxbp($bp-medium) {
      .slick-slider {
        margin-bottom: 0px !important;
      }
      > .fsElementContent {
        margin-left: 15px;
        margin-right: 15px;
      }
    }
  }


  > header {
    padding-bottom: 20;
  }
  */ }
  .testimonial-posts > header {
    text-align: left !important; }
    .testimonial-posts > header > .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      color: #141416;
      font-size: 20px;
      line-height: 38px;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .testimonial-posts article {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 749px) {
      .testimonial-posts article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .testimonial-posts .inner-content {
    padding: 23px 60px;
    -ms-flex: 1 auto;
    flex: 1 auto; }
    @media (max-width: 749px) {
      .testimonial-posts .inner-content {
        width: 100%;
        padding: 23px 20px; } }
    @media (max-width: 399px) {
      .testimonial-posts .inner-content {
        padding: 23px 0px; } }
  .testimonial-posts .fsSummary {
    color: #363636;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
    padding-bottom: 30px; }
    @media (max-width: 599px) {
      .testimonial-posts .fsSummary {
        font-size: 18px; } }
  .testimonial-posts .fsBody {
    color: #73737D;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase; }
    .testimonial-posts .fsBody .fs_style_71 {
      text-transform: none;
      margin-bottom: 10px;
      display: block;
      text-align: left; }
  .testimonial-posts .fsThumbnail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
    height: 180px;
    -webkit-clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0); }
    .testimonial-posts .fsThumbnail img {
      visibility: hidden; }
  .testimonial-posts:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff; }
  .testimonial-posts.gray-bg:after {
    background-color: #FAFAFB; }
  .testimonial-posts .slick-dots {
    padding: 3px !important;
    text-align: center; }
    .testimonial-posts .slick-dots, .testimonial-posts .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .testimonial-posts .slick-dots li {
      margin: 0;
      padding: 0; }
    .testimonial-posts .slick-dots button {
      border: 0;
      background: none;
      margin: 0;
      padding: 0;
      position: relative;
      font-size: 0;
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #73737D;
      cursor: pointer;
      transition: all .3s ease-in-out;
      vertical-align: top;
      color: #ffffff; }
      .testimonial-posts .slick-dots button:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        top: -1px;
        left: -1px;
        border-radius: 50%;
        border: 3px solid #fff;
        transition: all .3s ease-in-out; }
      .testimonial-posts .slick-dots button:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        border: 0px solid #107EA2;
        transition: all .3s ease-in-out; }
    .testimonial-posts .slick-dots li {
      display: inline-block;
      margin: 0 7px;
      line-height: 1; }
      .testimonial-posts .slick-dots li.slick-active button:before {
        top: 1px;
        left: 1px;
        width: 13px;
        height: 13px;
        border: 1.5px solid #fff; }
      .testimonial-posts .slick-dots li:not(.slick-active) button:hover {
        background-color: #107EA2; }
        .testimonial-posts .slick-dots li:not(.slick-active) button:hover:after {
          border: 1px solid #107EA2;
          top: -5px;
          left: -5px;
          width: 25px;
          height: 25px;
          opacity: 0; }
  .testimonial-posts .slick-dots {
    text-align: right;
    margin-top: -20px; }

body.fsDraftMode .testimonial-posts {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.testimonial-content {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  background: #FAFAFB; }
  .fsHasHeader .testimonial-content {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .testimonial-content {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .testimonial-content {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }
  .testimonial-content .slick-dots {
    padding: 3px !important;
    text-align: center; }
    .testimonial-content .slick-dots, .testimonial-content .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .testimonial-content .slick-dots li {
      margin: 0;
      padding: 0; }
    .testimonial-content .slick-dots button {
      border: 0;
      background: none;
      margin: 0;
      padding: 0;
      position: relative;
      font-size: 0;
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #73737D;
      cursor: pointer;
      transition: all .3s ease-in-out;
      vertical-align: top;
      color: #ffffff; }
      .testimonial-content .slick-dots button:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        top: -1px;
        left: -1px;
        border-radius: 50%;
        border: 3px solid #fff;
        transition: all .3s ease-in-out; }
      .testimonial-content .slick-dots button:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        border: 0px solid #107EA2;
        transition: all .3s ease-in-out; }
    .testimonial-content .slick-dots li {
      display: inline-block;
      margin: 0 7px;
      line-height: 1; }
      .testimonial-content .slick-dots li.slick-active button:before {
        top: 1px;
        left: 1px;
        width: 13px;
        height: 13px;
        border: 1.5px solid #fff; }
      .testimonial-content .slick-dots li:not(.slick-active) button:hover {
        background-color: #107EA2; }
        .testimonial-content .slick-dots li:not(.slick-active) button:hover:after {
          border: 1px solid #107EA2;
          top: -5px;
          left: -5px;
          width: 25px;
          height: 25px;
          opacity: 0; }
  .testimonial-content > header {
    padding-bottom: 50px; }
    .testimonial-content > header > .fsElementTitle {
      text-align: center;
      color: #73737D;
      margin-bottom: 0; }
  .testimonial-content > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 85.33333em;
    max-width: 80rem; }
  .testimonial-content .slick-dots {
    text-align: right;
    margin-top: -30px;
    max-width: 1200px;
    padding-right: 20px !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .testimonial-content:not(.no-image-triangle) .fsElement header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% 15%, 90% 15%, 100% 28%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 15%, 90% 15%, 100% 28%, 100% 100%, 0 100%, 0 0); }
    @media (max-width: 599px) {
      .testimonial-content:not(.no-image-triangle) .fsElement header {
        -webkit-clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 15%, 85% 15%, 100% 30%, 100% 100%, 0 100%, 0 0); } }
  .testimonial-content .fsElement header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  body:not(.fsDraftMode) .testimonial-content {
    padding: 50px 0px; }
    body:not(.fsDraftMode) .testimonial-content .fsElement {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: 455px;
      outline: none !important; }
      @media (max-width: 799px) {
        body:not(.fsDraftMode) .testimonial-content .fsElement {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: auto; } }
      body:not(.fsDraftMode) .testimonial-content .fsElement .fs_style_72 {
        text-transform: uppercase;
        line-height: 1.7; }
      body:not(.fsDraftMode) .testimonial-content .fsElement .fs_style_70,
      body:not(.fsDraftMode) .testimonial-content .fsElement .fs_style_72 {
        color: #71717a; }
      body:not(.fsDraftMode) .testimonial-content .fsElement header {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        position: relative; }
        @media (max-width: 799px) {
          body:not(.fsDraftMode) .testimonial-content .fsElement header {
            width: 260px;
            margin-left: 70px; } }
        @media (max-width: 599px) {
          body:not(.fsDraftMode) .testimonial-content .fsElement header {
            margin-left: 50px; } }
        body:not(.fsDraftMode) .testimonial-content .fsElement header img {
          visibility: hidden; }
        body:not(.fsDraftMode) .testimonial-content .fsElement header footer {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          body:not(.fsDraftMode) .testimonial-content .fsElement header footer a {
            display: inline-block;
            border: 0;
            margin: 0 0 20px;
            padding: 8px 20px;
            background: #BD4A99;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            line-height: 2em;
            font-size: 12px;
            font-weight: 600;
            transition: background .3s, color .3s; }
            body:not(.fsDraftMode) .testimonial-content .fsElement header footer a:hover, body:not(.fsDraftMode) .testimonial-content .fsElement header footer a:focus,
            .fsStateSelected body:not(.fsDraftMode) .testimonial-content .fsElement header footer a {
              background: #9b397c;
              color: #fff; }
            body:not(.fsDraftMode) .testimonial-content .fsElement header footer a:visited {
              color: #fff; }
            body:not(.fsDraftMode) .testimonial-content .fsElement header footer a em {
              display: block;
              font-style: normal; }
      body:not(.fsDraftMode) .testimonial-content .fsElement .fsElementTitle {
        color: #363636;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 40px; }
      body:not(.fsDraftMode) .testimonial-content .fsElement .inner-content {
        -ms-flex: 1 auto;
        flex: 1 auto;
        padding: 40px 40px 30px 70px; }
        @media (max-width: 799px) {
          body:not(.fsDraftMode) .testimonial-content .fsElement .inner-content {
            width: 100%; }
            body:not(.fsDraftMode) .testimonial-content .fsElement .inner-content h2 {
              margin-bottom: 15px; } }
        @media (max-width: 599px) {
          body:not(.fsDraftMode) .testimonial-content .fsElement .inner-content {
            padding: 25px 20px; } }
  .testimonial-content blockquote,
  .testimonial-content .fs_style_71,
  .testimonial-content cite,
  .testimonial-content .fs_style_72 {
    text-align: left; }

.fsDraftMode .testimonial-content {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  .fsDraftMode .testimonial-content .fsElementHeaderContent img {
    max-width: 240px; }

.home .portfolio-slideshow {
  margin-bottom: 0; }

.portfolio-slideshow .fsElementSlideshow {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.portfolio-slideshow .fsNextButton {
  -ms-transform: translate(160%, -50%) !important;
  transform: translate(160%, -50%) !important; }

.portfolio-slideshow .fsPrevButton {
  -ms-transform: translate(-160%, -50%) !important;
  transform: translate(-160%, -50%) !important; }

.portfolio-slideshow article {
  height: 200px;
  position: relative;
  padding: 0 !important;
  margin: 10px !important;
  overflow: hidden; }
  .portfolio-slideshow article .fsBody {
    display: none; }
  .portfolio-slideshow article .portfolio-main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .portfolio-slideshow article .portfolio-main img {
      display: none; }
    .portfolio-slideshow article .portfolio-main:before {
      content: '';
      background-color: #000;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.3; }
    .portfolio-slideshow article .portfolio-main .fsTitle {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 0 10px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
      .portfolio-slideshow article .portfolio-main .fsTitle a {
        color: #fff;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 700; }
  .portfolio-slideshow article .portfolio-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E2;
    background: rgba(255, 255, 255, 0.92);
    padding: 10px 150px 0 10px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out; }
    .portfolio-slideshow article .portfolio-inner .fsThumbnail {
      width: auto;
      position: absolute;
      bottom: 0;
      right: 35px;
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0;
      transition: all .3s ease-in-out; }
      .portfolio-slideshow article .portfolio-inner .fsThumbnail img {
        margin-bottom: 0;
        vertical-align: top; }
    .portfolio-slideshow article .portfolio-inner .fsTags {
      margin-top: 0; }
      .portfolio-slideshow article .portfolio-inner .fsTags li {
        background: #73737D;
        border: 0;
        color: #fff; }
    .portfolio-slideshow article .portfolio-inner .links-container {
      position: absolute;
      bottom: 25px;
      left: 25px; }
      .portfolio-slideshow article .portfolio-inner .links-container a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 8px 20px;
        background: #BD4A99;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 2em;
        font-size: 12px;
        font-weight: 600;
        transition: background .3s, color .3s;
        text-transform: uppercase;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 0; }
        .portfolio-slideshow article .portfolio-inner .links-container a:hover, .portfolio-slideshow article .portfolio-inner .links-container a:focus,
        .fsStateSelected .portfolio-slideshow article .portfolio-inner .links-container a {
          background: #9b397c;
          color: #fff; }
        .portfolio-slideshow article .portfolio-inner .links-container a:visited {
          color: #fff; }
        .portfolio-slideshow article .portfolio-inner .links-container a em {
          display: block;
          font-style: normal; }
        @media (max-width: 499px) {
          .portfolio-slideshow article .portfolio-inner .links-container a {
            display: block;
            margin-top: 10px; } }
        .portfolio-slideshow article .portfolio-inner .links-container a.fsReadMoreLink {
          background: #BD4A99; }
          .portfolio-slideshow article .portfolio-inner .links-container a.fsReadMoreLink:hover {
            background: #107EA2; }
        .portfolio-slideshow article .portfolio-inner .links-container a.fs_style_73 {
          background: transparent;
          border: 1px solid #73737D;
          color: #73737D;
          transition: all .3s ease-in-out; }
          .portfolio-slideshow article .portfolio-inner .links-container a.fs_style_73:hover {
            background: #107EA2;
            border-color: transparent;
            color: #fff; }
      @media (max-width: 799px) {
        .portfolio-slideshow article .portfolio-inner .links-container {
          bottom: 15px;
          left: 15px; }
          .portfolio-slideshow article .portfolio-inner .links-container a {
            padding: 8px; } }
  .portfolio-slideshow article:hover .portfolio-inner, .portfolio-slideshow article:focus .portfolio-inner {
    opacity: 1;
    pointer-events: auto; }
    .portfolio-slideshow article:hover .portfolio-inner .fsThumbnail, .portfolio-slideshow article:focus .portfolio-inner .fsThumbnail {
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

@media (max-width: 1349px) {
  .portfolio-slideshow {
    padding-bottom: 100px; }
    .portfolio-slideshow .slick-arrow {
      top: auto;
      bottom: -70px; }
      .portfolio-slideshow .slick-arrow.fsPrevButton, .portfolio-slideshow .slick-arrow.slick-prev.slick-arrow {
        left: 50%;
        -ms-transform: translateX(-150%) !important;
        transform: translateX(-150%) !important; }
      .portfolio-slideshow .slick-arrow.fsNextButton, .portfolio-slideshow .slick-arrow.slick-next.slick-arrow {
        left: 50%;
        -ms-transform: translateX(50%) !important;
        transform: translateX(50%) !important;
        right: auto; } }

@media (max-width: 1179px) {
  .portfolio-grid .fsListItems {
    max-width: 770px;
    margin: 0 auto; }
    .portfolio-grid .fsListItems article {
      width: calc(50% - 20px); } }

@media (max-width: 764px) {
  .portfolio-grid .fsListItems {
    max-width: 380px;
    margin: 0 auto; }
    .portfolio-grid .fsListItems article {
      width: 100%;
      margin: 10px 0px; } }

.portfolio-grid article {
  height: 200px;
  width: calc(33% - 20px);
  position: relative;
  padding: 0 !important;
  margin: 10px !important;
  overflow: hidden; }
  .portfolio-grid article .fsBody {
    display: none; }
  .portfolio-grid article .portfolio-main {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .portfolio-grid article .portfolio-main img {
      display: none; }
    .portfolio-grid article .portfolio-main:before {
      content: '';
      background-color: #000;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.3; }
    .portfolio-grid article .portfolio-main .fsTitle {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 0 10px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
      .portfolio-grid article .portfolio-main .fsTitle a {
        color: #fff;
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 700; }
  .portfolio-grid article .portfolio-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E2;
    background: rgba(255, 255, 255, 0.92);
    padding: 10px 150px 0 10px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out; }
    .portfolio-grid article .portfolio-inner .fsThumbnail {
      width: auto;
      position: absolute;
      bottom: 0;
      right: 35px;
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0;
      transition: all .3s ease-in-out; }
      .portfolio-grid article .portfolio-inner .fsThumbnail img {
        margin-bottom: 0;
        vertical-align: top; }
    .portfolio-grid article .portfolio-inner .fsTags {
      margin-top: 0; }
      .portfolio-grid article .portfolio-inner .fsTags li {
        background: #73737D;
        border: 0;
        color: #fff; }
    .portfolio-grid article .portfolio-inner .links-container {
      position: absolute;
      bottom: 25px;
      left: 25px; }
      .portfolio-grid article .portfolio-inner .links-container a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 8px 20px;
        background: #BD4A99;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 2em;
        font-size: 12px;
        font-weight: 600;
        transition: background .3s, color .3s;
        text-transform: uppercase;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 0; }
        .portfolio-grid article .portfolio-inner .links-container a:hover, .portfolio-grid article .portfolio-inner .links-container a:focus,
        .fsStateSelected .portfolio-grid article .portfolio-inner .links-container a {
          background: #9b397c;
          color: #fff; }
        .portfolio-grid article .portfolio-inner .links-container a:visited {
          color: #fff; }
        .portfolio-grid article .portfolio-inner .links-container a em {
          display: block;
          font-style: normal; }
        @media (max-width: 499px) {
          .portfolio-grid article .portfolio-inner .links-container a {
            display: block;
            margin-top: 10px; } }
        .portfolio-grid article .portfolio-inner .links-container a.fsReadMoreLink {
          background: #BD4A99; }
          .portfolio-grid article .portfolio-inner .links-container a.fsReadMoreLink:hover, .portfolio-grid article .portfolio-inner .links-container a.fsReadMoreLink:focus {
            background: #107EA2; }
        .portfolio-grid article .portfolio-inner .links-container a.fs_style_73 {
          background: transparent;
          border: 1px solid #73737D;
          color: #73737D;
          transition: all .3s ease-in-out; }
          .portfolio-grid article .portfolio-inner .links-container a.fs_style_73:hover, .portfolio-grid article .portfolio-inner .links-container a.fs_style_73:focus {
            background: #107EA2;
            border-color: transparent;
            color: #fff; }
  .portfolio-grid article:hover .portfolio-inner, .portfolio-grid article:focus .portfolio-inner {
    opacity: 1;
    pointer-events: auto; }
    .portfolio-grid article:hover .portfolio-inner .fsThumbnail, .portfolio-grid article:focus .portfolio-inner .fsThumbnail {
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }

.large-portfolio-slider {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px; }
  .large-portfolio-slider > header {
    padding-bottom: 50px; }
    @media (max-width: 749px) {
      .large-portfolio-slider > header {
        padding-bottom: 0px; } }
    .large-portfolio-slider > header .fsElementTitle {
      font-size: 40px;
      font-weight: 300;
      line-height: 56px; }
      @media (max-width: 1179px) {
        .large-portfolio-slider > header .fsElementTitle {
          text-align: center; } }
      @media (max-width: 749px) {
        .large-portfolio-slider > header .fsElementTitle {
          font-size: 24px;
          line-height: 1.58333em;
          font-weight: 400; } }
    .large-portfolio-slider > header .fsElementHeaderContent {
      font-size: 22px;
      font-weight: 300;
      line-height: 32px;
      padding-left: 10px;
      padding-right: 10px;
      color: #73737D; }
      @media (max-width: 749px) {
        .large-portfolio-slider > header .fsElementHeaderContent {
          display: none; } }
  .large-portfolio-slider .slick-dots {
    padding: 3px !important;
    text-align: center; }
    .large-portfolio-slider .slick-dots, .large-portfolio-slider .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .large-portfolio-slider .slick-dots li {
      margin: 0;
      padding: 0; }
    .large-portfolio-slider .slick-dots button {
      border: 0;
      background: none;
      margin: 0;
      padding: 0;
      position: relative;
      font-size: 0;
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #73737D;
      cursor: pointer;
      transition: all .3s ease-in-out;
      vertical-align: top;
      color: #ffffff; }
      .large-portfolio-slider .slick-dots button:before {
        content: '';
        position: absolute;
        width: 17px;
        height: 17px;
        top: -1px;
        left: -1px;
        border-radius: 50%;
        border: 3px solid #fff;
        transition: all .3s ease-in-out; }
      .large-portfolio-slider .slick-dots button:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        border: 0px solid #107EA2;
        transition: all .3s ease-in-out; }
    .large-portfolio-slider .slick-dots li {
      display: inline-block;
      margin: 0 7px;
      line-height: 1; }
      .large-portfolio-slider .slick-dots li.slick-active button:before {
        top: 1px;
        left: 1px;
        width: 13px;
        height: 13px;
        border: 1.5px solid #fff; }
      .large-portfolio-slider .slick-dots li:not(.slick-active) button:hover {
        background-color: #107EA2; }
        .large-portfolio-slider .slick-dots li:not(.slick-active) button:hover:after {
          border: 1px solid #107EA2;
          top: -5px;
          left: -5px;
          width: 25px;
          height: 25px;
          opacity: 0; }
  @media (max-width: 749px) {
    .large-portfolio-slider .slick-dots {
      text-align: center !important; } }
  @media (max-width: 899px) {
    .large-portfolio-slider .slick-dots {
      position: absolute;
      width: 100%;
      top: 74vw !important;
      bottom: auto !important;
      text-align: center !important; } }
  @media (max-width: 749px) {
    .large-portfolio-slider {
      padding-top: 40px;
      padding-left: 10px;
      padding-right: 10px; }
      .large-portfolio-slider .slick-dots {
        top: 77vw !important; } }
  @media (max-width: 599px) {
    .large-portfolio-slider .slick-dots {
      top: 80vw !important; } }
  @media (max-width: 499px) {
    .large-portfolio-slider .slick-dots {
      top: 84vw !important; } }
  @media (max-width: 399px) {
    .large-portfolio-slider .slick-dots {
      top: 88vw !important; } }
  @media (min-width: 600px) {
    .large-portfolio-slider {
      padding-bottom: 50px; }
      .large-portfolio-slider .slick-dots {
        text-align: right;
        padding-top: 0px !important; } }
  @media (max-width: 899px) {
    .large-portfolio-slider {
      padding-bottom: 30px; }
      .large-portfolio-slider li {
        margin-top: -20px !important;
        vertical-align: top; } }
  .large-portfolio-slider article {
    height: 530px;
    border-bottom: 0 !important; }
    @media (max-width: 899px) {
      .large-portfolio-slider article {
        height: auto; } }
  .large-portfolio-slider .inner-content {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding-right: 60px;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 70px; }
    @media (min-width: 900px) {
      .large-portfolio-slider .inner-content {
        padding-left: 10px; } }
    .large-portfolio-slider .inner-content > * {
      width: 100%; }
    @media (max-width: 899px) {
      .large-portfolio-slider .inner-content {
        width: 100%;
        padding-top: 90px;
        padding-right: 20px; } }
    @media (max-width: 599px) {
      .large-portfolio-slider .inner-content {
        padding-right: 0; } }
  .large-portfolio-slider .slick-list {
    overflow: visible; }
  .large-portfolio-slider .fsThumbnail {
    left: 50%;
    top: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 940px; }
    .large-portfolio-slider .fsThumbnail img {
      visibility: hidden; }
    @media (max-width: 899px) {
      .large-portfolio-slider .fsThumbnail {
        left: 0;
        position: relative;
        width: 115vw;
        -ms-flex-order: 1;
        order: 1; } }
    @media (max-width: 399px) {
      .large-portfolio-slider .fsThumbnail {
        width: 115vw; } }
  @media (max-width: 899px) {
    .large-portfolio-slider .fsTitle {
      text-align: center; } }
  @media (max-width: 599px) {
    .large-portfolio-slider .fsSummary {
      display: none; } }
  .large-portfolio-slider .links-container {
    -ms-flex-order: 3;
    order: 3;
    padding-top: 20px; }
    @media (max-width: 899px) {
      .large-portfolio-slider .links-container {
        text-align: center; } }
    .large-portfolio-slider .links-container a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 8px 20px;
      background: #BD4A99;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      line-height: 2em;
      font-size: 12px;
      font-weight: 600;
      transition: background .3s, color .3s;
      text-transform: uppercase;
      padding: 8px 20px;
      margin-right: 10px;
      margin-bottom: 0; }
      .large-portfolio-slider .links-container a:hover, .large-portfolio-slider .links-container a:focus,
      .fsStateSelected .large-portfolio-slider .links-container a {
        background: #9b397c;
        color: #fff; }
      .large-portfolio-slider .links-container a:visited {
        color: #fff; }
      .large-portfolio-slider .links-container a em {
        display: block;
        font-style: normal; }
      @media (min-width: 600px) {
        .large-portfolio-slider .links-container a {
          padding: 8px 30px;
          font-weight: 600;
          margin-right: 14px; } }
      .large-portfolio-slider .links-container a.fsReadMoreLink {
        background: #BD4A99;
        color: #fff; }
        .large-portfolio-slider .links-container a.fsReadMoreLink:hover, .large-portfolio-slider .links-container a.fsReadMoreLink:focus {
          background: #107EA2; }
      .large-portfolio-slider .links-container a.fs_style_73 {
        background: transparent;
        border: 1px solid #73737D;
        color: #73737D;
        transition: all .3s ease-in-out; }
        .large-portfolio-slider .links-container a.fs_style_73:hover, .large-portfolio-slider .links-container a.fs_style_73:focus {
          background: #107EA2;
          border-color: transparent;
          color: #fff; }
      @media (max-width: 599px) {
        .large-portfolio-slider .links-container a {
          margin-right: 0;
          margin-bottom: 10px;
          display: block;
          width: 100%; } }

.portfolio-detail .nav-tier {
  display: none; }

.portfolio-detail:not(.fsComposeMode) .wide-left.fsTwoColumnLayout {
  padding: 0; }
  @media (min-width: 800px) {
    .portfolio-detail:not(.fsComposeMode) .wide-left.fsTwoColumnLayout {
      margin-left: -20px !important;
      margin-right: -20px !important; } }
  @media (max-width: 799px) {
    .portfolio-detail:not(.fsComposeMode) .wide-left.fsTwoColumnLayout > .fsStyleColumn-1 {
      margin-bottom: 20px; } }

.portfolio-detail:not(.fsComposeMode) .nav-sub {
  display: block; }

.portfolio-detail:not(.fsComposeMode) .portfolio-detail-images {
  position: relative;
  max-width: 985px;
  margin-bottom: 50px !important; }
  @media (min-width: 800px) {
    .portfolio-detail:not(.fsComposeMode) .portfolio-detail-images {
      margin-left: 46px;
      margin-right: 146px;
      margin-bottom: 110px !important; } }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-images .fsElementEmpty {
    display: none; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-images > .fsStyleColumn-1 {
    width: 100%; }
    @media (min-width: 800px) {
      .portfolio-detail:not(.fsComposeMode) .portfolio-detail-images > .fsStyleColumn-1 {
        width: 100%;
        padding: 0;
        margin: 0; } }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-images > .fsStyleColumn-2 {
    display: none;
    width: 175px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -106px;
    bottom: -10px; }
    @media (min-width: 800px) {
      .portfolio-detail:not(.fsComposeMode) .portfolio-detail-images > .fsStyleColumn-2 {
        display: block; } }

.portfolio-detail:not(.fsComposeMode) .fsResource > header,
.portfolio-detail:not(.fsComposeMode) .fsResource > footer {
  display: none; }

.portfolio-detail:not(.fsComposeMode) .portfolio-detail-desktop {
  position: relative;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-desktop:before {
    content: '';
    display: block;
    padding-bottom: 57.44681%; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-desktop > .fsElementContent {
    position: absolute;
    top: 5.99647%;
    left: 12.15805%;
    right: 12.15805%; }

.portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile {
  max-width: 175px;
  position: relative;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile:before {
    content: '';
    display: block;
    padding-bottom: 208.57143%; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile > .fsElementContent {
    border-top-left-radius: 10% 5%;
    border-top-right-radius: 10% 5%;
    border-bottom-right-radius: 10% 5%;
    border-bottom-left-radius: 10% 5%;
    position: absolute;
    top: 5.47945%;
    left: 2.85714%;
    right: 3.42857%;
    overflow: hidden; }

.portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile-new {
  max-width: 175px;
  position: relative;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile-new:before {
    content: '';
    display: block;
    padding-bottom: 208.57143%; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile-new > .fsElementContent {
    border-top-left-radius: 12% 5%;
    border-top-right-radius: 12% 5%;
    border-bottom-right-radius: 12% 5%;
    border-bottom-left-radius: 10% 6%;
    position: absolute;
    top: 2.37945%;
    left: 6.25714%;
    right: 6.42857%;
    overflow: hidden; }
  .portfolio-detail:not(.fsComposeMode) .portfolio-detail-mobile-new img {
    min-height: 332px; }

.portfolio-detail .top-right-link + .portfolio-recent {
  padding-top: 0;
  margin-top: -15px; }

.portfolio-detail .portfolio-recent {
  padding-top: 90px;
  padding-bottom: 70px; }
  .portfolio-detail .portfolio-recent .fsElementTitle {
    margin-bottom: 40px; }

.portfolio-detail .full-width {
  padding-left: 20px;
  padding-right: 20px; }

.portfolio-update .large-portfolio-slider {
  padding-top: 90px;
  position: relative; }
  .portfolio-update .large-portfolio-slider > .panel-inner > header {
    display: block;
    margin: 0;
    padding: 0 0 0 10px; }
    @media (min-width: 900px) {
      .portfolio-update .large-portfolio-slider > .panel-inner > header {
        position: absolute;
        top: 37px;
        left: 0; } }
    .portfolio-update .large-portfolio-slider > .panel-inner > header .fsElementTitle {
      display: block;
      color: #73737d;
      font-size: 13px;
      line-height: 18px;
      font-weight: bold;
      text-transform: uppercase; }

.portfolio-update .portfolio-grid article {
  height: 250px; }
  .portfolio-update .portfolio-grid article .portfolio-overlay {
    display: none;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .portfolio-update .portfolio-grid article .portfolio-overlay:before, .portfolio-update .portfolio-grid article .portfolio-overlay:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      transition: opacity 0.3s ease 0s; }
    .portfolio-update .portfolio-grid article .portfolio-overlay:before {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      opacity: 0.5;
      transition: opacity 0.3s ease 0s; }
    .portfolio-update .portfolio-grid article .portfolio-overlay:after {
      background: #163052;
      opacity: 0; }
    .portfolio-update .portfolio-grid article .portfolio-overlay:hover:before, .portfolio-update .portfolio-grid article .portfolio-overlay:focus:before {
      opacity: 0; }
    .portfolio-update .portfolio-grid article .portfolio-overlay:hover:after, .portfolio-update .portfolio-grid article .portfolio-overlay:focus:after {
      opacity: 0.8; }
    .portfolio-update .portfolio-grid article .portfolio-overlay .fsTitle {
      padding: 0 20px 19px;
      margin: 0;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      -ms-transform: none;
      transform: none;
      z-index: 2;
      color: #ffffff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      text-align: left;
      text-transform: uppercase;
      text-shadow: none; }
    .portfolio-update .portfolio-grid article .portfolio-overlay:first-child {
      display: block; }

@media (max-width: 799px) {
  .portfolio-update .testimonial-content .fsElement header {
    width: 75% !important;
    margin: 0 auto;
    margin-left: auto !important; } }

@media (max-width: 599px) {
  .portfolio-update .testimonial-content .fsElement header {
    width: 75% !important;
    margin: 0 auto;
    margin-left: auto !important; } }

.infographic-slider {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative; }
  .fsHasHeader .infographic-slider {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative; }
  .has-scrollbar .infographic-slider {
    width: calc(100vw - 20px);
    margin: 0 calc(-50vw + 50% + 10px); }
  @supports (color: var(--scroll-bar)) {
    .has-scrollbar .infographic-slider {
      width: calc(100vw - var(--scroll-bar));
      margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2)); } }

body:not(.fsDraftMode) .infographic-slider {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #163052; }
  body:not(.fsDraftMode) .infographic-slider .slick-arrow {
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0.6 !important;
    transition: opacity .3s ease-in-out;
    width: 38px !important;
    height: 36px !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -60px;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    color: #ffffff; }
    body:not(.fsDraftMode) .infographic-slider .slick-arrow:before {
      color: #fff;
      font-size: 35px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      left: 1px; }
    body:not(.fsDraftMode) .infographic-slider .slick-arrow.slick-next {
      left: auto;
      right: -60px; }
      body:not(.fsDraftMode) .infographic-slider .slick-arrow.slick-next:before {
        content: '\e9ed';
        font-family: icomoon;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        -ms-transform-origin: 50% 50% !important;
        transform-origin: 50% 50% !important; }
    body:not(.fsDraftMode) .infographic-slider .slick-arrow:before {
      content: "\e9ed";
      font-family: icomoon; }
    body:not(.fsDraftMode) .infographic-slider .slick-arrow:hover, body:not(.fsDraftMode) .infographic-slider .slick-arrow:focus {
      opacity: 1 !important; }
      body:not(.fsDraftMode) .infographic-slider .slick-arrow:hover:before, body:not(.fsDraftMode) .infographic-slider .slick-arrow:focus:before {
        color: #fff;
        transition: .3s;
        opacity: 1 !important; }
  @media (max-width: 699px) {
    body:not(.fsDraftMode) .infographic-slider {
      padding-bottom: 80px; }
      body:not(.fsDraftMode) .infographic-slider .slick-arrow {
        top: auto;
        bottom: -70px; }
        body:not(.fsDraftMode) .infographic-slider .slick-arrow.slick-prev {
          left: 50%;
          -ms-transform: translateX(-150%);
          transform: translateX(-150%); }
        body:not(.fsDraftMode) .infographic-slider .slick-arrow.slick-next {
          left: 50%;
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          right: auto; }
      body:not(.fsDraftMode) .infographic-slider .slick-arrow {
        bottom: -46px; } }
  body:not(.fsDraftMode) .infographic-slider > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 81.33333em;
    max-width: 76.25rem; }
  body:not(.fsDraftMode) .infographic-slider > header,
  body:not(.fsDraftMode) .infographic-slider > footer {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }
  @media (max-width: 1399px) {
    body:not(.fsDraftMode) .infographic-slider > header {
      margin: 0 110px; } }
  @media (max-width: 699px) {
    body:not(.fsDraftMode) .infographic-slider > header {
      margin: 0 30px; } }
  body:not(.fsDraftMode) .infographic-slider > header .fsElementTitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #C5C6CA;
    line-height: 1.3; }
  @media (max-width: 1399px) {
    body:not(.fsDraftMode) .infographic-slider .slick-slider {
      margin: 0 90px; } }
  @media (max-width: 699px) {
    body:not(.fsDraftMode) .infographic-slider .slick-slider {
      margin: 0 10px; } }
  body:not(.fsDraftMode) .infographic-slider .slick-slide {
    padding: 20px;
    color: #C5C6CA;
    font-size: 15px;
    line-height: 1.6; }
    body:not(.fsDraftMode) .infographic-slider .slick-slide header .fsElementTitle {
      color: #fff;
      font-size: 40px;
      font-weight: 300;
      line-height: 1.3; }
    body:not(.fsDraftMode) .infographic-slider .slick-slide header .fsElementHeaderContent {
      font-size: 20px;
      line-height: 1.4;
      color: #15a6d5; }

body.fsDraftMode .infographic-slider {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }
  body.fsDraftMode .infographic-slider > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    place-content: stretch flex-start;
    -ms-flex-align: stretch;
    align-items: stretch; }
    body.fsDraftMode .infographic-slider > .fsElementContent > .fsElement {
      -ms-flex: 0;
      flex: 0;
      min-width: calc(25% - 20px); }

.top-right-link {
  text-align: right;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0 !important; }
  .top-right-link a {
    padding-left: 3px; }
  .top-right-link.floating {
    margin-bottom: 0 !important;
    z-index: 2; }
    @media (min-width: 750px) {
      .top-right-link.floating {
        position: absolute;
        width: 100%; } }
    @media (min-width: 750px) {
      .fsComposeMode .top-right-link.floating {
        position: static; } }
  @media (max-width: 749px) {
    .top-right-link {
      text-align: center; } }

.stacked-image-content-container > header {
  padding: 0 10px; }
  .stacked-image-content-container > header .fsElementHeaderContent {
    font-size: 1.46667em;
    line-height: 1.45455em;
    color: #73737D;
    font-weight: 300; }
    @media (max-width: 799px) {
      .stacked-image-content-container > header .fsElementHeaderContent {
        font-size: 20px; } }

.stacked-image-content-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 900px) {
    .stacked-image-content-container > .fsElementContent {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .stacked-image-content-container > .fsElementContent > .fsElement {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px;
    width: 100%;
    max-width: 380px; }
    .stacked-image-content-container > .fsElementContent > .fsElement h3 {
      line-height: 1.3; }
    @media (min-width: 700px) {
      .stacked-image-content-container > .fsElementContent > .fsElement {
        max-width: 300px; } }
    @media (min-width: 900px) {
      .stacked-image-content-container > .fsElementContent > .fsElement {
        max-width: 380px; } }

.stacked-image-content-container footer {
  text-align: center; }
  .stacked-image-content-container footer a[class*="fs_style"] {
    margin-top: 30px;
    padding: 10px 34px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px; }

.page-pop-update .fsPagePopDialog {
  width: 480px;
  border-radius: 0;
  border: 0; }
  .page-pop-update .fsPagePopDialog .fsDialogContent {
    padding: 80px 40px 100px; }
  .page-pop-update .fsPagePopDialog::-webkit-backdrop {
    background: rgba(0, 0, 0, 0.5); }
  .page-pop-update .fsPagePopDialog::backdrop {
    background: rgba(0, 0, 0, 0.5); }
  .page-pop-update .fsPagePopDialog + .fsDialogBackdrop {
    background: rgba(0, 0, 0, 0.5); }

.page-pop-update .fsDialogCloseButton {
  top: 19px;
  right: 21px; }
  .page-pop-update .fsDialogCloseButton:before, .page-pop-update .fsDialogCloseButton:after {
    background-color: #73737D; }

.page-pop-update .fsPagePopTitle {
  margin-bottom: 25px;
  line-height: 36px; }

.page-pop-update .fsPagePopMessage {
  max-width: 350px;
  color: #363636; }
  .page-pop-update .fsPagePopMessage p {
    margin-bottom: 24px; }
  .page-pop-update .fsPagePopMessage a[class*="fs_style"] {
    text-transform: uppercase; }

.page-pop-update #fsPagePopControls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.page-pop-update #fsPagePopHideButton {
  display: block;
  width: 100%;
  padding: 13px 10px 11px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: rgba(224, 224, 226, 0.7);
  cursor: pointer; }

.fsPostElement.fsGrid.post-directory .fsListItems {
  margin-left: -10px;
  margin-right: -10px; }
  .fsPostElement.fsGrid.post-directory .fsListItems > article {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }

.fsPostElement.fsGrid.post-directory .article-inner {
  position: relative; }
  .fsPostElement.fsGrid.post-directory .article-inner:before {
    content: '';
    display: block;
    padding-bottom: 100%; }

.fsPostElement.fsGrid.post-directory .post-directory-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 48, 82, 0.85);
  opacity: 0;
  transition: all .3s ease-in-out; }
  .fsPostElement.fsGrid.post-directory .post-directory-overlay:hover, .fsPostElement.fsGrid.post-directory .post-directory-overlay:focus {
    opacity: 1; }
  .fsPostElement.fsGrid.post-directory .post-directory-overlay > .fsTags {
    display: block; }

.fsPostElement.fsGrid.post-directory .fsThumbnail {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .fsPostElement.fsGrid.post-directory .fsThumbnail .fsCroppedImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.fsPostElement.fsGrid.post-directory .fsTitle,
.fsPostElement.fsGrid.post-directory .fsTag {
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700; }

.fsPostElement.fsGrid.post-directory .fsTitle {
  -ms-flex-order: -100;
  order: -100; }

.fsPostElement.fsGrid.post-directory .fsTags {
  display: none;
  -ms-flex-order: -99;
  order: -99;
  margin: 0; }

.fsPostElement.fsGrid.post-directory .fsBody {
  -ms-flex-order: -98;
  order: -98;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px; }

.post-details-header .fsCategories {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 18px; }

.post-details-header .header-resource {
  height: 440px; }

.post-details-header .post-detail-element article .fsTitle {
  line-height: 1.2; }

.post-detail-tools {
  border-top: 1px solid #E0E0E2;
  padding-top: 14px; }
  .post-detail-tools button, .post-detail-tools button.fsStyleUpdateButton {
    padding: 15px 20px !important;
    color: #71717a !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px !important; }
    .post-detail-tools button:hover, .post-detail-tools button:focus, .post-detail-tools button.fsStyleUpdateButton:hover, .post-detail-tools button.fsStyleUpdateButton:focus {
      color: #363636 !important; }
  .post-detail-tools button:after {
    padding-left: 6px; }
  .post-detail-tools button.fsPreviousButton {
    border-right: 1px solid #E0E0E2 !important; }
    .post-detail-tools button.fsPreviousButton:before {
      content: '\e99f';
      font-family: icomoon;
      position: relative;
      font-weight: 400;
      display: inline-block;
      -ms-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important;
      padding-left: 6px; }
  .post-detail-tools button.fsNextButton {
    position: relative; }
    .post-detail-tools button.fsNextButton:after {
      content: 'Article';
      padding-right: 5px; }
    .post-detail-tools button.fsNextButton:before {
      content: '\e99f' !important;
      font-family: icomoon;
      position: absolute;
      font-weight: 400;
      padding-left: 6px;
      right: 3px;
      margin-top: -1px; }

.product-videos-update .nav-tier {
  display: none; }

.product-videos-update .intro-container + .video-feature {
  padding-top: 30px; }

.product-videos-update .video-feature article:not(.element-updated) .fsBody {
  opacity: 0 !important;
  visibility: hidden !important; }

.product-videos-update .video-feature .article-inner {
  zoom: 1;
  position: relative; }
  .product-videos-update .video-feature .article-inner:after {
    display: table;
    clear: both;
    content: ''; }
  .product-videos-update .video-feature .article-inner:hover .article-body, .product-videos-update .video-feature .article-inner:focus .article-body, .product-videos-update .video-feature .article-inner.focused .article-body {
    display: block;
    opacity: 1;
    visibility: visible; }

.product-videos-update .video-feature .article-body {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .product-videos-update .video-feature .article-body:before {
    content: '';
    display: block;
    padding-bottom: 56.41975%;
    position: relative;
    z-index: 2;
    pointer-events: none; }

.product-videos-update .video-feature .fsBody {
  margin-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .product-videos-update .video-feature .fsBody p {
    margin: 0; }

.product-videos-update .video-feature.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
  width: 100%;
  max-width: none;
  margin-right: 48px; }
  @media (min-width: 1000px) {
    .product-videos-update .video-feature.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      width: calc(100% - 326px); } }

@media (min-width: 1000px) {
  .product-videos-update .video-feature.fsThumbnailAlignLeft .article-body {
    width: calc(100% - 366px);
    right: auto; } }

.product-videos-update .video-feature .fsThumbnail {
  border: 1px solid #E0E0E2;
  border-radius: 3px;
  padding: 20px; }
  .product-videos-update .video-feature .fsThumbnail .fsCroppedImage {
    display: block;
    padding-bottom: 56.41975%; }
  .product-videos-update .video-feature .fsThumbnail img {
    display: block; }

.product-videos-update .video-feature .fsTitle {
  margin-bottom: 15px;
  color: #141416;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400; }

.product-videos-update .video-feature .fsCategories {
  margin: 0 0 23px;
  padding-top: 16px; }

.product-videos-update .video-feature .fsSummary {
  margin-top: 0;
  color: #363636;
  font-size: 15px;
  line-height: 24px; }

.product-videos-update .video-feature + .video-grid,
.product-videos-update .video-feature + .fsPostToolsElement {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #E0E0E2; }

.product-videos-update .video-grid.fsGrid .fsListItems > article {
  padding: 0 17px; }

.product-videos-update .video-grid .fsElementContent {
  text-align: center; }

.product-videos-update .video-grid .fsListItems {
  text-align: left; }

.product-videos-update .video-grid article {
  margin-bottom: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column; }

.product-videos-update .video-grid .article-inner {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 20px 20px 30px;
  border: 1px solid #E0E0E2;
  border-radius: 3px;
  position: relative; }
  @media (min-width: 500px) {
    .product-videos-update .video-grid .article-inner {
      padding-left: 40px;
      padding-right: 40px; } }
  .product-videos-update .video-grid .article-inner:hover .article-body, .product-videos-update .video-grid .article-inner:focus .article-body, .product-videos-update .video-grid .article-inner.focused .article-body {
    display: block;
    opacity: 1;
    visibility: visible; }
  .product-videos-update .video-grid .article-inner:hover .w-chrome .w-ui-container > .w-vulcan-v2, .product-videos-update .video-grid .article-inner:focus .w-chrome .w-ui-container > .w-vulcan-v2, .product-videos-update .video-grid .article-inner.focused .w-chrome .w-ui-container > .w-vulcan-v2 {
    visibility: visible !important; }

.product-videos-update .video-grid .fsThumbnail {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 500px) {
    .product-videos-update .video-grid .fsThumbnail {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; } }
  .product-videos-update .video-grid .fsThumbnail .fsCroppedImage {
    display: block;
    padding-bottom: 54.54545%; }

.product-videos-update .video-grid .fsTitle {
  margin-top: 23px;
  margin-bottom: 0;
  color: #141416;
  font-size: 19px;
  line-height: 28px; }

.product-videos-update .video-grid .article-body {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .product-videos-update .video-grid .article-body:before {
    content: '';
    display: block;
    position: relative;
    z-index: 2;
    padding-bottom: 54.54545%;
    pointer-events: auto; }

.product-videos-update .video-grid .fsBody {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .product-videos-update .video-grid .fsBody p {
    margin: 0; }

.product-videos-update .video-grid .fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background: #ffffff;
  color: #73737D;
  text-align: center;
  border-radius: 5px;
  line-height: 2em;
  font-size: 12px;
  font-weight: 600;
  transition: background .3s, color .3s;
  padding: 11px 40px;
  border: 1px solid #73737D;
  font-size: 15px;
  font-weight: 600; }
  .product-videos-update .video-grid .fsLoadMoreButton:hover, .product-videos-update .video-grid .fsLoadMoreButton:focus,
  .fsStateSelected .product-videos-update .video-grid .fsLoadMoreButton {
    background: #e6e6e6;
    color: #73737D; }
  .product-videos-update .video-grid .fsLoadMoreButton:visited {
    color: #73737D; }
  .product-videos-update .video-grid .fsLoadMoreButton em {
    display: block;
    font-style: normal; }
  .product-videos-update .video-grid .fsLoadMoreButton:hover, .product-videos-update .video-grid .fsLoadMoreButton:focus,
  .fsStateSelected .product-videos-update .video-grid .fsLoadMoreButton {
    background-color: #73737D;
    color: #ffffff; }
  .product-videos-update .video-grid .fsLoadMoreButton:visited:hover, .product-videos-update .video-grid .fsLoadMoreButton:visited:focus {
    color: #ffffff; }

.product-videos-update .video-grid .w-chrome div.w-bottom-bar {
  display: none !important; }

.product-videos-update .video-grid .w-chrome div[data-handle="click-for-sound-backdrop"] button.w-vulcan-v2-button {
  display: none !important; }

.product-videos-update .video-grid .w-chrome .w-ui-container > .w-vulcan-v2 {
  visibility: hidden !important; }
  .product-videos-update .video-grid .w-chrome .w-ui-container > .w-vulcan-v2 > .w-vulcan-overlays-table {
    height: 100%; }

@media (max-width: 499px) {
  .product-videos-update .video-grid-dialog .fsDialogContent {
    padding-left: 20px;
    padding-right: 20px; } }

.product-videos-update .video-grid-dialog .fsBody:first-child {
  margin-bottom: 25px; }

@media (max-width: 499px) {
  .product-videos-update .video-grid-dialog .fsTitle {
    font-size: 19px;
    line-height: 28px; } }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
