/*!
 * The Nueva School - default_20
 * @link: https://www.nuevaschool.org
 * Site Template: newclientcustom
 * Built By: Wendy D Beaulac
 * Project Manager: Laurie Murphy
 * Designer: The Office
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: 629795a
 * Last built by: Chris Norman
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

@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.11111em;
  margin-left: 1.11111em;
}

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

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

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

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

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

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

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

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

.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");
    }

*/

/*! helpers - typography v0.0.1 */

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

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsFacebookFrom,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

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

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #0028BC;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #575757;
}

a[href^="mailto:"] {
  font-size: 16px;
  word-wrap: break-word;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_26 {
  margin-bottom: 20px;
  width: 100%;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_26 th {
  padding: 10px 20px;
  text-align: left;
  background: #0028BC;
  color: #fff;
}

.fs_style_45 {
  margin-bottom: 20px;
  width: 100%;
}

.fs_style_45 td {
  padding: 10px 20px;
  background: #fbc4ad;
}

.fs_style_45 tr:nth-of-type(odd) td {
  background-color: rgba(251, 196, 173, 0.5);
}

.fs_style_45 th,
.fs_style_45 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_45 th {
  padding: 10px 20px;
  text-align: left;
  background: #f15b40;
  color: #fff;
}

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 */

.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 #b0c5d0;
}

.meet-the-team .fsFourColumnLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*! 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;
}

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #575757;
  background: transparent;
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
  margin-bottom: 10px;
}

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #F0F4F6;
}

.fsListNav .fsListLevel2 > .fsListItem {
  padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
  padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
  padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
  padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

/* Contains generic styles that apply to every element slideshow subtype*/

.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;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #0028BC;
  font-size: 34px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
  font-family: "IcoMoon";
  font-weight: normal;
}

.fsSlideshow .fsNextButton.fsUpArrow:before,
.fsSlideshow .fsNextButton.fsDownArrow:before,
.fsSlideshow .fsPrevButton.fsUpArrow:before,
.fsSlideshow .fsPrevButton.fsDownArrow:before {
  top: auto;
  bottom: 0;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0;
}

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0;
}

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: #0028BC;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPrevButton:before {
  content: "\E904";
}

.fsSlideshow .fsNextButton:before {
  content: "\E902";
}

.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: #1A171B;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  border: solid 1px #0028BC;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #0028BC;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #0028BC;
}

.image-caption-slider {
  margin-left: -25px;
  margin-right: -25px;
}

.lt-grey-bg-container .image-caption-slider {
  margin-top: -40px;
}

@media (min-width: 1000px) {
  .lt-grey-bg-container .image-caption-slider {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .image-caption-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.image-caption-slider .fsElementSlideshow {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .image-caption-slider .fsElementSlideshow[data-arrows*="true"] {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .image-caption-slider article {
    padding: 0;
  }
}

.image-caption-slider article .fsThumbnail div {
  display: block;
}

.image-caption-slider article figcaption {
  background: #fff;
  font-size: 11px;
  line-height: 18px;
  padding: 40px;
  width: 90%;
  margin: -20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  .image-caption-slider article figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 1000px) {
  .image-caption-slider article figcaption {
    margin-top: -125px;
  }
}

.image-caption-slider article figcaption .fsTitle {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .image-caption-slider article figcaption .fsTitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.image-caption-slider.color-1 figcaption {
  background: #0028BC;
  color: #fff;
}

.image-caption-slider.color-1 figcaption a {
  color: #FFF;
}

.image-caption-slider.color-1 figcaption a:hover,
.image-caption-slider.color-1 figcaption a :focus {
  color: #575757;
}

.image-caption-slider.color-2 figcaption {
  background: #D0F300;
  color: #1A171B;
}

.image-caption-slider .fsPrevButton,
.image-caption-slider .fsNextButton {
  width: 34px;
  height: 34px;
}

@media (max-width: 1000px) {
  .image-caption-slider .fsPrevButton,
  .image-caption-slider .fsNextButton {
    top: auto;
    bottom: -40px;
  }
}

@media (min-width: 1000px) {
  .image-caption-slider .fsPrevButton,
  .image-caption-slider .fsNextButton {
    top: 45%;
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

.image-caption-slider .fsPrevButton:before,
.image-caption-slider .fsNextButton:before {
  color: #0028BC;
  font-size: 34px;
}

@media (max-width: 1000px) {
  .image-caption-slider .fsPrevButton {
    left: 25px;
  }
}

.image-caption-slider .fsPrevButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (max-width: 1000px) {
  .image-caption-slider .fsNextButton {
    right: 25px;
  }
}

.image-caption-slider .fsNextButton:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1000px) {
  .image-caption-slider .fsPager {
    position: absolute;
    right: 10px;
    top: 55%;
    width: auto;
    margin: 0;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

.image-caption-slider .fsPager li {
  margin: 10px 5px;
}

@media (min-width: 1000px) {
  .image-caption-slider .fsPager li {
    display: block;
  }
}

.image-slider .fsPrevButton,
.image-slider .fsNextButton {
  width: 34px;
  height: 34px;
}

@media (max-width: 1000px) {
  .image-slider .fsPrevButton,
  .image-slider .fsNextButton {
    top: auto;
    bottom: -40px;
  }
}

@media (min-width: 1000px) {
  .image-slider .fsPrevButton,
  .image-slider .fsNextButton {
    top: calc(50% - 143px);
    -webkit-transform: translateY(calc(-50% + 143px));
        -ms-transform: translateY(calc(-50% + 143px));
            transform: translateY(calc(-50% + 143px));
  }
}

.image-slider .fsPrevButton:before,
.image-slider .fsNextButton:before {
  color: #0028BC;
  font-size: 34px;
}

@media (max-width: 1000px) {
  .image-slider .fsPrevButton {
    left: 25px;
  }
}

.image-slider .fsPrevButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (max-width: 1000px) {
  .image-slider .fsNextButton {
    right: 25px;
  }
}

.image-slider .fsNextButton:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.image-slider .fsPager {
  position: absolute;
  right: 10px;
  top: calc(100% - 34px);
  width: auto;
  margin: 0;
  -webkit-transform: translateY(calc(-100% + -34px));
      -ms-transform: translateY(calc(-100% + -34px));
          transform: translateY(calc(-100% + -34px));
}

.image-slider .fsPager li {
  margin: 10px 5px;
  display: block;
}

/*! 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: #1A171B;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #1A171B;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: black;
}

.fsElementDialog {
  color: #1A171B;
}

.fs_style_23 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #0028BC;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23 {
  background: #3d66ff;
  color: #fff;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_27 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #D0F300;
  color: #1A171B;
  border-radius: 0;
  text-align: center;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27 {
  background: #ebff74;
  color: #1A171B;
}

.fs_style_27 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_36 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #9EDAED;
  color: #1A171B;
  border-radius: 0;
  text-align: center;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36 {
  background: white;
  color: #1A171B;
}

.fs_style_36 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_36:hover,
.fs_style_36:focus {
  background: #9EDAED;
  color: #9EDAED;
}

.fs_style_38 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #f15b40;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38 {
  background: #fac1b7;
  color: #fff;
}

.fs_style_38 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38 {
  background: #f48470;
}

.fs_style_39 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #fbc4ad;
  color: #001F5E;
  border-radius: 0;
  text-align: center;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39 {
  background: white;
  color: #001F5E;
}

.fs_style_39 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39 {
  background: #fcd5c5;
}

.fs_style_42 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #9EDAED;
  color: #1A171B;
  border-radius: 0;
  text-align: center;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42 {
  background: white;
  color: #1A171B;
}

.fs_style_42 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42 {
  background: #b4e2f1;
}

.button-dark {
  background: #1A171B;
  padding: 20px;
}

.fs_style_30 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  border: .2em solid #fff;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30 {
  background: rgba(64, 64, 64, 0);
  color: #fff;
}

.fs_style_30 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_30:hover,
.fs_style_30:focus {
  background: #fff;
  color: #1A171B;
}

.fs_style_32 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #F0F4F6;
  color: #0028BC;
  border-radius: 0;
  text-align: center;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32 {
  background: white;
  color: #0028BC;
}

.fs_style_32 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_32:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0028BC;
  -webkit-transform: scaleY(0.03);
      -ms-transform: scaleY(0.03);
          transform: scaleY(0.03);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  z-index: -1;
}

.fs_style_32:hover,
.fs_style_32:focus {
  color: #fff;
}

.fs_style_32:hover:before,
.fs_style_32:focus:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.fs_style_33 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #fff;
  color: #0028BC;
  border-radius: 0;
  text-align: center;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33 {
  background: white;
  color: #0028BC;
}

.fs_style_33 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_33:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0028BC;
  -webkit-transform: scaleY(0.1);
      -ms-transform: scaleY(0.1);
          transform: scaleY(0.1);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  z-index: -1;
}

.fs_style_33:hover,
.fs_style_33:focus {
  color: #fff;
}

.fs_style_33:hover:before,
.fs_style_33:focus:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.fs_style_28 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #0028BC;
  color: #fff;
  border-radius: 0;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  padding: 26px 15px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28 {
  background: #3d66ff;
  color: #fff;
}

.fs_style_28 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_29 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #D0F300;
  color: #1A171B;
  border-radius: 0;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  padding: 26px 15px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  background: #ebff74;
  color: #1A171B;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_37 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #9EDAED;
  color: #1A171B;
  border-radius: 0;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  padding: 26px 15px;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37 {
  background: white;
  color: #1A171B;
}

.fs_style_37 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_37:hover,
.fs_style_37:focus {
  background: #9EDAED;
  color: #9EDAED;
}

.fs_style_31 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  padding: 26px 15px;
  border: .2em solid #fff;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31 {
  background: rgba(64, 64, 64, 0);
  color: #fff;
}

.fs_style_31 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_31:hover,
.fs_style_31:focus {
  background: #fff;
  color: #1A171B;
}

.fs_style_40 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #f15b40;
  color: #fff;
  border-radius: 0;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  padding: 26px 15px;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40 {
  background: #fac1b7;
  color: #fff;
}

.fs_style_40 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40 {
  background: #f48470;
}

.fs_style_41 {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #fbc4ad;
  color: #001F5E;
  border-radius: 0;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
  font-size: 17px;
  padding: 26px 15px;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41 {
  background: white;
  color: #001F5E;
}

.fs_style_41 em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41 {
  background: #fcd5c5;
}

.fs_style_34 {
  border-radius: 4px;
  background: #F0F4F6;
  border: solid 1px #C4D3DD;
  font-size: 15px;
  color: #0028BC;
  text-decoration: none !important;
  max-width: 300px;
  width: 100%;
  display: block;
  padding: 15px 25px;
  line-height: 1.2;
  position: relative;
  padding-left: 50px;
}

.fs_style_34:before {
  color: #0028BC;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_34:hover,
.fs_style_34:focus {
  background: #fff;
  color: #0280FF;
  text-decoration: none !important;
}

.fs_style_34:hover:before,
.fs_style_34:focus:before {
  color: #0280FF;
}

.fs_style_34:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_35 {
  border-radius: 4px;
  background: #F0F4F6;
  border: solid 1px #C4D3DD;
  font-size: 15px;
  color: #0028BC;
  text-decoration: none !important;
  max-width: 300px;
  width: 100%;
  display: block;
  padding: 15px 25px;
  line-height: 1.2;
  position: relative;
  padding-left: 50px;
}

.fs_style_35:before {
  color: #0028BC;
  vertical-align: middle;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fs_style_35:hover,
.fs_style_35:focus {
  background: #fff;
  color: #0280FF;
  text-decoration: none !important;
}

.fs_style_35:hover:before,
.fs_style_35:focus:before {
  color: #0280FF;
}

.fs_style_35:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #0028BC;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #3d66ff;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

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

.fsStyleUpdateButton {
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #0028BC;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #3d66ff;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.fs_style_24 {
  font-size: 1.77778em;
  line-height: 1.3125em;
  color: #0028BC;
  font-family: "Freight Text W01", Georgia, serif;
}

.fs_style_43 {
  font-size: 1.77778em;
  line-height: 1.3125em;
  color: #f15b40;
  font-family: "Freight Text W01", Georgia, serif;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
  padding: 20px 40px;
  border-top: solid 1px #F0F4F6;
  border-bottom: solid 1px #F0F4F6;
}

blockquote:before {
  position: absolute;
  left: 0;
  top: 45px;
  content: '\201C';
  font-size: 100px;
  color: #0028BC;
}

.orange blockquote:before {
  color: #f15b40;
}

cite {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  color: #575757;
}

cite:before {
  content: '- ';
}

.fs_style_25 {
  padding: 20px;
  background: #0028BC;
  color: #fff;
  display: block;
}

.fs_style_25.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .fs_style_25.left {
    width: 50%;
  }
}

.fs_style_25.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .fs_style_25.right {
    width: 50%;
  }
}

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

.fs_style_25 a {
  color: #fff;
}

.fs_style_25 a:hover,
.fs_style_25 a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.fs_style_25 a.fs_style_30,
.fs_style_25 a.fs_style_31 {
  border-color: #fff;
  margin-bottom: 0;
}

.fs_style_25 a.fs_style_30:hover,
.fs_style_25 a.fs_style_30:focus,
.fs_style_25 a.fs_style_31:hover,
.fs_style_25 a.fs_style_31:focus {
  color: #0028BC;
  background-color: #fff;
  text-decoration: none;
}

.fs_style_44 {
  padding: 20px;
  background: #fbc4ad;
  color: #001F5E;
  display: block;
}

.fs_style_44.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .fs_style_44.left {
    width: 50%;
  }
}

.fs_style_44.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .fs_style_44.right {
    width: 50%;
  }
}

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

.fs_style_44 a {
  color: #0028BC;
}

.fs_style_44 a:hover,
.fs_style_44 a:focus {
  color: rgba(0, 40, 188, 0.8);
  text-decoration: underline;
}

.fs_style_44 a.fs_style_30,
.fs_style_44 a.fs_style_31 {
  border-color: #0028BC;
  margin-bottom: 0;
}

.fs_style_44 a.fs_style_30:hover,
.fs_style_44 a.fs_style_30:focus,
.fs_style_44 a.fs_style_31:hover,
.fs_style_44 a.fs_style_31:focus {
  color: #fbc4ad;
  background-color: #0028BC;
  text-decoration: none;
}

.fs_style_44 a.fs_style_30:hover,
.fs_style_44 a.fs_style_30:focus,
.fs_style_44 a.fs_style_31:hover,
.fs_style_44 a.fs_style_31:focus {
  color: #fff;
}

/*! _main.scss - src/sass/navigation/ - main import */

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

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #575757;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #0028BC;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #575757;
  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 ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.nav-site-map ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .nav-site-map ul.fsNavLevel1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
  }
}

.nav-site-map ul.fsNavLevel1 > li > a {
  margin-bottom: 20px;
  font-weight: 700;
}

.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 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tier ul li a {
  display: block;
  padding: 10px 10px;
  color: #0028BC;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #575757;
  background: #F0F4F6;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #0028BC;
  background: #d0dde3;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #D0F300;
  background: #F0F4F6;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: #F0F4F6;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #0028BC;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #0028BC;
  background: #F0F4F6;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
}

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px #F0F4F6;
}

.nav-tier .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px;
}

.nav-sub {
  display: none;
}

@media screen and (max-width: 699px) {
  .nav-sub {
    width: calc(78% - 20px);
    margin-left: auto;
  }

  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    color: #0028BC;
    background-color: #C4D3DD;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #0028BC;
    color: #fff;
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 699px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\E903";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 20px;
    font-family: "IcoMoon";
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #C4D3DD;
  }

  .nav-sub > .fsElementContent ul li {
    border-bottom: 0;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #0028BC;
    background: #C4D3DD;
    font-weight: 500;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #575757;
    background: #C4D3DD;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #575757;
    background: #C4D3DD;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #575757;
    background: #C4D3DD;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: #C4D3DD;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #0028BC;
    background: #C4D3DD;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #575757;
    background: #F0F4F6;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 20px;
    font-size: 14px;
    border-bottom: solid 1px #0028BC;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 30px;
    font-size: 12px;
    text-transform: uppercase;
    background: #F0F4F6;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPage > a {
    background: #F0F4F6;
    color: #575757;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 40px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
    padding-left: 50px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
    padding-left: 60px;
  }

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #C4D3DD;
    color: #0028BC;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "\E901";
  }
}

@media (min-width: 700px) {
  .nav-sub {
    display: block;
  }
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 700px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub {
  display: block;
}

@media (min-width: 700px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

.home .nav-sub,
.nav-sub.nav-sub-empty {
  display: none !important;
}

.fsPageBody .nav-sub header {
  display: none;
}

.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub ul li a {
  display: block;
  padding: 10px 30px;
  color: #0028BC;
  background: #F0F4F6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #1A171B;
  background: #F0F4F6;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #000;
  background: #F0F4F6;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #1A171B;
  background: #F0F4F6;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: #F0F4F6;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #0028BC;
  background: #F0F4F6;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #0028BC;
  background: #F0F4F6;
}

.nav-sub .fsNavLevel1 {
  padding: 10px 0;
  background: #F0F4F6;
}

@media screen and (max-width: 699px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
  }
}

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: 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-main {
  margin-bottom: 0;
}

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 1080px) {
  .fsHeader .nav-main {
    display: block;
  }
}

@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .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%;
  }
}

