/*!
 * Temple City Unified School District - avon_v5
 * @link: https://tcusdnet.finalsite.com
 * Site Template: newclientcustom
 * Built By: Traian Dinca
 * Project Manager: Frank Cabral
 * Designer: Holly Fehr
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-30-gcb631fe
 * Last built by: Chris Mazurski
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

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

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

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

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

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

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

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

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

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

.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,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  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: #36c;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_XX {
  margin-bottom: 20px;
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_XX th {
  padding: 10px 20px;
  background: #373737;
  color: #ffffff;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_XX td {
  padding: 10px 20px;
  background: #f8f8f8;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_XX tr:nth-of-type(odd) td {
  background-color: #e5e5e5;
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_XX tr {
  border-bottom: solid 1px #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_XX tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_XX tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_XX:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

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

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

.fs_style_XX {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XX:hover,
.fs_style_XX:focus,
.fsStateSelected .fs_style_XX,
.fs_style_XX.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XX em {
  display: block;
  font-style: normal;
}

.fs_style_XY {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #676767;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XY:hover,
.fs_style_XY:focus,
.fsStateSelected .fs_style_XY,
.fs_style_XY.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XY em {
  display: block;
  font-style: normal;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

/*! _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: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! 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: #0C304A;
  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 #e5e5e5;
}

.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: #727272;
  font-size: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -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: rgba(114, 114, 114, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(114, 114, 114, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

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

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(114, 114, 114, 0.25);
}

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

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

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

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #000000;
}

.fsElementDialog {
  color: #727272;
}

.lead-in {
  font-size: 1.25em;
  line-height: 1.2em;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
}

blockquote:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: '\201C';
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
}

cite:before {
  content: '- ';
}

.callout {
  padding: 20px;
  background: #0C304A;
  color: #fff;
}

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

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

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

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

/*! _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: #0C304A;
  background: transparent;
}

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #0C304A;
  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: #676767;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #0C304A;
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #0C304A;
  background: #cfcfcf;
}

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #676767;
  background: #e5e5e5;
}

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

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

.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: 599px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #e5e5e5;
    background-color: #676767;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #636363;
    color: #e5e5e5;
  }
}

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

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

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

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #676767;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #0C304A;
    background: #ffffff;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #0C304A;
    background: #cfcfcf;
  }

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

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #676767;
    background: transparent;
  }

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

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 30px;
  }

  .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: #676767;
    color: #e5e5e5;
  }

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

@media (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

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

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

.nav-sub ul li a {
  display: block;
  padding: 10px 10px;
  color: #676767;
  background: transparent;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #0C304A;
  background: #e5e5e5;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #0C304A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #676767;
  background: #e5e5e5;
}

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #0C304A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #676767;
  background: #e5e5e5;
}

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

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

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

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

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

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

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

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

.nav-main {
  margin-bottom: 0;
}

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

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

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    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: 1000px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #0C304A;
  background: #fff;
}

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

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

.nav-main .fsNavLevel1 > li > a:focus {
  color: #0C304A;
  background: #fff;
}

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: #0C304A;
  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: #373737;
  background: transparent;
  padding: 0.625em;
}

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

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

.drawer-ribbon {
  position: relative;
  height: 50px;
}

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

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
}

.mobile-toggle:before,
.mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  content: '';
  background: #fff;
}

.mobile-toggle:before {
  margin-top: -0.25em;
  -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;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.25em 0 0 #fff;
          box-shadow: 0 0.25em 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;
}

.drawer-is-active .mobile-toggle: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 .mobile-toggle: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);
}

.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;
  left: 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;
  min-height: 100%;
  max-width: 37.5em;
  background: #727272;
}

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

#fsHeader .nav-social .fsNavLevel1 li:hover a,
#fsHeader .nav-social .fsNavLevel1 li:focus a,
#fsHeader .nav-social .fsNavLevel1 li a:hover,
#fsHeader .nav-social .fsNavLevel1 li a:focus {
  background: transparent;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
}

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

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

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

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

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

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

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\F231";
  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: "\F099";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\F27D";
  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: "\F16A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='google']: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;
  border: 1px solid #676767;
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #676767;
  font-size: 16px;
  -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 {
  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;
}

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0 20px;
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

.skip-link a:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
}

.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
  background: url(images/logo.png) no-repeat 0 50%;
}

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

#fsFooter {
  padding: 20px;
  color: #fff;
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .nav-social {
  margin-bottom: 20px;
}

.school-details {
  margin-bottom: 20px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}

.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: "Lato", sans-serif;
  background: #0C304A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 600px) {
  #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: 600px) {
  #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: 40px;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 600px) {
  .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: 40px;
    width: 280px;
  }
}

@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: 40px;
    width: 280px;
  }
}

#fsPageContent {
  width: 100%;
}

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

@media (min-width: 600px) {
  .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% - 320px);
  }
}

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

@media (min-width: 600px) {
  .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% - 280px);
  }
}

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

@media (min-width: 600px) {
  .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% - 280px);
  }
}

@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: 600px) {
  #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: 40px;
    width: 320px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

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

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

@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: 40px;
    width: 320px;
  }
}

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

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

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

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

.fsLayout > header,
.fsLayout > footer {
  width: 100%;
}

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

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

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

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

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

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

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

@media (min-width: 600px) {
  .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: 40px;
    width: 280px;
  }
}

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

@media (min-width: 600px) {
  .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% - 280px);
  }
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

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

@media (min-width: 600px) {
  .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: 40px;
    width: 320px;
  }
}

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

@media (min-width: 600px) {
  .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% - 320px);
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 320px;
  }
}

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

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

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

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

.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: 600px) {
  .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: 600px) {
  .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: 1180px;
}

/*! 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: 16px;
  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 #cfcfcf;
  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 #cfcfcf;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

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

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}

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

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

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

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #727272;
  -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: #f8f8f8;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  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: 13.33333px;
  content: "\E902";
}

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}

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

/*! 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: 16px;
  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 .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

@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 .fsAthleticsVs + div {
  display: inline;
}

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

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  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 #e5e5e5;
}

.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: #0C304A;
  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;
}

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

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

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(12, 48, 74, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #727272;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

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

@media (min-width: 900px) {
  .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;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

.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;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #cfcfcf;
    -webkit-box-shadow: 0 1px 0 0 #cfcfcf;
            box-shadow: 0 1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #cfcfcf;
    border-top: 1px solid #cfcfcf;
    color: #727272;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #0C304A;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #0C304A;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #676767;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #cfcfcf;
            box-shadow: inset 0 -1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #373737;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media (min-width: 900px) {
  .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;
}

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

/*! 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: "Lato", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #727272;
}

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

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

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #0C304A;
}

.fsComposerFormEmbed form .required {
  color: #0C304A;
}

.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: #676767;
  -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: #0C304A;
  -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: #0C304A;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsComposerFormEmbed .ui-widget {
  font-family: "Lato", 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: #242424;
}

:-moz-placeholder {
  color: #242424;
  opacity: 1;
}

::-moz-placeholder {
  color: #242424;
  opacity: 1;
}

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

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

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

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

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

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

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

/*! _main.scss - src/sass/modules/search/ - main search import */

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

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

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

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

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

/*! elements - social main */

/*! 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 #e5e5e5;
  -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 #e5e5e5;
  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;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -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 #e5e5e5;
  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;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

/*! elements - tabs */

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

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

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #727272;
  -webkit-transition: .3s;
  transition: .3s;
  background: #f8f8f8;
  color: #373737;
}

.fsTabs .fsTabsNav li a:hover {
  background: #0C304A;
  color: #fff;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #0C304A;
  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 .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .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 .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .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 .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

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

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

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #e5e5e5;
}

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

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

.fsMiniGrid .fsCalendarEventGrid .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: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #0C304A !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #e5e5e5;
  color: #373737;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f8f8f8;
  color: #636363;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #676767;
  color: #ffffff;
}

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

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

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

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #0C304A;
}

/*! pages - home v0.0.1 */

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

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

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

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 33.33333%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #727272;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#727272";
}

.colors.main ol li:nth-of-type(2) {
  background: #0C304A;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#0C304A";
}

.colors.main ol li:nth-of-type(3) {
  background: #676767;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#676767";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #373737;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#373737";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #cfcfcf;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#cfcfcf";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Lato", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Lato, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 48px / line-height: 56px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 30px / line-height: 36px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 24px / line-height: 29px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 24px / line-height: 29px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 15px / line-height: 17px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 16px / line-height: 26px";
}

@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: #000000 !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: #000000;
  }

  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;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 30px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  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: #36c;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

table.fs_style_XX {
  margin-bottom: 20px;
}

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

table.fs_style_XX th {
  padding: 10px 20px;
  background: #373737;
  color: #ffffff;
  text-align: left;
}

table.fs_style_XX td {
  padding: 10px 20px;
  background: #f8f8f8;
}

table.fs_style_XX tr:nth-of-type(odd) td {
  background-color: #e5e5e5;
}

table.fs_style_XX tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_XX tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_XX tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

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

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

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

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

