/*!
 * Bishop Sullivan Catholic High School - default_19
 * @link: https://chsvborg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Ștefan Popescu
 * Project Manager: Jason Stanizzi
 * Designer: Seong Wong
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-37-g6f824a1
 * Last built by: Jesse Rogers
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif:400,400i&display=swap);@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! 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: 31px;
  line-height: 41px;
  font-family: "PT Serif", serif;
  letter-spacing: 1px;
  color: #115740;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1.4px;
  color: #003C26;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1.15px;
  color: #007852;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1px;
  color: #007852;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 15px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  letter-spacing: 0.94px;
  color: #007852;
  margin-bottom: 15px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
  color: #007852;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #003C26;
  text-decoration: underline;
}

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_6 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_6 th {
  padding: 13px 15px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  font-weight: 300;
  background: #115740;
  color: #ffffff;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_6 td {
  padding: 13px 15px;
  background: #ffffff;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_6 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_6: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_4 {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.fs_style_4:hover,
.fs_style_4:focus,
.fsStateSelected .fs_style_4,
.fs_style_4.on {
  background: #ffffff;
  color: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.fs_style_4 em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

.fs_style_5 {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: transparent;
  color: #FFC72C;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
  border: 1.5px solid #FFC72C;
}

.fs_style_5:hover,
.fs_style_5:focus,
.fsStateSelected .fs_style_5,
.fs_style_5.on {
  background: transparent;
  color: #D2A31F;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.fs_style_5 em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

.fs_style_5:hover,
.fs_style_5:focus,
.fsStateSelected .fs_style_5,
.fs_style_5.on {
  border: 1.5px solid #D2A31F;
}

.dark-section {
  background-color: #242424;
  position: relative;
  display: block;
  padding: 20px;
}

.dark-section > header {
  color: #ffffff;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #ffffff;
  color: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.fsStyleDefaultButton em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #ffffff;
  color: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.fsStyleUpdateButton em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

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

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

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

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

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

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

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

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #000000;
  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: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.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(0, 0, 0, 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: #000000;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #000000;
}

.lead-in,
.fs_style_1 {
  color: #007852;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
}

blockquote {
  position: relative;
  padding-left: 30px;
  margin: 70px 60px;
  border-left: 1px solid #249372;
  color: #007852;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
}

blockquote:before {
  content: '\E90A';
  position: absolute;
  top: 0;
  left: -12px;
  height: 40px;
  font-family: "IcoMoon";
  font-size: 20px;
  color: #FFC72C;
  background-color: #ffffff;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote,
.fsThreeColumnLayout > .fsDiv blockquote,
.fsFourColumnLayout > .fsDiv blockquote {
  padding-left: 0;
  margin: 0;
  border-left: none;
  border-top: 1px solid #249372;
  padding-top: 25px;
}

.fsBannerLeft blockquote:before,
.fsBannerRight blockquote:before,
.fsStyleOneThird blockquote:before,
.fsThreeColumnLayout > .fsDiv blockquote:before,
.fsFourColumnLayout > .fsDiv blockquote:before {
  width: 35px;
  height: 25px;
  left: 0;
  top: -15px;
}

cite,
.fs_style_2 {
  display: block;
  margin-top: 30px;
  font-style: normal;
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.fsBannerLeft cite,
.fsBannerRight cite,
.fsStyleOneThird cite,
.fsThreeColumnLayout > .fsDiv cite,
.fsFourColumnLayout > .fsDiv cite,
.fsBannerLeft .fs_style_2,
.fsBannerRight .fs_style_2,
.fsStyleOneThird .fs_style_2,
.fsThreeColumnLayout > .fsDiv .fs_style_2,
.fsFourColumnLayout > .fsDiv .fs_style_2 {
  margin-top: 20px;
}

.callout,
.fs_style_3 {
  margin: 30px 0px;
  padding-left: 25px;
  border-left: 1px solid #249372;
  display: block;
  position: relative;
}

.callout:before,
.fs_style_3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 20px;
  background-color: #FFC72C;
}

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

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

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

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

.picture-caption figcaption p {
  font-style: italic;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #003C26;
  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;
  color: #007852;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
  color: #007852;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.fsBreadcrumb ul li a:hover,
.fsBreadcrumb ul li a:focus {
  text-decoration: none;
  color: #003C26;
}

.fsBreadcrumb .fsNavBreadcrumbSeperator {
  color: #249372;
  margin: 0px 7px;
}

.home .fsBreadcrumb,
#fsHeader .fsBreadcrumb {
  display: none;
}

.site-breadcrumb {
  position: relative;
  margin: 0px 0px 45px 0px;
}

.site-breadcrumb > header {
  display: none;
}

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

@media (max-width: 799px) {
  .nav-sub {
    margin-bottom: 0;
  }

  .nav-sub li.expanded > a {
    color: red;
  }

  .nav-sub nav {
    padding: 0px 40px;
  }

  .nav-sub .fsNavLevel2 > li > a,
  .nav-sub .fsNavLevel3 > li > a,
  .nav-sub .fsNavLevel4 > li > a,
  .nav-sub .fsNavLevel5 > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-sub {
  display: none;
}

@media (min-width: 800px) {
  .nav-sub {
    position: relative;
    padding: 0px 30px;
    border-left: 1px solid #C1C5C9;
  }
}

@media screen and (max-width: 799px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-bottom: 0;
    display: block;
    color: #003C26;
    background-color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "PT Sans", sans-serif;
    font-size: 23px;
    letter-spacing: 1.84px;
    line-height: 24px;
    margin: 0px 15px;
    padding: 20px 20px 20px 0px;
    border-bottom: solid 1px #C1C5C9;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #ffffff;
    color: #003C26;
    color: #000000;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #ffffff;
    color: #003C26;
  }

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

@media (min-width: 800px) {
  .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: 800px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

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

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

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

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

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

.nav-sub ul li a {
  display: block;
  padding: 10px 0px;
  color: #007852;
  background: transparent;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #115740;
  background: transparent;
  text-decoration: none;
}

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

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #003C26;
  background: transparent;
}

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

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

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #003C26;
  background: transparent;
}

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

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

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

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

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

.nav-sub .fsNavLevel2 {
  padding-bottom: 10px;
}

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

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

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

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

.nav-sub {
  position: relative;
}

.nav-sub > header > h2.fsElementTitle {
  display: none;
}

@media (max-width: 799px) {
  .nav-sub > header > h2.fsElementTitle {
    display: block;
  }
}

.nav-sub .has-expander > a {
  padding-right: 30px;
  position: relative;
}

.nav-sub .expander {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  font-size: 0px;
  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;
  cursor: pointer;
  font-weight: bold;
}

.nav-sub .expander:before {
  content: '+';
  font-size: 20px;
  color: #007852;
}

.nav-sub .expanded > a > .expander:before {
  content: '-';
  font-size: 20px;
  color: #115740;
}

.nav-sub .fsNavLevel2,
.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
  display: none;
}

.nav-sub .fsNavLevel2 > li > a,
.nav-sub .fsNavLevel3 > li > a,
.nav-sub .fsNavLevel4 > li > a,
.nav-sub .fsNavLevel5 > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-subnav {
  display: none;
}

@media (max-width: 799px) {
  .header-subnav {
    display: block;
  }
}

.header-subnav > header h2 {
  margin: 0 !important;
  padding: 20px 20px 20px 20px !important;
}

.nav-main {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-main > header {
  display: none;
}

.nav-main > .fsElementContent > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    text-align: right;
    margin-right: -60px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
  }
}

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

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

.nav-main .fsNavLevel1 > li:hover > a,
.nav-main .fsNavLevel1 > li.menu-item-open > a {
  color: #003C26;
  background: rgba(239, 238, 240, 0.95);
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #003C26;
  background: rgba(239, 238, 240, 0.95);
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #ffffff;
  background: transparent;
  padding: 1.33333em;
  padding: 10px 17.5px;
}

@media (max-width: 1199px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 10px 8px;
  }
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #003C26;
  background: rgba(239, 238, 240, 0.95);
}

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

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

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

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

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

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

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

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

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

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

.nav-main.open-menu .fsNavLevel1 {
  margin-right: -17.5px;
}

@media (max-width: 1199px) {
  .nav-main.open-menu .fsNavLevel1 {
    margin-right: -8.5px;
  }
}

.nav-main.nav-main.open-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.nav-main .fsNavPageInfo {
  background: rgba(239, 238, 240, 0.95);
  text-align: left;
  z-index: 300;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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 .fsNavPageInfo > .holder {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-main .fsNavPageDescription {
  width: 230px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.nav-main .fsNavPageThumbnail {
  width: 300px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 30px;
}

.nav-main .fsNavLevel2 {
  padding: 30px 30px 30px 30px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #007852;
  background: transparent;
  padding: 10px 0px;
  width: 255px;
}

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

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

.nav-main .fsNavLevel2 li:not(:last-child) a {
  border-bottom: 1px solid #C1C5C9;
}

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

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

.mobile-toggle {
  z-index: 500;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 40px;
}

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

.mobile-toggle .trigger-button {
  width: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 40px;
  position: relative;
  padding: 0px;
  border: 0px;
  background: transparent;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-toggle .trigger-button:before,
.mobile-toggle .trigger-button:after {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 2px;
  width: 25px;
  content: '';
  background: #ffffff;
  text-align: center;
}

.mobile-toggle .trigger-button:before {
  margin-top: -0.66667em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.mobile-toggle .trigger-button:after {
  -webkit-box-shadow: 0 0.66667em 0 0 #ffffff;
          box-shadow: 0 0.66667em 0 0 #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.mobile-toggle .trigger-button > span {
  margin: 0px;
  padding-right: 10px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  letter-spacing: 0.94px;
  line-height: 40px;
  font-weight: 100;
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
}

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

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0em;
  max-width: 33.33333em;
  background: #003C26;
  min-height: auto;
  padding-bottom: 40px;
}

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

.fsMenu .mobile-main-nav {
  position: relative;
  margin: 30px 0px 30px 0px;
  padding: 0px;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li {
  position: relative;
  padding: 0px 60px 0px 30px;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a {
  position: relative;
  display: table;
  padding: 10px 0px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 23px;
  letter-spacing: 1.84px;
  line-height: 24px;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a:hover,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a:focus {
  text-decoration: none;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.fsNavCurrentPage.expanded > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #FFC72C;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.has-expander > a {
  padding-right: 0px;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li .expander {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 44px;
  font-size: 0px;
  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;
  cursor: pointer;
  color: #ffffff;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li .expander:before {
  content: '+';
  font-size: 30px;
  color: #ffffff;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.expanded > a {
  color: #FFC72C;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.expanded > .expander:before {
  content: '-';
  color: #FFC72C;
}

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

.fsMenu .mobile-main-nav ul.fsNavLevel2 {
  padding: 20px 0px;
}

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

.fsMenu .mobile-main-nav ul.fsNavLevel2 > li > a {
  color: #ffffff;
  padding: 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

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

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

.fsMenu .mobile-utility {
  position: relative;
  margin: 0px;
  text-align: left;
  padding: 0px 30px;
}

.fsMenu .mobile-utility ul.fsNavLevel1 {
  border-top: 1px solid #249372;
  padding-top: 30px;
}

.fsMenu .mobile-utility ul.fsNavLevel1 > li {
  position: relative;
}

.fsMenu .mobile-utility ul.fsNavLevel1 > li > a {
  color: #ffffff;
}

.fsMenu .mobile-utility ul.fsNavLevel1 > li > a:hover,
.fsMenu .mobile-utility ul.fsNavLevel1 > li > a:focus {
  color: #FFC72C;
  text-decoration: none;
}

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='instagram'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='linkedin'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='pinterest'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='tumblr'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='twitter'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='vimeo'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='vine'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='youtube'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='googleplus'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='wechat'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='flickr'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='wordpress'] {
  font-size: 0;
}

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

.nav-social .fsNavLevel1 [href*='rss'] {
  font-size: 0;
}

.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: transparent;
  border-color: #3b5998;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  height: 22px;
  width: 20px;
  border-radius: 0;
}

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

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

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

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

.nav-social a {
  text-decoration: none !important;
}

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0 20px;
  position: absolute;
  width: 100%;
}

body.fsComposeMode #fsHeader {
  position: relative;
}

#fsHeader > .fsBanner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

body.no-landing-img #fsHeader {
  position: relative;
  height: 106px;
}

.skip-link {
  margin: 0;
}

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

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

.site-info-container {
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
  z-index: 300;
}

.site-info-container > header {
  display: none;
}

.site-info-container img {
  width: 180px;
  height: 66px;
}

@media (max-width: 1023px) {
  .site-info-container {
    top: 25px;
  }

  .site-info-container img {
    width: 112px;
    height: 40px;
  }
}

.site-info-container.on-sticky {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
}

.site-info-container.on-sticky > .fsElementContent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-info-container.on-sticky > .fsElementContent img {
  height: 42px;
}

.main-header {
  position: relative;
  margin: 0px;
  padding: 0px 20px;
  min-height: 190px;
  width: 100%;
}

.fsHeader .masthead-container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  z-index: 200;
  display: block;
}

.fsHeader .masthead-container > header {
  display: none;
}

@media (max-width: 1023px) {
  .fsHeader .masthead-container {
    display: none;
  }
}

.fsHeader .masthead-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fsHeader .masthead-container .header-portals {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 90px;
  padding-right: 50px;
  display: block;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fsHeader .masthead-container .header-portals > header {
  display: none;
}

.fsHeader .masthead-container .header-portals > .fsElementContent .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsHeader .masthead-container .header-portals > .fsElementContent .fsNavLevel1 li:not(:last-child) {
  margin-right: 35px;
}

.fsHeader .masthead-container .header-portals > .fsElementContent .fsNavLevel1 li a {
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.fsHeader .masthead-container .header-portals.open-portals {
  visibility: visible;
  opacity: 1;
  padding-right: 0;
}

.main-nav-toggle {
  margin: 0;
  padding: 0;
  width: 90px;
  height: 40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.main-nav-toggle .fsElementHeaderContent {
  margin: 0;
  line-height: 0;
}

.main-nav-toggle .trigger-button {
  width: 90px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 40px;
  position: relative;
  padding: 0px;
  border: 0px;
  background: transparent;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-nav-toggle .trigger-button:before,
.main-nav-toggle .trigger-button:after {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 2px;
  width: 25px;
  content: '';
  background: #ffffff;
  text-align: center;
}

.main-nav-toggle .trigger-button:before {
  margin-top: -0.66667em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.main-nav-toggle .trigger-button:after {
  -webkit-box-shadow: 0 0.66667em 0 0 #ffffff;
          box-shadow: 0 0.66667em 0 0 #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.main-nav-toggle .trigger-button > span {
  margin: 0px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  letter-spacing: 0.94px;
  line-height: 40px;
  font-weight: 100;
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}

.main-nav-toggle .trigger-button.active:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.main-nav-toggle .trigger-button.active:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.sticky-header {
  padding: 0px 20px;
  position: fixed;
  left: 0;
  top: -20px;
  width: 100%;
  z-index: 500;
  background-color: #ffffff;
  border-bottom: 5px solid #FFC72C;
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  display: none;
  pointer-events: none;
}

.sticky-header > header {
  display: none;
}

@media (max-width: 1023px) {
  .sticky-header {
    display: none;
  }
}

.sticky-header > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
}

.sticky-header .nav-main {
  visibility: visible;
  opacity: 1;
  max-width: 100%;
  margin: 0;
}

.sticky-header .nav-main .fsNavLevel1 {
  margin-right: 0;
}

.sticky-header .nav-main .fsNavLevel1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #FFC72C;
  bottom: -5px;
  z-index: 500;
}

.sticky-header .nav-main .fsNavLevel1 > li > a {
  color: #007852;
  line-height: 46px;
}

.sticky-header .nav-main .fsNavLevel1 > .fsNavPageInfo {
  border-top: 5px solid #FFC72C;
}

body.sticky .sticky-header {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 0px;
  pointer-events: auto;
}

@media (max-width: 1023px) {
  body.sticky .sticky-header {
    display: none;
  }
}

#fsFooter {
  padding: 0px;
  background: #003C26;
  border-top: 5px solid #FFC72C;
}

#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 .footer-wrapper {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 95px 20px 10px 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.fsFooter .footer-wrapper > header {
  display: none;
}

@media (max-width: 1149px) {
  .fsFooter .footer-wrapper {
    padding: 60px 20px 10px 20px;
  }
}

.fsFooter .upper-footer {
  margin: 0;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fsFooter .upper-footer > header {
  display: none;
}

.fsFooter .upper-footer .footer-school-details > header > h2 {
  display: none;
}

.fsFooter .upper-footer .footer-school-details > header > .fsElementHeaderContent {
  margin-bottom: 65px;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .footer-school-details > header > .fsElementHeaderContent {
    margin-bottom: 35px;
  }
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .inquire-visit-apply {
    margin-bottom: 20px;
  }
}

.fsFooter .upper-footer .inquire-visit-apply > header h2 {
  display: none;
}

.fsFooter .upper-footer .inquire-visit-apply > header > .fsElementHeaderContent {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  max-width: 612px;
  margin-bottom: 73px;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .inquire-visit-apply > header > .fsElementHeaderContent {
    display: none;
  }
}

.fsFooter .upper-footer .inquire-visit-apply > footer > .fsElementFooterContent {
  margin: 0;
}

.fsFooter .upper-footer .inquire-visit-apply > footer > .fsElementFooterContent a.fs_style_5 {
  max-width: 177px;
  width: 100%;
  margin-right: 35px;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .inquire-visit-apply > footer > .fsElementFooterContent a.fs_style_5 {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
}

.fsFooter .upper-footer .inquire-visit-apply > footer > .fsElementFooterContent a.fs_style_5:last-child {
  margin-right: 0;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .inquire-visit-apply > footer > .fsElementFooterContent a.fs_style_5:last-child {
    margin: 0 auto;
  }
}

.fsFooter .upper-footer .nav-social {
  text-align: right;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .nav-social {
    text-align: center;
  }
}

.fsFooter .upper-footer .nav-social > header h2 {
  display: none;
}

.fsFooter .upper-footer .nav-social > .fsElementContent {
  margin-bottom: 90px;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .nav-social > .fsElementContent {
    margin-bottom: 0px;
  }
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer .nav-social > footer {
    display: none;
  }
}

.fsFooter .upper-footer > .fsStyleColumn-1 {
  width: 23.6%;
}

.fsFooter .upper-footer > .fsStyleColumn-2 {
  width: 60%;
}

.fsFooter .upper-footer > .fsStyleColumn-3 {
  width: 16.4%;
}

.fsFooter .upper-footer > .fsStyleColumn {
  padding: 0;
  margin-bottom: 56px;
}

@media (max-width: 1149px) {
  .fsFooter .upper-footer > .fsStyleColumn {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.fsFooter .sub-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #007852;
  padding: 20px 0px;
}

@media (max-width: 1149px) {
  .fsFooter .sub-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }
}

.fsFooter .sub-footer > header {
  width: 23.6%;
}

@media (max-width: 1149px) {
  .fsFooter .sub-footer > header {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.fsFooter .sub-footer > header h2 {
  display: none;
}

.fsFooter .sub-footer > header > .fsElementHeaderContent {
  margin-bottom: 0;
}

.fsFooter .sub-footer > .fsElementContent {
  width: 76.4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1149px) {
  .fsFooter .sub-footer > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fsFooter .sub-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1149px) {
  .fsFooter .sub-footer .fsNavLevel1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fsFooter .sub-footer .fsNavLevel1 li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1149px) {
  .fsFooter .sub-footer .fsNavLevel1 li {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}

.fsFooter .sub-footer .fsNavLevel1 a {
  padding: 0;
  color: #ffffff;
}

.fsFooter .sub-footer .fsNavLevel1 a:hover,
.fsFooter .sub-footer .fsNavLevel1 a:focus {
  color: #FFC72C;
  text-decoration: none;
}

/*! 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: "PT Sans", sans-serif;
  background: #003C26;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 15px;
  line-height: 24px;
  color: #003C26;
  letter-spacing: 0.5px;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

@media (min-width: 800px) {
  #fsPageBody {
    display: -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: 800px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

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

@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: 800px) {
  .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: 800px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 260px);
  }
}

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

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

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

@media (min-width: 800px) {
  .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: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .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% - 460px);
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -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: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

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

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

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

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

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

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

.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: 260px;
    margin-top: 0;
  }
}

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

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

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 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: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .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: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

.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: 260px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -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: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 260px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 80px;
    width: 380px;
  }
}

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

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

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

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

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

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 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: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 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: 260px;
  }
}

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 380px);
  }
}

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

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

.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: 260px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

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

@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: 260px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

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

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

#fsPoweredByFinalsite {
  position: relative;
  background-image: url(images/powered_logo.svg);
  opacity: 1;
}

@media (max-width: 1149px) {
  #fsPoweredByFinalsite {
    margin: 0 auto;
  }
}

/*! 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: 15px;
  line-height: 24px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1.4px;
  color: #003C26;
  margin-bottom: 20px;
  margin-bottom: 3px;
  display: block;
  font-size: 20px;
  padding: 20px 15px;
  color: #007852;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1px;
}

.fsAccordion .fsPanel > header h2:after,
.fsTabs .fsPanel > header h2:after,
.fsAccordion .fsPanel > header h2:before,
.fsTabs .fsPanel > header h2:before {
  color: #007852 !important;
}

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

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

.fsAccordion .fsPanel > header:hover h2:after,
.fsTabs .fsPanel > header:hover h2:after,
.fsAccordion .fsPanel > header:hover h2:before,
.fsTabs .fsPanel > header:hover h2:before {
  color: #FFC72C !important;
}

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

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

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

.fsAccordion .fsPanel.fsStateOpen > header h2:after,
.fsTabs .fsPanel.fsStateOpen > header h2:after,
.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  color: #FFC72C !important;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 16px;
  line-height: 16px;
  font-family: "IcoMoon";
  height: 16px;
  color: #FFC72C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  content: "\E900";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 16px;
  line-height: 16px;
  font-family: "IcoMoon";
  height: 16px;
  color: #FFC72C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  content: "\E900";
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

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

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

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

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

.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: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

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

/*! elements - athletics events - list subtype */

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

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

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

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .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: 23px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1.15px;
  color: #007852;
  margin-bottom: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsRoster .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsRoster .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsRoster .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #C1C5C9;
}