@media (min-width: 1080px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #F0F4F6;
  background: #D0F300;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #F0F4F6;
  background: #D0F300;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 1.11111em;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #F0F4F6;
  background: #D0F300;
}

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  background: #0028BC;
  text-align: left;
  z-index: 300;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.55556em;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #F0F4F6;
  background: #D0F300;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #F0F4F6;
  background: transparent;
}

.drawer-ribbon {
  position: relative;
  width: 128px;
  height: 59px;
  background: #0028BC;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}

.fixed-header .drawer-ribbon {
  background: none;
}

.fsMenu .drawer-ribbon {
  margin-left: auto;
  margin-bottom: 100px;
}

@media (min-width: 1000px) {
  .fsMenu .drawer-ribbon {
    margin-bottom: 40px;
  }
}

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.drawer-trigger span.menu-icon {
  color: transparent !important;
  overflow: hidden;
  text-indent: 50px;
  max-width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: transparent;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 15px;
}

.drawer-trigger span.menu-icon:before,
.drawer-trigger span.menu-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 100%;
  content: '';
  background: #fff;
}

.fixed-header .logo-container .drawer-trigger span.menu-icon:before,
.fixed-header .logo-container .drawer-trigger span.menu-icon:after {
  background: #0028BC;
}

.drawer-trigger span.menu-icon:before {
  margin-top: -0.44444em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.drawer-trigger span.menu-icon:after {
  -webkit-box-shadow: 0 0.44444em 0 0 #fff;
          box-shadow: 0 0.44444em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.fixed-header #fsHeader .drawer-trigger span.menu-icon:after {
  -webkit-box-shadow: 0 0.44444em 0 0 #0028BC;
          box-shadow: 0 0.44444em 0 0 #0028BC;
}

.fixed-header.drawer-is-active #fsHeader .fsMenu .drawer-trigger span.menu-icon:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fixed-header.drawer-is-active #fsHeader .fsMenu .drawer-trigger span.menu-text {
  display: none;
}

.fixed-header.drawer-is-active .drawer-trigger span.menu-icon:after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.drawer-is-active .drawer-trigger span.menu-icon:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-is-active .drawer-trigger span.menu-icon:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-trigger span.menu-text {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.fsMenu .drawer-trigger span.menu-text {
  display: none !important;
}

.fixed-header .drawer-trigger span.menu-text {
  color: #0028BC;
}

.fixed-header .drawer-trigger span.menu-text:hover,
.fixed-header .drawer-trigger span.menu-text:focus {
  color: #1A171B;
}

.drawer-trigger:hover .menu-text {
  color: #D0F300;
}

@media (min-width: 1000px) {
  #fsMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9002;
  }
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0em;
  max-width: 55.55556em;
  background: #0028BC;
  padding: 25px;
}