.fs_style_XX {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XX:hover,
.fs_style_XX:focus,
.fsStateSelected .fs_style_XX,
.fs_style_XX.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XX em {
  display: block;
  font-style: normal;
}

.fs_style_XY {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #676767;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XY:hover,
.fs_style_XY:focus,
.fsStateSelected .fs_style_XY,
.fs_style_XY.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XY em {
  display: block;
  font-style: normal;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.skip-link {
  margin: 0;
  pointer-events: none;
}

.skip-link a {
  position: absolute;
  top: -100%;
  left: 0;
  color: transparent;
  padding: 10px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9000;
}

.skip-link a:focus {
  top: 0px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

.fsTitle,
.fsCalendar .fsTitle,
.fsPostElement .fsTitle {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0C304A;
}

.fsTitle > a,
.fsCalendar .fsTitle > a,
.fsPostElement .fsTitle > a {
  color: #676767;
}

.fsTitle > a:hover,
.fsCalendar .fsTitle > a:hover,
.fsPostElement .fsTitle > a:hover,
.fsTitle > a:focus,
.fsCalendar .fsTitle > a:focus,
.fsPostElement .fsTitle > a:focus {
  color: #636363;
}

:root {
  --scroll-bar: 8px;
}

.full-width {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
}

.fsHasHeader .full-width {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
}

.has-scrollbar .full-width {
  width: calc(100vw - 20px);
  margin: 0 calc(-50vw + 50% + 10px);
}

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

.fsComposeMode .full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fsGoogleTranslate {
  position: relative;
  display: inline-block;
  display: none !important;
  margin: 5px;
  padding: 0;
  width: auto;
  height: auto;
  max-height: 40px;
  background: transparent;
  color: #fff;
  text-align: left;
}

@media (min-width: 600px) {
  .fsGoogleTranslate {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 1000px) {
  .fsGoogleTranslate {
    max-height: inherit;
  }
}

.fsGoogleTranslate:hover,
.fsGoogleTranslate:focus {
  color: #f8f8f8;
}

.fsGoogleTranslate:hover:before,
.fsGoogleTranslate:hover:after,
.fsGoogleTranslate:focus:before,
.fsGoogleTranslate:focus:after {
  color: #f8f8f8;
}

.fsGoogleTranslate .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  width: 100%;
  text-align: center;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media (min-width: 600px) {
  .fsGoogleTranslate .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

@media (min-width: 1000px) {
  .fsGoogleTranslate .fsElementContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fsGoogleTranslate .fsElementContent:hover:before,
.fsGoogleTranslate .fsElementContent:focus:before {
  border-color: #fff;
  background: #fff;
  color: #0C304A;
}

.fsGoogleTranslate .fsElementContent:focus-within:before {
  border-color: #fff;
  background: #fff;
  color: #0C304A;
}

.fsGoogleTranslate .fsElementContent:before {
  content: "\F0AC";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 0;
  background: transparent;
  outline: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  vertical-align: top;
  width: 100%;
  min-width: 50px;
  font-size: 13px;
  line-height: 20px;
  color: inherit;
}

@media (min-width: 600px) {
  .fsGoogleTranslate .fsElementContent:before {
    line-height: 20px;
  }
}

@media (min-width: 1000px) {
  .fsGoogleTranslate .fsElementContent:before {
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    min-width: 34px;
  }
}

.fsGoogleTranslate #google_translate_element,
.fsGoogleTranslate #google_translate_element_select {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 5px;
  color: #fff;
}

.fsGoogleTranslate #google_translate_element:hover,
.fsGoogleTranslate #google_translate_element:focus,
.fsGoogleTranslate #google_translate_element_select:hover,
.fsGoogleTranslate #google_translate_element_select:focus {
  color: rgba(255, 255, 255, 0.75);
}

.fsGoogleTranslate #google_translate_element:hover .goog-te-gadget,
.fsGoogleTranslate #google_translate_element:focus .goog-te-gadget,
.fsGoogleTranslate #google_translate_element_select:hover .goog-te-gadget,
.fsGoogleTranslate #google_translate_element_select:focus .goog-te-gadget {
  height: auto;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget img,
.fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple img,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-logo-link,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget img,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-logo-link,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple img,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-logo-link {
  display: none;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-combo,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-combo,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-combo,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo {
  font-size: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-combo:focus,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-combo:focus,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-combo:focus,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget select::-ms-expand,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple select::-ms-expand,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget select::-ms-expand,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple select::-ms-expand {
  display: none;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget > div,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div {
  display: inline-block;
  vertical-align: middle;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select {
  width: 80px;
  height: 46px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  color: transparent;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select:focus,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select:focus,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select:focus,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select:focus {
  outline: none;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple > div > select option,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget > div > select option,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple > div > select option {
  color: #000;
  background: #fff;
  font-size: 12px !important;
  line-height: 26px !important;
}

.fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-te-menu-value,
.fsGoogleTranslate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget .goog-te-menu-value,
.fsGoogleTranslate #google_translate_element_select .goog-te-gadget-simple .goog-te-menu-value {
  width: 80px;
  height: 50px;
  display: block;
  margin: 0;
}

iframe.goog-te-menu-frame {
  position: absolute;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 55px !important;
  left: 20px !important;
  right: 20px !important;
}

iframe.goog-te-menu-frame html {
  background-color: red !important;
}

.goog-te-menu2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 5px;
}

.goog-te-menu2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #212529;
}

.goog-te-menu2 > table {
  background-color: #212529;
  padding: 40px;
}

.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div,
.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:active div {
  background: #212529;
  color: #636363;
}

.vimeo_view_link a,
.fsStyleDefaultButton,
.fsStyleUpdateButton,
.submitBtn,
.fsLoginSubmit,
.button,
.button-1,
.button-large-1,
.button-2,
.button-large-2,
.button-on-dark,
.fs_style_3,
.fs_style_4,
.fs_style_6,
.fs_style_7,
.fs_style_9 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 175px;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: #0C304A;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid #0C304A;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:active,
.vimeo_view_link a:focus,
.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:active,
.fsStyleDefaultButton:focus,
.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:active,
.fsStyleUpdateButton:focus,
.submitBtn:hover,
.submitBtn:active,
.submitBtn:focus,
.fsLoginSubmit:hover,
.fsLoginSubmit:active,
.fsLoginSubmit:focus,
.button:hover,
.button:active,
.button:focus,
.button-1:hover,
.button-1:active,
.button-1:focus,
.button-large-1:hover,
.button-large-1:active,
.button-large-1:focus,
.button-2:hover,
.button-2:active,
.button-2:focus,
.button-large-2:hover,
.button-large-2:active,
.button-large-2:focus,
.button-on-dark:hover,
.button-on-dark:active,
.button-on-dark:focus,
.fs_style_3:hover,
.fs_style_3:active,
.fs_style_3:focus,
.fs_style_4:hover,
.fs_style_4:active,
.fs_style_4:focus,
.fs_style_6:hover,
.fs_style_6:active,
.fs_style_6:focus,
.fs_style_7:hover,
.fs_style_7:active,
.fs_style_7:focus,
.fs_style_9:hover,
.fs_style_9:active,
.fs_style_9:focus {
  border-color: #373737;
  background: #373737;
  color: #fff;
  text-decoration: none;
}

.vimeo_view_link a:hover em,
.vimeo_view_link a:active em,
.vimeo_view_link a:focus em,
.fsStyleDefaultButton:hover em,
.fsStyleDefaultButton:active em,
.fsStyleDefaultButton:focus em,
.fsStyleUpdateButton:hover em,
.fsStyleUpdateButton:active em,
.fsStyleUpdateButton:focus em,
.submitBtn:hover em,
.submitBtn:active em,
.submitBtn:focus em,
.fsLoginSubmit:hover em,
.fsLoginSubmit:active em,
.fsLoginSubmit:focus em,
.button:hover em,
.button:active em,
.button:focus em,
.button-1:hover em,
.button-1:active em,
.button-1:focus em,
.button-large-1:hover em,
.button-large-1:active em,
.button-large-1:focus em,
.button-2:hover em,
.button-2:active em,
.button-2:focus em,
.button-large-2:hover em,
.button-large-2:active em,
.button-large-2:focus em,
.button-on-dark:hover em,
.button-on-dark:active em,
.button-on-dark:focus em,
.fs_style_3:hover em,
.fs_style_3:active em,
.fs_style_3:focus em,
.fs_style_4:hover em,
.fs_style_4:active em,
.fs_style_4:focus em,
.fs_style_6:hover em,
.fs_style_6:active em,
.fs_style_6:focus em,
.fs_style_7:hover em,
.fs_style_7:active em,
.fs_style_7:focus em,
.fs_style_9:hover em,
.fs_style_9:active em,
.fs_style_9:focus em {
  color: #fff;
}

.vimeo_view_link a:focus,
.fsStyleDefaultButton:focus,
.fsStyleUpdateButton:focus,
.submitBtn:focus,
.fsLoginSubmit:focus,
.button:focus,
.button-1:focus,
.button-large-1:focus,
.button-2:focus,
.button-large-2:focus,
.button-on-dark:focus,
.fs_style_3:focus,
.fs_style_4:focus,
.fs_style_6:focus,
.fs_style_7:focus,
.fs_style_9:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.vimeo_view_link a em,
.fsStyleDefaultButton em,
.fsStyleUpdateButton em,
.submitBtn em,
.fsLoginSubmit em,
.button em,
.button-1 em,
.button-large-1 em,
.button-2 em,
.button-large-2 em,
.button-on-dark em,
.fs_style_3 em,
.fs_style_4 em,
.fs_style_6 em,
.fs_style_7 em,
.fs_style_9 em {
  display: block;
  margin-top: 5px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #727272;
  text-transform: none;
}

.fsContent .vimeo_view_link a,
.vimeo_view_link .fsContent a,
.fsContent .fsStyleDefaultButton,
.fsContent .fsStyleUpdateButton,
.fsContent .submitBtn,
.fsContent .fsLoginSubmit,
.fsContent .button,
.fsContent .button-1,
.fsContent .button-large-1,
.fsContent .button-2,
.fsContent .button-large-2,
.fsContent .button-on-dark,
.fsContent .fs_style_3,
.fsContent .fs_style_4,
.fsContent .fs_style_6,
.fsContent .fs_style_7,
.fsContent .fs_style_9 {
  font-weight: 700;
  text-decoration: inherit;
}

.fsBannerLeft .vimeo_view_link a,
.vimeo_view_link .fsBannerLeft a,
.fsBannerRight .vimeo_view_link a,
.vimeo_view_link .fsBannerRight a,
.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsBannerLeft .submitBtn,
.fsBannerRight .submitBtn,
.fsBannerLeft .fsLoginSubmit,
.fsBannerRight .fsLoginSubmit,
.fsBannerLeft .button,
.fsBannerRight .button,
.fsBannerLeft .button-1,
.fsBannerRight .button-1,
.fsBannerLeft .button-large-1,
.fsBannerRight .button-large-1,
.fsBannerLeft .button-2,
.fsBannerRight .button-2,
.fsBannerLeft .button-large-2,
.fsBannerRight .button-large-2,
.fsBannerLeft .button-on-dark,
.fsBannerRight .button-on-dark,
.fsBannerLeft .fs_style_3,
.fsBannerRight .fs_style_3,
.fsBannerLeft .fs_style_4,
.fsBannerRight .fs_style_4,
.fsBannerLeft .fs_style_6,
.fsBannerRight .fs_style_6,
.fsBannerLeft .fs_style_7,
.fsBannerRight .fs_style_7,
.fsBannerLeft .fs_style_9,
.fsBannerRight .fs_style_9 {
  max-width: 100%;
}

body:not(.fsComposeMode) .vimeo_view_link a > a,
.vimeo_view_link body:not(.fsComposeMode) a > a,
.fsContent .vimeo_view_link a > a,
.vimeo_view_link .fsContent a > a,
body:not(.fsComposeMode) .fsStyleDefaultButton > a,
.fsContent .fsStyleDefaultButton > a,
body:not(.fsComposeMode) .fsStyleUpdateButton > a,
.fsContent .fsStyleUpdateButton > a,
body:not(.fsComposeMode) .submitBtn > a,
.fsContent .submitBtn > a,
body:not(.fsComposeMode) .fsLoginSubmit > a,
.fsContent .fsLoginSubmit > a,
body:not(.fsComposeMode) .button > a,
.fsContent .button > a,
body:not(.fsComposeMode) .button-1 > a,
.fsContent .button-1 > a,
body:not(.fsComposeMode) .button-large-1 > a,
.fsContent .button-large-1 > a,
body:not(.fsComposeMode) .button-2 > a,
.fsContent .button-2 > a,
body:not(.fsComposeMode) .button-large-2 > a,
.fsContent .button-large-2 > a,
body:not(.fsComposeMode) .button-on-dark > a,
.fsContent .button-on-dark > a,
body:not(.fsComposeMode) .fs_style_3 > a,
.fsContent .fs_style_3 > a,
body:not(.fsComposeMode) .fs_style_4 > a,
.fsContent .fs_style_4 > a,
body:not(.fsComposeMode) .fs_style_6 > a,
.fsContent .fs_style_6 > a,
body:not(.fsComposeMode) .fs_style_7 > a,
.fsContent .fs_style_7 > a,
body:not(.fsComposeMode) .fs_style_9 > a,
.fsContent .fs_style_9 > a {
  color: inherit;
  text-decoration: inherit;
}

.fsLoadMoreButton,
.button-2,
.button-large-2,
.fs_style_4,
.fs_style_7 {
  background: transparent;
  color: #636363;
  border-color: #636363;
}

.fsLoadMoreButton:hover,
.fsLoadMoreButton:active,
.fsLoadMoreButton:focus,
.button-2:hover,
.button-2:active,
.button-2:focus,
.button-large-2:hover,
.button-large-2:active,
.button-large-2:focus,
.fs_style_4:hover,
.fs_style_4:active,
.fs_style_4:focus,
.fs_style_7:hover,
.fs_style_7:active,
.fs_style_7:focus {
  border-color: #636363;
  background: #636363;
  color: #fff;
}

.fsLoadMoreButton:hover em,
.fsLoadMoreButton:active em,
.fsLoadMoreButton:focus em,
.button-2:hover em,
.button-2:active em,
.button-2:focus em,
.button-large-2:hover em,
.button-large-2:active em,
.button-large-2:focus em,
.fs_style_4:hover em,
.fs_style_4:active em,
.fs_style_4:focus em,
.fs_style_7:hover em,
.fs_style_7:active em,
.fs_style_7:focus em {
  color: inherit;
}

.fsLoadMoreButton em,
.button-2 em,
.button-large-2 em,
.fs_style_4 em,
.fs_style_7 em {
  color: inherit;
}

body:not(.fsComposeMode) .fsLoadMoreButton > a,
body:not(.fsComposeMode) .button-2 > a,
body:not(.fsComposeMode) .button-large-2 > a,
body:not(.fsComposeMode) .fs_style_4 > a,
body:not(.fsComposeMode) .fs_style_7 > a {
  color: inherit;
}

.button-large-1,
.button-large-2,
.fs_style_6,
.fs_style_7 {
  padding: 25px 20px;
  width: 100%;
  max-width: 300px;
  font-family: "Poly", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}

.button-large-1 em,
.button-large-2 em,
.fs_style_6 em,
.fs_style_7 em {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
}

.fsContent .button-large-1,
.fsContent .button-large-2,
.fsContent .fs_style_6,
.fsContent .fs_style_7 {
  font-weight: 400;
}

.button-dark {
  padding: 30px;
  background: #373737;
}

.button-dark > header .fsElementTitle {
  color: #fff;
}

.button-on-dark,
.fs_style_9 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.button-on-dark:hover,
.button-on-dark:active,
.button-on-dark:focus,
.fs_style_9:hover,
.fs_style_9:active,
.fs_style_9:focus {
  border-color: #fff;
  background: #fff;
  color: #0C304A;
}

.button-on-dark:hover em,
.button-on-dark:active em,
.button-on-dark:focus em,
.fs_style_9:hover em,
.fs_style_9:active em,
.fs_style_9:focus em {
  color: #0C304A;
}

.button-on-dark em,
.fs_style_9 em {
  color: #fff;
}

body:not(.fsComposeMode) .button-on-dark > a,
body:not(.fsComposeMode) .fs_style_9 > a {
  color: inherit;
}

.button-download,
.fs_style_10,
.button-link,
.fs_style_11 {
  display: block;
  padding: 12px 25px;
  background: rgba(248, 248, 248, 0.4);
  -webkit-box-shadow: inset 0 0 0 1px #f8f8f8;
          box-shadow: inset 0 0 0 1px #f8f8f8;
  border-radius: 5px;
  color: #373737;
  font-weight: 700;
  text-decoration: none;
}

.button-download:before,
.fs_style_10:before,
.button-link:before,
.fs_style_11:before {
  margin-right: 15px;
  font-weight: normal;
  color: #0C304A;
}

.button-download > a,
.fs_style_10 > a,
.button-link > a,
.fs_style_11 > a {
  text-decoration: inherit;
  color: #676767;
}

.button-download > a:hover,
.fs_style_10 > a:hover,
.button-link > a:hover,
.fs_style_11 > a:hover {
  color: #0C304A;
}

.fsContent .button-download,
.fsContent .fs_style_10,
.fsContent .button-link,
.fsContent .fs_style_11 {
  font-weight: 700;
  text-decoration: inherit;
}

.button-download:before,
.fs_style_10:before {
  content: "\F019";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-link:before,
.fs_style_11:before {
  content: "\F0C1";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.submitBtn {
  background: #0C304A !important;
  color: #fff !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submitBtn:hover {
  background: #373737 !important;
  color: #fff !important;
  text-decoration: none;
}

.submitBtn {
  background: #0C304A !important;
  color: #fff !important;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.submitBtn:hover {
  background: #373737 !important;
  color: #fff !important;
  text-decoration: none;
}

.submitBtn {
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  line-height: 18px !important;
}

h1 {
  margin-bottom: 20px;
  font-family: "Poly", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #0C304A;
  text-transform: none;
}

h2 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #373737;
  text-transform: none;
}

h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #373737;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #373737;
  text-transform: none;
}

h5 {
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #373737;
  text-transform: uppercase;
}

h6 {
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #373737;
  text-transform: uppercase;
}

a {
  color: #676767;
}

p {
  margin: 0 0 20px;
}

.table-style,
.table-styled,
.fs_style_12 {
  display: table;
  color: #444;
}

.table-style th,
.table-styled th,
.fs_style_12 th {
  padding: 12px 20px;
  color: #fff;
  font-style: 700;
  background: #0C304A;
}

.table-style tr,
.table-styled tr,
.fs_style_12 tr {
  border-bottom: 1px solid #fff;
}

.table-style td,
.table-styled td,
.fs_style_12 td {
  padding: 9px 20px;
  background-color: rgba(51, 51, 51, 0.05);
}

.table-style tr:nth-of-type(odd) td,
.table-styled tr:nth-of-type(odd) td,
.fs_style_12 tr:nth-of-type(odd) td {
  background-color: rgba(255, 255, 255, 0.05);
}

figure[class^="fsImage"] {
  margin: 0 0 20px 0;
}

figure[class^="fsImage"] img {
  display: inline-block;
}

figure[class^="fsImage"] figcaption {
  background: transparent;
  display: block;
  padding: 10px 0 0;
  margin: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636363;
  text-align: left;
}

figure[class^="fsImage"] figcaption p {
  margin: 0 0 10px 0;
  padding: 0;
}

figure[class^="fsImage"] figcaption p:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=left],
  figure[class^="fsImage"].left {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=right],
  figure[class^="fsImage"].right {
    float: right;
    margin-left: 20px;
  }
}

.lead-in,
.fs_style_2 {
  color: #727272;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  line-height: 32px;
  font-weight: 600;
  display: block;
  margin: 20px 0;
  background: transparent;
}

blockquote,
.blockquote,
.fs_style_100 {
  display: block;
  width: 100%;
  position: relative;
  margin: 40px auto 20px;
  padding: 45px 0 35px 0;
  font-family: "Poly", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #676767;
  text-align: center;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
}

blockquote:before,
.blockquote:before,
.fs_style_100:before {
  content: '"';
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 60px;
  color: #0C304A;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: inset 0 0 0 1px #f8f8f8;
          box-shadow: inset 0 0 0 1px #f8f8f8;
  text-align: center;
}

.fsBanner blockquote,
.fsBanner .blockquote,
.fsBanner .fs_style_100 {
  font-size: 18px;
}

.fs_style_100,
cite {
  margin: 10px 0 0;
  display: block;
  color: #636363;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

.callout-content,
.fs_style_1 {
  display: block;
  padding-left: 20px;
  background: transparent;
  color: #727272;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  border-left: 4px solid #0C304A;
}

.fsBannerLeft .fsElement > header .fsElementTitle,
.fsBannerRight .fsElement > header .fsElementTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.callout-box-light,
.callout-box-dark,
.callout-box-school {
  display: block;
  background: #f8f8f8;
  color: #fff;
}

.callout-box-light > header .fsElementHeaderContent,
.callout-box-dark > header .fsElementHeaderContent,
.callout-box-school > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box-light > header .fsImage picture,
.callout-box-dark > header .fsImage picture,
.callout-box-school > header .fsImage picture {
  display: block;
}

.callout-box-light > header .fsImage img,
.callout-box-dark > header .fsImage img,
.callout-box-school > header .fsImage img {
  display: block;
  width: 100%;
  height: auto;
}

.callout-box-light > .fsElementContent,
.callout-box-dark > .fsElementContent,
.callout-box-school > .fsElementContent {
  padding: 30px;
}

.fsBannerLeft .callout-box-light > .fsElementContent,
.fsBannerLeft .callout-box-dark > .fsElementContent,
.fsBannerLeft .callout-box-school > .fsElementContent,
.fsBannerRight .callout-box-light > .fsElementContent,
.fsBannerRight .callout-box-dark > .fsElementContent,
.fsBannerRight .callout-box-school > .fsElementContent {
  padding: 20px;
}

.callout-box-light > .fsElementContent h2,
.callout-box-dark > .fsElementContent h2,
.callout-box-school > .fsElementContent h2 {
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  color: #373737;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: inherit;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  body:not(.fsDraftMode) .left.callout-box-light,
  body:not(.fsDraftMode) .left.callout-box-dark,
  body:not(.fsDraftMode) .left.callout-box-school,
  body:not(.fsDraftMode) .right.callout-box-light,
  body:not(.fsDraftMode) .right.callout-box-dark,
  body:not(.fsDraftMode) .right.callout-box-school {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 800px) {
  body:not(.fsDraftMode) .left.callout-box-light > header,
  body:not(.fsDraftMode) .left.callout-box-dark > header,
  body:not(.fsDraftMode) .left.callout-box-school > header,
  body:not(.fsDraftMode) .left.callout-box-light > .fsElementContent,
  body:not(.fsDraftMode) .left.callout-box-dark > .fsElementContent,
  body:not(.fsDraftMode) .left.callout-box-school > .fsElementContent,
  body:not(.fsDraftMode) .right.callout-box-light > header,
  body:not(.fsDraftMode) .right.callout-box-dark > header,
  body:not(.fsDraftMode) .right.callout-box-school > header,
  body:not(.fsDraftMode) .right.callout-box-light > .fsElementContent,
  body:not(.fsDraftMode) .right.callout-box-dark > .fsElementContent,
  body:not(.fsDraftMode) .right.callout-box-school > .fsElementContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
}

body:not(.fsDraftMode) .left.callout-box-light > header,
body:not(.fsDraftMode) .left.callout-box-dark > header,
body:not(.fsDraftMode) .left.callout-box-school > header,
body:not(.fsDraftMode) .right.callout-box-light > header,
body:not(.fsDraftMode) .right.callout-box-dark > header,
body:not(.fsDraftMode) .right.callout-box-school > header {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

body:not(.fsDraftMode) .left.callout-box-light > header .fsImage,
body:not(.fsDraftMode) .left.callout-box-dark > header .fsImage,
body:not(.fsDraftMode) .left.callout-box-school > header .fsImage,
body:not(.fsDraftMode) .right.callout-box-light > header .fsImage,
body:not(.fsDraftMode) .right.callout-box-dark > header .fsImage,
body:not(.fsDraftMode) .right.callout-box-school > header .fsImage {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsDraftMode) .left.callout-box-light,
body:not(.fsDraftMode) .left.callout-box-dark,
body:not(.fsDraftMode) .left.callout-box-school {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body:not(.fsDraftMode) .right.callout-box-light,
body:not(.fsDraftMode) .right.callout-box-dark,
body:not(.fsDraftMode) .right.callout-box-school {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.callout-box-light {
  background: #f8f8f8;
  color: #373737;
}

.callout-box-light a {
  color: #0C304A;
}

.callout-box-light a:hover {
  color: #636363;
  text-decoration: underline;
}

.callout-box-dark {
  background: #373737;
  color: #fff;
}

.callout-box-dark a {
  color: #f8f8f8;
}

.callout-box-dark a:hover {
  color: #fff;
  text-decoration: underline;
}

.callout-box-school {
  background: #0C304A;
  color: #fff;
}

.callout-box-school a {
  color: #f8f8f8;
}

.callout-box-school a:hover {
  color: #fff;
  text-decoration: underline;
}

.fsAccordion .fsPanel {
  border-bottom: 1px solid #636363;
}

.fsAccordion .fsPanel:first-of-type {
  border-top: 1px solid #636363;
}

.fsAccordion .fsPanel > header h2 {
  margin-bottom: 0;
  padding: 12px 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  text-transform: none;
}

.fsAccordion .fsPanel > .fsElementContent {
  background-color: transparent;
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  font-family: "IcoMoon";
  font-size: 18px;
  color: #727272;
  top: 10px;
  font-weight: 400;
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before,
.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  top: 10px;
}

.fsCalendar article {
  padding-left: 75px;
}

.fsCalendar .fsTitle > a:hover,
.fsCalendar .fsTitle > a:focus {
  text-decoration: underline;
}

.fsCalendar .fsDate {
  background: none;
}

.fsCalendar .fsDate .fsDayName {
  font-size: 13px;
  color: #636363;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.fsCalendar .fsDate .fsMonth {
  font-size: 13px;
  color: #636363;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  top: 0px;
  font-weight: bold;
}

.fsCalendar .fsDate .fsDay {
  font-family: "Poly", serif;
  font-size: 60px;
  line-height: 1em;
  font-family: "Poly", serif;
  position: relative;
  top: -8px;
  color: #0C304A;
}

.fsCalendar .fsDate .fsYear {
  font-size: 13px;
  color: #636363;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  position: relative;
  top: 0px;
}

.fsCalendar .fsEventDetails .fsTimeRange {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #636363;
}

.fsCalendar .fsEventDetails .fsTimeRange:before {
  content: "\F017";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  min-width: 14px;
  font-size: 14px;
  margin-right: 2px;
  color: #636363;
  text-align: center;
}

.fsCalendar .fsEventDetails .fsLocation {
  font-size: 14px;
  line-height: 1.42857;
  letter-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #636363;
}

.fsCalendar .fsEventDetails .fsLocation:before {
  content: "\F041";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  min-width: 14px;
  font-size: 14px;
  margin-right: 4px;
  color: #636363;
  text-align: center;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow article {
  padding-left: 75px;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow article .fsTitle {
  margin-bottom: 10px;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow article .fsDate {
  margin-top: 5px;
}

.fsCalendar.fsSlideshowHorizontal .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
  padding-left: 0;
  text-align: center;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsTitle {
  margin-bottom: 10px;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
  position: relative;
  margin: 5px auto 20px;
}

.fsCalendar.fsList article {
  margin-bottom: 30px;
}

.fsDisplayNavigation input[type='radio'] ~ span {
  color: #111;
}

.fsDisplayNavigation input[type='radio']:checked ~ span {
  background: #555;
}

.fsPostElement .fsTitle > a:hover,
.fsPostElement .fsTitle > a:focus {
  text-decoration: underline;
}

.fsPostElement.fsList article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
}

.fsPostElement.fsList article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsPostElement .fsTags {
  color: #373737;
}

.fsAthleticsEvent div.fsTitle {
  display: block;
}

.fsAthleticsEvent div.fsTitle a:hover,
.fsAthleticsEvent div.fsTitle a:focus {
  text-decoration: underline;
}

.slick-arrow.fsPrevButton,
.slick-arrow.fsNextButton {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow.fsPrevButton:before,
.slick-arrow.fsNextButton:before {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slick-arrow.fsPrevButton {
  left: 0;
}

.slick-arrow.fsPrevButton:before {
  content: "\F104";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.slick-arrow.fsNextButton {
  right: 0;
}

.slick-arrow.fsNextButton:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsTabs .fsElementTitle:before,
.fsTabs .fsElementTitle:after {
  font-family: "IcoMoon";
  font-size: 20px;
  top: 12px !important;
}

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

.fsTabs .fsTabsNav .fsTabsNavItem a {
  position: relative;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.fsTabs .fsTabsNav .fsTabsNavItem a:after {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top: 10px solid transparent;
  border-right: 12px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 12px solid transparent !important;
}

.fsTabs .fsTabsNav .fsTabsNavItem a:hover:after {
  border-top-color: transparent;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected:hover > a {
  color: #fff;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected:hover > a:after {
  border-top-color: #0C304A;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a:after {
  border-top: 7px solid #0C304A;
}

@media (max-width: 599px) {
  .fsTabs .fsPanel {
    border-bottom: 1px solid #636363;
  }

  .fsTabs .fsPanel:first-of-type {
    border-top: 1px solid #636363;
  }

  .fsTabs .fsPanel > header h2 {
    margin-bottom: 0;
    padding: 12px 15px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    text-transform: none;
  }

  .fsTabs .fsPanel > header h2:before,
  .fsTabs .fsPanel > header h2:after {
    font-weight: 400;
    font-size: 18px;
  }

  .fsTabs .fsPanel > .fsElementContent {
    background-color: transparent;
  }
}

.fsMenu .fsSearchElement {
  margin: 0 auto;
  border: 1px solid #636363;
  border-radius: 4px;
}

.fsSearchElement.fsSearchForm {
  position: relative;
}

#fsHeader .fsSearchElement.fsSearchForm {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  z-index: 9005;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0C304A;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border: none;
  border-radius: 4px;
}

.active-search #fsHeader .fsSearchElement.fsSearchForm {
  opacity: 1;
  visibility: visible;
  width: 365px;
}

.fsMenu .fsSearchElement.fsSearchForm {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  width: calc(100% - 40px);
  height: 40px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}

.fsSearchElement.fsSearchForm > .fsElementContent {
  width: auto;
}

#fsHeader .fsSearchElement.fsSearchForm > .fsElementContent {
  height: 40px;
}

.fsSearchElement.fsSearchForm .fsFieldLabel {
  display: none;
}

#fsHeader .fsSearchElement.fsSearchForm .fsStyleSearchField,
#fsMenu .fsSearchElement.fsSearchForm .fsStyleSearchField {
  border: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  color: #636363;
  color: #fff;
  padding: 10px 40px 10px 20px;
  margin: 0;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: none;
}

.fsSearchElement.fsSearchForm .fsButtonClear {
  margin-right: 20px;
}

#fsHeader .fsSearchElement.fsSearchForm .fsButtonClear:before,
#fsMenu .fsSearchElement.fsSearchForm .fsButtonClear:before {
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  height: 40px;
  width: 30px;
  color: #fff;
  background: transparent;
  color: #fff;
  font-size: 0;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
  background: transparent;
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
  content: "\F002";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
  color: #fff;
}

.fsSearchElement.fsList .fsSearchCustomResults {
  margin-bottom: 10px;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  color: #636363;
}

.fsSearchElement.fsList .fsSearchResultInfo .fsSearchResultTotal,
.fsSearchElement.fsList .fsSearchResultInfo .fsSearchResultTiming {
  color: #0C304A;
}

.fsSearchElement.fsList .fsListItems,
.fsSearchElement.fsList .fsListItems ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsSearchElement.fsList .fsListItems li {
  margin: 0;
  padding: 0;
}

.fsSearchElement.fsList .fsListItems > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f8f8;
}

.fsSearchElement.fsList .fsListItems > li .fsSearchResultURL {
  margin-bottom: 5px;
  font-weight: 400;
  color: #636363;
}

.fsSearchElement.fsList .fsListItems > li .fsSummary {
  font-weight: 400;
  color: #373737;
}

.fsSearchElement.fsList .fsListItems > li .fsSummary .fsSearchResultMatch {
  font-weight: 700;
  color: #0C304A;
}

html {
  background: #fff;
}

body {
  font-size: 16px;
  line-height: 28px;
}

body.active-menu {
  pointer-events: none;
}

body.active-menu:after {
  content: '';
  opacity: 1;
  visibility: visible;
}

body:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 8999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

@media (min-width: 1000px) {
  body:after {
    display: none;
  }
}

.fsElement .fsReadMoreLink {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  text-transform: uppercase;
}

#fsHeader {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #484848;
}

#fsHeader .fsBanner {
  background: #0C304A;
}

#fsHeader .fsElement,
#fsHeader figure[class^="fsImage"],
#fsHeader .fsResourceElement .fsResourceTypeImage {
  margin-bottom: 0;
}

.header-top {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  min-height: 50px;
}

.header-top:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.25;
  background-color: #727272;
}

@media (min-width: 700px) {
  .header-top {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    min-height: 85px;
  }
}

@media (min-width: 800px) {
  .header-top {
    padding: 30px 20px;
  }
}

@media (min-width: 1000px) {
  .header-top {
    min-height: 114px;
  }
}

.header-top .fsStyleColumn {
  position: relative;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.header-top .fsStyleColumn-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 30px);
}

@media (min-width: 1000px) {
  .header-top .fsStyleColumn-1 {
    width: auto;
  }
}

.header-top .fsStyleColumn-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1000px) {
  .header-top .fsStyleColumn-2 {
    width: auto;
  }
}

.logo-container {
  width: 100%;
}

body:not(.fsComposeMode) .logo-container > header {
  display: none;
}

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

@media (max-width: 1219px) {
  .logo-container {
    padding: 0 20px;
  }
}

@media (max-width: 699px) {
  .logo-container {
    max-width: 100%;
  }
}

.logo-image {
  margin-right: 20px;
}

.logo-image img {
  max-height: 100px;
  height: 100%;
  display: block;
}

@media (max-width: 999px) {
  .logo-image {
    max-height: 55px;
  }

  .logo-image img {
    max-height: 55px;
  }
}

@media (max-width: 699px) {
  .logo-image {
    max-height: 40px;
  }

  .logo-image img {
    max-height: 40px;
  }
}

.logo-title {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-family: "Poly", serif;
}

.logo-title a {
  color: #fff;
}

.logo-title a:hover {
  color: #fff;
}

@media (max-width: 999px) {
  .logo-title {
    font-size: 25px;
  }
}

@media (max-width: 699px) {
  .logo-title {
    font-size: 20px;
  }
}

.fsHeader .fsBanner > .nav-social {
  display: none;
}

.fsHeader .nav-social {
  display: none;
  position: absolute;
  bottom: 17px;
  width: auto;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
}

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

.fsHeader .nav-social .fsNavLevel1 > li > a {
  font-size: 0px;
  border: 0px;
  height: 20px;
  width: 20px;
  padding: 0px;
}

.fsHeader .nav-social .fsNavLevel1 > li > a:hover:before,
.fsHeader .nav-social .fsNavLevel1 > li > a:focus:before {
  background: transparent;
  color: #676767;
}

#fsFooter {
  padding: 30px 20px 20px 20px;
  color: #fff;
  background: #373737;
}

#fsFooter .fsBanner {
  display: block;
  text-align: center;
}

@media (min-width: 700px) {
  #fsFooter .fsBanner {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

#fsFooter .divider {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 700px) {
  #fsFooter .divider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#fsFooter .divider > .fsElementContent hr {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

#fsFooter .school-details-container {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (min-width: 700px) {
  #fsFooter .school-details-container {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#fsFooter .school-details {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.3em;
}

#fsFooter .school-details [itemprop='name'] {
  margin: 0 0 10px;
  padding: 0;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: inherit;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.12em;
  line-height: 1.2em;
  text-transform: uppercase;
}

#fsFooter .school-details [itemprop='address'] {
  margin-bottom: 10px;
}

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

@media (min-width: 700px) {
  #fsFooter .school-details [itemprop='streetAddress'] {
    display: inline-block;
  }
}

#fsFooter .school-details [itemprop='telephone']:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  min-width: 14px;
  margin-right: 4px;
}

