/*!
 * YES Prep Public Schools - default_19
 * @link: https://yespreporg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Sebastian Savu
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-49-gda3762e
 * 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: 45px;
  line-height: 50px;
  color: #3F4975;
  margin-bottom: 19px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #3F4975;
  margin-bottom: 9px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #3F4975;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  color: #3F4975;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #3F4975;
  margin-bottom: 9px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #3F4975;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  color: #3F4975;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #2E2D2D;
  text-decoration: underline;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_5 th {
  padding: 14px 13px;
  background: #3F4975;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_5 td {
  padding: 11px 13px;
  background: rgba(240, 240, 240, 0.25);
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_5 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_5: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_6 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_6:hover,
.fs_style_6:focus,
.fsStateSelected .fs_style_6,
.fs_style_6.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_6:hover:before,
.fs_style_6:focus:before,
.fsStateSelected .fs_style_6:before,
.fs_style_6.on:before {
  color: #3F4975 !important;
}

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

.fs_style_7 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #FF7D00;
  border: 1px solid #FF7D00 !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_7:hover,
.fs_style_7:focus,
.fsStateSelected .fs_style_7,
.fs_style_7.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_7:hover:before,
.fs_style_7:focus:before,
.fsStateSelected .fs_style_7:before,
.fs_style_7.on:before {
  color: #FF7D00 !important;
}

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

.fs_style_8 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #FFC52B;
  border: 1px solid #FFC52B !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_8:hover,
.fs_style_8:focus,
.fsStateSelected .fs_style_8,
.fs_style_8.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_8:hover:before,
.fs_style_8:focus:before,
.fsStateSelected .fs_style_8:before,
.fs_style_8.on:before {
  color: #FFC52B !important;
}

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

.fs_style_9 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #00B2E2;
  border: 1px solid #00B2E2 !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_9:hover,
.fs_style_9:focus,
.fsStateSelected .fs_style_9,
.fs_style_9.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_9:hover:before,
.fs_style_9:focus:before,
.fsStateSelected .fs_style_9:before,
.fs_style_9.on:before {
  color: #00B2E2 !important;
}

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

.fs_style_10 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #7FBB01;
  border: 1px solid #7FBB01 !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_10:hover,
.fs_style_10:focus,
.fsStateSelected .fs_style_10,
.fs_style_10.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_10:hover:before,
.fs_style_10:focus:before,
.fsStateSelected .fs_style_10:before,
.fs_style_10.on:before {
  color: #7FBB01 !important;
}

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

.fs_style_11 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #E31836;
  border: 1px solid #E31836 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_11:hover,
.fs_style_11:focus,
.fsStateSelected .fs_style_11,
.fs_style_11.on {
  background: #FFFFFF;
  color: #E31836;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_11:hover:before,
.fs_style_11:focus:before,
.fsStateSelected .fs_style_11:before,
.fs_style_11.on:before {
  color: #E31836 !important;
}

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

.dark-background {
  padding: 10px;
  background: #2E2D2D;
}

.fs_style_18 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF !important;
  border-radius: 6px;
  color: #3F4975;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
  max-width: 260px;
}

.fs_style_18:hover,
.fs_style_18:focus,
.fsStateSelected .fs_style_18,
.fs_style_18.on {
  background: #2E2D2D;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_18:hover:before,
.fs_style_18:focus:before,
.fsStateSelected .fs_style_18:before,
.fs_style_18.on:before {
  color: #FFFFFF !important;
}

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

.fsStyleDefaultButton {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:focus:before,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStyleDefaultButton.on:before {
  color: #3F4975 !important;
}

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

.fsStyleDefaultButton.fsLoadMoreButton {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

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

.fsStyleUpdateButton {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover:before,
.fsStyleUpdateButton:focus:before,
.fsStateSelected .fsStyleUpdateButton:before,
.fsStyleUpdateButton.on:before {
  color: #3F4975 !important;
}

.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: 1px solid #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: #2E2D2D;
  background: transparent;
}

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

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #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: #666666;
  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(102, 102, 102, 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: #666666;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #666666;
}

.fsDialogContent {
  max-height: 80vh;
}

.fs_style_6 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_6:hover,
.fs_style_6:focus,
.fsStateSelected .fs_style_6,
.fs_style_6.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_6:hover:before,
.fs_style_6:focus:before,
.fsStateSelected .fs_style_6:before,
.fs_style_6.on:before {
  color: #3F4975 !important;
}

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

.fs_style_7 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #FF7D00;
  border: 1px solid #FF7D00 !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_7:hover,
.fs_style_7:focus,
.fsStateSelected .fs_style_7,
.fs_style_7.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_7:hover:before,
.fs_style_7:focus:before,
.fsStateSelected .fs_style_7:before,
.fs_style_7.on:before {
  color: #FF7D00 !important;
}

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

.fs_style_8 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #FFC52B;
  border: 1px solid #FFC52B !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_8:hover,
.fs_style_8:focus,
.fsStateSelected .fs_style_8,
.fs_style_8.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_8:hover:before,
.fs_style_8:focus:before,
.fsStateSelected .fs_style_8:before,
.fs_style_8.on:before {
  color: #FFC52B !important;
}

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

.fs_style_9 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #00B2E2;
  border: 1px solid #00B2E2 !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_9:hover,
.fs_style_9:focus,
.fsStateSelected .fs_style_9,
.fs_style_9.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_9:hover:before,
.fs_style_9:focus:before,
.fsStateSelected .fs_style_9:before,
.fs_style_9.on:before {
  color: #00B2E2 !important;
}

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

.fs_style_10 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #7FBB01;
  border: 1px solid #7FBB01 !important;
  border-radius: 6px;
  color: #2E2D2D;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_10:hover,
.fs_style_10:focus,
.fsStateSelected .fs_style_10,
.fs_style_10.on {
  background: #FFFFFF;
  color: #2E2D2D;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_10:hover:before,
.fs_style_10:focus:before,
.fsStateSelected .fs_style_10:before,
.fs_style_10.on:before {
  color: #7FBB01 !important;
}

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

.fs_style_11 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #E31836;
  border: 1px solid #E31836 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fs_style_11:hover,
.fs_style_11:focus,
.fsStateSelected .fs_style_11,
.fs_style_11.on {
  background: #FFFFFF;
  color: #E31836;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_11:hover:before,
.fs_style_11:focus:before,
.fsStateSelected .fs_style_11:before,
.fs_style_11.on:before {
  color: #E31836 !important;
}

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

.dark-background {
  padding: 10px;
  background: #2E2D2D;
}

.fs_style_18 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF !important;
  border-radius: 6px;
  color: #3F4975;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
  max-width: 260px;
}

.fs_style_18:hover,
.fs_style_18:focus,
.fsStateSelected .fs_style_18,
.fs_style_18.on {
  background: #2E2D2D;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_18:hover:before,
.fs_style_18:focus:before,
.fsStateSelected .fs_style_18:before,
.fs_style_18.on:before {
  color: #FFFFFF !important;
}

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

.fsStyleDefaultButton {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:focus:before,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStyleDefaultButton.on:before {
  color: #3F4975 !important;
}

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

.fsStyleDefaultButton.fsLoadMoreButton {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

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

.fsStyleUpdateButton {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover:before,
.fsStyleUpdateButton:focus:before,
.fsStateSelected .fsStyleUpdateButton:before,
.fsStyleUpdateButton.on:before {
  color: #3F4975 !important;
}

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

@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: 45px;
  line-height: 50px;
  color: #3F4975;
  margin-bottom: 19px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #3F4975;
  margin-bottom: 9px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #3F4975;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  color: #3F4975;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #3F4975;
  margin-bottom: 9px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #3F4975;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  color: #3F4975;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #2E2D2D;
  text-decoration: underline;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_5 th {
  padding: 14px 13px;
  background: #3F4975;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_5 td {
  padding: 11px 13px;
  background: rgba(240, 240, 240, 0.25);
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_5 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_5: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%;
}

.lead-in,
.fs_style_1 {
  display: block;
  font-size: 1em;
  line-height: 1.75em;
  font-size: 22px;
  line-height: 35px;
  color: #2E2D2D;
}

blockquote,
.fs_style_2 {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 81px 27px 33px;
  background: #3F4975;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

blockquote:before,
.fs_style_2:before {
  content: "\E904";
  position: absolute;
  left: 50%;
  top: 27px;
  height: 40px;
  width: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  color: #3F4975;
  font-size: 15px;
  line-height: 2.5;
  font-family: "IcoMoon";
}

cite,
.fs_style_3 {
  display: block;
  margin: 0 0 20px;
  color: #FFFFFF;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}

cite:before,
.fs_style_3:before {
  content: '- ';
}

.callout {
  padding: 20px;
  background: #3F4975;
  color: #FFFFFF;
}

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

.callout-box-light header,
.callout-box-dark header {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.callout-box-light .fsElementContent,
.callout-box-dark .fsElementContent {
  padding: 20px;
}

.callout-box-light h2,
.callout-box-dark h2 {
  font-size: 20px;
  line-height: 30px;
}

.callout-box-light p,
.callout-box-dark p {
  font-size: 16px;
  line-height: 28px;
}

.callout-box-light a,
.callout-box-dark a {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.callout-box-light a:hover,
.callout-box-dark a:hover {
  text-decoration: underline;
}

.callout-box-light img,
.callout-box-dark img {
  display: none;
}

#fsBannerRight .callout-box-light header,
#fsBannerRight .callout-box-dark header {
  height: 260px;
}

.callout-box-light {
  background: #F0F0F0;
}

.callout-box-light h2 {
  color: #3F4975;
}

.callout-box-light p {
  color: #666666;
}

.callout-box-light a {
  color: #3F4975;
}

.callout-box-light a:hover {
  color: #2E2D2D;
}

.callout-box-dark {
  background: #3F4975;
}

.callout-box-dark h2 {
  color: #FFFFFF;
}

.callout-box-dark p {
  color: #FFFFFF;
}

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

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #2E2D2D;
  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: #3F4975;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #2E2D2D;
  background: #E5E5E5;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #3F4975;
  background: #CFCFCF;
}

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #3F4975;
  background: #E5E5E5;
}

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

.nav-tier .fsNavLevel1 > li {
  border-bottom: 1px solid #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 {
  width: 100%;
  max-width: 300px;
  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: 20px;
    line-height: 30px;
    color: #3F4975;
    margin-bottom: 9px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #E5E5E5;
    background-color: #163052;
    -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: #3F4975;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #2E2D2D;
    background: #FFFFFF;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #2E2D2D;
    background: #CFCFCF;
  }

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

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

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #3F4975;
    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: #163052;
    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;
}

.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: #666666;
  background: #F0F0F0;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  text-decoration: none;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #FFFFFF;
  background: #3F4975;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #3F4975;
  background: #FFFFFF;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #FFFFFF;
  background: #3F4975;
}

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #FFFFFF;
  background: #3F4975;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #3F4975;
  background: #F0F0F0;
}

.nav-sub .fsNavLevel1 {
  padding-left: 0;
  padding: 5px;
  background: #F0F0F0;
}

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

.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  margin: 0 25px;
}

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

.nav-sub .fsNavLevel1 > li.fsNavParentPage {
  position: relative;
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage > .sub-drop {
  position: absolute;
  top: 11px;
  right: 0;
  height: 22px;
  width: 22px;
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage > .sub-drop:after {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage > .fsNavPageInfo {
  max-height: 0;
  overflow: hidden;
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage.sub-drop-open > .fsNavPageInfo {
  max-height: 999px;
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage.sub-drop-open > .sub-drop:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.nav-sub .fsNavLevel1 > li.fsNavCurrentPage > .sub-drop:after,
.nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > .sub-drop:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.nav-sub .fsNavLevel1 > li > a {
  padding: 10px 5px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.5);
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.5);
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 40px;
  background: rgba(255, 255, 255, 0.5);
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 50px;
  background: rgba(255, 255, 255, 0.5);
}

.nav-main {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: #3F4975;
}

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

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

@media (min-width: 1041px) {
  .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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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%;
  }
}

.nav-main .fsNavLevel1 > li {
  position: static !important;
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li:hover > a:before,
.nav-main .fsNavLevel1 > li:hover > a:after {
  display: block;
}

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

.nav-main .fsNavLevel1 > li > a {
  position: relative;
  padding: 15.5px 15px;
  display: block;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.nav-main .fsNavLevel1 > li > a:before,
.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 15px;
  border-top: 15px solid transparent;
  display: none;
}

.nav-main .fsNavLevel1 > li > a:before {
  left: 0;
  border-right: 15px solid #F0F0F0;
}

.nav-main .fsNavLevel1 > li > a:after {
  right: 0;
  border-left: 15px solid #F0F0F0;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li > a:focus:before,
.nav-main .fsNavLevel1 > li > a:focus:after {
  display: block;
}

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 .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  top: 100%;
  width: calc(100% - 10px);
  min-height: 240px;
  padding: 25px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 5px solid #F0F0F0;
}

html.js .nav-main .fsNavLevel1 > li .fsNavPageInfo .sub-list,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo .sub-list {
  width: 50%;
}

html.js .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo .fsNavPageThumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 33%;
}

html.js .nav-main .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo .fsNavLevel2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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: #3F4975;
  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: #767676;
  background: #FFFFFF;
  padding: 7.5px 17px;
  font-weight: normal;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #FFFFFF;
  background: #3F4975;
  text-decoration: none;
}

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

.custom-class {
  background: rgba(63, 73, 117, 0.9) !important;
}

#fsHeader .schools .fsNavPageThumbnail {
  line-height: 0;
}

#fsHeader .schools .sub-list {
  display: none;
}

#fsHeader .schools .fsNavLevel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsHeader .schools .secondary-container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-break-inside: avoid;
  margin-top: 40px;
}

#fsHeader .schools .secondary-container li {
  display: inline-block;
  width: 100%;
}

#fsHeader .schools .elementary-container {
  min-width: 255px;
  margin-top: 40px;
}

.elementary {
  /* &:before { content:'Elementary Schools'; letter-spacing: 1px; line-height: 19px; display:block; font-weight: bold; position: relative; padding-left: 17px;  margin-bottom:10px; }  */
}