@media (min-width: 1000px) {
  .fsMenu {
    padding: 40px;
  }
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 1000px) {
  .drawer-is-active .fsMenu {
    height: 100vh;
    overflow: scroll;
  }
}

.main-search {
  max-width: 570px;
  width: 100%;
  background: rgba(26, 23, 27, 0.2);
  border-bottom: solid 1px #fff;
}

.main-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-search label {
  font-size: 0;
  visibility: hidden;
  color: #fff;
  position: absolute;
  top: 0;
  left: -9999px;
}

.main-search .fsSearchElementKeyword {
  margin-bottom: 0;
  width: calc(100% - 40px);
}

.main-search .fsStyleSearchField {
  border: none;
  background: transparent;
  color: #fff;
}

.main-search .fsButtonClear {
  display: none;
}

.main-search .fsSearchElementSearchButton {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 0;
  width: 40px;
}

.main-search .fsSearchElementSearchButton:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #fff;
}

.nav-main-mobile {
  margin-bottom: 18px !important;
}

@media (min-width: 600px) {
  .nav-main-mobile {
    padding-top: 5px;
  }
}

.nav-main-mobile nav {
  position: relative;
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 {
    width: 48%;
  }
}

.nav-main-mobile .fsNavLevel1 li:last-child {
  border-bottom: 0;
}

.nav-main-mobile .fsNavLevel1 li:hover > a {
  color: #C4D3DD;
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li:hover > a .show-sublist {
    opacity: 1;
  }
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li:hover > a .show-sublist:before {
    content: "\E902";
  }
}

@media screen and (max-width: 599px) {
  .nav-main-mobile .fsNavLevel1 li.clickactive > a {
    color: #C4D3DD;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li.clickactive > a {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li.clickactive > a .show-sublist {
    opacity: 1;
  }
}

@media screen and (max-width: 599px) {
  .nav-main-mobile .fsNavLevel1 li.clickactive > a .show-sublist:before {
    content: "\E901";
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li.clickactive > a .show-sublist:before {
    content: "\E902";
  }
}

@media screen and (max-width: 599px) {
  .nav-main-mobile .fsNavLevel1 li.clickactive .fsNavPageInfo {
    z-index: 1;
    opacity: 1;
    -webkit-transition: z-index 0.3s ease 0s, opacity 0.3s ease;
    transition: z-index 0.3s ease 0s, opacity 0.3s ease;
    display: block;
  }
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li.active > a,
  .nav-main-mobile .fsNavLevel1 li.menu-item-open > a {
    color: #C4D3DD;
  }
}

@media (min-width: 600px) and (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li.active > a .show-sublist,
  .nav-main-mobile .fsNavLevel1 li.menu-item-open > a .show-sublist {
    opacity: 1;
  }
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li.active > a .show-sublist:before,
  .nav-main-mobile .fsNavLevel1 li.menu-item-open > a .show-sublist:before {
    content: "\E902";
  }

  .nav-main-mobile .fsNavLevel1 li.active .fsNavPageInfo,
  .nav-main-mobile .fsNavLevel1 li.menu-item-open .fsNavPageInfo {
    z-index: 1;
    opacity: 1;
    -webkit-transition: z-index 0.3s ease 0s, opacity 0.3s ease;
    transition: z-index 0.3s ease 0s, opacity 0.3s ease;
    display: block;
  }
}

.nav-main-mobile .fsNavLevel1 li a {
  display: block;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 6px 50px 6px 0;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  position: relative;
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li a {
    font-size: 30px;
    line-height: 1;
    padding: 20px 50px 20px 0;
  }
}

.nav-main-mobile .fsNavLevel1 li a .show-sublist {
  background: none;
  padding: 0;
  border: 0;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  width: 50px;
  height: 50px;
  text-align: right;
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li a .show-sublist {
    opacity: 0;
    width: auto;
    height: auto;
  }
}

.nav-main-mobile .fsNavLevel1 li a .show-sublist:before {
  font-size: 12px;
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavLevel1 li a .show-sublist:before {
    font-size: 40px;
    content: "\E902";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    display: block;
  }
}

.nav-main-mobile .fsNavLevel1 li a:focus {
  color: #C4D3DD;
}

.nav-main-mobile .fsNavPageInfo {
  opacity: 0;
  -webkit-transition: z-index 0.3s ease 0.3s, opacity 0.3s ease;
  transition: z-index 0.3s ease 0.3s, opacity 0.3s ease;
  display: none;
  padding: 2px 0 5px 0;
}

@media (min-width: 600px) {
  .nav-main-mobile .fsNavPageInfo {
    padding: 2px 0 0 0;
    width: calc((100% - 48%) - 103px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block;
  }
}

.nav-main-mobile .fsNavLevel2 li {
  border: 0;
}

.nav-main-mobile .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #fff;
}

.nav-main-mobile .fsNavLevel2 li a {
  font-size: 0.8125rem;
  line-height: 1.1764;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0;
  opacity: 1;
  position: static;
  -webkit-transition: color .3s;
  transition: color .3s;
  letter-spacing: 0;
}

.nav-main-mobile .fsNavLevel2 li a:after {
  content: normal;
}

.nav-main-mobile .fsNavLevel2 li a:hover,
.nav-main-mobile .fsNavLevel2 li a:focus {
  color: #C4D3DD;
}

.nav-portal-mobile .fsNavLevel1 > li > a {
  color: #fff;
}

.nav-portal-mobile .fsNavLevel1 > li > a:hover,
.nav-portal-mobile .fsNavLevel1 > li > a:focus {
  color: #C4D3DD;
}

.nav-portal-mobile .fsNavLevel2 {
  display: none;
}

.nav-utility-mobile .fsNavLevel1 > li > a {
  color: #fff;
}

.nav-utility-mobile .fsNavLevel1 > li > a:hover,
.nav-utility-mobile .fsNavLevel1 > li > a:focus {
  color: #C4D3DD;
}

.nav-utility-mobile .fsNavLevel2 {
  display: none;
}

.mobile-logo {
  width: 118px;
  position: absolute;
  top: 25px;
}

@media (min-width: 1000px) {
  .mobile-logo {
    display: none;
  }
}

.nav-social .fsElementTitle {
  font-size: 20px;
  color: #fff;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\F0D2";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "\F173";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "\F1CA";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\F1D7";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
  content: "\F16E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "\F19A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\F09E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: #3b5998;
  border-color: #3b5998;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #3f729b;
  border-color: #3f729b;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #0077b5;
  border-color: #0077b5;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
.nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #cc2127;
  border-color: #cc2127;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
.nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #35465c;
  border-color: #35465c;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
.nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #55acee;
  border-color: #55acee;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #1ab7ea;
  border-color: #1ab7ea;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
.nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #00b488;
  border-color: #00b488;
}

.nav-social .fsNavLevel1 [href*='vine']:hover:before,
.nav-social .fsNavLevel1 [href*='vine']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #cd201f;
  border-color: #cd201f;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
.nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #37bf21;
  border-color: #37bf21;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover:before,
.nav-social .fsNavLevel1 [href*='wechat']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #2090d9;
  border-color: #2090d9;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover:before,
.nav-social .fsNavLevel1 [href*='flickr']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #0f74a8;
  border-color: #0f74a8;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
.nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #f26522;
  border-color: #f26522;
}

.nav-social .fsNavLevel1 [href*='rss']:hover:before,
.nav-social .fsNavLevel1 [href*='rss']:focus:before {
  color: #fff;
}

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #0028BC;
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #fff;
}

.header-utility-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 4px 0 0 30px;
}

@media (max-width: 1080px) {
  .header-utility-left {
    display: none !important;
  }
}

.header-utility-left .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.header-utility-left .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.header-utility-left .fsNavLevel1 li {
  font-size: 16px;
  line-height: 22px;
}

.header-utility-left .fsNavLevel1 li:not(:last-child) {
  margin-right: 30px;
}

.header-utility-left .fsNavLevel1 li a {
  color: #fff;
  font-weight: 700;
}

.header-utility-left .fsNavLevel1 li a:hover,
.header-utility-left .fsNavLevel1 li a:focus {
  color: #D0F300;
}

@media (min-width: 1080px) {
  .fixed-header .header-utility-left .fsNavLevel1 li a {
    color: #0028BC;
  }

  .fixed-header .header-utility-left .fsNavLevel1 li a:hover,
  .fixed-header .header-utility-left .fsNavLevel1 li a:focus {
    color: #1A171B;
  }
}

.header-utility-left .fsNavLevel1 li.login-icon > a:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-size: 1.4em;
}

.header-utility-left .fsNavLevel1 li.calendar-icon > a:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-size: 1.4em;
}

.header-utility-left .fsNavLevel1 li.search-toggle > a:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-size: 1.4em;
}

.header-utility-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 9px 30px 0 0;
}

@media (max-width: 1080px) {
  .header-utility-right {
    display: none !important;
  }
}

.header-utility-right .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.header-utility-right .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.header-utility-right .fsNavLevel1 li {
  font-size: 16px;
  line-height: 22px;
}

.header-utility-right .fsNavLevel1 li:not(:first-child) {
  margin-left: 30px;
}

.header-utility-right .fsNavLevel1 li a {
  color: #fff;
  font-weight: 700;
}

.header-utility-right .fsNavLevel1 li a:hover,
.header-utility-right .fsNavLevel1 li a:focus {
  color: #D0F300;
}

@media (min-width: 1080px) {
  .fixed-header .header-utility-right .fsNavLevel1 li a {
    color: #0028BC;
  }

  .fixed-header .header-utility-right .fsNavLevel1 li a:hover,
  .fixed-header .header-utility-right .fsNavLevel1 li a:focus {
    color: #1A171B;
  }
}

.nav-utility-footer {
  width: 100%;
  margin-bottom: 20px !important;
}

.nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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;
}