#fsFooter .school-details [itemprop='faxNumber']:before {
  content: "\F1AC";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  min-width: 14px;
  margin-right: 4px;
}

#fsFooter .school-details a {
  color: inherit;
  text-decoration: none;
}

#fsPoweredByFinalsite {
  width: 132px;
  display: block;
}

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 132px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
}

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

body:not(.fsComposeMode).home .fsPageTitle {
  font-size: 0;
  text-indent: -1000px;
  margin: 0px;
  height: 0;
}

.hero-page-title {
  position: absolute;
  width: 100%;
  max-width: 1220px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
  bottom: 70px;
  font-family: "Poly", serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  text-align: right;
}

@media (max-width: 899px) {
  .hero-page-title {
    bottom: 30px;
  }
}

#fsHeader .hero {
  position: relative;
  margin-bottom: 0;
}

body:not(.fsComposeMode) #fsHeader .hero > header {
  display: none;
}

#fsHeader .hero .fsElementSlideshow {
  padding: 0;
}

#fsHeader .hero article {
  height: 50vw;
  max-height: 700px;
  min-height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

body:not(.home) #fsHeader .hero article {
  height: 38vw;
  max-height: 600px;
  min-height: 300px;
}

#fsHeader .hero article img {
  display: none;
}

#fsHeader .hero article video {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#fsHeader .hero article.fsResourceTypeVideo {
  height: 50vw;
  max-height: 700px;
  min-height: 400px;
}