#fsHeader .nav-main .elementary-link {
  position: absolute;
  top: 33px;
}

#fsHeader .nav-main .elementary-link a {
  letter-spacing: 1px;
  line-height: 19px;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
  margin-bottom: 0px;
  background: none !important;
  color: #3F4975;
}

#fsHeader .nav-main .elementary-link a:hover,
#fsHeader .nav-main .elementary-link a:focus {
  color: #163052;
}

#fsHeader .nav-main .secondary-link {
  position: absolute;
  top: 33px;
}

#fsHeader .nav-main .secondary-link a {
  letter-spacing: 1px;
  line-height: 19px;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 17px;
  margin-bottom: 0px;
  color: #3F4975;
  background: none !important;
}

#fsHeader .nav-main .secondary-link a:hover,
#fsHeader .nav-main .secondary-link a:focus {
  color: #163052;
}

.secondary {
  /* &:before { content:'Secondary Schools'; letter-spacing: 1px; line-height: 19px; display:block; font-weight: bold; position: relative; //margin-top: 10px;  padding-left: 17px;  margin-bottom:10px; } */
}

.district-footer {
  padding: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

.district-footer header {
  text-align: center;
  max-width: 235px;
  margin: 0 auto;
}

.district-footer > .fsElementContent {
  max-width: 1140px;
  margin: 0 auto;
}

#fsMenu {
  position: fixed;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 9000;
  background: #FFFFFF;
  display: none;
}

#fsMenu .mobile-close {
  position: absolute;
  right: 24px;
  top: 35px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#fsMenu .mobile-close:before {
  content: "\E906";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #767676;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  font-family: "IcoMoon";
  text-align: center;
}

#fsMenu .mobile-close:hover:before {
  color: #3F4975;
}

#fsMenu .fsElement {
  margin: 0;
}

#fsMenu .mobile-search {
  position: relative;
  top: -65px;
  padding: 0 55px 0 15px;
}

#fsMenu .mobile-search label {
  display: none;
}

#fsMenu .mobile-search .fsSearchElementKeyword input {
  position: absolute;
  right: 0;
  bottom: -40px;
  min-width: 225px;
  height: 35px;
  margin: 0;
}

#fsMenu .mobile-search .fsSearchElementKeyword .fsButtonClear {
  top: 14px;
  right: 30px;
  bottom: auto;
}

#fsMenu .mobile-search .fsSearchElementSearchButton {
  position: absolute;
  right: 55px;
  bottom: -40px;
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: none !important;
  font-size: 0;
}