@media (min-width: 700px) {
  .nav-utility-footer .fsNavLevel1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-utility-footer .fsNavLevel1 > li {
  padding: 0 5px;
}

.nav-utility-footer .fsNavLevel1 > li:first-child {
  padding-left: 0;
}

.nav-utility-footer .fsNavLevel1 > li:last-child {
  padding-right: 0;
}

.nav-utility-footer .fsNavLevel1 > li > a {
  color: #B0C4D2;
  font-size: 11px;
  padding: 5px 0;
}

@media (min-width: 600px) {
  .nav-utility-footer .fsNavLevel1 > li > a {
    font-size: 14px;
  }
}

/*! structure - header v0.0.1 */

.skip-to-content {
  margin: 0;
}

.skip-to-content a {
  position: absolute;
  top: -37px;
  left: 0;
  background-color: #fff;
  -webkit-transition: top .3s ease-out;
  transition: top .3s ease-out;
  z-index: 9999;
  color: #1A171B;
  display: block;
  padding: 4px 10px;
}

.skip-to-content a:focus {
  top: 0;
  -webkit-transition: top .3s ease-out;
  transition: top .3s ease-out;
}

#fsHeader {
  background: #fff;
  padding-bottom: 50px;
}

@media (min-width: 700px) {
  #fsHeader.has-hero {
    padding-bottom: 150px;
  }
}

@media (min-width: 700px) {
  #fsHeader .fsBanner {
    background: #0028BC;
  }
}

@media (min-width: 700px) {
  .alt-blue #fsHeader .fsBanner {
    background: #0280FF;
  }
}

.logo-container {
  background: #0028BC;
  padding: 25px 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .logo-container {
    background: transparent;
  }
}

@media (min-width: 1080px) {
  .fixed-header .logo-container {
    padding: 15px 40px;
    position: fixed !important;
    top: -189px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08) !important;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08) !important;
    z-index: 9001;
    -webkit-transform: translate(0, 189px);
        -ms-transform: translate(0, 189px);
            transform: translate(0, 189px);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

.logo-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alt-blue .logo-container {
  background: #0280FF;
}

@media (min-width: 700px) {
  .alt-blue .logo-container {
    background: transparent;
  }
}

.title-photo-container {
  background: #0028BC;
  padding: 0 0 0 25px;
}

@media (min-width: 700px) {
  .title-photo-container {
    margin-bottom: 0;
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .title-photo-container {
    padding-left: 0;
  }
}

.title-photo-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.title-photo-container h1 {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1;
}

@media (min-width: 700px) {
  .title-photo-container h1 {
    font-size: 8vw;
  }
}

@media (min-width: 1200px) {
  .title-photo-container h1 {
    font-size: 100px;
  }
}

.title-photo-container .hero-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 78%;
  height: 84vw;
  margin-bottom: -18vw;
}

@media (min-width: 700px) {
  .title-photo-container .hero-image {
    width: 74.57627118644068%;
    height: 60vw;
    max-width: 880px;
    max-height: 650px;
    margin-bottom: -150px;
  }
}

.title-photo-container .hero-image img {
  display: none;
}

.alt-blue .title-photo-container {
  background: #0280FF;
}

@media (min-width: 700px) {
  .alt-blue .title-photo-container {
    background: transparent;
  }
}

.site-info-container {
  margin-bottom: 0;
}

.site-info-container a {
  display: block;
  color: transparent;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 118px;
  height: 82px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.svg .site-info-container a {
  background-image: url(images/logo.svg);
}

.no-svg .site-info-container a {
  background-image: url(images/logo.png);
}

.fixed-header .site-info-container a {
  width: 69px;
  height: 57px;
  background-image: url(images/sticky-logo.svg);
  background-size: contain;
}

.site-info-container a:hover {
  color: transparent;
}

.svg body.athletics-section .site-info-container a {
  background-image: url(images/mavericks-full-logo.png);
  background-size: contain;
}

body.athletics-section.fixed-header .site-info-container a {
  background-image: url(images/mavericks-small-logo.svg);
  background-size: contain;
}

body:not(.fixed-header) .logo-container.institute {
  background-size: cover !important;
  height: 85vmin !important;
  z-index: 10;
  position: relative;
}

body:not(.fixed-header) .logo-container.institute:before {
  display: block;
  content: '';
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

#fsHeader .site-info-container.inline-image {
  width: 118px;
}

#fsHeader .site-info-container.inline-image figure {
  width: 100%;
}

#fsHeader .site-info-container.inline-image a {
  background: none !important;
  width: 100%;
}

#fsHeader .site-info-container.inline-image a img {
  width: 100%;
}

#fsHeader .site-info-container.inline-image.blue-logo {
  display: none;
}

.fixed-header #fsHeader .site-info-container.inline-image.white-logo {
  display: none;
}

.fixed-header #fsHeader .site-info-container.inline-image.blue-logo {
  display: block;
}

.fixed-header #fsHeader .site-info-container.inline-image img {
  width: auto;
  max-height: 57px;
}

body:not(.fixed-header) .logo-container.athletics-landing {
  background-color: #0028BC;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 415px !important;
  z-index: 10;
  position: relative;
}

body:not(.fixed-header) .logo-container.athletics-landing > .fsElementContent {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fixed-header) .logo-container.athletics-landing .athletics-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  clear: both;
  width: 100%;
  margin: 30px 0 0 0;
}

body:not(.fixed-header) .logo-container.athletics-landing .athletics-logo > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

body.fixed-header .athletics-logo {
  display: none;
}

#fsFooter {
  padding: 60px 25px 10px 25px;
  color: #fff;
}

@media (min-width: 700px) {
  #fsFooter {
    padding: 100px 25px 10px 25px;
  }
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsFooter .fsBanner:after {
  content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

#fsFooter .left-container {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 700px) {
  #fsFooter .left-container {
    width: 40.67796610169492%;
  }
}

#fsFooter .site-info-container {
  margin-bottom: 50px;
}

#fsFooter .footer-links .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsFooter .footer-links .fsNavLevel1 > li > a {
  color: #fff;
  font-size: 15px;
  padding: 5px;
}

@media (min-width: 700px) {
  #fsFooter .footer-links .fsNavLevel1 > li > a {
    font-size: 18px;
  }
}

#fsFooter .footer-links .fsNavLevel1 > li > a:hover,
#fsFooter .footer-links .fsNavLevel1 > li > a:focus {
  text-decoration: underline;
}

#fsFooter .address-container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsFooter .address-container .fsDiv {
  float: none;
  padding: 0;
  margin-bottom: 0;
}

#fsFooter .address-container .fsStyleColumn-1 {
  padding-right: 10px;
}

#fsFooter .address-container .fsStyleColumn-2 {
  padding-left: 10px;
}

#fsFooter .utility-container {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 700px) {
  #fsFooter .utility-container {
    width: 40.67796610169492%;
  }
}

#fsFooter .nav-social {
  margin-bottom: 50px;
}

.school-details {
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
}

@media (min-width: 600px) {
  .school-details {
    font-size: 14px;
  }
}

.school-details [itemprop='name'] {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 600px) {
  .school-details [itemprop='name'] {
    font-size: 15px;
  }
}

.school-details .grad-desc {
  display: block;
  margin-bottom: 15px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-family: "Sailec W00", sans-serif;
  background: #0028BC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 18px;
  line-height: 28px;
  color: #1A171B;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

@media (min-width: 1080px) {
  body:not(.home).fixed-header #fsPageBodyWrapper {
    margin-top: 127px;
  }
}

@media (min-width: 1080px) {
  body.institute-page.fixed-header #fsPageBodyWrapper {
    margin-top: 85vmin !important;
  }
}

@media (min-width: 1080px) {
  body.athletics-hero.fixed-header #fsPageBodyWrapper {
    margin-top: 415px !important;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 700px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 20px;
    width: 300px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 20px;
    width: 300px;
  }
}

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 700px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 300px);
  }
}

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 300px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 300px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 600px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 300px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 300px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 300px;
  }
}

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}

@media (min-width: 700px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 700px) {
  .fsLayout .fsDiv {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}

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

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

.fsTwoColumnLayout.wide-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fsTwoColumnLayout.wide-left .fsDiv {
  float: none;
}

@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left .fsStyleColumn-1 {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout.wide-left .fsStyleColumn-2 {
    width: 280px;
  }
}

.fsTwoColumnLayout.wide-left.lead-in {
  margin-bottom: 0;
}

@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: 700px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 20px;
    width: 300px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 300px);
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout > header,
  .fsElephantLeftLayout > header {
    padding-left: 0;
    padding-right: 0;
  }
}

.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% - 300px);
  }
}

.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: 20px;
    width: 300px;
  }
}

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

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

@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: 20px;
    width: 300px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

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

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 300px);
  }
}

@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% - 300px);
  }
}

@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% - 300px);
  }
}

@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: 20px;
    width: 300px;
  }
}

.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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    width: 300px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 300px);
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout > header,
  .fsElephantRightLayout > header {
    padding-left: 0;
    padding-right: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

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

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 300px);
  }
}

@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% - 300px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 300px;
  }
}

@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: 20px;
    width: 300px;
  }
}

.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: 20px;
    width: 300px;
  }
}

.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% - 300px);
  }
}

@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% - 300px);
  }
}

@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: 20px;
    width: 300px;
  }
}

.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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

/*! 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[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: -webkit-box;
  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: 18px;
  line-height: 28px;
}

.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 #b0c5d0;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fsConstituentSearchForm > label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #b0c5d0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 34px;
  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: #C4D3DD;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2px;
  display: block;
  padding: 8px 13.33333px;
  color: #0028BC;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #0028BC;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  background: #F0F4F6;
  padding: 40px 30px;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #C4D3DD;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #0028BC;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "\E901";
}

.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  content: "\E903";
}

.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  content: "\E901";
}

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

.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: 60px;
}

.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: '';
}

/*! 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: 18px;
  line-height: 28px;
  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;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  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 #F0F4F6;
}

.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 */

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
}

.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: #0028BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
}

.fsCalendar .fsDate > span {
  display: block;
}

.fsCalendar .fsTitle {
  margin-bottom: 15px;
}

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