.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 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C1C5C9;
}

.fsCalendar .fsTitle > a {
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  margin-bottom: 20px;
  display: block;
  font-weight: 100;
}

.fsCalendar .fsTitle > a:hover,
.fsCalendar .fsTitle > a:focus {
  text-decoration: none;
  color: #007852;
}

.fsCalendar .fsDate {
  color: #007852;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  margin-bottom: 20px;
  display: block;
}

.fsCalendar .fsEventDetails {
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

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

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
  margin-top: 20px;
  display: block;
}

.fsCalendar .fsStyleDefaultButton.fsLoadMoreButton {
  display: block;
  margin: 0 auto;
}

/*! _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(0, 60, 38, 0.1);
}

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #003C26;
    -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: #007852;
    color: #ffffff;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up span {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
  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: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.scroll-up span em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

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

/*! _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: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

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

.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #cfcfcf;
}

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #007852;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #003C26;
}

.fsComposerFormEmbed form .required {
  color: #003C26;
}

.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: #007852;
  -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: #003C26;
  -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;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
  display: none;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #ffffff;
  color: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "PT Sans", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -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;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.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: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

.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 article {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #C1C5C9;
}

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

.fsBannerLeft .fsPostElement .fsThumbnail,
.fsBannerRight .fsPostElement .fsThumbnail,
.fsStyleOneThird .fsPostElement .fsThumbnail,
.fsThreeColumnLayout > .fsDiv .fsPostElement .fsThumbnail,
.fsFourColumnLayout > .fsDiv .fsPostElement .fsThumbnail {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fsBannerLeft .fsPostElement .fsThumbnail img,
.fsBannerRight .fsPostElement .fsThumbnail img,
.fsStyleOneThird .fsPostElement .fsThumbnail img,
.fsThreeColumnLayout > .fsDiv .fsPostElement .fsThumbnail img,
.fsFourColumnLayout > .fsDiv .fsPostElement .fsThumbnail img {
  display: none;
}

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

.fsPostElement .fsTitle > a {
  color: #007852;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: 300;
}

.fsPostElement .fsTitle > a:hover,
.fsPostElement .fsTitle > a:focus {
  text-decoration: none;
  color: #003C26;
}

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
  display: block;
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.fsPostElement .fsSummary {
  margin: 20px 0px;
}

.fsPostElement .fsCategories {
  margin: 0;
  margin-bottom: 15px;
}

.fsPostElement .fsCategories .fsCategory {
  font-size: 12.5px;
  line-height: 19px;
  letter-spacing: 0.52px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 100;
  padding: 6px 8px;
  margin-right: 10px;
  border: none;
  background-color: #EFEEF0;
}

.fsPostElement .fsTags .fsTag {
  background: transparent;
  border: 1px solid #C1C5C9;
  margin-right: 6px;
  font-size: 12.5px;
  line-height: 19px;
  letter-spacing: 0.52px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 100;
}

.fsPostElement .fsStyleDefaultButton.fsLoadMoreButton {
  display: block;
  margin: 0 auto;
}

/*! _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: 15px;
  line-height: 24px;
  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;
}

.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;
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow > header {
  display: none;
}

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

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 1280px;
  display: block;
  z-index: 20;
  width: 100%;
  height: 30px;
  bottom: 28px;
  text-align: right;
  padding-right: 20px;
}

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
  position: relative;
  width: 20px;
  top: 0;
  background-color: transparent;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls {
    display: none;
  }
}

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

@media (min-width: 1024px) {
  body:not(.fsComposeMode) .universal-slideshow article video {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
  }
}

body:not(.fsComposeMode) .universal-slideshow article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 194px;
  opacity: 0.85;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

body:not(.fsComposeMode) .universal-slideshow article:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 194px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 10;
  visibility: visible;
}

body:not(.fsComposeMode) .universal-slideshow article picture {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder {
  max-width: 1280px;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  display: block;
  z-index: 20;
  padding-left: 20px;
  padding-right: 35px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    left: 0;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder figcaption {
  display: block;
  height: auto;
  max-width: 490px;
  padding: 35px;
  text-align: left;
  color: #ffffff;
  margin-left: -35px;
  background-color: rgba(17, 87, 64, 0.83);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder figcaption.open-figcaption {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder figcaption {
    max-width: 100%;
    margin: 0;
    padding: 30px 15px;
    background-color: #003C26;
    opacity: 1;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder .fsTitle {
  font-family: "PT Serif", serif;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 41px;
  text-align: left !important;
  font-weight: 100;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder .fsTitle {
    font-size: 23px;
    letter-spacing: 1.15px;
    line-height: 29px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .figcaption-holder p {
  max-height: 96px;
  overflow: hidden;
}

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

body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: right;
  bottom: 30px;
  display: block;
  z-index: 20;
  max-width: 1190px;
  width: 100%;
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager {
    right: 45px;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    bottom: 0;
    text-align: left;
    max-width: 100%;
    padding: 0px 15px;
    padding-bottom: 30px;
    background-color: #003C26;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager li:last-child {
  margin-right: 12px;
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager li button {
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
          box-shadow: inset 0px 0px 0px 1.5px #ffffff;
  height: 10px;
  width: 10px;
  font-size: 0;
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager li button:before {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider .fsPager li.slick-active button {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
          box-shadow: inset 0px 0px 0px 1.5px #ffffff;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

body:not(.fsComposeMode) .universal-slideshow footer {
  display: block;
  z-index: 200;
  position: relative;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow footer {
    display: none;
  }
}

body:not(.fsComposeMode) .universal-slideshow footer .fsElementFooterContent {
  margin: 0;
}

body:not(.fsComposeMode) .universal-slideshow footer .scroll-down-button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  font-size: 0;
  color: transparent;
  display: block;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 100%;
  cursor: pointer;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}

body:not(.fsComposeMode) .universal-slideshow footer .scroll-down-button:after {
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

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

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

body:not(.fsComposeMode) .landing-image img {
  opacity: 0;
}

body:not(.fsComposeMode) .landing-image > a {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 20px;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 41px;
  color: #ffffff;
  font-family: "PT Serif", serif;
  z-index: 10;
}

body:not(.fsComposeMode) .landing-image > a:hover,
body:not(.fsComposeMode) .landing-image > a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .landing-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 154px;
  opacity: 0.85;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

body:not(.fsComposeMode) .landing-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 154px;
  opacity: 0.7;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.fsHeader .masthead-container .header-search {
  padding: 0px;
  height: 40px;
  border: none;
  margin: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  right: 105px;
}

.fsHeader .masthead-container .header-search header {
  z-index: 2;
  background: transparent;
  opacity: 1;
  visibility: visible;
  margin: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 3;
}

.fsHeader .masthead-container .header-search header > h2 {
  display: none;
}

.fsHeader .masthead-container .header-search header > .fsElementHeaderContent {
  margin: 0;
}

.fsHeader .masthead-container .header-search header button.open-search {
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.fsHeader .masthead-container .header-search label {
  display: none;
}

.fsHeader .masthead-container .header-search > footer {
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
  top: 0;
}

.fsHeader .masthead-container .header-search > footer > .fsElementFooterContent {
  margin: 0;
}

.fsHeader .masthead-container .header-search > footer button.close-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0px;
  z-index: 2;
  border: none;
  padding: 0;
  background: transparent;
}

.fsHeader .masthead-container .header-search > footer button.close-search:before {
  content: '\E901';
  font-family: "IcoMoon";
  color: #007852;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 23px;
  line-height: 23px;
  z-index: 2;
}

.fsHeader .masthead-container .header-search .fsSearchElementKeyword {
  margin: 0px;
}

.fsHeader .masthead-container .header-search .fsButtonClear {
  display: none;
}

.fsHeader .masthead-container .header-search input.fsStyleSearchField.fsStyleDefaultField {
  background: #FFC72C;
  height: 40px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: none;
  font-weight: 100;
  border: none;
  z-index: 1;
  padding: 0 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsHeader .masthead-container .header-search input.fsStyleSearchField.fsStyleDefaultField::-webkit-input-placeholder {
  opacity: 1;
  color: #806311;
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: none;
  font-weight: 100;
}

.fsHeader .masthead-container .header-search input.fsStyleSearchField.fsStyleDefaultField::-moz-placeholder {
  opacity: 1;
  color: #806311;
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: none;
  font-weight: 100;
}

.fsHeader .masthead-container .header-search input.fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  opacity: 1;
  color: #806311;
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: none;
  font-weight: 100;
}

.fsHeader .masthead-container .header-search input.fsStyleSearchField.fsStyleDefaultField::placeholder {
  opacity: 1;
  color: #806311;
  font-family: "PT Serif", serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 19px;
  text-transform: none;
  font-weight: 100;
}

.fsHeader .masthead-container .header-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
  width: 40px;
  height: 40px;
  color: #007852;
  font-size: 0px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
  border: none;
  background-color: transparent;
  padding: 0;
}

.fsHeader .masthead-container .header-search button.fsSearchElementSearchButton.fsStyleUpdateButton:before {
  content: '\E902';
  font-family: "IcoMoon";
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  font-weight: 100;
  font-size: 23px;
  line-height: 23px;
}

.active-search .fsHeader .header-search header {
  opacity: 0;
  visibility: hidden;
}

.active-search .fsHeader .header-search {
  z-index: 50;
  display: block;
}

.active-search button.fsSearchElementSearchButton.fsStyleUpdateButton:before {
  color: #007852 !important;
}

.active-search .fsHeader .header-search input.fsStyleSearchField.fsStyleDefaultField,
.active-search .fsHeader .header-search footer {
  opacity: 1;
  visibility: visible;
}

.active-search .fsHeader .header-search input.fsStyleSearchField.fsStyleDefaultField {
  width: 800px;
}

@media (max-width: 1199px) {
  .active-search .fsHeader .header-search input.fsStyleSearchField.fsStyleDefaultField {
    width: 600px;
  }
}

.off-canvas-search {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 16px;
}

.off-canvas-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.off-canvas-search form .fsSearchElementSearchButton.fsStyleUpdateButton {
  margin: 0;
  padding: 0;
  width: 52px;
  height: 48px;
  border: none;
  position: relative;
  display: block;
  font-size: 0;
  background-color: #FFC72C;
}

.off-canvas-search form .fsSearchElementSearchButton.fsStyleUpdateButton:before {
  content: '\E902';
  font-family: "IcoMoon";
  color: #007852;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  font-weight: 100;
  font-size: 23px;
  line-height: 23px;
}

.off-canvas-search label {
  display: none;
}

.off-canvas-search .fsSearchElementKeyword {
  margin-bottom: 0 !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.off-canvas-search .fsStyleSearchField.fsStyleDefaultField {
  line-height: 38px;
  width: 150px;
  padding: 5px 5px 5px 0px;
  border: none;
  background-color: #FFC72C;
}

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #C1C5C9;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

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

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

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

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #ffffff;
  color: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.vimeo_view_link a em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

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

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #C1C5C9;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

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

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

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

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 1.5px solid #007852;
  margin: 0 0 20px;
  padding: 15px 35px;
  background: #ffffff;
  color: #007852;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 23px;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #ffffff;
  color: #115740;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #115740;
  text-decoration: none;
  cursor: pointer;
}

.Youtube_view_link a em {
  display: block;
  color: #000000;
  font-family: "PT Serif", serif;
  font-size: 12.5px;
  font-style: italic;
  letter-spacing: 0.52px;
  line-height: 19px;
  font-weight: 100;
}

/*! elements - tabs */

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

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

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 29px;
  font-family: "PT Serif", serif;
  letter-spacing: 1.4px;
  color: #003C26;
  margin-bottom: 20px;
  margin-bottom: 3px;
  display: block;
  font-size: 20px;
  padding: 20px 15px;
  color: #007852;
  -webkit-transition: .3s;
  transition: .3s;
  background: #EFEEF0;
  color: #007852;
  padding: 15px 20px;
  position: relative;
}