#fsMenu .mobile-search .fsSearchElementSearchButton:before {
  content: "\E909";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #27563B;
  font-size: 14px;
  font-weight: normal;
  font-family: "IcoMoon";
}

#fsMenu .header-nav {
  margin-top: 85px;
  padding: 10px 0;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}

#fsMenu .header-nav .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
}

#fsMenu .header-nav .fsNavLevel1 > li {
  margin-right: 9px;
}

#fsMenu .header-nav .fsNavLevel1 > li:nth-child(1) > a:after {
  content: "\E912";
}

#fsMenu .header-nav .fsNavLevel1 > li:nth-child(2) > a:after {
  content: "\E908";
}

#fsMenu .header-nav .fsNavLevel1 > li:nth-child(3) > a:after {
  content: "\E90A";
}

#fsMenu .header-nav .fsNavLevel1 > li a {
  position: relative;
  padding-left: 22px;
  padding-right: 5px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 18px;
}

#fsMenu .header-nav .fsNavLevel1 > li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00B2E2;
  font-size: 14px;
  font-weight: normal;
  font-family: "IcoMoon";
  text-align: center;
}

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

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

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

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

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

html.js #fsMenu .header-nav .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) #fsMenu .header-nav .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  top: 100%;
  left: 50%;
  z-index: 200;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 190px;
  height: calc(100vh - 300px);
  overflow: auto;
  background: #FFFFFF;
  border: 2px solid #F0F0F0;
}

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

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

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

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

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

#fsMenu .header-nav .fsNavLevel1 > li a {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
}

#fsMenu .header-nav .fsNavLevel1 > li a:hover,
#fsMenu .header-nav .fsNavLevel1 > li a:focus {
  background: #3F4975;
  color: #FFFFFF;
  text-decoration: none;
}

#fsMenu .header-nav .fsNavLevel1 > li a a:after {
  display: none;
}

#fsMenu .mobile-nav .fsNavLevel1 > li {
  border-bottom: 1px solid #CFCFCF;
}

#fsMenu .mobile-nav .fsNavLevel1 > li > a {
  font-weight: bold !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#fsMenu .mobile-nav li a {
  position: relative;
  padding: 12.5px 0 12.5px 30px;
  color: #4D4D4D;
}

#fsMenu .mobile-nav ul > li {
  position: relative;
  border-bottom: 1px solid #CFCFCF;
}

#fsMenu .mobile-nav ul > li > a {
  position: relative;
  font-weight: normal;
}

#fsMenu .mobile-nav ul > li > a:hover,
#fsMenu .mobile-nav ul > li > a:focus {
  color: #3F4975;
  text-decoration: none;
}

#fsMenu .mobile-nav ul > li > a:hover button:before,
#fsMenu .mobile-nav ul > li > a:focus button:before {
  color: #4D4D4D;
}

#fsMenu .mobile-nav ul > li.has-expander > a {
  position: relative;
}

#fsMenu .mobile-nav ul > li .expander {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3F4975;
  font-size: 0px;
  cursor: pointer;
}

#fsMenu .mobile-nav ul > li .expander:before {
  content: "\F105";
  font-size: 20px;
  color: #4D4D4D;
  font-family: "IcoMoon";
}

#fsMenu .mobile-nav ul > li .expander:hover:before {
  color: #3F4975;
}

#fsMenu .mobile-nav ul > li.expanded > a {
  background: rgba(230, 230, 230, 0.5);
  color: #3F4975;
  font-weight: bold;
}

#fsMenu .mobile-nav ul > li.expanded > a > .expander:before {
  content: "\F107";
  color: #3F4975;
}

#fsMenu .mobile-nav ul > li.expanded > a > .expander:hover:before {
  color: #3F4975;
}

#fsMenu .mobile-nav ul > li .fsNavLevel2,
#fsMenu .mobile-nav ul > li .fsNavLevel3,
#fsMenu .mobile-nav ul > li .fsNavLevel4,
#fsMenu .mobile-nav ul > li .fsNavLevel5 {
  display: none;
}

#fsMenu .mobile-nav ul > li .fsNavLevel2 li,
#fsMenu .mobile-nav ul > li .fsNavLevel3 li,
#fsMenu .mobile-nav ul > li .fsNavLevel4 li,
#fsMenu .mobile-nav ul > li .fsNavLevel5 li {
  border: none;
}

#fsMenu .mobile-nav ul.fsNavLevel2 > li {
  position: relative;
}

#fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
  padding: 12.5px 0 12.5px 50px;
}

#fsMenu .mobile-nav ul.fsNavLevel2 > li > a:hover,
#fsMenu .mobile-nav ul.fsNavLevel2 > li > a:focus {
  color: #3F4975;
}

#fsMenu .mobile-nav ul.fsNavLevel2 > li.fsNavCurrentPage > a,
#fsMenu .mobile-nav ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
  color: #3F4975;
}

#fsMenu .mobile-nav ul.fsNavLevel3 > li > a {
  padding: 12.5px 0 12.5px 70px;
}

#fsMenu .mobile-nav ul.fsNavLevel4 > li > a {
  padding: 12.5px 0 12.5px 90px;
}

#fsMenu .mobile-nav ul.fsNavLevel5 > li > a {
  padding: 12.5px 0 12.5px 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  font-size: 0;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

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

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

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

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

.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 {
  z-index: 2;
  width: 100%;
  background: #fff;
}

body:not(.fsComposeMode) #fsHeader {
  position: fixed;
}

body:not(.fsComposeMode) #fsPageBodyWrapper {
  margin-top: 146px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 120px;
  }
}

@media (min-width: 1041px) {
  body:not(.fsComposeMode) #fsPageBodyWrapper {
    margin-top: 170px;
  }
}

.home:not(.fsComposeMode) .universal-slideshow {
  margin-top: 146px;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .universal-slideshow {
    margin-top: 120px;
  }
}

@media (min-width: 1041px) {
  .home:not(.fsComposeMode) .universal-slideshow {
    margin-top: 190px !important;
  }
}

.home:not(.fsComposeMode):not(.fsHasTheme2) .universal-slideshow {
  margin-top: 146px;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode):not(.fsHasTheme2) .universal-slideshow {
    margin-top: 120px;
  }
}

@media (min-width: 1041px) {
  .home:not(.fsComposeMode):not(.fsHasTheme2) .universal-slideshow {
    margin-top: 170px !important;
  }
}

@media (min-width: 1041px) {
  .home:not(.fsComposeMode):not(.fsHasTheme2) .universal-slideshow {
    height: calc(100vh - 373px);
  }

  .home:not(.fsComposeMode):not(.fsHasTheme2) .universal-slideshow picture {
    height: calc(100vh - 373px);
  }
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  color: #FFFFFF;
  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 {
  margin: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 700px) {
  .hide-logo .site-info-container {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}

.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
}

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

.site-info-container img {
  height: 70px;
  width: auto !important;
  max-width: 281px;
}

@media (max-width: 700px) {
  .site-info-container img {
    width: 205px !important;
    height: auto;
  }
}

.header-container {
  margin: 0;
}

.header-container > .fsElementContent {
  max-width: 1300px;
  min-height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 700px) {
  .hide-logo .header-container > .fsElementContent {
    min-height: 47px;
  }
}

.header-container .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-nav > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header-nav > .fsElementContent > .fsElement {
  margin: 0;
}

.header-container .header-nav .fsElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-container .header-nav .fsElement .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-container .header-nav .fsElement .fsNavLevel1 > li {
  margin-right: 10px;
}

.header-container .header-nav .fsElement .fsNavLevel1 > li:nth-child(1) a:after {
  content: "\E912";
}

.header-container .header-nav .fsElement .fsNavLevel1 > li:nth-child(2) a:after {
  content: "\E908";
}

.header-container .header-nav .fsElement .fsNavLevel1 > li:nth-child(3) {
  margin-right: 5px;
}

.header-container .header-nav .fsElement .fsNavLevel1 > li:nth-child(3) a:after {
  content: "\E90A";
}

.header-container .header-nav .fsElement .fsNavLevel1 > li > a {
  position: relative;
  padding-left: 22px;
  padding-right: 5px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 18px;
}

.header-container .header-nav .fsElement .fsNavLevel1 > li > a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00B2E2;
  font-size: 14px;
  font-weight: normal;
  font-family: "IcoMoon";
  text-align: center;
}

.header-container .header-nav .fsElement .fsNavLevel1 > li > a:hover,
.header-container .header-nav .fsElement .fsNavLevel1 > li > a:focus {
  color: #767676;
  text-decoration: none;
}