/*! _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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -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 {
    -webkit-box-ordinal-group: 4;
        -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(0, 40, 188, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 40, 188, 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(0, 40, 188, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 40, 188, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -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;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1A171B;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #5c5260;
  color: #fff;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -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 .fsAlertFeeds {
  float: none;
}

@media (max-width: 600px) {
  .fsCalendar.fsSlideshow article {
    padding-left: 1em;
    padding-top: 100px;
  }

  .fsCalendar.fsSlideshow article .fsDate {
    right: 0;
    margin: auto;
  }
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

@media (max-width: 600px) {
  .fsCalendar.fsDialog article {
    padding-left: 1em;
    padding-top: 100px;
  }

  .fsCalendar.fsDialog article .fsDate {
    right: 0;
    margin: auto;
  }
}

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.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: "Sailec W00", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #1A171B;
}

.fsComposerFormEmbed form input {
  border: solid 1px #b0c5d0;
}

.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 #b0c5d0;
}

.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;
}

.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: #0028BC;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #575757;
}

.fsComposerFormEmbed form .required {
  color: #0028BC;
}

.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: #0028BC;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #575757;
  -webkit-transition: .3s;
  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 {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #0028BC;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #0280FF;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Sailec W00", 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;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  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: #352e37;
}

:-moz-placeholder {
  color: #352e37;
}

::-moz-placeholder {
  color: #352e37;
}

:-ms-input-placeholder {
  color: #352e37;
}

/*! 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: #F0F4F6;
}

.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;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1A171B;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #5c5260;
  color: #fff;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1A171B;
  font-family: "Sailec W00", 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%;
  -webkit-transform: translateY(-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: #D0F300;
  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: 18px;
  font-family: "Freight Text W01", Georgia, serif;
}

.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%;
  -webkit-transform: translateX(-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: "Sailec W00", sans-serif;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  background-color: #D0F300;
  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(208, 243, 0, 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;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    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.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 */

.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 .fsThumbnail {
  margin-bottom: 20px;
}

.fsPostElement .fsThumbnail img {
  display: block;
}

.fsPostElement .fsTitle {
  margin-bottom: 15px;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource 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 table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.site-search {
  position: fixed;
  top: 0;
  left: 0;
  height: 130px;
  width: 100vw;
  background: #F0F4F6;
  border-bottom: 1px solid #C4D3DD;
  z-index: 9003;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-transform: translate(0, -130px);
      -ms-transform: translate(0, -130px);
          transform: translate(0, -130px);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

@media (max-width: 1080px) {
  .site-search {
    display: none !important;
  }
}

.site-search > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 44.44444em;
  max-width: 50rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-search > header .fsElementHeaderContent {
  margin: 0;
}

.search-active .site-search {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.site-search form {
  width: 100%;
  height: 60px;
  position: relative;
}

.site-search form * {
  margin: 0 !important;
}

.site-search form label {
  font-size: 0;
  color: transparent;
  position: absolute;
}

.site-search form .fsSearchElementKeyword {
  margin: 0;
  height: 60px;
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
}

.site-search form .fsSearchElementKeyword ::-webkit-input-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword :-moz-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword ::-moz-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword :-ms-input-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword .fsStyleSearchField {
  height: 100%;
  width: 100%;
  border: 0;
  font-size: 18px;
  background: #fff;
  color: #1A171B;
  border: 1px solid #C4D3DD;
  border-right: 0;
  padding-left: 20px;
}

.site-search form .fsButtonClear {
  top: 22px;
}

.site-search form .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  font-size: 0;
  background: #fff;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #C4D3DD;
  border-left: 0;
}

.site-search form .fsSearchElementSearchButton:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  line-height: 1em;
  color: #1A171B;
}

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

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

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

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

.site-search .search-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40px;
  right: 60px;
  font-size: 0;
  color: transparent;
  z-index: 9000;
  cursor: pointer;
}

.site-search .search-close:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #1A171B;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-search .search-close:hover:before {
  color: #0028BC;
}

/*! _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 #1A171B;
}

.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: 50px !important;
  color: #1A171B;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-family: "Sailec W00", 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: 75px;
  background: #0028BC;
  position: absolute;
  -webkit-transition: .3s;
  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: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 18px;
  font-family: "Sailec W00", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  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;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.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: "Sailec W00", sans-serif;
  font-size: 18px;
}

.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: #1A171B;
}

.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: #1A171B;
}

.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: #0028BC !important;
  outline: transparent;
}

.fsSearchResults a.gs-title:hover,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.fsSearchFieldWithResults a.gs-title:hover,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #575757 !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: 18px;
}

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.site-search {
  position: fixed;
  top: 0;
  left: 0;
  height: 130px;
  width: 100vw;
  background: #F0F4F6;
  border-bottom: 1px solid #C4D3DD;
  z-index: 9003;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-transform: translate(0, -130px);
      -ms-transform: translate(0, -130px);
          transform: translate(0, -130px);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

@media (max-width: 1080px) {
  .site-search {
    display: none !important;
  }
}

.site-search > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 44.44444em;
  max-width: 50rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-search > header .fsElementHeaderContent {
  margin: 0;
}

.search-active .site-search {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.site-search form {
  width: 100%;
  height: 60px;
  position: relative;
}

.site-search form * {
  margin: 0 !important;
}

.site-search form label {
  font-size: 0;
  color: transparent;
  position: absolute;
}

.site-search form .fsSearchElementKeyword {
  margin: 0;
  height: 60px;
  width: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
}

.site-search form .fsSearchElementKeyword ::-webkit-input-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword :-moz-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword ::-moz-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword :-ms-input-placeholder {
  color: #C4D3DD;
}

.site-search form .fsSearchElementKeyword .fsStyleSearchField {
  height: 100%;
  width: 100%;
  border: 0;
  font-size: 18px;
  background: #fff;
  color: #1A171B;
  border: 1px solid #C4D3DD;
  border-right: 0;
  padding-left: 20px;
}

.site-search form .fsButtonClear {
  top: 22px;
}

.site-search form .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  font-size: 0;
  background: #fff;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #C4D3DD;
  border-left: 0;
}

.site-search form .fsSearchElementSearchButton:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  line-height: 1em;
  color: #1A171B;
}

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

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

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

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

.site-search .search-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 40px;
  right: 60px;
  font-size: 0;
  color: transparent;
  z-index: 9000;
  cursor: pointer;
}

.site-search .search-close:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #1A171B;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-search .search-close:hover:before {
  color: #0028BC;
}

/*! 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 #F0F4F6;
}

.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 #F0F4F6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #F0F4F6;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover: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;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1A171B;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #5c5260;
  color: #fff;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

/*! 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 #F0F4F6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #F0F4F6;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover: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;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1A171B;
  color: #fff;
  border-radius: 0;
  text-align: center;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #5c5260;
  color: #fff;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 2px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2px;
  display: block;
  padding: 8px 13.33333px;
  color: #0028BC;
  -webkit-transition: .3s;
  transition: .3s;
  background: #C4D3DD;
  color: #0028BC;
}

.fsTabs .fsTabsNav li a:hover {
  background: #0028BC;
  color: #fff;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #0028BC;
  color: #fff;
}

.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;
}

.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 */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout > .fsDiv .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch,
.wide-right > .fsStyleColumn-1 .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch > div,
.wide-right > .fsStyleColumn-1 .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch .fsFieldContainer,
.wide-right > .fsStyleColumn-1 .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.wide-right > .fsStyleColumn-1 .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch .fsElementToolsSearchButton,
.wide-right > .fsStyleColumn-1 .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;
  background: #0028BC;
}

.fsElementToolsSearchButton:hover,
.fsElementToolsSearchButton:focus {
  background: #0280FF;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #C4D3DD;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #C4D3DD;
  background: white;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #F0F4F6;
          box-shadow: inset 0 -1px 0 0 #F0F4F6;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e0e8ec;
  color: #1A171B;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #c0d1d9;
  color: #1A171B;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #F0F4F6;
  color: #b0c5d0;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #3d66ff;
  color: #fff;
}

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

.fsTagFilter .fsStyleSelectList > li .fsTagLink {
  background: #0028BC;
}

.fsTagFilter .fsStyleSelectList > li .fsTagLink:hover,
.fsTagFilter .fsStyleSelectList > li .fsTagLink:focus {
  background: #0280FF;
}

.fsTagFilter .fsStyleSelectList > li.fsStateSelected .fsTagLink {
  background: #0280FF;
}

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #0028BC;
}

.callout-box-light {
  padding: 20px;
  background: #F0F4F6;
}

.callout-box-light header {
  margin: -20px -20px 20px -20px;
}

.callout-box-light header picture {
  display: block;
}

.callout-box-light header img {
  width: 100%;
  display: block;
}

.callout-box-light a:hover,
.callout-box-light a:focus {
  text-decoration: underline;
}

.callout-box-dark {
  padding: 20px;
  background: #575757;
  color: #fff;
}

.callout-box-dark header {
  margin: -20px -20px 20px -20px;
}

.callout-box-dark header picture {
  display: block;
}

.callout-box-dark header img {
  width: 100%;
  display: block;
}

.callout-box-dark h2,
.callout-box-dark h3,
.callout-box-dark h4,
.callout-box-dark h5,
.callout-box-dark h6 {
  color: #fff;
}

.callout-box-dark a {
  color: #fff;
}

.callout-box-dark a:hover,
.callout-box-dark a:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.white-bg {
  background: #fff;
}

.white-bg.fsContainer {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  padding: 40px 25px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .white-bg.fsContainer {
    padding: 100px 25px;
  }
}