body:not(.home) #fsHeader .hero article.fsResourceTypeVideo {
  height: 38vw;
  max-height: 600px;
  min-height: 300px;
}

#fsHeader .hero article.fsResourceTypeVideo figcaption {
  display: none;
}

#fsHeader .hero .slick-slider {
  margin-bottom: 0;
}

#fsHeader .hero .slick-slide {
  padding: 0;
}

#fsHeader .hero .fsPager {
  position: absolute;
  bottom: 50px;
}

#fsHeader .hero .fsPager li {
  margin: 0 8px;
}

#fsHeader .hero .fsPager li button:before {
  background-color: rgba(255, 255, 255, 0.5);
}

#fsHeader .hero .fsPager li.slick-active button:before {
  background-color: rgba(255, 255, 255, 0.85);
}

#fsHeader .hero button.slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 80px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
}

@media (min-width: 800px) {
  #fsHeader .hero button.slick-arrow {
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(0, 0, 0, 0.25);
  }
}

#fsHeader .hero button.slick-arrow:hover,
#fsHeader .hero button.slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

#fsHeader .hero button.slick-arrow:before {
  display: none;
}

#fsHeader .hero button.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 800px) {
  #fsHeader .hero button.slick-arrow:after {
    font-size: 26px;
  }
}

#fsHeader .hero button.slick-arrow.fsPrevButton {
  left: 0;
  right: auto;
  border-left: 0px;
  border-radius: 0px 40px 40px 0px;
}

#fsHeader .hero button.slick-arrow.fsPrevButton:after {
  content: "\F104";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: -6px;
}

#fsHeader .hero button.slick-arrow.fsNextButton {
  left: auto;
  right: 0;
  border-right: 0px;
  border-radius: 40px 0px 0px 40px;
}

#fsHeader .hero button.slick-arrow.fsNextButton:after {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 6px;
}

#fsHeader .hero .fsElementSlideshowControls > button {
  left: 20px;
  top: 20px;
  background: #0C304A;
}

#fsHeader .hero figure:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(black));
  background: linear-gradient(to bottom, transparent 50%, black 100%);
}

body:not(.home) #fsHeader .hero figure:after {
  opacity: 0.5;
}

body.no-gradient #fsHeader .hero figure:after {
  background: none;
}

#fsHeader .hero figcaption {
  background: #676767;
  padding: 20px 40px 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2;
  width: 100%;
  font-style: normal;
}

#fsHeader .hero figcaption .fsResourceName {
  display: none;
}

#fsHeader .hero figcaption a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
}

#fsHeader .hero figcaption a:hover,
#fsHeader .hero figcaption a:focus {
  opacity: 1;
}

#fsHeader .hero figcaption a:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 10px;
  font-weight: normal;
}

#fsHeader .hero figcaption a:hover,
#fsHeader .hero figcaption a:focus {
  text-decoration: underline;
}

@media (min-width: 800px) {
  #fsHeader .hero figcaption {
    display: block;
    width: calc(100% - 100px);
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    background: none;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: left;
    border-left: 5px solid #676767;
  }

  #fsHeader .hero figcaption .fsTitle {
    text-align: left;
  }

  #fsHeader .hero figcaption a {
    margin-top: 10px;
    font-size: 17px;
    display: inline-block;
    font-style: normal;
  }
}

@media (min-width: 1180px) {
  #fsHeader .hero figcaption {
    width: calc(100% - 60px);
  }
}

#fsHeader .hero .fsTitle {
  font-family: "Poly", serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
}

@media (min-width: 800px) {
  #fsHeader .hero .fsTitle {
    font-size: 36px;
    line-height: 1.2;
  }
}

#fsHeader .hero .content .inner {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  padding-right: 1.25em;
  padding-left: 1.25em;
  text-shadow: 1px 1.5px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 800px) {
  #fsHeader .hero .content .inner {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    border-left: 5px solid #676767;
  }
}