.header-container .header-nav .fsElement .fsNavLevel1 > li > a:hover:after,
.header-container .header-nav .fsElement .fsNavLevel1 > li > a:focus:after {
  color: #767676;
}

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

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

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

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

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

html.js .header-container .header-nav .fsElement .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) .header-container .header-nav .fsElement .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  top: 100%;
  z-index: 200;
  width: 215px;
  background: #FFFFFF;
}

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

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

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

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

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

.header-container .header-nav .fsElement .fsNavLevel2 a {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
}

.header-container .header-nav .fsElement .fsNavLevel2 a:hover,
.header-container .header-nav .fsElement .fsNavLevel2 a:focus {
  background: #3F4975;
  color: #FFFFFF;
  text-decoration: none;
}

.header-container .header-nav .fsElement .fsNavLevel2 a:after {
  display: none;
}

.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) {
  margin-left: 5px;
}

.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:after {
  content: "\E907";
}

.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:hover,
.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:focus {
  color: #767676;
  text-decoration: none;
}

.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:hover:before,
.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:hover:after,
.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:focus:before,
.header-container .header-nav .header-contact .fsNavLevel1 li:nth-child(1) a:focus:after {
  color: #767676;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-gadget {
  position: relative;
  max-height: 46px;
  font-size: 0;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-gadget span {
  display: none;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-gadget:before,
.header-container .header-nav .fsGoogleTranslate .goog-te-gadget:after {
  position: absolute;
  top: 50%;
  height: 82%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 2.8;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-gadget:before {
  content: 'Translate';
  right: 0;
  width: 100%;
  padding-right: 5px;
  background: #FFFFFF;
  color: #4D4D4D;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-gadget:after {
  content: "\E90B";
  left: 0;
  width: 20px;
  color: #00B2E2;
  font-family: "IcoMoon";
  text-align: center;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-gadget:hover:before,
.header-container .header-nav .fsGoogleTranslate .goog-te-gadget:hover:after {
  color: #767676;
  text-decoration: none;
}

.header-container .header-nav .fsGoogleTranslate .goog-te-combo {
  max-width: 98px;
  height: 38px;
  border: none;
  cursor: pointer;
  background: none;
}

.header-container .header-nav .top-search {
  position: relative;
}

.header-container .header-nav .top-search label {
  display: none;
}

.header-container .header-nav .top-search .fsElementTitle {
  position: relative;
  height: 38px;
  margin: 0;
  padding: 10px 0 10px 22px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  cursor: pointer;
}

.header-container .header-nav .top-search .fsElementTitle:before {
  content: "\E909";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00B2E2;
  font-size: 14px;
  font-weight: normal;
  font-family: "IcoMoon";
}

.header-container .header-nav .top-search .fsElementTitle:hover,
.header-container .header-nav .top-search .fsElementTitle:focus {
  color: #767676;
  text-decoration: none;
}

.header-container .header-nav .top-search .fsElementTitle:hover:before,
.header-container .header-nav .top-search .fsElementTitle:hover:after,
.header-container .header-nav .top-search .fsElementTitle:focus:before,
.header-container .header-nav .top-search .fsElementTitle:focus:after {
  color: #767676;
  text-decoration: none;
}

.header-container .header-nav .top-search .top-search-open:before {
  content: "\E906";
}

.header-container .header-nav .top-search .fsSearchElementKeyword {
  display: none;
}

.header-container .header-nav .top-search .fsSearchElementKeyword input {
  position: absolute;
  right: 0;
  bottom: -40px;
  min-width: 225px;
  height: 35px;
  margin: 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}

.header-container .header-nav .top-search .fsSearchElementKeyword .fsButtonClear {
  top: 14px;
  right: 30px;
  bottom: auto;
}

.header-container .header-nav .top-search .fsSearchElementSearchButton {
  position: absolute;
  right: 0;
  bottom: -27px;
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: none !important;
  font-size: 0;
  display: none;
}

.header-container .header-nav .top-search .fsSearchElementSearchButton:before {
  content: "\E909";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #27563B;
  font-size: 14px;
  font-weight: normal;
  font-family: "IcoMoon";
}

.header-container .header-nav .mobile-menu {
  position: relative;
  width: 70px;
  display: none;
  cursor: pointer;
}

.header-container .header-nav .mobile-menu:before {
  content: "\E905";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00B2E2;
  font-size: 12px;
  line-height: 1.7;
  font-weight: normal;
  font-family: "IcoMoon";
}

.header-container .header-nav .mobile-menu:after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 90%;
  height: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}

.header-container .header-nav .mobile-menu:hover:before,
.header-container .header-nav .mobile-menu:hover:after,
.header-container .header-nav .mobile-menu:focus:before,
.header-container .header-nav .mobile-menu:focus:after {
  color: #767676;
}

@media (max-width: 1350px) {
  .header-container > .fsElementContent {
    padding: 0 40px;
  }
}

@media (max-width: 1040px) {
  .header-container .header-nav .header-links,
  .header-container .header-nav .top-search {
    display: none;
  }

  .header-container .header-nav .mobile-menu {
    display: block;
  }
}

@media (max-width: 700px) {
  .header-container > .fsElementContent {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .header-container .header-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #E6E6E6;
  }
}

#fsFooter {
  padding: 50px 20px;
  background: #3F4975;
  color: #FFFFFF;
}

#fsFooter .fsElement {
  margin: 0;
}

#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 .fsBanner a {
  padding: 0;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 25px;
}

#fsFooter .fsBanner > .fsElement {
  width: calc(50% - 20px);
}

#fsFooter .fsBanner > .fsElement > .fsElementContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1140px) {
  #fsFooter .fsBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #fsFooter .fsBanner > .fsElement {
    width: 100%;
    margin-bottom: 20px;
  }

  #fsFooter .fsBanner > .fsElement:first-child {
    margin-bottom: 55px;
  }
}

@media (max-width: 700px) {
  #fsFooter .fsBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #fsFooter .fsBanner > .fsElement {
    width: 100%;
  }

  #fsFooter .fsBanner > .fsElement:first-child {
    margin-bottom: 10px;
  }

  #fsFooter .fsBanner > .fsElement > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #fsFooter .fsBanner > .fsElement > .fsElementContent > .fsElement {
    margin-bottom: 30px;
  }

  #fsFooter .fsBanner > .fsElement > .fsElementContent .school-details-container {
    margin-right: 50px;
  }

  #fsFooter .fsBanner > .fsElement > .fsElementContent .nav-utility-footer {
    padding-left: 30px;
  }
}

@media (max-width: 400px) {
  #fsFooter .fsBanner > .fsElement > .fsElementContent .nav-utility-footer {
    padding-left: 0;
  }

  #fsFooter .fsBanner > .fsElement > .fsElementContent .nav-utility-footer li {
    max-width: 155px;
  }
}

#fsFooter .footer-logo img {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsFooter .nav-utility-footer {
  max-width: 340px;
}

#fsFooter .nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#fsFooter .nav-utility-footer .fsNavLevel1 li {
  width: 50%;
  max-width: 175px;
}

#fsFooter .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsFooter .nav-social li:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1140px) {
  #fsFooter {
    padding: 50px 75px 75px;
  }

  #fsFooter > .fsElement {
    width: 100%;
  }
}

@media (max-width: 700px) {
  #fsFooter {
    padding: 40px 20px 65px;
  }
}

.school-details {
  font-size: 16px;
  line-height: 25px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  color: #3F4975;
  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: "Montserrat", sans-serif;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

#fsPageBody a {
  word-wrap: break-word;
}

@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 {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 700px) {
  #fsPoweredByFinalsite {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/*! 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: 1px solid #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: 1px solid #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: #F0F0F0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 6px;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #3F4975;
  margin-bottom: 9px;
  display: block;
  margin-bottom: 3px;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 23px;
  color: #3F4975;
  -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: #3F4975;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

.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: '';
  position: absolute;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  content: "\F105";
}

.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: '';
  position: absolute;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  content: "\F107";
}

.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: 30px;
  line-height: 40px;
  color: #3F4975;
  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: 1px solid #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;
  height: 80px;
  width: 80px;
  background: #3F4975;
  border-radius: 100%;
  color: #FFFFFF;
  text-align: center;
  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 .fsTitle a {
  color: #2E2D2D;
  font-size: 18px;
  line-height: 29px;
}

.fsCalendar .fsTimeRange {
  position: relative;
  padding-left: 20px;
}