.fsTabs .fsTabsNav li a:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 7px solid #115740;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.fsTabs .fsTabsNav li a:hover {
  background: #115740;
  color: #FFC72C;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #115740;
  color: #FFC72C;
}

.fsTabs .fsTabsNav li.fsStateSelected a:before {
  bottom: -7px;
  visibility: visible;
  opacity: 1;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 20px 0px;
}

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

.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: #003C26 !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: #007852;
  color: #ffffff;
}

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

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

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

/*! elements - common v0.0.1 */

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

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

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

.module a {
  color: inherit;
}

.module {
  background: #003C26;
}

.custom-callout {
  background-color: #115740;
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 60px;
}

.fsBannerLeft .custom-callout,
.fsBannerRight .custom-callout,
.fsStyleOneThird .custom-callout,
.fsThreeColumnLayout > .fsDiv .custom-callout,
.fsFourColumnLayout > .fsDiv .custom-callout {
  padding: 30px 20px;
}

.custom-callout > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.custom-callout > header > .fsElementTitle {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
}

.custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  height: 400px;
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fsBannerLeft .custom-callout > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  height: 200px;
  margin-top: -30px;
  margin-left: -30px;
}

.custom-callout > .fsElementContent p,
.custom-callout > .fsElementContent ul,
.custom-callout > .fsElementContent h3,
.custom-callout > .fsElementContent strong {
  color: #ffffff;
}