@media (min-width: 1000px) {
  #fsHeader .hero .content .inner {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
  }
}

@media (min-width: 1180px) {
  #fsHeader .hero .content .inner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
  }
}

@media (max-width: 599px) {
  #fsHeader .hero {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }

  #fsHeader .hero article {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }

  #fsHeader .hero article picture {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #fsHeader .hero article picture img {
    display: block !important;
    visibility: hidden;
  }

  #fsHeader .hero article figcaption {
    position: relative !important;
    margin-top: 0;
  }
}

body:not(.fsDraftMode) #fsPageBodyWrapper .hero {
  display: none;
}

.styled-posts.fsGrid {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 800px) {
  .styled-posts.fsGrid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .styled-posts.fsGrid {
    padding-right: 0;
    padding-left: 0;
  }
}

.styled-posts.fsGrid > header {
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0 0 20px;
}

@media (min-width: 800px) {
  .styled-posts.fsGrid > header {
    margin-bottom: 40px;
  }
}

.styled-posts.fsGrid > header .fsElementHeaderContent {
  float: none;
}

.styled-posts.fsGrid > header .fsElementHeaderContent h2 {
  float: left;
  margin: 0;
}

.styled-posts.fsGrid > header .fsElementHeaderContent h6 {
  float: right;
  margin-bottom: 0;
  margin-top: 11px;
}

.styled-posts.fsGrid > header .fsElementHeaderContent h6 a {
  color: #373737;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 0.8;
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
}

.styled-posts.fsGrid > header .fsElementHeaderContent h6 a:hover,
.styled-posts.fsGrid > header .fsElementHeaderContent h6 a:focus {
  opacity: 1;
}

.styled-posts.fsGrid > header .fsElementHeaderContent h6 a:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 10px;
  font-weight: normal;
}

@media (max-width: 599px) {
  .styled-posts.fsGrid > header .fsElementHeaderContent h6 {
    margin-top: 8px;
  }
}