.fsCalendar .fsTimeRange:before {
  content: "\F017";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  color: #3F4975;
  font-size: 15px;
  font-family: "IcoMoon";
}

.fsCalendar .fsLocation {
  position: relative;
  padding-left: 20px;
}

.fsCalendar .fsLocation:before {
  content: "\E916";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  color: #3F4975;
  font-size: 15px;
  font-family: "IcoMoon";
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 15px;
  line-height: 26px;
}

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

.fsCalendar .fsCalendarEventLink {
  font-size: 15px;
  line-height: 26px;
}

#fsBannerRight .fsCalendar .fsMonth {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-transform: uppercase;
}

#fsBannerRight .fsCalendar .fsDay {
  font-size: 35px;
  line-height: 43px;
  text-align: center;
}

/*! _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(63, 73, 117, 0.1);
}

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

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

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

.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: #666666;
    background: #FFFFFF;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #FFFFFF;
    background: #2E2D2D;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #FFFFFF;
    background: #2E2D2D;
    -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: #3F4975;
    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;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-up span:hover:before,
.scroll-up span:focus:before,
.fsStateSelected .scroll-up span:before,
.scroll-up span.on:before {
  color: #3F4975 !important;
}

.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: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.fsComposerFormEmbed form input {
  border: 1px solid #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: 1px solid #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: #3F4975;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #2E2D2D;
}

.fsComposerFormEmbed form .required {
  color: #3F4975;
}

.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: #3F4975;
  -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: #2E2D2D;
  -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 {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover:before,
.fsComposerFormEmbed form .submitBtn:focus:before,
.fsStateSelected .fsComposerFormEmbed form .submitBtn:before,
.fsComposerFormEmbed form .submitBtn.on:before {
  color: #3F4975 !important;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

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

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

:-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;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.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: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover:before,
.fsResetContinue:focus:before,
.fsStateSelected .fsResetContinue:before,
.fsResetContinue.on:before,
.fsResetCancel:hover:before,
.fsResetCancel:focus:before,
.fsStateSelected .fsResetCancel:before,
.fsResetCancel.on:before,
.fsLoginNewSuccess > button:hover:before,
.fsLoginNewSuccess > button:focus:before,
.fsStateSelected .fsLoginNewSuccess > button:before,
.fsLoginNewSuccess > button.on:before {
  color: #3F4975 !important;
}

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

.fsPostElement .fsTitle {
  color: #3F4975;
}

#fsBannerRight .fsPostElement .fsTitle,
#fsBannerRight .fsPostElement .fsTitle a {
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
}

#fsBannerRight .fsPostElement .fsDateTime {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 18px;
}

#fsBannerRight .fsPostElement .fsPostLink {
  line-height: 23px;
}

.fsPostElement.fsSingleItem .fsTitle {
  margin-bottom: 5px;
}

.fsPostElement.fsSingleItem .fsTitle a {
  font-size: 30px;
  line-height: 32px;
}

.fsPostElement.fsSingleItem .fsDateTime {
  font-weight: bold;
}

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

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

body:not(.fsComposeMode) .universal-slideshow {
  position: relative;
  display: block;
  height: calc(100vh - 323px);
  max-height: calc(100vh - 120px);
  padding: 0;
  margin: -50px 0 0 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: calc(100vh - 323px);
  }
}

@media (min-width: 1041px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: calc(100vh - 393px);
  }
}

@media (min-width: 1041px) {
  body:not(.fsComposeMode) .universal-slideshow {
    min-height: 480px;
  }
}

@media (max-width: 1040px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: 500px;
    max-height: 500px;
    margin: 0;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: 575px;
    max-height: 575px;
    margin-bottom: 47px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-slider .slick-list {
    height: 575px;
    max-height: 575px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

body:not(.fsComposeMode) .universal-slideshow article picture {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (min-width: 1041px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    min-height: 480px;
  }
}

@media (max-width: 1040px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: 500px;
    max-height: 500px;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: 250px;
    max-height: 250px;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: calc(100vh - 323px);
  }
}

@media (min-width: 1041px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: calc(100vh - 393px);
  }
}

body:not(.fsComposeMode) .universal-slideshow article picture img {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption {
  position: absolute;
  left: 75px;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  z-index: 20;
  margin: 0;
  padding: 25px 30px 70px;
  background: rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.05px;
  line-height: 19px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

@media (max-width: 1040px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption {
    width: 100%;
    max-width: none;
    left: auto;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption {
    position: relative;
    padding: 25px 15px 70px;
    background: #FFFFFF;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption .fsTitle {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #00B2E2;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption .fsTitle {
    color: #3F4975;
    font-size: 30px;
    line-height: 45px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption p:first-of-type {
  margin: 0;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption p:first-of-type {
    color: #4D4D4D;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption span {
  margin: 0;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager {
  position: absolute;
  width: 500px;
  left: 75px;
  bottom: 28px;
  margin: 0;
}

@media (max-width: 1040px) {
  body:not(.fsComposeMode) .universal-slideshow .fsPager {
    width: 100%;
    left: auto;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .universal-slideshow .fsPager {
    top: 205px;
    bottom: auto;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button {
  border-radius: 100%;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button:before {
  background: #FFFFFF;
  border-radius: 100%;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button:hover:before {
  background: rgba(0, 178, 226, 0.5);
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li.slick-active button:before {
  background: #00B2E2;
}

body:not(.fsComposeMode) .landing-image {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  margin: -50px 0 0 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1040px) {
  body:not(.fsComposeMode) .landing-image {
    margin: 0;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .landing-image {
    height: 250px;
    max-height: 250px;
  }
}

body:not(.fsComposeMode) .landing-image img {
  display: none;
}

/*! _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: 1px solid #E5E5E5;
}

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

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #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: 1px solid #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: 1px solid #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;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover:before,
.vimeo_view_link a:focus:before,
.fsStateSelected .vimeo_view_link a:before,
.vimeo_view_link a.on:before {
  color: #3F4975 !important;
}

.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: 1px solid #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: 1px solid #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;
  width: 100%;
  max-width: 200px;
  margin: 0 0 25px;
  padding: 15px;
  background: #3F4975;
  border: 1px solid #3F4975 !important;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .6s;
  transition: .6s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #FFFFFF;
  color: #3F4975;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover:before,
.Youtube_view_link a:focus:before,
.fsStateSelected .Youtube_view_link a:before,
.Youtube_view_link a.on:before {
  color: #3F4975 !important;
}

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

/*! elements - tabs */

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

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

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  color: #3F4975;
  margin-bottom: 9px;
  display: block;
  margin-bottom: 3px;
  padding: 16px 20px;
  font-size: 20px;
  line-height: 23px;
  color: #3F4975;
  -webkit-transition: .3s;
  transition: .3s;
  background: #F0F0F0;
  border: 1px solid rgba(63, 73, 117, 0.3);
  color: #3F4975;
  padding: 13px 10px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.fsTabs .fsTabsNav li a:hover {
  background: #3F4975;
  color: #FFFFFF;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #3F4975;
  color: #FFFFFF;
}

.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: #2E2D2D !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: #3F4975;
  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: #FFFFFF;
}

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

.module a {
  color: inherit;
}

.module {
  background: #3F4975;
}

/*! pages - home v0.0.1 */

.home:not(.fsComposeMode) .nav-sub,
.home:not(.fsComposeMode) .landing-nav,
.home:not(.fsComposeMode) .site-bread {
  display: none;
}

.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px;
}

.home:not(.fsComposeMode) #fsPageBody {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.home:not(.fsComposeMode) #fsPageContent {
  padding: 0px;
  margin: 0px;
}

.home:not(.fsComposeMode) #fsPageContent > .fsLayout {
  padding: 0px;
  margin: 0px;
}

.home:not(.fsComposeMode) #fsPageContent > .fsLayout > .fsDiv {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .education-news {
  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;
  margin: 0;
  padding: 55px 75px;
}

@media (max-width: 1320px) {
  body:not(.fsComposeMode) .education-news {
    padding: 55px 25px;
  }
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news {
    padding: 55px 35px;
  }
}

@media (max-width: 650px) {
  body:not(.fsComposeMode) .education-news {
    padding: 45px 15px 20px;
  }
}

body:not(.fsComposeMode) .education-news:after {
  display: none;
}

body:not(.fsComposeMode) .education-news .fsDiv {
  width: calc(50% - 75px);
  padding: 0;
}