.custom-callout > .fsElementContent > a,
.custom-callout > .fsElementContent > p > a {
  color: #FFC72C;
}

.custom-callout > .fsElementContent > a:hover,
.custom-callout > .fsElementContent > a:focus,
.custom-callout > .fsElementContent > p > a:hover,
.custom-callout > .fsElementContent > p > a:focus {
  color: #ffffff;
}

.custom-callout.gray {
  background-color: #EFEEF0;
}

.custom-callout.light-gold {
  background-color: #FFF2D8;
}

.custom-callout.gray > header .fsElementTitle,
.custom-callout.light-gold > header .fsElementTitle {
  color: #007852;
}

.custom-callout.gray > .fsElementContent p,
.custom-callout.gray > .fsElementContent ul,
.custom-callout.gray > .fsElementContent h3,
.custom-callout.gray > .fsElementContent strong,
.custom-callout.light-gold > .fsElementContent p,
.custom-callout.light-gold > .fsElementContent ul,
.custom-callout.light-gold > .fsElementContent h3,
.custom-callout.light-gold > .fsElementContent strong {
  color: #000000;
}

.custom-callout.gray > .fsElementContent > a,
.custom-callout.gray > .fsElementContent > p > a,
.custom-callout.light-gold > .fsElementContent > a,
.custom-callout.light-gold > .fsElementContent > p > a {
  color: #007852;
}