.styled-posts.fsGrid .fsElementContent {
  overflow: hidden;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article {
  width: 100%;
  height: 245px;
  background: #f8f8f8;
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin: 15px 15px 0;
  position: relative;
  display: block;
  float: none;
}

@media (min-width: 600px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article {
    width: calc((100% / 3) - 20px);
  }
}

@media (min-width: 800px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article {
    float: left;
  }
}

@media (min-width: 1000px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article {
    display: block;
  }
}

.styled-posts.fsGrid .fsElementContent .fsListItems article:first-child {
  margin-top: 0;
}

@media (min-width: 800px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article:nth-child(2),
  .styled-posts.fsGrid .fsElementContent .fsListItems article:nth-child(3) {
    margin-top: 0;
  }
}

.styled-posts.fsGrid .fsElementContent .fsListItems article:nth-child(3n + 2),
.styled-posts.fsGrid .fsElementContent .fsListItems article:nth-child(3n + 3) {
  margin-left: 0;
}

@media (min-width: 600px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article.hover .newsOverlay,
  .styled-posts.fsGrid .fsElementContent .fsListItems article:focus .newsOverlay,
  .styled-posts.fsGrid .fsElementContent .fsListItems article:hover .newsOverlay {
    top: 0;
  }
}

.styled-posts.fsGrid .fsElementContent .fsListItems article.hover .newsOverlay .fsPostLink.fsReadMoreLink,
.styled-posts.fsGrid .fsElementContent .fsListItems article.hover .newsOverlay .fsSummary,
.styled-posts.fsGrid .fsElementContent .fsListItems article:focus .newsOverlay .fsPostLink.fsReadMoreLink,
.styled-posts.fsGrid .fsElementContent .fsListItems article:focus .newsOverlay .fsSummary,
.styled-posts.fsGrid .fsElementContent .fsListItems article:hover .newsOverlay .fsPostLink.fsReadMoreLink,
.styled-posts.fsGrid .fsElementContent .fsListItems article:hover .newsOverlay .fsSummary {
  display: block;
  opacity: 1;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .fsThumbnail {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  z-index: 0;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .fsThumbnail > img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay {
  position: absolute;
  background: rgba(12, 48, 74, 0.95);
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  -webkit-transition: top 0.25s linear;
  transition: top 0.25s linear;
  z-index: 1;
}

@media (min-width: 600px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay {
    top: 160px;
    bottom: auto;
    height: 100%;
  }
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle {
  margin-bottom: 10px;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle > a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle > a:focus,
.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsTitle > a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsSummary {
  display: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

@media (min-width: 600px) {
  .styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsSummary {
    display: block;
  }
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsSummary p {
  margin: 0 0 5px;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
  display: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;
  color: #fff;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:hover,
.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:focus {
  opacity: 0.5;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 10px;
  font-weight: normal;
}

.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:focus,
.styled-posts.fsGrid .fsElementContent .fsListItems article .newsOverlay .fsPostLink.fsReadMoreLink:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.styled-calendar {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
  position: relative;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fsHasHeader .styled-calendar {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  position: relative;
}

.has-scrollbar .styled-calendar {
  width: calc(100vw - 20px);
  margin: 0 calc(-50vw + 50% + 10px);
}

@supports (color: var(--scroll-bar)) {
  .has-scrollbar .styled-calendar {
    width: calc(100vw - var(--scroll-bar));
    margin: 0 calc(-50vw + 50% + (var(--scroll-bar) / 2));
  }
}

.fsComposeMode .styled-calendar {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.styled-calendar:not(.fsDialog):before {
  content: '';
  position: absolute;
  background: #676767;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.85;
}

@media (min-width: 800px) {
  .styled-calendar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.styled-calendar footer {
  padding-top: 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.styled-calendar footer a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
}

.styled-calendar footer a:hover,
.styled-calendar footer a:focus {
  opacity: 0.8;
}

.styled-calendar footer a:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 10px;
  font-weight: normal;
}

.styled-calendar > header {
  border: 0px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.styled-calendar > header .fsElementTitle {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto 10px;
  padding: 0;
  font-family: "Poly", serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-transform: none;
}

.styled-calendar > header .fsElementTitle:after {
  content: "";
  display: block;
  margin: 15px auto;
  width: 160px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.styled-calendar > header .fsElementHeaderContent {
  display: inline-block;
  float: none;
  position: relative;
  border: 2px solid lime;
}

@media (min-width: 800px) {
  .styled-calendar > header .fsElementHeaderContent {
    font-size: 48px;
  }
}

.styled-calendar > header .fsElementHeaderContent a:hover,
.styled-calendar > header .fsElementHeaderContent a:focus {
  text-decoration: underline;
}

.styled-calendar > header .fsElementHeaderContent a:after {
  content: normal;
}

@media (min-width: 800px) {
  .styled-calendar > header .fsElementHeaderContent a {
    font-size: 48px;
  }
}

.styled-calendar .fsElementContent {
  z-index: 2;
}

.styled-calendar .fsElementContent article {
  border: 0px;
  padding: 0px;
  text-align: center;
  color: #fff;
  padding-top: 130px;
}

.styled-calendar .fsElementContent article .fsDate {
  position: absolute !important;
  top: 0;
  left: 50%;
  height: 110px;
  width: 110px;
  padding-top: 5px;
  text-align: center;
  background: transparent;
  border-radius: 100%;
  color: #373737;
  border: 5px solid #676767;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

.styled-calendar .fsElementContent article .fsDate:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #fff;
}

.styled-calendar .fsElementContent article .fsDate .fsDayName,
.styled-calendar .fsElementContent article .fsDate .fsDay,
.styled-calendar .fsElementContent article .fsDate .fsMonth {
  position: relative;
  z-index: 1;
}

.styled-calendar .fsElementContent article .fsDate .fsDayName {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.15385;
  color: #636363;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.styled-calendar .fsElementContent article .fsDate .fsMonth {
  font-size: 13px;
  line-height: 1.15385;
  color: #636363;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  top: 0;
  font-weight: bold;
  margin-top: 0;
}

.styled-calendar .fsElementContent article .fsDate .fsDay {
  font-size: 60px;
  line-height: 0.75;
  font-family: "Poly", serif;
  color: #0C304A;
  margin-top: 5px;
}

.styled-calendar .fsElementContent article .fsTitle {
  color: #fff;
}

.styled-calendar .fsElementContent article .fsTitle,
.styled-calendar .fsElementContent article .fsTitle a {
  color: #fff !important;
}

.styled-calendar .fsElementContent article .fsTitle a:hover,
.styled-calendar .fsElementContent article .fsTitle a:focus {
  text-decoration: underline;
}

.styled-calendar .fsElementContent article .fsEventDetails {
  color: #fff;
}

.styled-calendar .fsElementContent article .fsTimeRange {
  color: #fff;
}

.styled-calendar .fsElementContent article .fsTimeRange:before {
  color: #fff;
}

.styled-calendar .fsElementContent article .fsLocation {
  margin-top: 0;
  color: #fff;
}

.styled-calendar .fsElementContent article .fsLocation:before {
  color: #fff;
}

.styled-calendar .calOverlay {
  position: absolute;
  background: rgba(103, 103, 103, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.styled-calendar .slick-arrow {
  text-align: center;
}

.styled-calendar .fsPrevButton:before,
.styled-calendar .fsNextButton:before {
  color: rgba(255, 255, 255, 0.8);
}

.styled-calendar .fsPrevButton:hover:before,
.styled-calendar .fsNextButton:hover:before,
.styled-calendar .fsPrevButton:focus:before,
.styled-calendar .fsNextButton:focus:before {
  color: white;
}

.stories {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 800px) {
  .stories {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1180px) {
  .stories {
    padding-right: 0;
    padding-left: 0;
  }
}

.stories .fsDiv.fsStyleColumn {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 5px !important;
}

.stories .fsDiv.fsStyleColumn .fsElementContent :last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 1000px) {
  .stories .fsDiv.fsStyleColumn {
    min-height: 510px;
    border-radius: 0;
  }
}

.stories .fsDiv.fsStyleColumn.fsStyleColumn-1 {
  margin-right: -0.5px;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .stories .fsDiv.fsStyleColumn.fsStyleColumn-1 {
    margin-bottom: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.stories .fsDiv.fsStyleColumn.fsStyleColumn-2 {
  margin-left: -0.5px;
}

@media (min-width: 800px) {
  .stories .fsDiv.fsStyleColumn.fsStyleColumn-2 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.stories .fsDiv.fsStyleColumn .fsElementContent {
  color: #333;
}

.stories .fsDiv.fsStyleColumn .fsElementContent img {
  width: 100%;
}

.stories .fsDiv.fsStyleColumn .fsElementContent h4 {
  font-size: 36px;
  font-family: "Poly", serif;
  margin-bottom: 10px;
}

.stories .fsDiv.fsStyleColumn .fsElementContent p {
  font-size: 14px;
}

.stories .fsDiv.fsStyleColumn .fsElementContent a {
  color: #676767;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: opacity 0.33s;
  transition: opacity 0.33s;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #676767;
}

.stories .fsDiv.fsStyleColumn .fsElementContent a:hover,
.stories .fsDiv.fsStyleColumn .fsElementContent a:focus {
  opacity: 1;
}

.stories .fsDiv.fsStyleColumn .fsElementContent a:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 10px;
  font-weight: normal;
}

.stories .fsDiv.fsStyleColumn .fsElementContent a:hover {
  color: #333;
}

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

.bpa-infographic-container .fsElement.apple:before {
  content: "\E901";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.backpack:before {
  content: "\E902";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.bar-graph:before {
  content: "\E903";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.baseball:before {
  content: "\E904";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.book:before {
  content: "\E905";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.briefcase:before {
  content: "\E906";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.bullhorn:before {
  content: "\E907";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.bus:before {
  content: "\E908";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.calendar:before {
  content: "\E909";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.camera:before {
  content: "\E90A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.certificate:before {
  content: "\E90B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.check:before {
  content: "\E90C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.chess:before {
  content: "\E90D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.city:before {
  content: "\E90E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.college:before {
  content: "\E90F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.cross:before {
  content: "\E910";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.directory:before {
  content: "\E911";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.diversity:before {
  content: "\E912";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.door:before {
  content: "\E913";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.droplet:before {
  content: "\E914";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.enroll:before {
  content: "\E915";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.faq:before {
  content: "\E916";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.files:before {
  content: "\E917";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.football:before {
  content: "\E918";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.gift:before {
  content: "\E919";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.giving:before {
  content: "\E91A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.globe:before {
  content: "\E91B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.grad:before {
  content: "\E91C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.group-boys:before {
  content: "\E91D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.group-coed:before {
  content: "\E91E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.group-girls:before {
  content: "\E926";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.group:before {
  content: "\E927";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.heart:before {
  content: "\E928";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.info:before {
  content: "\E929";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.jersey:before {
  content: "\E92A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.leaf:before {
  content: "\E92B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.lightbulb:before {
  content: "\E92C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.link:before {
  content: "\E92D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.list:before {
  content: "\E92E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.location:before {
  content: "\E92F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.lock:before {
  content: "\E930";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.map:before {
  content: "\E931";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.medal:before {
  content: "\E932";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.microscope:before {
  content: "\E933";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.music:before {
  content: "\E934";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.paint:before {
  content: "\E935";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.pencil:before {
  content: "\E936";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.person:before {
  content: "\E937";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.phone:before {
  content: "\E938";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.piggy-bank:before {
  content: "\E939";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.portion:before {
  content: "\E93A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.question:before {
  content: "\E93B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.ratio:before {
  content: "\E93C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.robot:before {
  content: "\E93D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.school:before {
  content: "\E93E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.screens:before {
  content: "\E93F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.settings:before {
  content: "\E940";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.shoe:before {
  content: "\E941";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.soccer:before {
  content: "\E942";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.sports:before {
  content: "\E943";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.star-of-david:before {
  content: "\E944";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.star:before {
  content: "\E945";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.store:before {
  content: "\E946";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.sun:before {
  content: "\E947";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.teacher:before {
  content: "\E948";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.theatre:before {
  content: "\E949";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.time:before {
  content: "\E94A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.tree:before {
  content: "\E94B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.trophy:before {
  content: "\E94C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement.warning:before {
  content: "\E94D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-infographic-container .fsElement:before {
  font-size: 46px;
}

.bpa-infographic-container .fsElement > header .fsElementTitle {
  text-transform: lowercase;
}

.bpa-infographic-container .fsElement > header .fsElementTitle:before {
  content: 'Class: ';
}

.bpa-infographic-container .fsElement > header .fsElementHeaderContent {
  display: none;
}

.home-infographic {
  padding-top: 60px;
  padding-bottom: 20px;
}

.home-infographic > header {
  text-align: center;
  position: relative;
}

.home-infographic > header .fsElementTitle {
  font-size: 36px;
  color: #242424;
  font-family: "Poly", serif;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.home-infographic > header:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 5px;
  background-color: #0C304A;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-infographic > .fsElementContent {
  padding-top: 40px;
  padding-bottom: 20px;
}

.home-infographic > .fsElementContent > .fsElement:before,
.home-infographic > .fsElementContent .slick-slide:before {
  font-size: 60px;
  line-height: 1;
  color: #0C304A;
}

.home-infographic > .fsElementContent > .fsElement header,
.home-infographic > .fsElementContent .slick-slide header {
  color: #373737;
}

.home-infographic > .fsElementContent > .fsElement header .fsElementTitle,
.home-infographic > .fsElementContent .slick-slide header .fsElementTitle {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 34px;
  color: #676767;
}

.home-infographic > .fsElementContent > .fsElement.apple:before,
.home-infographic > .fsElementContent .slick-slide.apple:before {
  content: "\E901";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.backpack:before,
.home-infographic > .fsElementContent .slick-slide.backpack:before {
  content: "\E902";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.bar-graph:before,
.home-infographic > .fsElementContent .slick-slide.bar-graph:before {
  content: "\E903";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.baseball:before,
.home-infographic > .fsElementContent .slick-slide.baseball:before {
  content: "\E904";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.book:before,
.home-infographic > .fsElementContent .slick-slide.book:before {
  content: "\E905";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.briefcase:before,
.home-infographic > .fsElementContent .slick-slide.briefcase:before {
  content: "\E906";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.bullhorn:before,
.home-infographic > .fsElementContent .slick-slide.bullhorn:before {
  content: "\E907";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.bus:before,
.home-infographic > .fsElementContent .slick-slide.bus:before {
  content: "\E908";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.calendar:before,
.home-infographic > .fsElementContent .slick-slide.calendar:before {
  content: "\E909";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.camera:before,
.home-infographic > .fsElementContent .slick-slide.camera:before {
  content: "\E90A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.certificate:before,
.home-infographic > .fsElementContent .slick-slide.certificate:before {
  content: "\E90B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.check:before,
.home-infographic > .fsElementContent .slick-slide.check:before {
  content: "\E90C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.chess:before,
.home-infographic > .fsElementContent .slick-slide.chess:before {
  content: "\E90D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.city:before,
.home-infographic > .fsElementContent .slick-slide.city:before {
  content: "\E90E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.college:before,
.home-infographic > .fsElementContent .slick-slide.college:before {
  content: "\E90F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.cross:before,
.home-infographic > .fsElementContent .slick-slide.cross:before {
  content: "\E910";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.directory:before,
.home-infographic > .fsElementContent .slick-slide.directory:before {
  content: "\E911";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.diversity:before,
.home-infographic > .fsElementContent .slick-slide.diversity:before {
  content: "\E912";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.door:before,
.home-infographic > .fsElementContent .slick-slide.door:before {
  content: "\E913";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.droplet:before,
.home-infographic > .fsElementContent .slick-slide.droplet:before {
  content: "\E914";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.enroll:before,
.home-infographic > .fsElementContent .slick-slide.enroll:before {
  content: "\E915";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.faq:before,
.home-infographic > .fsElementContent .slick-slide.faq:before {
  content: "\E916";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.files:before,
.home-infographic > .fsElementContent .slick-slide.files:before {
  content: "\E917";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.football:before,
.home-infographic > .fsElementContent .slick-slide.football:before {
  content: "\E918";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.gift:before,
.home-infographic > .fsElementContent .slick-slide.gift:before {
  content: "\E919";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.giving:before,
.home-infographic > .fsElementContent .slick-slide.giving:before {
  content: "\E91A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.globe:before,
.home-infographic > .fsElementContent .slick-slide.globe:before {
  content: "\E91B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.grad:before,
.home-infographic > .fsElementContent .slick-slide.grad:before {
  content: "\E91C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.group-boys:before,
.home-infographic > .fsElementContent .slick-slide.group-boys:before {
  content: "\E91D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.group-coed:before,
.home-infographic > .fsElementContent .slick-slide.group-coed:before {
  content: "\E91E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.group-girls:before,
.home-infographic > .fsElementContent .slick-slide.group-girls:before {
  content: "\E926";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.group:before,
.home-infographic > .fsElementContent .slick-slide.group:before {
  content: "\E927";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.heart:before,
.home-infographic > .fsElementContent .slick-slide.heart:before {
  content: "\E928";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.info:before,
.home-infographic > .fsElementContent .slick-slide.info:before {
  content: "\E929";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.jersey:before,
.home-infographic > .fsElementContent .slick-slide.jersey:before {
  content: "\E92A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.leaf:before,
.home-infographic > .fsElementContent .slick-slide.leaf:before {
  content: "\E92B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.lightbulb:before,
.home-infographic > .fsElementContent .slick-slide.lightbulb:before {
  content: "\E92C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.link:before,
.home-infographic > .fsElementContent .slick-slide.link:before {
  content: "\E92D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.list:before,
.home-infographic > .fsElementContent .slick-slide.list:before {
  content: "\E92E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.location:before,
.home-infographic > .fsElementContent .slick-slide.location:before {
  content: "\E92F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.lock:before,
.home-infographic > .fsElementContent .slick-slide.lock:before {
  content: "\E930";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.map:before,
.home-infographic > .fsElementContent .slick-slide.map:before {
  content: "\E931";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.medal:before,
.home-infographic > .fsElementContent .slick-slide.medal:before {
  content: "\E932";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.microscope:before,
.home-infographic > .fsElementContent .slick-slide.microscope:before {
  content: "\E933";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.music:before,
.home-infographic > .fsElementContent .slick-slide.music:before {
  content: "\E934";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.paint:before,
.home-infographic > .fsElementContent .slick-slide.paint:before {
  content: "\E935";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.pencil:before,
.home-infographic > .fsElementContent .slick-slide.pencil:before {
  content: "\E936";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.person:before,
.home-infographic > .fsElementContent .slick-slide.person:before {
  content: "\E937";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.phone:before,
.home-infographic > .fsElementContent .slick-slide.phone:before {
  content: "\E938";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.piggy-bank:before,
.home-infographic > .fsElementContent .slick-slide.piggy-bank:before {
  content: "\E939";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.portion:before,
.home-infographic > .fsElementContent .slick-slide.portion:before {
  content: "\E93A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.question:before,
.home-infographic > .fsElementContent .slick-slide.question:before {
  content: "\E93B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.ratio:before,
.home-infographic > .fsElementContent .slick-slide.ratio:before {
  content: "\E93C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.robot:before,
.home-infographic > .fsElementContent .slick-slide.robot:before {
  content: "\E93D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.school:before,
.home-infographic > .fsElementContent .slick-slide.school:before {
  content: "\E93E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.screens:before,
.home-infographic > .fsElementContent .slick-slide.screens:before {
  content: "\E93F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.settings:before,
.home-infographic > .fsElementContent .slick-slide.settings:before {
  content: "\E940";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.shoe:before,
.home-infographic > .fsElementContent .slick-slide.shoe:before {
  content: "\E941";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.soccer:before,
.home-infographic > .fsElementContent .slick-slide.soccer:before {
  content: "\E942";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.sports:before,
.home-infographic > .fsElementContent .slick-slide.sports:before {
  content: "\E943";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.star-of-david:before,
.home-infographic > .fsElementContent .slick-slide.star-of-david:before {
  content: "\E944";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.star:before,
.home-infographic > .fsElementContent .slick-slide.star:before {
  content: "\E945";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.store:before,
.home-infographic > .fsElementContent .slick-slide.store:before {
  content: "\E946";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.sun:before,
.home-infographic > .fsElementContent .slick-slide.sun:before {
  content: "\E947";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.teacher:before,
.home-infographic > .fsElementContent .slick-slide.teacher:before {
  content: "\E948";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.theatre:before,
.home-infographic > .fsElementContent .slick-slide.theatre:before {
  content: "\E949";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.time:before,
.home-infographic > .fsElementContent .slick-slide.time:before {
  content: "\E94A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.tree:before,
.home-infographic > .fsElementContent .slick-slide.tree:before {
  content: "\E94B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.trophy:before,
.home-infographic > .fsElementContent .slick-slide.trophy:before {
  content: "\E94C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic > .fsElementContent > .fsElement.warning:before,
.home-infographic > .fsElementContent .slick-slide.warning:before {
  content: "\E94D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.home-infographic .slick-dots {
  text-align: center;
  padding-top: 15px !important;
}

.home-infographic .slick-dots,
.home-infographic .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-infographic .slick-dots li {
  margin: 0;
  padding: 0;
}

.home-infographic .slick-dots li {
  margin: 5px 4px;
  display: inline-block;
}

.home-infographic .slick-dots li button {
  cursor: pointer;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #636363;
  text-indent: -9999px;
}

.home-infographic .slick-dots li.slick-active button {
  background: #676767;
}

body:not(.fsDraftMode) .home-infographic .slick-slide {
  text-align: center;
}

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

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

.icon-list li {
  margin: 6px 0px;
}

.icon-list li:before {
  font-size: 30px;
  margin-right: 14px;
}

.home-feeds {
  padding: 50px 40px 30px;
  margin-bottom: 0;
  margin-top: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 899px) {
  .home-feeds {
    padding: 40px 20px;
  }
}

.home-feeds > header {
  text-align: center;
  padding-bottom: 30px;
}

.home-feeds > header .fsElementTitle {
  font-weight: 600;
  font-family: "Poly", serif;
}

.home-feeds > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.home-feeds .j-date {
  color: #242424;
}

.home-feeds .juicer-feed .j-paginate {
  color: #373737;
}

.home-feeds .juicer-feed .j-paginate:hover {
  color: #ffffff;
}

.home-feeds .j-message a:hover {
  text-decoration: underline !important;
}

.home-feeds .j-poster a *:hover {
  text-decoration: underline !important;
}

.nav-main {
  background-color: #0C304A;
}

.nav-main .fsNavLevel1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-main .fsNavLevel1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: static !important;
}

.nav-main .fsNavLevel1 > li > a {
  padding: 20px 25px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-main .fsNavLevel1 > li .fsNavPageInfo {
  visibility: hidden;
}

.nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  visibility: visible;
}

.nav-main .fsNavPageInfo {
  background: #0C304A;
  text-align: left;
  z-index: 300;
  width: 100%;
  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;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 2.6px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2.6px 4px rgba(0, 0, 0, 0.2);
}

.nav-main .fsNavPageDescription {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 35%;
  padding: 0 30px;
  margin: 20px 0;
  color: #636363;
}

.nav-main .fsNavPageDescription p {
  margin-bottom: 0;
}

.nav-main .fsNavPageDescription a {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #676767;
  line-height: 1.2;
}

.nav-main .fsNavPageDescription a:hover {
  color: #636363;
}

.nav-main .fsNavPageDescription hr {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  border: none;
  background: #f8f8f8;
}

.nav-main .fsNavPageDescription strong,
.nav-main .fsNavPageDescription b,
.nav-main .fsNavPageDescription h1,
.nav-main .fsNavPageDescription h2,
.nav-main .fsNavPageDescription h3,
.nav-main .fsNavPageDescription h4,
.nav-main .fsNavPageDescription h5,
.nav-main .fsNavPageDescription h6 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-main .fsNavPageThumbnail {
  padding: 0 30px;
  margin: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 28%;
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
}

.nav-main .fsNavPageThumbnail > img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-main .col-wrap {
  padding: 0 30px;
  margin: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 33.33%;
  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;
}

.nav-main .col-wrap .menu-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 50%;
}

.nav-main .col-wrap .menu-col.column-1 {
  padding-right: 10px;
}

.nav-main .col-wrap .menu-col.column-2 {
  padding-left: 10px;
}

.nav-main .fsNavLevel2 li {
  border-bottom: 1px solid #f8f8f8;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  padding: 5px;
  color: #373737;
  background: transparent;
  font-size: 1em;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #636363;
  background: transparent;
  text-decoration: underline;
}

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

.nav-utility-header {
  margin-bottom: 0;
  display: none;
  color: #fff;
}

@media (min-width: 1000px) {
  .nav-utility-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}

.nav-utility-header > .fsElementContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

.nav-utility-header footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

.nav-utility-header footer .fsElementFooterContent {
  margin-top: 0;
}

.nav-utility-header footer .fsElementFooterContent p,
.nav-utility-header footer .fsElementFooterContent a {
  margin-bottom: 0;
}

.nav-utility-header .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-utility-header .fsNavLevel1 > li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.33em;
  text-transform: none;
  padding: 0;
}

.nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px !important;
}

.nav-utility-header .fsNavLevel1 > li:hover > a,
.nav-utility-header .fsNavLevel1 > li:focus > a {
  color: #f8f8f8;
  background: transparent;
  text-decoration: underline;
}

.nav-utility-header .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 4px;
  line-height: 1;
}

.nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #f8f8f8;
  background: transparent;
}

.nav-utility-header .fsNavLevel1 > li.quicklinks {
  display: none;
}

.nav-utility-header .fsNavLevel1 > li.search {
  display: none;
}

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 > li.search {
    display: block;
    font-size: 0;
    line-height: 0;
  }

  .nav-utility-header .fsNavLevel1 > li.search > a:before {
    display: inline-block;
    vertical-align: middle;
    min-width: 18px;
    content: "\F002";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 13px;
    line-height: 20px;
    color: inherit;
    padding: 8px 10px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
  }

  .nav-utility-header .fsNavLevel1 > li.search:hover > a {
    text-decoration: none !important;
  }

  .nav-utility-header .fsNavLevel1 > li.search:hover > a:before {
    border-color: #fff;
    background: #fff;
    color: #0C304A;
    text-decoration: none !important;
  }
}

.nav-utility-header .fsNavLevel1 > li > a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  background: transparent;
}

.nav-utility-header .fsNavLevel1 > li > a:before {
  display: inline-block;
  margin: 0 10px 0 0px;
  padding: 0;
  vertical-align: middle;
  min-width: 20px;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
}

.nav-utility-header .fsNavLevel1 > li > a:focus {
  color: #f8f8f8;
  background: transparent;
}

html.js .nav-utility-header .fsNavLevel1 > li {
  position: relative;
}

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

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

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

html.js .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo {
  max-height: 9999px;
}

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

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

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

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

.nav-utility-header footer a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  border-radius: 4px;
}

.nav-utility-header footer a:hover,
.nav-utility-header footer a:focus {
  color: #0C304A;
  background: #fff;
}

.nav-utility-header li .fsNavPageInfo {
  display: block;
}

@media (min-width: 1000px) {
  .nav-utility-header li .fsNavPageInfo {
    width: 210px;
    background: #fff;
    text-align: left;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 0px 20px;
  }
}

.nav-utility-header .fsNavPageInfo {
  display: none;
}

.nav-utility-header .fsNavLevel2 {
  padding: 10px 0;
}

.nav-utility-header .fsNavLevel2 li {
  width: auto;
}

.nav-utility-header .fsNavLevel2 li a {
  display: block;
  color: #373737;
  background: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}

.nav-utility-header .fsNavLevel2 li a:hover,
.nav-utility-header .fsNavLevel2 li a:focus {
  color: #636363;
  background: transparent;
  text-decoration: underline;
}

.nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #0C304A;
  background: transparent;
}

.nav-utility-header .fsNavLevel1 > li.portals {
  display: block;
  font-size: 0;
  line-height: 0;
}

.nav-utility-header .fsNavLevel1 > li.portals > a:before {
  display: inline-block;
  vertical-align: middle;
  min-width: 18px;
  content: "\F007";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 13px;
  line-height: 20px;
  color: inherit;
  background: transparent;
  color: #fff;
  margin: 0px;
}

.nav-utility-footer {
  color: #fff;
}

#fsFooter .nav-utility-footer {
  margin: 20px auto;
}

@media (min-width: 700px) {
  #fsFooter .nav-utility-footer {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .nav-utility-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.nav-utility-footer .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@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 {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.4em;
  text-transform: none;
}

.nav-utility-footer .fsNavLevel1 > li:hover > a {
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  text-decoration: underline;
}

.nav-utility-footer .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
}

.nav-utility-footer .fsNavLevel1 > li > a {
  display: block;
  padding: 0 10px;
  color: #fff;
  background: transparent;
}

.nav-utility-footer .fsNavLevel1 > li > a:focus {
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
}

.nav-sub {
  display: none;
}

@media screen and (max-width: 599px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-bottom: 0;
    display: block;
    font-family: "Poly", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding: 14px 20px;
    border-radius: 0;
    color: #fff;
    background-color: #676767;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff !important;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

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

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

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

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    padding: 0 20px;
    background-color: #efefef;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 12px 0;
    color: #0C304A;
    background: transparent;
  }

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

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

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #0C304A;
  }
}

@media screen and (max-width: 599px) {
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #373737;
    background: transparent;
  }

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #000;
    background: transparent;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #0C304A;
  }
}

@media screen and (max-width: 599px) {
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #373737;
    background: transparent;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 0;
  }

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #676767;
    color: #fff;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "-";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }
}

@media (min-width: 600px) {
  .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;
}

.nav-sub > .fsElementContent ul {
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

  .nav-sub > .fsElementContent ul {
    max-height: 9999px;
  }
}

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

.nav-sub.active-nav > .fsElementContent ul {
  max-height: 9999px;
}

#fsHeader .nav-sub {
  position: relative;
  display: block;
  margin-bottom: 0;
  z-index: 8998;
}

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

.fsBannerRight .nav-sub > header,
.fsBannerLeft .nav-sub > header {
  display: none;
}

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

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

.nav-sub ul li {
  font-weight: 700;
  font-size: 15px;
}

.nav-sub ul li a {
  display: block;
  padding: 12px 0;
  color: #676767;
  background: transparent;
  border-bottom: 1px solid #f8f8f8;
}

.nav-sub ul li a:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-right: 8px;
  font-weight: 400;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #636363;
  background: transparent;
  text-decoration: underline;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #0C304A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #636363;
  background: transparent;
}

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #0C304A;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #636363;
  background: transparent;
}

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

@media screen and (max-width: 599px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.nav-sub .fsNavLevel1 > li {
  border-bottom: none;
}

.nav-sub .fsNavLevel1 > li > a:before {
  display: none;
}

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

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

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

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

#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;
  left: 0;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
  left: auto;
  right: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: #0C304A;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9000;
}

@media (min-width: 1000px) {
  #fsMenu {
    display: none;
  }
}

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

.drawer-is-active #fsMenu > .fsMenu {
  opacity: 1;
  visibility: visible;
}

#fsMenu > .fsMenu {
  position: relative;
  top: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: transparent;
  pointer-events: auto;
}

.menu-trigger-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 50px;
  height: 40px;
}

@media (min-width: 1000px) {
  .menu-trigger-container {
    display: none;
  }
}

#fsMenu .menu-trigger-container {
  height: auto;
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#fsMenu .menu-trigger-container > .fsElementContent {
  min-height: 50px;
}

@media (min-width: 700px) {
  #fsMenu .menu-trigger-container > .fsElementContent {
    min-height: 55px;
  }
}

.menu-trigger-container > .fsElementContent {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-align: center;
}

.mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  left: auto;
  right: 0px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: 100%;
  -webkit-transition: background .3s, border .3s, color .3s;
  transition: background .3s, border .3s, color .3s;
}

.mobile-toggle:hover {
  color: #fff;
}

.mobile-toggle:focus {
  color: #f8f8f8;
  outline: -webkit-focus-ring-color auto 5px;
}

.mobile-toggle:before,
.mobile-toggle:after {
  display: none;
}

.mobile-toggle span {
  font-size: 0;
  line-height: 20px;
  display: inline-block;
  margin: 0 auto;
  padding: 6px 5px;
  background: transparent;
  outline: 0;
  background: transparent;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  width: 100%;
  min-width: 50px;
  color: inherit;
}

@media (min-width: 1000px) {
  .mobile-toggle span {
    min-width: 20px;
  }
}

.mobile-toggle span:before {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  vertical-align: center;
  float: left;
  content: "\F0C9";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 15px;
  line-height: 1;
}

@media (min-width: 600px) {
  .mobile-toggle span:before {
    font-size: 18px;
  }
}

.fsMenu .mobile-toggle {
  height: 40px;
}

.drawer-is-active .mobile-toggle {
  height: 40px;
}

.drawer-is-active .mobile-toggle:hover {
  background: transparent;
}

.drawer-is-active .mobile-toggle span:before {
  content: "\F00D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-menu-main {
  margin: 0 0 30px 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.nav-menu-main > header .fsElementHeaderContent {
  padding-right: 1.25em;
  padding-left: 1.25em;
  text-align: center;
}

.nav-menu-main > header .fsElementHeaderContent a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  border-radius: 4px;
}

.nav-menu-main > header .fsElementHeaderContent a:hover,
.nav-menu-main > header .fsElementHeaderContent a:focus {
  color: #0C304A;
  background: #fff;
}

.nav-menu-main ul li {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
}

.nav-menu-main ul li.fsNavParentPage {
  position: relative;
}

.nav-menu-main ul li.fsNavParentPage > a {
  padding-right: 50px;
}

.nav-menu-main ul li.fsNavParentPage > .fsNavPageInfo {
  text-align: left;
  z-index: 300;
  overflow: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-main ul li.fsNavParentPage.active > .fsNavPageInfo {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-main ul li.fsNavCurrentPageAncestor > .expand-navigation:before,
.nav-menu-main ul li.fsNavCurrentPageAncestor.active > .expand-navigation:before {
  color: #fff;
}

.nav-menu-main ul li.fsNavCurrentPageAncestor:hover > .expand-navigation:before,
.nav-menu-main ul li.fsNavCurrentPageAncestor.active:hover > .expand-navigation:before {
  color: #fff;
}

.nav-menu-main ul li > a {
  display: block;
}

@media (min-width: 1000px) {
  .nav-menu-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: left;
    display: block;
  }
}

.nav-menu-main .fsNavLevel1 li > .expand-navigation {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 30px;
  height: auto;
  min-height: 38px;
  z-index: 100;
  cursor: pointer;
  text-align: right;
  display: block;
  font-size: 0;
}

.nav-menu-main .fsNavLevel1 li > .expand-navigation:hover:before {
  color: rgba(255, 255, 255, 0.75);
}

.nav-menu-main .fsNavLevel1 li > .expand-navigation:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  vertical-align: middle;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.nav-menu-main .fsNavLevel1 li.active > .expand-navigation:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-menu-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a,
.nav-menu-main .fsNavLevel1 li.fsNavCurrentPage > a {
  color: #0C304A;
  background: #fff;
}

.nav-menu-main .fsNavLevel1 li.fsNavCurrentPageAncestor:hover > a,
.nav-menu-main .fsNavLevel1 li.fsNavCurrentPage:hover > a {
  opacity: .9;
  color: #0C304A;
}

.nav-menu-main .fsNavLevel1 li.fsNavCurrentPageAncestor > .expand-navigation:before,
.nav-menu-main .fsNavLevel1 li.fsNavCurrentPage > .expand-navigation:before {
  color: #0C304A !important;
}

.nav-menu-main .fsNavLevel1 > li {
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.nav-menu-main .fsNavLevel1 > li:first-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
}

@media (min-width: 1000px) {
  .nav-menu-main .fsNavLevel1 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.nav-menu-main .fsNavLevel1 > li:hover > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-menu-main .fsNavLevel1 > li > a {
  font-weight: 700;
  display: block;
  color: #fff;
  background: transparent;
  padding: 10px 20px;
}

.nav-menu-main .fsNavLevel1 > li > a:focus {
  color: #0C304A;
  background: #fff;
}

.nav-menu-main .fsNavPageDescription {
  display: none;
}

.nav-menu-main .fsNavPageThumbnail {
  display: none;
}

.nav-menu-main .fsNavLevel2 {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-menu-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a,
.nav-menu-main .fsNavLevel2 li.fsNavCurrentPage > a {
  color: #fff !important;
  background: transparent;
}

.nav-menu-main .fsNavLevel2 li.fsNavCurrentPageAncestor:hover > a,
.nav-menu-main .fsNavLevel2 li.fsNavCurrentPage:hover > a {
  opacity: 1 !important;
  color: #fff !important;
}

.nav-menu-main .fsNavLevel2 li.fsNavCurrentPageAncestor > .expand-navigation:before,
.nav-menu-main .fsNavLevel2 li.fsNavCurrentPage > .expand-navigation:before {
  color: #fff !important;
}

.nav-menu-main .fsNavLevel2,
.nav-menu-main .fsNavLevel3,
.nav-menu-main .fsNavLevel4,
.nav-menu-main .fsNavLevel5 {
  padding-top: 0;
  padding-bottom: 10px;
}

.nav-menu-main .fsNavLevel2 li,
.nav-menu-main .fsNavLevel3 li,
.nav-menu-main .fsNavLevel4 li,
.nav-menu-main .fsNavLevel5 li {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
}

.nav-menu-main .fsNavLevel2 li a,
.nav-menu-main .fsNavLevel3 li a,
.nav-menu-main .fsNavLevel4 li a,
.nav-menu-main .fsNavLevel5 li a {
  display: block;
  padding: 0 20px 0 0;
  color: #fff;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-transform: none;
}

.nav-menu-main .fsNavLevel2 li a:hover,
.nav-menu-main .fsNavLevel2 li a:focus,
.nav-menu-main .fsNavLevel3 li a:hover,
.nav-menu-main .fsNavLevel3 li a:focus,
.nav-menu-main .fsNavLevel4 li a:hover,
.nav-menu-main .fsNavLevel4 li a:focus,
.nav-menu-main .fsNavLevel5 li a:hover,
.nav-menu-main .fsNavLevel5 li a:focus {
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
}

.nav-menu-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
.nav-menu-main .fsNavLevel3 li[class*="fsNavCurrentPage"] > a,
.nav-menu-main .fsNavLevel4 li[class*="fsNavCurrentPage"] > a,
.nav-menu-main .fsNavLevel5 li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
}

.nav-menu-district {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.district-active .nav-menu-district {
  display: block;
}

.nav-menu-district ul li {
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

.nav-menu-district ul li.fsNavParentPage {
  position: relative;
}

.nav-menu-district ul li.fsNavParentPage > a {
  padding-right: 50px;
}

.nav-menu-district ul li.fsNavParentPage.active > .expand-navigation:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}

.nav-menu-district ul li.fsNavParentPage.active > .fsNavPageInfo {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-district ul li.fsNavParentPage > .expand-navigation {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 30px;
  height: auto;
  z-index: 100;
  cursor: pointer;
  text-align: right;
  display: block;
  font-size: 0;
}

.nav-menu-district ul li.fsNavParentPage > .expand-navigation:hover:before {
  color: #636363;
}

.nav-menu-district ul li.fsNavParentPage > .expand-navigation:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.nav-menu-district ul li.fsNavParentPage > .fsNavPageInfo {
  text-align: left;
  z-index: 300;
  overflow: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-district ul li > a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 10px 20px;
}

@media (min-width: 1000px) {
  .nav-menu-district .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: left;
    display: block;
  }
}

.nav-menu-district .fsNavLevel1 > li {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.nav-menu-district .fsNavLevel1 > li:first-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff, inset 0 1px 0 0 #fff;
}

.nav-menu-district .fsNavLevel1 > li.fsNavParentPage > .expand-navigation {
  top: 10px;
}

@media (min-width: 1000px) {
  .nav-menu-district .fsNavLevel1 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.nav-menu-district .fsNavLevel1 > li:hover > a {
  color: #0C304A;
  background: #fff;
}

.nav-menu-district .fsNavLevel1 > li:hover .expand-navigation:before {
  color: #0C304A !important;
}

.nav-menu-district .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #373737;
  background: #fff;
}

.nav-menu-district .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
}

.nav-menu-district .fsNavLevel1 > li > a:focus,
.nav-menu-district .fsNavLevel1 > li > a:hover {
  color: #0C304A;
  background: #fff;
}

.nav-menu-district .fsNavPageDescription {
  display: none;
}

.nav-menu-district .fsNavPageThumbnail {
  display: none;
}

.nav-menu-district .fsNavLevel2,
.nav-menu-district .fsNavLevel3,
.nav-menu-district .fsNavLevel4,
.nav-menu-district .fsNavLevel5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu-district .fsNavLevel2 li,
.nav-menu-district .fsNavLevel3 li,
.nav-menu-district .fsNavLevel4 li,
.nav-menu-district .fsNavLevel5 li {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
}

.nav-menu-district .fsNavLevel2 li a,
.nav-menu-district .fsNavLevel3 li a,
.nav-menu-district .fsNavLevel4 li a,
.nav-menu-district .fsNavLevel5 li a {
  display: block;
  padding: 0;
  color: #fff;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-transform: none;
}

.nav-menu-district .fsNavLevel2 li a:hover,
.nav-menu-district .fsNavLevel2 li a:focus,
.nav-menu-district .fsNavLevel3 li a:hover,
.nav-menu-district .fsNavLevel3 li a:focus,
.nav-menu-district .fsNavLevel4 li a:hover,
.nav-menu-district .fsNavLevel4 li a:focus,
.nav-menu-district .fsNavLevel5 li a:hover,
.nav-menu-district .fsNavLevel5 li a:focus {
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
}

.nav-menu-district .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
.nav-menu-district .fsNavLevel3 li[class*="fsNavCurrentPage"] > a,
.nav-menu-district .fsNavLevel4 li[class*="fsNavCurrentPage"] > a,
.nav-menu-district .fsNavLevel5 li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
}

.nav-menu-portal {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.nav-menu-portal ul .quicklinks {
  display: none;
}

.nav-menu-portal ul li {
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
}

.nav-menu-portal ul li.fsNavParentPage {
  position: relative;
}

.nav-menu-portal ul li.fsNavParentPage > a {
  padding-right: 50px;
}

.nav-menu-portal ul li.fsNavParentPage.active > .expand-navigation:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #0C304A;
}

.nav-menu-portal ul li.fsNavParentPage.active > .fsNavPageInfo {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-portal ul li.fsNavParentPage > .expand-navigation {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 30px;
  height: auto;
  z-index: 100;
  cursor: pointer;
  text-align: right;
  display: block;
  font-size: 0;
}

.nav-menu-portal ul li.fsNavParentPage > .expand-navigation:hover:before {
  color: #039;
}

.nav-menu-portal ul li.fsNavParentPage > .expand-navigation:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.nav-menu-portal ul li.fsNavParentPage > .fsNavPageInfo {
  text-align: left;
  z-index: 300;
  overflow: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-portal ul li > a {
  display: block;
  color: #636363;
  background: transparent;
  padding: 10px 20px;
}

.nav-menu-portal .fsNavLevel1 {
  background: #fff;
}

@media (min-width: 1000px) {
  .nav-menu-portal .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: left;
    display: block;
    background: transparent;
  }
}

.nav-menu-portal .fsNavLevel1 > li {
  -webkit-box-shadow: inset 0 -1px 0 0 #636363;
          box-shadow: inset 0 -1px 0 0 #636363;
}

.nav-menu-portal .fsNavLevel1 > li:first-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #636363, inset 0 1px 0 0 #636363;
          box-shadow: inset 0 -1px 0 0 #636363, inset 0 1px 0 0 #636363;
}

.nav-menu-portal .fsNavLevel1 > li.fsNavParentPage > .expand-navigation {
  top: 10px;
}

.nav-menu-portal .fsNavLevel1 > li.search {
  display: none;
}

@media (min-width: 1000px) {
  .nav-menu-portal .fsNavLevel1 > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.nav-menu-portal .fsNavLevel1 > li:hover > a {
  color: #039;
  background: transparent;
}

.nav-menu-portal .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #636363;
  background: transparent;
}

.nav-menu-portal .fsNavLevel1 > li > a {
  display: block;
  color: #636363;
  background: transparent;
}

.nav-menu-portal .fsNavLevel1 > li > a:focus {
  color: #039;
  background: transparent;
}

.nav-menu-portal .fsNavPageDescription {
  display: none;
}

.nav-menu-portal .fsNavPageThumbnail {
  display: none;
}

.nav-menu-portal .fsNavLevel2,
.nav-menu-portal .fsNavLevel3,
.nav-menu-portal .fsNavLevel4,
.nav-menu-portal .fsNavLevel5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu-portal .fsNavLevel2 li,
.nav-menu-portal .fsNavLevel3 li,
.nav-menu-portal .fsNavLevel4 li,
.nav-menu-portal .fsNavLevel5 li {
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
}

.nav-menu-portal .fsNavLevel2 li a,
.nav-menu-portal .fsNavLevel3 li a,
.nav-menu-portal .fsNavLevel4 li a,
.nav-menu-portal .fsNavLevel5 li a {
  display: block;
  padding: 0;
  color: #373737;
  background: transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-transform: none;
}

.nav-menu-portal .fsNavLevel2 li a:hover,
.nav-menu-portal .fsNavLevel2 li a:focus,
.nav-menu-portal .fsNavLevel3 li a:hover,
.nav-menu-portal .fsNavLevel3 li a:focus,
.nav-menu-portal .fsNavLevel4 li a:hover,
.nav-menu-portal .fsNavLevel4 li a:focus,
.nav-menu-portal .fsNavLevel5 li a:hover,
.nav-menu-portal .fsNavLevel5 li a:focus {
  color: #636363;
  background: transparent;
}

.nav-menu-portal .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
.nav-menu-portal .fsNavLevel3 li[class*="fsNavCurrentPage"] > a,
.nav-menu-portal .fsNavLevel4 li[class*="fsNavCurrentPage"] > a,
.nav-menu-portal .fsNavLevel5 li[class*="fsNavCurrentPage"] > a {
  color: #0C304A;
  background: transparent;
}

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

@media (min-width: 700px) {
  #fsFooter .nav-social {
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .nav-social {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.nav-social .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
}

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

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

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

.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: #0C304A;
  border-color: #0C304A;
  color: #fff;
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  text-decoration: none;
  border: 1px solid;
  background: transparent;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: #fff;
}

.nav-social .fsNavLevel1 a:before {
  color: inherit;
  font-size: 18px;
  line-height: 1;
}

.nav-district {
  margin-bottom: 0;
  background: #242424;
  color: #fff;
  display: none;
}

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

.nav-district .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-district .fsNavLevel1 > li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 10px;
}

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

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

.nav-district .fsNavLevel1 > li:hover > a {
  color: #f8f8f8;
  background: transparent;
  text-decoration: none;
}

.nav-district .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  padding-left: 4px;
  line-height: 1;
  text-decoration: none !important;
}

.nav-district .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #f8f8f8;
  background: transparent;
}

.nav-district .fsNavLevel1 > li.back {
  display: none;
}

@media (min-width: 1000px) {
  .nav-district .fsNavLevel1 > li.back {
    display: block;
  }
}

.nav-district .fsNavLevel1 > li > a {
  display: block;
  color: white;
  background: transparent;
}

.nav-district .fsNavLevel1 > li > a:focus,
.nav-district .fsNavLevel1 > li > a:hover {
  color: #f8f8f8;
  background: transparent;
  text-decoration: underline;
}

html.js .nav-district .fsNavLevel1 > li {
  position: relative;
}

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

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

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

html.js .nav-district .fsNavLevel1 > li:hover .fsNavPageInfo {
  max-height: 9999px;
}

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

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

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

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

.nav-district .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px !important;
}

.nav-district li .fsNavPageInfo {
  display: block;
  right: 0px;
  left: auto !important;
}

@media (min-width: 1000px) {
  .nav-district li .fsNavPageInfo {
    width: 210px;
    background: #0C304A;
    text-align: left;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-district .fsNavPageInfo {
  display: none;
}

.nav-district .fsNavLevel2 {
  padding: 10px 0;
}

.nav-district .fsNavLevel2 li {
  width: auto;
}

.nav-district .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}

.nav-district .fsNavLevel2 li a:hover,
.nav-district .fsNavLevel2 li a:focus {
  color: white;
  background: transparent;
  text-decoration: underline;
}

.nav-district .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  text-decoration: none;
}