@media (max-width: 1420px) {
  body:not(.fsComposeMode) .education-news .fsDiv {
    width: calc(50% - 25px);
  }
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news .fsDiv {
    width: 100%;
  }
}

body:not(.fsComposeMode) .education-news .education-container p {
  color: #2E2D2D;
}

@media (max-width: 650px) {
  body:not(.fsComposeMode) .education-news .education-container p {
    text-align: center;
  }
}

body:not(.fsComposeMode) .education-news .education-container p:last-of-type {
  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;
}

@media (max-width: 766px) {
  body:not(.fsComposeMode) .education-news .education-container p:last-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .education-news .news-container .fsPostElement {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news .news-container .fsListItems {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 650px) {
  body:not(.fsComposeMode) .education-news .news-container .fsListItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 49%;
  border: 1px solid #B4B2B0;
  overflow: hidden;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news .news-container .fsListItems article {
    max-width: none;
  }
}

@media (max-width: 650px) {
  body:not(.fsComposeMode) .education-news .news-container .fsListItems article {
    width: 100%;
  }
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems article .fsTitle {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 17px;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems article .fsDateTime {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 17px;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 18px;
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems article .fsReadMoreLink {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 17px;
  color: #767676;
  font-size: 15px;
  line-height: 26px;
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems article:hover .fsThumbnail:before {
  border-top: 0px solid transparent;
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems .fsThumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  height: 200px;
  max-width: 100%;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body:not(.fsComposeMode) .education-news .news-container .fsListItems .fsThumbnail:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100vw;
  border-top: 33px solid transparent;
  border-left: 555px solid #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body:not(.fsComposeMode) .education-news .news-container img {
  display: none;
}

body:not(.fsComposeMode) .education-news .news-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 650px) {
  body:not(.fsComposeMode) .education-news .news-container p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body:not(.fsComposeMode) .education-news .news-container .fs_style_11 {
  width: 100%;
  max-width: 210px;
  margin: 0;
  padding: 8px 10px 8px 80px;
}

body:not(.fsComposeMode) .education-news .news-container .fs_style_11:before {
  height: 50px;
  font-size: 57px;
}

body:not(.fsComposeMode) .education-news .fsElementTitle {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 35px;
}

@media (max-width: 650px) {
  body:not(.fsComposeMode) .education-news .fsElementTitle {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
}

body:not(.fsComposeMode) .education-news .fs_style_7,
body:not(.fsComposeMode) .education-news .fs_style_8,
body:not(.fsComposeMode) .education-news .fs_style_9,
body:not(.fsComposeMode) .education-news .fs_style_10,
body:not(.fsComposeMode) .education-news .fs_style_11 {
  position: relative;
  width: 100%;
  max-width: 275px;
  margin: 0 0 5px;
  padding: 14px 16px 13px 95px;
  line-height: 23px;
  overflow: hidden;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news .fs_style_7,
  body:not(.fsComposeMode) .education-news .fs_style_8,
  body:not(.fsComposeMode) .education-news .fs_style_9,
  body:not(.fsComposeMode) .education-news .fs_style_10,
  body:not(.fsComposeMode) .education-news .fs_style_11 {
    max-width: 340px;
    padding: 12px 50px 11px 120px;
    line-height: 25px;
  }
}

@media (max-width: 625px) {
  body:not(.fsComposeMode) .education-news .fs_style_7,
  body:not(.fsComposeMode) .education-news .fs_style_8,
  body:not(.fsComposeMode) .education-news .fs_style_9,
  body:not(.fsComposeMode) .education-news .fs_style_10,
  body:not(.fsComposeMode) .education-news .fs_style_11 {
    max-width: 290px;
    padding: 12px 20px 11px 110px;
    line-height: 23px;
  }
}

body:not(.fsComposeMode) .education-news .fs_style_7:before,
body:not(.fsComposeMode) .education-news .fs_style_8:before,
body:not(.fsComposeMode) .education-news .fs_style_9:before,
body:not(.fsComposeMode) .education-news .fs_style_10:before,
body:not(.fsComposeMode) .education-news .fs_style_11:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  color: rgba(56, 56, 56, 0.33);
  font-size: 75px;
  font-weight: normal;
  line-height: 1.2;
  font-family: "IcoMoon";
  text-align: left;
}

body:not(.fsComposeMode) .education-news .fs_style_8 {
  padding: 14px 15px 13px 95px;
}

@media (max-width: 625px) {
  body:not(.fsComposeMode) .education-news .fs_style_8 {
    padding: 12px 20px 11px 85px;
  }
}

body:not(.fsComposeMode) .education-news .fs_style_10 {
  padding: 14px 20px 13px 95px;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news .fs_style_10 {
    padding: 12px 60px 11px 120px;
  }
}

@media (max-width: 625px) {
  body:not(.fsComposeMode) .education-news .fs_style_10 {
    padding: 12px 20px 11px 110px;
  }
}

body:not(.fsComposeMode) .education-news .fs_style_11 {
  line-height: 20px;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .education-news .fs_style_11 {
    line-height: 20px;
  }
}

@media (max-width: 625px) {
  body:not(.fsComposeMode) .education-news .fs_style_11 {
    line-height: 20px;
  }
}

body:not(.fsComposeMode) .education-news .fs_style_7:before {
  content: "\E90E";
}

body:not(.fsComposeMode) .education-news .fs_style_8:before {
  content: "\E908";
}

body:not(.fsComposeMode) .education-news .fs_style_9:before {
  content: "\E910";
}

body:not(.fsComposeMode) .education-news .fs_style_10:before {
  content: "\E911";
}

body:not(.fsComposeMode) .education-news .fs_style_11:before {
  content: "\E90F";
}

body:not(.fsComposeMode) .testimonials header .fsElementTitle {
  text-align: center;
  margin-bottom: 40px;
}

body:not(.fsComposeMode) .testimonials .fsListItems {
  margin: 0;
}

body:not(.fsComposeMode) .testimonials .slick-list {
  padding: 0 200px;
  overflow: visible;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-list {
    padding: 0;
    overflow: hidden;
  }
}

body:not(.fsComposeMode) .testimonials article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 482px;
  padding: 0 1em;
  opacity: 0.5;
}

body:not(.fsComposeMode) .testimonials article:hover {
  opacity: 1;
}

@media (max-width: 850px) {
  body:not(.fsComposeMode) .testimonials article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode) .testimonials article .fsThumbnail {
  width: 100%;
  max-width: none;
  height: 382px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials article .fsThumbnail {
    max-width: 1200px;
  }
}

body:not(.fsComposeMode) .testimonials article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .testimonials article .options {
  display: none;
}

body:not(.fsComposeMode) .testimonials article .fsTitle {
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .testimonials article .fsTitle a {
  color: #3F4975;
  font-size: 29px;
  line-height: 36px;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials article .fsTitle a {
    font-size: 23px;
    line-height: 32px;
  }
}

body:not(.fsComposeMode) .testimonials article .fsBody,
body:not(.fsComposeMode) .testimonials article .fsSummary {
  color: #4D4D4D;
  font-size: 16px;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials article .fsBody,
  body:not(.fsComposeMode) .testimonials article .fsSummary {
    font-size: 15px;
    line-height: 24px;
  }
}

body:not(.fsComposeMode) .testimonials .slick-current {
  margin-bottom: 65px;
  opacity: 1;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-current {
    max-width: 1200px;
    min-width: 300px;
  }
}

body:not(.fsComposeMode) .testimonials .slick-current .fsThumbnail {
  width: 50%;
  height: 482px;
  border: 10px solid #3F4975;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-current .fsThumbnail {
    height: 382px;
  }
}

@media (max-width: 850px) {
  body:not(.fsComposeMode) .testimonials .slick-current .fsThumbnail {
    width: 100%;
    min-width: 214px;
    border: 5px solid #3F4975;
  }
}

body:not(.fsComposeMode) .testimonials .slick-current .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
  height: 382px;
  padding: 50px 45px;
  background: #F0F0F0;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-current .options {
    height: 345px;
    padding: 45px 30px 65px;
  }
}

@media (max-width: 850px) {
  body:not(.fsComposeMode) .testimonials .slick-current .options {
    max-width: 100%;
  }
}

body:not(.fsComposeMode) .testimonials .slick-arrow {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 115px;
  z-index: 20;
  width: 45px;
  height: 45px;
  border: none;
  background: #FFFFFF;
  font-size: 0;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-arrow {
    bottom: 133px;
  }
}

@media (max-width: 850px) {
  body:not(.fsComposeMode) .testimonials .slick-arrow {
    bottom: 65px;
  }
}

body:not(.fsComposeMode) .testimonials .slick-arrow:before {
  position: absolute;
  left: 0;
  width: 100%;
  color: #767676;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-family: "IcoMoon";
}

body:not(.fsComposeMode) .testimonials .slick-arrow:hover {
  background: #3F4975;
}

body:not(.fsComposeMode) .testimonials .slick-arrow:hover:before {
  color: #FFFFFF;
}

body:not(.fsComposeMode) .testimonials .slick-prev {
  left: auto;
  right: 264px;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-prev {
    right: 63px;
  }
}

body:not(.fsComposeMode) .testimonials .slick-prev:before {
  content: "\E901";
}

body:not(.fsComposeMode) .testimonials .slick-next {
  right: 217px;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .testimonials .slick-next {
    right: 16px;
  }
}

body:not(.fsComposeMode) .testimonials .slick-next:before {
  content: "\E902";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.colors.shade ol li:nth-of-type(11) {
  background: #00B3E3;
}

.colors.shade ol li:nth-of-type(11):after {
  content: "#00B3E3";
}

.colors.shade ol li:nth-of-type(12) {
  background: #01203D;
}

.colors.shade ol li:nth-of-type(12):after {
  content: "#01203D";
}

.colors.shade ol li:nth-of-type(13) {
  background: #027F62;
}

.colors.shade ol li:nth-of-type(13):after {
  content: "#027F62";
}

.colors.shade ol li:nth-of-type(14) {
  background: #06466C;
}

.colors.shade ol li:nth-of-type(14):after {
  content: "#06466C";
}

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

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

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

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

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

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

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

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

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

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

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

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

.colors.shade ol li:nth-of-type(21) {
  background: #2064AF;
}

.colors.shade ol li:nth-of-type(21):after {
  content: "#2064AF";
}

.colors.shade ol li:nth-of-type(22) {
  background: #216FB7;
}

.colors.shade ol li:nth-of-type(22):after {
  content: "#216FB7";
}

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

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

.colors.shade ol li:nth-of-type(24) {
  background: #27408B;
}

.colors.shade ol li:nth-of-type(24):after {
  content: "#27408B";
}

.colors.shade ol li:nth-of-type(25) {
  background: #27563B;
}

.colors.shade ol li:nth-of-type(25):after {
  content: "#27563B";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.colors.shade ol li:nth-of-type(41) {
  background: #747B83;
}

.colors.shade ol li:nth-of-type(41):after {
  content: "#747B83";
}

.colors.shade ol li:nth-of-type(42) {
  background: #75727C;
}

.colors.shade ol li:nth-of-type(42):after {
  content: "#75727C";
}

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

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

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

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

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

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

.colors.shade ol li:nth-of-type(46) {
  background: #91C0EB;
}

.colors.shade ol li:nth-of-type(46):after {
  content: "#91C0EB";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fonts ol li:nth-of-type(1):after {
  content: "Montserrat, 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: 45px / line-height: 50px";
}

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

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

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

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

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

/*! enhancements - infographic */

body:not(.fsComposeMode) .infographics {
  width: 100%;
  margin: 0px;
  padding-bottom: 30px;
}

body:not(.fsComposeMode) .infographics > header {
  display: none;
}

body:not(.fsComposeMode) .infographics > .fsElementContent {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent {
  width: 16.6%;
  margin: 0px;
  text-align: center;
}

@media (max-width: 1200px) {
  body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent {
    width: 33.33%;
  }
}

@media (max-width: 550px) {
  body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent {
    width: 50%;
  }
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent:nth-child(1) a:before {
  color: #00B2E2;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent:nth-child(2) a:before {
  color: #3F0099;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent:nth-child(3) a:before {
  color: #FF7D00;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent:nth-child(4) a:before {
  color: #FFC52B;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent:nth-child(5) a:before {
  color: #E31836;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent:nth-child(6) a:before {
  color: #7FBB01;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent p {
  margin: 0px;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent a {
  display: block;
  position: relative;
  padding-top: 155px;
  color: #3F4975;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent a:hover,
body:not(.fsComposeMode) .infographics > .fsElementContent .fsContent a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-apple a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-apple a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-apple a:before {
  content: "\E90E";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-backpack a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-backpack a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-backpack a:before {
  content: "\E90C";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bullhorn a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bullhorn a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bullhorn a:before {
  content: "\E90F";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-calendar a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-calendar a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-calendar a:before {
  content: "\E910";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-enroll a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-enroll a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-enroll a:before {
  content: "\E912";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-grad a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-grad a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-grad a:before {
  content: "\E90D";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-people a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-people a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-people a:before {
  content: "\E913";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-piggy a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-piggy a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-piggy a:before {
  content: "\E911";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-apple-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-apple-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-apple-2 a:before {
  content: "\E917";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-backpack-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-backpack-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-backpack-2 a:before {
  content: "\E918";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bargraph a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bargraph a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bargraph a:before {
  content: "\E919";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-baseball a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-baseball a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-baseball a:before {
  content: "\E91A";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-book a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-book a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-book a:before {
  content: "\E91B";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-briefcase a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-briefcase a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-briefcase a:before {
  content: "\E91C";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bullhorn-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bullhorn-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bullhorn-2 a:before {
  content: "\E91D";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bus a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bus a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-bus a:before {
  content: "\E91E";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-calendar-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-calendar-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-calendar-2 a:before {
  content: "\E91F";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-camera a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-camera a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-camera a:before {
  content: "\E920";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-certificate a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-certificate a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-certificate a:before {
  content: "\E921";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-check a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-check a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-check a:before {
  content: "\E922";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-chess a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-chess a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-chess a:before {
  content: "\E923";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-city a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-city a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-city a:before {
  content: "\E924";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-college a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-college a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-college a:before {
  content: "\E925";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-cross a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-cross a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-cross a:before {
  content: "\E926";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-directory a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-directory a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-directory a:before {
  content: "\E927";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-diversity a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-diversity a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-diversity a:before {
  content: "\E928";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-door a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-door a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-door a:before {
  content: "\E929";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-droplet a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-droplet a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-droplet a:before {
  content: "\E92A";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-enroll-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-enroll-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-enroll-2 a:before {
  content: "\E92B";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-faq a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-faq a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-faq a:before {
  content: "\E92C";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-files a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-files a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-files a:before {
  content: "\E92D";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-football a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-football a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-football a:before {
  content: "\E92E";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-gift-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-gift-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-gift-2 a:before {
  content: "\E92F";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-giving a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-giving a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-giving a:before {
  content: "\E930";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-globe a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-globe a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-globe a:before {
  content: "\E931";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-grad-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-grad-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-grad-2 a:before {
  content: "\E932";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-boys a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-boys a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-boys a:before {
  content: "\E933";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-coed a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-coed a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-coed a:before {
  content: "\E934";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-girls a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-girls a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group-girls a:before {
  content: "\E935";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-group a:before {
  content: "\E936";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-heart a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-heart a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-heart a:before {
  content: "\E937";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-info a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-info a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-info a:before {
  content: "\E938";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-jersey a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-jersey a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-jersey a:before {
  content: "\E939";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-leaf a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-leaf a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-leaf a:before {
  content: "\E93A";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-lightbulb a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-lightbulb a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-lightbulb a:before {
  content: "\E93B";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-link a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-link a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-link a:before {
  content: "\E93C";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-list a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-list a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-list a:before {
  content: "\E93D";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-location-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-location-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-location-2 a:before {
  content: "\E93E";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-lock a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-lock a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-lock a:before {
  content: "\E93F";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-map a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-map a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-map a:before {
  content: "\E940";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-medal a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-medal a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-medal a:before {
  content: "\E941";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-microscope a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-microscope a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-microscope a:before {
  content: "\E942";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-music a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-music a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-music a:before {
  content: "\E943";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-paint a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-paint a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-paint a:before {
  content: "\E944";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-pencil a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-pencil a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-pencil a:before {
  content: "\E945";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-person a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-person a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-person a:before {
  content: "\E946";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-phone-2 a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-phone-2 a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-phone-2 a:before {
  content: "\E947";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-piggy-bank a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-piggy-bank a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-piggy-bank a:before {
  content: "\E948";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-portion a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-portion a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-portion a:before {
  content: "\E949";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-question a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-question a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-question a:before {
  content: "\E94A";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-ratio a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-ratio a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-ratio a:before {
  content: "\E94B";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-robot a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-robot a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-robot a:before {
  content: "\E94C";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-school a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-school a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-school a:before {
  content: "\E94D";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-screens a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-screens a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-screens a:before {
  content: "\E94E";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-settings a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-settings a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-settings a:before {
  content: "\E94F";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-shoe a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-shoe a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-shoe a:before {
  content: "\E950";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-soccer a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-soccer a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-soccer a:before {
  content: "\E951";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-sports a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-sports a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-sports a:before {
  content: "\E952";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-star-of-david a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-star-of-david a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-star-of-david a:before {
  content: "\E953";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-star a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-star a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-star a:before {
  content: "\E954";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-store a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-store a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-store a:before {
  content: "\E955";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-sun a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-sun a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-sun a:before {
  content: "\E956";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-teacher a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-teacher a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-teacher a:before {
  content: "\E957";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-theatre a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-theatre a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-theatre a:before {
  content: "\E958";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-time a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-time a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-time a:before {
  content: "\E959";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-tree a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-tree a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-tree a:before {
  content: "\E95A";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-trophy a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-trophy a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-trophy a:before {
  content: "\E95B";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-warning a:hover:before,
body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-warning a:focus:before {
  border: 5px solid #FFFFFF;
  background: #3F4975;
  color: #FFFFFF;
}

body:not(.fsComposeMode) .infographics > .fsElementContent > .fsElement.icon-warning a:before {
  content: "\E95C";
  position: absolute;
  top: 31px;
  left: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border-radius: 100%;
  border: 5px solid #3F4975;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.9;
  font-family: "IcoMoon";
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body:not(.fsComposeMode) .school-achievements {
  position: relative;
  min-height: 367px;
  margin-bottom: 65px;
  padding: 65px 80px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .school-achievements {
    background-attachment: fixed;
  }
}

body:not(.fsComposeMode) .school-achievements:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 73, 117, 0.9);
}

@media (max-width: 1250px) {
  body:not(.fsComposeMode) .school-achievements {
    margin-bottom: 50px;
    padding: 65px 35px 50px;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .school-achievements {
    padding: 50px 15px 50px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container {
  position: relative;
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElementTitle {
  margin: 0;
  color: #FFFFFF;
  font-size: 55px;
  line-height: 67px;
  text-align: left;
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElementTitle {
    font-size: 45px;
    line-height: 55px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container > .fsElementContent {
  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;
}

body:not(.fsComposeMode) .school-achievements .achievements-container > .fsElementContent .fsElement:nth-child(1):before {
  color: #FF7D00;
}

body:not(.fsComposeMode) .school-achievements .achievements-container > .fsElementContent .fsElement:nth-child(2):before {
  color: #FFC52B;
}

body:not(.fsComposeMode) .school-achievements .achievements-container > .fsElementContent .fsElement:nth-child(3):before {
  color: #7FBB01;
}

body:not(.fsComposeMode) .school-achievements .achievements-container > .fsElementContent .fsElement:nth-child(4):before {
  color: #00B2E2;
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: calc(25% - 10px);
  margin: 0;
  padding: 0 0 25px 0;
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement {
    width: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement {
    width: 100%;
    padding: 0 0 25px 0;
  }

  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement:before {
    min-width: 85px;
    font-size: 60px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .icon-grad:before {
  font-size: 75px !important;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .icon-grad:before {
    font-size: 60px !important;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .icon-grad:before {
    font-size: 50px !important;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container p {
  word-break: break-word;
}

body:not(.fsComposeMode) .school-achievements header {
  position: relative;
  z-index: 1;
}

body:not(.fsComposeMode) .school-achievements header .fsElementTitle {
  margin-bottom: 50px;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .school-achievements header .fsElementTitle {
    font-size: 30px;
    line-height: 37px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-apple:before {
  content: "\E90E";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-apple:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-backpack:before {
  content: "\E90C";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-backpack:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bullhorn:before {
  content: "\E90F";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bullhorn:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-calendar:before {
  content: "\E910";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-calendar:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-enroll:before {
  content: "\E912";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-enroll:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-grad:before {
  content: "\E90D";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-grad:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-people:before {
  content: "\E913";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-people:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-piggy:before {
  content: "\E911";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-piggy:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-apple-2:before {
  content: "\E917";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-apple-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-backpack-2:before {
  content: "\E918";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-backpack-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bargraph:before {
  content: "\E919";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bargraph:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-baseball:before {
  content: "\E91A";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-baseball:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-book:before {
  content: "\E91B";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-book:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-briefcase:before {
  content: "\E91C";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-briefcase:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bullhorn-2:before {
  content: "\E91D";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bullhorn-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bus:before {
  content: "\E91E";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-bus:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-calendar-2:before {
  content: "\E91F";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-calendar-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-camera:before {
  content: "\E920";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-camera:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-certificate:before {
  content: "\E921";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-certificate:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-check:before {
  content: "\E922";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-check:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-chess:before {
  content: "\E923";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-chess:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-city:before {
  content: "\E924";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-city:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-college:before {
  content: "\E925";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-college:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-cross:before {
  content: "\E926";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-cross:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-directory:before {
  content: "\E927";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-directory:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-diversity:before {
  content: "\E928";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-diversity:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-door:before {
  content: "\E929";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-door:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-droplet:before {
  content: "\E92A";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-droplet:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-enroll-2:before {
  content: "\E92B";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-enroll-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-faq:before {
  content: "\E92C";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-faq:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-files:before {
  content: "\E92D";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-files:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-football:before {
  content: "\E92E";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-football:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-gift-2:before {
  content: "\E92F";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-gift-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-giving:before {
  content: "\E930";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-giving:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-globe:before {
  content: "\E931";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-globe:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-grad-2:before {
  content: "\E932";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-grad-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group-boys:before {
  content: "\E933";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group-boys:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group-coed:before {
  content: "\E934";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group-coed:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group-girls:before {
  content: "\E935";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group-girls:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group:before {
  content: "\E936";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-group:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-heart:before {
  content: "\E937";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-heart:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-info:before {
  content: "\E938";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-info:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-jersey:before {
  content: "\E939";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-jersey:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-leaf:before {
  content: "\E93A";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-leaf:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-lightbulb:before {
  content: "\E93B";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-lightbulb:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-link:before {
  content: "\E93C";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-link:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-list:before {
  content: "\E93D";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-list:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-location-2:before {
  content: "\E93E";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-location-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-lock:before {
  content: "\E93F";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-lock:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-map:before {
  content: "\E940";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-map:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-medal:before {
  content: "\E941";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-medal:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-microscope:before {
  content: "\E942";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-microscope:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-music:before {
  content: "\E943";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-music:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-paint:before {
  content: "\E944";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-paint:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-pencil:before {
  content: "\E945";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-pencil:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-person:before {
  content: "\E946";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-person:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-phone-2:before {
  content: "\E947";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-phone-2:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-piggy-bank:before {
  content: "\E948";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-piggy-bank:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-portion:before {
  content: "\E949";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-portion:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-question:before {
  content: "\E94A";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-question:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-ratio:before {
  content: "\E94B";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-ratio:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-robot:before {
  content: "\E94C";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-robot:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-school:before {
  content: "\E94D";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-school:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-screens:before {
  content: "\E94E";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-screens:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-settings:before {
  content: "\E94F";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-settings:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-shoe:before {
  content: "\E950";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-shoe:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-soccer:before {
  content: "\E951";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-soccer:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-sports:before {
  content: "\E952";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-sports:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-star-of-david:before {
  content: "\E953";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-star-of-david:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-star:before {
  content: "\E954";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-star:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-store:before {
  content: "\E955";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-store:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-sun:before {
  content: "\E956";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-sun:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-teacher:before {
  content: "\E957";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-teacher:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-theatre:before {
  content: "\E958";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-theatre:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-time:before {
  content: "\E959";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-time:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-tree:before {
  content: "\E95A";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-tree:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-trophy:before {
  content: "\E95B";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-trophy:before {
    font-size: 70px;
  }
}

body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-warning:before {
  content: "\E95C";
  height: 100%;
  float: left;
  margin-right: 20px;
  font-size: 90px;
  line-height: 1.1;
  font-family: "IcoMoon";
  text-align: center;
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .school-achievements .achievements-container .fsElement.icon-warning:before {
    font-size: 70px;
  }
}

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