.custom-callout.gray > .fsElementContent > a:hover,
.custom-callout.gray > .fsElementContent > a:focus,
.custom-callout.gray > .fsElementContent > p > a:hover,
.custom-callout.gray > .fsElementContent > p > a:focus,
.custom-callout.light-gold > .fsElementContent > a:hover,
.custom-callout.light-gold > .fsElementContent > a:focus,
.custom-callout.light-gold > .fsElementContent > p > a:hover,
.custom-callout.light-gold > .fsElementContent > p > a:focus {
  color: #003C26;
}

body:not(.fsComposeMode) .custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

.custom-callout.light-gold .fsAccordion .fsPanel > header:hover h2 a,
.custom-callout.light-gold .fsAccordion .fsPanel > header:focus h2 a {
  color: #FFC72C !important;
}

@media (min-width: 1200px) {
  body:not(.fsDraftMode) .short .custom-callout {
    height: 465px;
    overflow: scroll;
  }

  body:not(.fsDraftMode) .medium .custom-callout {
    height: 565px;
    overflow: scroll;
  }

  body:not(.fsDraftMode) .tall .custom-callout {
    height: 735px;
    overflow: scroll;
  }
}

/*! pages - home v0.0.1 */

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-teacher:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-theater:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-trophy:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-university:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-users:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-volleyball:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-volunteer:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-microscope:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-skyscraper:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-sports:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-stopwatch:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-teacher-student:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-tennis:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-quicklink:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-shoe:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-soccer:before {
  content: "\E91D";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-star:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-store:before {
  content: "\E91F";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-summer:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-map:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-music-note:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-phone:before {
  content: "\E923";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-question-mark:before {
  content: "\E924";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-map-marker:before {
  content: "\E925";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-news-bullhorn:before {
  content: "\E926";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-pencil:before {
  content: "\E927";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-pie-chart:before {
  content: "\E928";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-piggy-bank:before {
  content: "\E929";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-gear:before {
  content: "\E92A";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-group-girls:before {
  content: "\E92B";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-heart:before {
  content: "\E92C";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-information:before {
  content: "\E92D";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-issue-warning:before {
  content: "\E92E";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-jersey:before {
  content: "\E92F";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-laptop-phone:before {
  content: "\E930";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-leaf:before {
  content: "\E931";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-lock:before {
  content: "\E932";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-enroll:before {
  content: "\E933";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-family:before {
  content: "\E934";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-faq:before {
  content: "\E935";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-files:before {
  content: "\E936";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-football:before {
  content: "\E937";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-gift:before {
  content: "\E938";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-globe:before {
  content: "\E939";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-group-boys:before {
  content: "\E93A";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-group-coed:before {
  content: "\E93B";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-group:before {
  content: "\E93C";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-books:before {
  content: "\E93D";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-briefcase:before {
  content: "\E93E";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-bus:before {
  content: "\E93F";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-calendar:before {
  content: "\E940";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-certificate:before {
  content: "\E941";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-cross:before {
  content: "\E942";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-directory:before {
  content: "\E943";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-diversity:before {
  content: "\E944";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-doors:before {
  content: "\E945";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-droplet:before {
  content: "\E946";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-apple:before {
  content: "\E947";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-apply:before {
  content: "\E948";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-artpalette:before {
  content: "\E949";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-award:before {
  content: "\E94A";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-backpack:before {
  content: "\E94B";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-bar-graph:before {
  content: "\E94C";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-baseball:before {
  content: "\E94D";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-basketball:before {
  content: "\E94E";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-beaker:before {
  content: "\E94F";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent.icon-book-open:before {
  content: "\E950";
  font-family: "IcoMoon";
  font-weight: 400;
  position: absolute;
  z-index: 160;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 91.5px;
  width: 91.5px;
  border: 1px solid #FFC72C;
  border-radius: 100%;
  font-size: 38px;
  line-height: 1;
  color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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;
}

.home #fsPageBodyWrapper {
  padding: 0px 20px 75px 20px;
  margin: 0px;
}

@media (max-width: 899px) {
  .home #fsPageBodyWrapper {
    padding: 0px 15px 75px 15px;
  }
}

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

.home #fsPageContent {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout > .fsDiv {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode).home .hp-zone {
  padding-top: 120px;
  position: relative;
  display: block;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp-zone {
    padding-top: 60px;
  }
}

body:not(.fsComposeMode).home .hp-zone > header {
  padding: 20px 0px 75px 0px;
  border-top: 1px solid #249372;
  position: relative;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp-zone > header {
    padding: 20px 0px 30px 0px;
  }
}

body:not(.fsComposeMode).home .hp-zone > header:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  height: 5px;
  width: 50px;
  background-color: #FFC72C;
}

body:not(.fsComposeMode).home .hp-zone > header h2 {
  margin: 0;
  text-align: center;
  color: #115740;
  font-family: "PT Serif", serif;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 41px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp-zone > header h2 {
    font-size: 23px;
    letter-spacing: 1.15px;
    line-height: 29px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 {
  max-width: 1240px;
  margin: 0 auto;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 949px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box {
  position: relative;
  margin-bottom: 0;
  padding: 30px;
  width: calc(33.33% - 5px);
  min-width: 270px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box {
    height: 300px;
  }
}

@media (max-width: 949px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box {
    max-width: 400px;
    width: 100%;
    margin: 5px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box {
    margin: 5px 0px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  opacity: 0.8;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > header {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > header h2 {
  color: #ffffff;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > header h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px 40px 40px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent {
    padding: 20px 20px 20px 20px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0%;
  top: 0;
  height: 5px;
  background-color: #FFC72C;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder {
  padding: 0px 20px;
  position: relative;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #007852;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder h3 {
  color: #FFC72C;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder p {
  max-height: 144px;
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder p {
    font-size: 14px;
    line-height: 18px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder p:last-child {
  margin-top: 15px;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder p a {
  color: #FFC72C;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box > .fsElementContent .holder p a {
    font-size: 14px;
    line-height: 18px;
  }
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus {
  cursor: pointer;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover > header,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus > header {
  opacity: 0;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover > .fsElementContent,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus > .fsElementContent {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover > .fsElementContent:before,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus > .fsElementContent:before {
  width: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover > .fsElementContent .holder h3,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus > .fsElementContent .holder h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover > .fsElementContent .holder p,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus > .fsElementContent .holder p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:hover > .fsElementContent .holder p:last-child,
body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus > .fsElementContent .holder p:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within {
  cursor: pointer;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within > header {
  opacity: 0;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within > .fsElementContent {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within > .fsElementContent:before {
  width: 100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within > .fsElementContent .holder h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within > .fsElementContent .holder p {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

body:not(.fsComposeMode).home .hp-zone.hp-1 > .fsElementContent .quicklink-box:focus-within > .fsElementContent .holder p:last-child {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

body:not(.fsComposeMode) .hp-zone.hp-2 {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 80px;
}

body:not(.fsComposeMode) .hp-zone.hp-2 > .fsElementContent {
  margin: 0 -50px;
  text-align: center;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent {
  position: relative;
  padding: 120px 50px 0px 50px;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent > header {
  height: 58px;
  overflow: hidden;
  margin-bottom: 30px;
  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;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent > header h2 {
  color: #007852;
  font-family: "PT Serif", serif;
  font-size: 23px;
  letter-spacing: 1.15px;
  line-height: 29px;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent > .fsElementContent p {
  color: #000000;
  max-height: 72px;
  overflow: hidden;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent:hover,
body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent:focus {
  cursor: pointer;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent:hover:before,
body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent:focus:before {
  background-color: #FFC72C;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent:hover > header h2,
body:not(.fsComposeMode) .hp-zone.hp-2 .fsContent:focus > header h2 {
  color: #003C26;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots {
  margin: 0;
  padding: 0;
  display: none;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots {
    display: block;
  }
}

body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots li:last-child {
  margin-right: 12px;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots li button {
  background-color: #007852;
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #007852;
          box-shadow: inset 0px 0px 0px 1.5px #007852;
  height: 10px;
  width: 10px;
  font-size: 0;
  padding: 0;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots li button:before {
  display: none;
}

body:not(.fsComposeMode) .hp-zone.hp-2 .slick-dots li.slick-active button {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #007852;
          box-shadow: inset 0px 0px 0px 1.5px #007852;
}

body:not(.fsComposeMode).home .hp-3-container {
  position: relative;
  display: block;
  margin: 0 -20px;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode).home .hp-3-container:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 {
  position: relative;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > header h2 {
  color: #ffffff;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > header .fsElementHeaderContent {
  margin: 0;
  position: absolute;
  right: 0;
  top: 28px;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > header .fsElementHeaderContent p a {
  color: #FFC72C;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > header .fsElementHeaderContent {
    display: none;
  }
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > footer .fsElementFooterContent {
  display: none;
  text-align: center;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > footer .fsElementFooterContent p a {
  color: #FFC72C;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 > footer .fsElementFooterContent {
    display: block;
  }
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .slick-list {
  margin: 0 -50px;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .slick-slider {
  margin: 0;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article {
  padding: 0 50px;
  border: none;
  position: relative;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  left: 20px;
  width: 1px;
  height: 0px;
  background-color: #007852;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:hover,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:focus {
  cursor: pointer;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:hover .fsTitle > a,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:focus .fsTitle > a {
  color: #FFC72C;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:hover:before,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:focus:before {
  height: 100%;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:focus-within {
  cursor: pointer;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:focus-within .fsTitle > a {
  color: #FFC72C;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article:focus-within:before {
  height: 100%;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article time.fsDate {
  color: #FFC72C;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsTitle > a {
  color: #ffffff;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails {
  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;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsDayName {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 20px;
  position: relative;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsDayName:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsAllDay,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsTimeRange {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsAllDay,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsDayName,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsTimeRange,
body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsLocation {
  color: #ffffff;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 article .fsEventDetails .fsLocation {
  width: 100%;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager {
  margin-top: 50px;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li {
    display: none;
  }

  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(1),
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(2),
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(3),
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(4),
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(5),
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(6),
  body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li:nth-child(7) {
    display: inline-block;
  }
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li button {
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
          box-shadow: inset 0px 0px 0px 1.5px #ffffff;
  height: 10px;
  width: 10px;
  font-size: 0;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li button:before {
  display: none;
}

body:not(.fsComposeMode).home .hp-3-container .hp-zone.hp-3 .fsPager li.slick-active button {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1.5px #ffffff;
          box-shadow: inset 0px 0px 0px 1.5px #ffffff;
}

body:not(.fsComposeMode).home .hp-4-container {
  padding: 130px 0px 75px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .hp-4-container {
    padding: 70px 0px 30px;
  }
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook {
  padding: 65px;
  max-width: 1320px;
  margin: 0 auto;
  border: 1.5px solid #249372;
  position: relative;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook {
    padding: 35px;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook {
    padding: 25px 15px;
  }
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook:before {
  content: '';
  background: url(images/facebook-feed.svg) no-repeat center/cover;
  width: 100px;
  height: 30px;
  border-left: 35px solid #ffffff;
  border-right: 35px solid #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -15px;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -15px;
  background-color: #ffffff;
  padding: 0 40px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook footer {
    padding: 0 15px;
  }
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook footer p {
  color: #007852;
  font-family: "PT Serif", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 29px;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook footer .fsElementFooterContent {
  margin: 0;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article {
  position: relative;
  display: block;
  width: calc(33.33% - 10px);
  height: 362px;
  background-color: #007852;
  margin: 5px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article {
    width: calc(50% - 10px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article {
    width: calc(100% - 10px);
    height: 260px;
  }

  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:last-child,
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:nth-last-child(2),
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:nth-last-child(3) {
    display: none;
  }
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article > a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 50;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .image-bg {
  position: relative;
  display: block;
  width: 100%;
  height: 362px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .image-bg {
    height: 260px;
  }
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .image-bg img {
  display: none;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #003C26;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0) rotate(90deg);
      -ms-transform: scale(0) rotate(90deg);
          transform: scale(0) rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px 40px 40px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder {
    padding: 20px 20px 20px 20px;
  }
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #FFC72C;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 20px;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #007852;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .date {
  color: #FFC72C;
  margin-bottom: 15px;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .feed-desc {
  color: #ffffff;
  max-height: 144px;
  overflow: hidden;
  margin-bottom: 15px;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .comment-count,
body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .like-count {
  color: #ffffff;
  display: inline-block;
  padding-left: 18px;
  margin-right: 15px;
  position: relative;
  font-family: "PT Sans", sans-serif;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .comment-count:before,
body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .like-count:before {
  content: '\E90B';
  font-family: "IcoMoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 100;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article .holder .feed-content .comment-count:before {
  content: '\E909';
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:hover,
body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:focus {
  cursor: pointer;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:hover .holder,
body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:focus .holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:focus-within {
  cursor: pointer;
}

body:not(.fsComposeMode).home .hp-4-container .hp-facebook > .fsElementContent article:focus-within .holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.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: 1240px) {
  .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: 10%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fonts ol li:nth-of-type(1):after {
  content: "PT Sans, 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: 31px / line-height: 41px";
}

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

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

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

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

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

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