.white-bg.fsContainer header {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.white-bg.fsContainer .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.white-bg.fsContainer footer {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.lt-gray-bg {
  background: #F0F4F6;
}

.lt-gray-bg.fsContainer {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  padding: 40px 25px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .lt-gray-bg.fsContainer {
    padding: 100px 25px;
  }
}

.lt-gray-bg.fsContainer header {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.lt-gray-bg.fsContainer .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.lt-gray-bg.fsContainer footer {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.med-gray-bg,
.med-gray-bg-padding {
  background: #C4D3DD;
}

.med-gray-bg.fsContainer,
.med-gray-bg-padding.fsContainer {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  padding: 40px 25px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .med-gray-bg.fsContainer,
  .med-gray-bg-padding.fsContainer {
    padding: 100px 25px;
  }
}

.med-gray-bg.fsContainer header,
.med-gray-bg-padding.fsContainer header {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.med-gray-bg.fsContainer .fsElementContent,
.med-gray-bg-padding.fsContainer .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.med-gray-bg.fsContainer footer,
.med-gray-bg-padding.fsContainer footer {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.med-gray-bg-padding {
  padding-top: 36px;
}

.med-gray-bg-padding header h2 {
  margin-bottom: 30px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.fsContainer.indented-content {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  padding: 40px 25px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .fsContainer.indented-content {
    padding: 100px 25px;
  }
}

.fsContainer.indented-content header {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.fsContainer.indented-content .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.fsContainer.indented-content footer {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

@media (min-width: 1000px) {
  .fsContainer.indented-content .margin-wrap {
    margin-left: 33.33333333333333%;
  }
}

.narrow-width {
  margin: 0;
}

@media (min-width: 1000px) {
  .narrow-width {
    margin-left: 33.33333333333333%;
    width: calc(100% - 33.33333333333333%);
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .split-content-image figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body:not(.fsComposeMode) .split-content-image picture {
  height: 100vw;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .split-content-image picture {
    width: 50%;
    max-height: 720px;
  }
}

body:not(.fsComposeMode) .split-content-image picture img {
  display: none;
}

body:not(.fsComposeMode) .split-content-image figcaption {
  padding: 25px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .split-content-image figcaption {
    width: 50%;
    font-size: 18px;
    line-height: 28px;
  }
}

body:not(.fsComposeMode) .split-content-image figcaption h2 {
  font-size: 26px;
  margin-bottom: 25px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .split-content-image figcaption h2 {
    font-size: 40px;
  }
}

body:not(.fsComposeMode) .split-content-image.image-right picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body:not(.fsComposeMode) .split-content-image.image-right figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsGrid.split-content-3-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent {
    width: 50%;
  }
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent article {
  padding: 0;
  margin: 0;
  float: none;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent article:first-child {
  width: 100%;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent article:nth-child(2) {
  width: 50%;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent article:last-child {
  width: 50%;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 36vw;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent picture {
    max-height: 350px;
  }
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent picture img {
  display: none;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image > .fsElementContent figcaption {
  display: none;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image .fsListItems {
  margin: 0;
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image header,
body:not(.fsComposeMode) .fsGrid.split-content-3-image footer {
  font-size: 15px;
  padding: 25px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsGrid.split-content-3-image header,
  body:not(.fsComposeMode) .fsGrid.split-content-3-image footer {
    font-size: 18px;
    line-height: 28px;
    width: 50%;
  }
}

body:not(.fsComposeMode) .fsGrid.split-content-3-image header h2,
body:not(.fsComposeMode) .fsGrid.split-content-3-image footer h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 25px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .fsGrid.split-content-3-image header h2,
  body:not(.fsComposeMode) .fsGrid.split-content-3-image footer h2 {
    font-size: 40px;
  }
}

body:not(.fsComposeMode) .bg-image-panel {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .bg-image-panel {
    background-image: none !important;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel {
    max-height: 860px;
    height: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body:not(.fsComposeMode) .bg-image-panel .fsElementContent picture {
  display: block;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel .fsElementContent picture img {
    display: none;
  }
}

body:not(.fsComposeMode) .bg-image-panel footer {
  font-size: 15px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel footer {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
  }
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent {
  background: #fff;
  padding: 25px;
  margin-top: 0;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent,
  body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent {
    width: 50%;
    padding: 50px;
  }
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent ul,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent ul li,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent ul li {
  position: relative;
  padding-left: 15px;
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent ul li:before,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0028BC;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent ul li ul,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent ul li ul {
  margin: 0;
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent ul li ul li:before,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent ul li ul li:before {
  border: 2px solid #0028BC;
  background: transparent;
}

body:not(.fsComposeMode) .bg-image-panel footer .fsElementHeaderContent ul li ul li li:before,
body:not(.fsComposeMode) .bg-image-panel footer .fsElementFooterContent ul li ul li li:before {
  height: 3px;
  top: 12px;
}

body:not(.fsComposeMode) .bg-image-panel footer h2 {
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel footer h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel footer {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

body:not(.fsComposeMode) .bg-image-panel header {
  font-size: 15px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel header {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 28px;
  }
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent {
  background: #fff;
  padding: 25px;
  margin-top: 0;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent,
  body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent {
    width: 50%;
    padding: 50px;
  }
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent ul,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent ul li,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent ul li {
  position: relative;
  padding-left: 15px;
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent ul li:before,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0028BC;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent ul li ul,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent ul li ul {
  margin: 0;
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent ul li ul li:before,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent ul li ul li:before {
  border: 2px solid #0028BC;
  background: transparent;
}

body:not(.fsComposeMode) .bg-image-panel header .fsElementHeaderContent ul li ul li li:before,
body:not(.fsComposeMode) .bg-image-panel header .fsElementFooterContent ul li ul li li:before {
  height: 3px;
  top: 12px;
}

body:not(.fsComposeMode) .bg-image-panel header h2 {
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel header {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel.floated footer {
    max-width: 100%;
  }

  body:not(.fsComposeMode) .bg-image-panel.floated footer .fsElementFooterContent {
    max-width: 500px;
  }
}

body:not(.fsComposeMode) .bg-image-panel-3 {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 25px 140px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel-3 {
    padding: 25px;
    max-height: 800px;
    height: 56vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel-3 .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
  }
}

body:not(.fsComposeMode) .bg-image-panel-3 picture {
  display: none;
}

body:not(.fsComposeMode) .bg-image-panel-3 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption {
  background: #fff;
  line-height: normal;
  padding: 20px;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption ul li {
  position: relative;
  padding-left: 15px;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0028BC;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption ul li ul {
  margin: 0;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption ul li ul li:before {
  border: 2px solid #0028BC;
  background: transparent;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption ul li ul li li:before {
  height: 3px;
  top: 12px;
}

@media (max-width: 600px) {
  body:not(.fsComposeMode) .bg-image-panel-3 figcaption {
    font-size: 15px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .bg-image-panel-3 figcaption {
    width: 49.15254237288136%;
    padding: 50px;
  }
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption p {
  margin: 0;
}

body:not(.fsComposeMode) .bg-image-panel-3 figcaption .fs_style_24 {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  body:not(.fsComposeMode) .bg-image-panel-3 figcaption .fs_style_24 {
    font-size: 22px;
  }
}

body:not(.fsComposeMode) .quote-panel {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  background: #D0F300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .quote-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 25px;
  }
}

body:not(.fsComposeMode) .quote-panel header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -25px;
  margin-top: 20px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .quote-panel header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

body:not(.fsComposeMode) .quote-panel header .fsElementHeaderContent {
  border-left: solid 5px #1A171B;
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 20px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .quote-panel header .fsElementHeaderContent {
    font-size: 14px;
  }
}

body:not(.fsComposeMode) .quote-panel header .fsElementHeaderContent strong {
  font-size: 15px;
  text-transform: none;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .quote-panel header .fsElementHeaderContent strong {
    font-size: 32px;
  }
}

body:not(.fsComposeMode) .quote-panel header p {
  margin: 0;
}

body:not(.fsComposeMode) .quote-panel .fsElementContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Freight Text W01", Georgia, serif;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .quote-panel .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 40px;
    line-height: 59px;
    padding-left: 25.42372881355932vw;
    left: -28%;
    -webkit-transform: translate3d(28%, 0, 0);
            transform: translate3d(28%, 0, 0);
    -webkit-box-flex: 0;
        -ms-flex: 0 2 auto;
            flex: 0 2 auto;
  }
}

body:not(.fsComposeMode) .slate,
body:not(.fsComposeMode) .blue {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  margin: 0;
  padding: 40px 20px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .slate,
  body:not(.fsComposeMode) .blue {
    padding: 60px 20px;
  }
}

body:not(.fsComposeMode) .slate > header,
body:not(.fsComposeMode) .blue > header {
  display: none;
}

body:not(.fsComposeMode) .slate .fsElementTitle,
body:not(.fsComposeMode) .blue .fsElementTitle {
  text-align: center;
}

body:not(.fsComposeMode) .slate .fsElementContent,
body:not(.fsComposeMode) .blue .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

body:not(.fsComposeMode) .slate {
  background-color: #B0C4D2;
}

body:not(.fsComposeMode) .blue {
  background-color: #61C0FF;
}

.one-column-custom-bullets ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.one-column-custom-bullets ul li {
  position: relative;
  padding-left: 15px;
}

.one-column-custom-bullets ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0028BC;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

.one-column-custom-bullets ul li ul {
  margin: 0;
}

.one-column-custom-bullets ul li ul li:before {
  border: 2px solid #0028BC;
  background: transparent;
}

.one-column-custom-bullets ul li ul li li:before {
  height: 3px;
  top: 12px;
}

.one-column-custom-bullets.orange ul li:before {
  background: #f15b40;
}

.two-column-custom-bullets ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.two-column-custom-bullets ul li {
  position: relative;
  padding-left: 15px;
}

.two-column-custom-bullets ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0028BC;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}

.two-column-custom-bullets ul li ul {
  margin: 0;
}

.two-column-custom-bullets ul li ul li:before {
  border: 2px solid #0028BC;
  background: transparent;
}

.two-column-custom-bullets ul li ul li li:before {
  height: 3px;
  top: 12px;
}

.two-column-custom-bullets.orange ul li:before {
  background: #f15b40;
}

@media (min-width: 1000px) {
  .two-column-custom-bullets ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1000px) {
  .two-column-custom-bullets ul li {
    page-break-inside: avoid;
  }
}

.infographics-slider article {
  text-align: center;
}

.infographics-slider article .fsTitle {
  color: #0028BC;
  font-size: 95px;
  font-weight: 500;
  line-height: normal;
}

@media (min-width: 1000px) {
  .infographics-slider article .fsTitle {
    font-size: 120px;
  }
}

.infographics-slider article .fsSummary {
  font-size: 15px;
}

.infographics-slider .fsPrevButton,
.infographics-slider .fsNextButton {
  width: 34px;
  height: 34px;
}

.infographics-slider .fsPrevButton:before,
.infographics-slider .fsNextButton:before {
  color: #0028BC;
  font-size: 34px;
}

.infographics-slider .fsPrevButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.infographics-slider .fsNextButton:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .custom-post-slider {
  padding: 80px 15px;
}

body:not(.fsComposeMode) .custom-post-slider.no-padding {
  padding: 0 15px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsElementContent {
    padding: 0 40px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsElementTitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsElementTitle {
    font-size: 40px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
}

body:not(.fsComposeMode) .custom-post-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode) .custom-post-slider article {
  position: relative;
  padding: 0;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode) .custom-post-slider article.color-1 {
  background: #D0F300;
}

body:not(.fsComposeMode) .custom-post-slider article.color-1 .fsTitle,
body:not(.fsComposeMode) .custom-post-slider article.color-1 .fsSummary {
  background: #D0F300;
}

body:not(.fsComposeMode) .custom-post-slider article.color-1:hover figcaption,
body:not(.fsComposeMode) .custom-post-slider article.color-1:focus figcaption {
  background: #D0F300;
}

body:not(.fsComposeMode) .custom-post-slider article.color-2 {
  background: #0028BC;
}

body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsTitle,
body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsSummary {
  background: #0028BC;
  color: #fff;
}

body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsTitle a,
body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsSummary a {
  color: inherit;
}

body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsTitle a:hover,
body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsSummary a:hover {
  color: rgba(255, 255, 255, 0.8);
}

body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsTitle {
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

body:not(.fsComposeMode) .custom-post-slider article.color-2 .fsSummary {
  top: -100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

body:not(.fsComposeMode) .custom-post-slider article.color-2:hover figcaption,
body:not(.fsComposeMode) .custom-post-slider article.color-2:focus figcaption {
  background: #0028BC;
}

body:not(.fsComposeMode) .custom-post-slider article.color-3 {
  background: #C4D3DD;
}

body:not(.fsComposeMode) .custom-post-slider article.color-3 .fsTitle,
body:not(.fsComposeMode) .custom-post-slider article.color-3 .fsSummary {
  background: #C4D3DD;
}

body:not(.fsComposeMode) .custom-post-slider article.color-3:hover figcaption,
body:not(.fsComposeMode) .custom-post-slider article.color-3:focus figcaption {
  background: #C4D3DD;
}

body:not(.fsComposeMode) .custom-post-slider article:hover .fsTitle,
body:not(.fsComposeMode) .custom-post-slider article:focus .fsTitle {
  top: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

body:not(.fsComposeMode) .custom-post-slider article:hover .fsSummary,
body:not(.fsComposeMode) .custom-post-slider article:focus .fsSummary {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

body:not(.fsComposeMode) .custom-post-slider .fsThumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vw;
  width: 100%;
  margin-bottom: 0;
  max-width: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .custom-post-slider .fsThumbnail {
    height: 70vw;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .custom-post-slider .fsThumbnail {
    height: 450px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .custom-post-slider figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body:not(.fsComposeMode) .custom-post-slider .fsTitle {
  font-size: 20px;
  padding: 20px;
  color: #1A171B;
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsTitle {
    padding: 40px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsTitle a {
  color: inherit;
}

body:not(.fsComposeMode) .custom-post-slider .fsTitle a:hover {
  color: #352e37;
}

body:not(.fsComposeMode) .custom-post-slider .fsSummary {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  padding: 0 20px 20px 20px;
  height: 300px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsSummary {
    padding: 0 40px 40px 40px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsSummary a {
  color: inherit;
}

body:not(.fsComposeMode) .custom-post-slider .fsPrevButton,
body:not(.fsComposeMode) .custom-post-slider .fsNextButton {
  width: 34px;
  height: 34px;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsPrevButton,
  body:not(.fsComposeMode) .custom-post-slider .fsNextButton {
    top: auto;
    bottom: -50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsPrevButton,
  body:not(.fsComposeMode) .custom-post-slider .fsNextButton {
    top: calc(50% - 143px);
    -webkit-transform: translateY(calc(-50% + 143px));
        -ms-transform: translateY(calc(-50% + 143px));
            transform: translateY(calc(-50% + 143px));
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsPrevButton:before,
body:not(.fsComposeMode) .custom-post-slider .fsNextButton:before {
  color: #0028BC;
  font-size: 34px;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsPrevButton {
    left: 25px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsPrevButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .custom-post-slider .fsNextButton {
    right: 25px;
  }
}

body:not(.fsComposeMode) .custom-post-slider .fsNextButton:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsHeader {
  padding-bottom: 0;
}

body.home:not(.fsComposeMode):not(.fixed-header) .logo-container {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.home .title-photo-container {
  display: none;
}

@media (min-width: 1000px) {
  .home .narrow-width {
    font-size: 32px;
    line-height: 48px;
  }

  .home .narrow-width span {
    line-height: 24px;
  }
}

body:not(.fsComposeMode) .home-slider {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
}

body:not(.fsComposeMode) .home-slider:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0px;
  top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

body:not(.fsComposeMode) .home-slider article {
  padding: 0;
}

body:not(.fsComposeMode) .home-slider picture {
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 132vw;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-slider picture {
    height: 70vw;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .home-slider picture {
    height: 63vw;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .home-slider picture {
    height: 80vh;
  }
}

body:not(.fsComposeMode) .home-slider picture img {
  width: 100%;
  display: none;
}

body:not(.fsComposeMode) .home-slider picture:before {
  content: '';
  background-image: url(images/the-n.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  width: 100%;
  height: 100%;
}

body:not(.fsComposeMode) .home-slider .fsPager {
  position: absolute;
  bottom: 10px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-slider .fsPager {
    bottom: 20px;
  }
}

body:not(.fsComposeMode) .home-slider .fsElementSlideshowControls > button {
  top: auto;
  right: 20px;
  bottom: 20px;
}

.video-container {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .video-container {
    padding: 0 0 120px 0;
  }

  .new .video-container {
    padding-bottom: 0;
  }
}

.video-container:before {
  content: '';
  background: #F0F4F6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.video-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
}

.home-video video {
  display: block;
}

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

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.66667em;
  padding: 1.11111em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  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: 40%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 20%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 10%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #1A171B;
  color: #1A171B;
}

.colors ol li:nth-of-type(1):after {
  content: "#1A171B";
}

.colors ol li:nth-of-type(2) {
  background: #0028BC;
  color: #0028BC;
}

.colors ol li:nth-of-type(2):after {
  content: "#0028BC";
}

.colors ol li:nth-of-type(3) {
  background: #D0F300;
  color: #D0F300;
}

.colors ol li:nth-of-type(3):after {
  content: "#D0F300";
}

.colors ol li:nth-of-type(4) {
  background: #0280FF;
  color: #0280FF;
}

.colors ol li:nth-of-type(4):after {
  content: "#0280FF";
}

.colors ol li:nth-of-type(5) {
  background: #C4D3DD;
  color: #C4D3DD;
}

.colors ol li:nth-of-type(5):after {
  content: "#C4D3DD";
}

.colors ol li:nth-of-type(6) {
  background: #B0C4D2;
  color: #B0C4D2;
}

.colors ol li:nth-of-type(6):after {
  content: "#B0C4D2";
}

.colors ol li:nth-of-type(7) {
  background: #F0F4F6;
  color: #F0F4F6;
}

.colors ol li:nth-of-type(7):after {
  content: "#F0F4F6";
}

.colors ol li:nth-of-type(5) {
  background: #C4D3DD;
  color: #C4D3DD;
}

.colors ol li:nth-of-type(5):after {
  content: "#C4D3DD";
}

.colors ol li:nth-of-type(9) {
  background: #575757;
  color: #575757;
}

.colors ol li:nth-of-type(9):after {
  content: "#575757";
}

.colors ol li:nth-of-type(10) {
  background: #9EDAED;
  color: #9EDAED;
}

.colors ol li:nth-of-type(10):after {
  content: "#9EDAED";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none;
}

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

.fonts ol li {
  margin-bottom: 0.27778em;
  padding: 0.27778em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Freight Text W01", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Freight Text W01, Georgia, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Sailec W00", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Sailec W00, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(4):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(5) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(5):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(6) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(6):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

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

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

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

.headers h4:after {
  content: " size: 18px / line: 20px";
}

.headers h5:after {
  content: " size: 16px / line: 18px";
}

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

.curriculum-treatment .fsElementEmpty {
  font-size: 0;
}

.curriculum-treatment .fsElementEmpty:after {
  content: 'No classes to display.';
  font-size: 16px;
}

.curriculum-treatment .nav-division {
  margin: 0 1% 40px 0;
}

.curriculum-treatment .nav-division ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding-left: 0;
}

.curriculum-treatment .nav-division ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.curriculum-treatment .nav-division ul li.fsStateSelected a {
  background: #0028BC;
  color: #fff;
}

.curriculum-treatment .nav-division ul li a {
  padding: 15px 0;
  margin: 0 auto;
  color: #0028BC;
  background: #fff;
  border: 1px solid #0028BC;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  display: inline-block;
  font-size: 14px;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #F0F4F6;
  color: #0028BC;
  border-radius: 0;
  text-align: center;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: color .3s;
  transition: color .3s;
  display: flex;
}

.curriculum-treatment .nav-division ul li a:hover,
.curriculum-treatment .nav-division ul li a:focus,
.fsStateSelected .curriculum-treatment .nav-division ul li a {
  background: white;
  color: #0028BC;
}

.curriculum-treatment .nav-division ul li a em {
  display: block;
  font-style: normal;
  font-size: 14px;
}

.curriculum-treatment .nav-division ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0028BC;
  -webkit-transform: scaleY(0.03);
      -ms-transform: scaleY(0.03);
          transform: scaleY(0.03);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  z-index: -1;
}

.curriculum-treatment .nav-division ul li a:hover,
.curriculum-treatment .nav-division ul li a:focus {
  color: #fff;
}

.curriculum-treatment .nav-division ul li a:hover:before,
.curriculum-treatment .nav-division ul li a:focus:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (min-width: 600px) {
  .curriculum-treatment .nav-division ul li a {
    font-size: 1.0em;
  }
}

@media (min-width: 1025px) {
  .curriculum-treatment .nav-division ul li a {
    font-size: 1.2em;
  }
}

@media (min-width: 768px) {
  .curriculum-treatment .nav-division ul li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .curriculum-treatment .nav-division ul li a {
    font-size: 1.1em;
  }
}

.curriculum-treatment #fsPagePopNotification {
  background-color: #0028BC;
  width: 175px;
  height: 115px;
  right: 0;
  cursor: pointer;
}

.curriculum-treatment #fsPagePopNotification:before {
  background-image: none;
  content: '\F1C1';
  font-family: "FontAwesome";
  font-size: 48px;
  line-height: 0;
  width: 175px;
  height: 40px;
}

.curriculum-treatment #fsPagePopNotification:after {
  content: 'Curriculum Guide';
  width: 175px;
  opacity: 1;
  background: transparent;
  border: none;
  display: block;
  font-size: 15px;
  line-height: 15px;
  top: auto;
  left: 0;
  bottom: 20%;
  left: 0 !important;
  bottom: 12% !important;
}

.curriculum-treatment #fsPagePopNotification:hover,
.curriculum-treatment #fsPagePopNotification:focus {
  background-color: #0280FF;
}

.curriculum-treatment #fsPagePopNotification:hover:before,
.curriculum-treatment #fsPagePopNotification:focus:before {
  opacity: 1;
}

.curriculum-treatment #fsPagePopNotification:hover > span,
.curriculum-treatment #fsPagePopNotification:focus > span {
  opacity: 0;
}

@media (max-width: 1024px) {
  .curriculum-treatment #fsPagePopNotification {
    width: 100px;
    height: 80px;
  }

  .curriculum-treatment #fsPagePopNotification:before {
    font-size: 30px;
    width: 100px;
    height: 30px;
  }

  .curriculum-treatment #fsPagePopNotification:after {
    content: 'Curriculum Guide';
    width: 100px;
    bottom: 16%;
  }
}

.curriculum-treatment #fsPagePopDialog .fsPagePopTitle {
  color: #0028BC;
}

.curriculum-treatment .fsPostToolsElement {
  margin-bottom: 40px;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li {
  margin: 0.5% 1% 0.5% 0;
  padding: 0;
  display: none;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li a {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  opacity: 1;
  width: 14em;
  padding: 30px 20px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 198px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li a:hover {
  background: none;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li a:hover:after {
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li a:before {
  content: '';
  background-size: 120px;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-image: url(images/allFilter.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li a:after {
  content: '';
  -webkit-box-shadow: inset 0px -15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px -15px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 15px;
  left: 0;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsStateSelected a {
  background: #0028BC;
  color: #000 !important;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li:first-child {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li:first-child a:before {
  background-size: 85px;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li:first-child.fsStateSelected a {
  color: #fff !important;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li:first-child.fsStateSelected a:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-463 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-463 a:before {
  background-image: url(images/InterdisArtFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-463.fsStateSelected a {
  background: #d690ee;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-514 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-514 a:before {
  background-image: url(images/CompSciFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-514.fsStateSelected a {
  background: #98d8e1;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-407 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-407 a:before {
  background-image: url(images/Electives.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-407.fsStateSelected a {
  background: #0a2340;
  color: #fff !important;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-407.fsStateSelected a:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-3 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-3 a:before {
  background-image: url(images/MathFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-3.fsStateSelected a {
  background: #f1bb8f;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-477 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-477 a:before {
  background-image: url(images/EnvironmentalCitizenFINISH.png);
  background-size: 105px;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-477.fsStateSelected a {
  background: #91d795;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-474 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-474 a:before {
  background-image: url(images/HistoryFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-474.fsStateSelected a {
  background: #a1f0f1;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-475 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-475 a:before {
  background-image: url(images/HumanitiesFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-475.fsStateSelected a {
  background: #de9c92;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-358 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-358 a:before {
  background-image: url(images/PEFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-358.fsStateSelected a {
  background: #ffc926;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-458 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-458 a:before {
  background-image: url(images/ScienceFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-458.fsStateSelected a {
  background: #70c8ed;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-45 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-45 a:before {
  background-image: url(images/SELFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-45.fsStateSelected a {
  background: #abec7b;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-465 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-465 a:before {
  background-image: url(images/SocialJusticeFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-465.fsStateSelected a {
  background: #c83800;
  color: #fff !important;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-465.fsStateSelected a:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-476 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-476 a:before {
  background-image: url(images/LanguageFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-476.fsStateSelected a {
  background: #9291de;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-47 {
  display: block;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-47 a:before {
  background-image: url(images/DEFINISH.png);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-47.fsStateSelected a {
  background: #005008;
  color: #fff !important;
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter ul li.fsTag-47.fsStateSelected a:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.curriculum-treatment .fsPostToolsElement.fsTagFilter .fsToolsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.curriculum-treatment .fsPostElement.fsGrid {
  margin-bottom: 40px;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems {
  margin: 0 auto;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article {
  border: 1px solid #999;
  padding: 0;
  margin: 0.5% 1% 0.5% 0;
  margin: 7px 1% 7px 0;
  -webkit-animation: 1.5s linear 0s normal forwards 1 fadeIn;
          animation: 1.5s linear 0s normal forwards 1 fadeIn;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .curriculum-treatment .fsPostElement.fsGrid .fsListItems > article {
    width: 49%;
  }
}

@media (min-width: 800px) {
  .curriculum-treatment .fsPostElement.fsGrid .fsListItems > article {
    width: 32.33%;
  }
}

@media (min-width: 1000px) {
  .curriculum-treatment .fsPostElement.fsGrid .fsListItems > article {
    width: 24%;
  }
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article .fsTitle {
  padding: 0 1em 1em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article .fsTitle a {
  color: #000;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article .fsTitle a:hover,
.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article .fsTitle a:focus {
  color: #575757;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article ul {
  padding: 0;
  margin: 0 0 1em 0;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article ul.fsTags li {
  display: block;
  padding: 0.3em 1.2em;
  margin: 0;
  text-align: center;
  color: #000;
  background-color: #a7a7a7;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article ul.fsTags li:nth-of-type(n + 2) {
  display: none;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article ul.fsTags li:before {
  font-weight: normal;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(images/CompSciFINISH.png);
  content: '';
  background-size: contain;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
  min-width: 75px;
  margin-right: 5px;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-463 ul.fsTags li {
  background: #d690ee;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-463 ul.fsTags li:before {
  background-image: url(images/InterdisArtFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-3 ul.fsTags li {
  background: #f1bb8f;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-3 ul.fsTags li:before {
  background-image: url(images/MathFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-514 ul.fsTags li {
  background: #98d8e1;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-514 ul.fsTags li:before {
  background-image: url(images/CompSciFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-474 ul.fsTags li {
  background: #a1f0f1;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-474 ul.fsTags li:before {
  background-image: url(images/HistoryFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-475 ul.fsTags li {
  background: #de9c92;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-475 ul.fsTags li:before {
  background-image: url(images/HumanitiesFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-358 ul.fsTags li {
  background: #ffc926;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-358 ul.fsTags li:before {
  background-image: url(images/PEFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-458 ul.fsTags li {
  background: #70c8ed;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-458 ul.fsTags li:before {
  background-image: url(images/ScienceFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-45 ul.fsTags li {
  background: #abec7b;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-45 ul.fsTags li:before {
  background-image: url(images/SELFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-465 ul.fsTags li {
  background: #c83800;
  color: #fff;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-465 ul.fsTags li:before {
  background-image: url(images/SocialJusticeFINISH.png);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-476 ul.fsTags li {
  background: #9291de;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-476 ul.fsTags li:before {
  background-image: url(images/LanguageFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-132 ul.fsTags li {
  background: #98d8e1;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-132 ul.fsTags li:before {
  background-image: url(images/CompSciFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-47 ul.fsTags li {
  background: #005008;
  color: #fff;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-47 ul.fsTags li:before {
  background-image: url(images/DEFINISH.png);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-523 ul.fsTags li {
  background: #98d8e1;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-523 ul.fsTags li:before {
  background-image: url(images/DesignFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-521 ul.fsTags li {
  background: #d690ee;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-521 ul.fsTags li:before {
  background-image: url(images/PerformingArtsFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-522 ul.fsTags li {
  background: #d690ee;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-522 ul.fsTags li:before {
  background-image: url(images/MusicFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-520 ul.fsTags li {
  background: #98d8e1;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-520 ul.fsTags li:before {
  background-image: url(images/EngineeringFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-519 ul.fsTags li {
  background: #d690ee;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-519 ul.fsTags li:before {
  background-image: url(images/visualArtsFINISH.png);
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-477 ul.fsTags li {
  background: #91d795;
}

.curriculum-treatment .fsPostElement.fsGrid .fsListItems > article.fsTag-477 ul.fsTags li:before {
  background-image: url(images/EnvironmentalCitizenFINISH.png);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#fsPagePopNotification.custom-pagepop {
  background-color: #0028BC;
  background-image: url(images/sticky-logo-white.svg);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center 10px;
  width: 175px;
  height: 125px;
  right: 0;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}

#fsPagePopNotification.custom-pagepop:before {
  content: '';
}

#fsPagePopNotification.custom-pagepop:after {
  content: '';
  width: 175px;
  opacity: 1;
  background: transparent;
  border: none;
  display: block;
  font-size: 15px;
  line-height: 15px;
  top: auto;
  left: 0;
  bottom: 20%;
  left: 0 !important;
  bottom: 12% !important;
}

#fsPagePopNotification.custom-pagepop .fsPagePopTitle {
  line-height: 1.25rem;
  margin: 50px 10px 10px;
}

#fsPagePopNotification.custom-pagepop:hover,
#fsPagePopNotification.custom-pagepop:focus {
  background-color: #0280FF;
}

#fsPagePopNotification.custom-pagepop:hover > span,
#fsPagePopNotification.custom-pagepop:focus > span {
  opacity: 0;
}

@media (max-width: 1024px) {
  #fsPagePopNotification.custom-pagepop {
    width: 100px;
    height: 150px;
  }

  #fsPagePopNotification.custom-pagepop:before {
    font-size: 30px;
    width: 100px;
    height: 30px;
  }

  #fsPagePopNotification.custom-pagepop:after {
    width: 100px;
    bottom: 16%;
  }
}

.fsLiveMode .custom-pop {
  display: none;
}

@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;
    -webkit-box-shadow: none !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;
    -webkit-transform: none !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;
  }
}