/*!
 * Marin Academy - default_19
 * @link: https://maorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Gelu Dan
 * Project Manager: Lisa Hill
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-41-gecb68ce
 * Last built by: James Brettschneider
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 20px;
  color: #0A0B09;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #0A0B09;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #0A0B09;
  font-weight: 600;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
  color: #0A0B09;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 900;
  color: #0A0B09;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 900;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #BE2828;
  cursor: pointer;
  font-weight: 900;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

.fsNavigation li {
  margin-bottom: 0;
}

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

ul li,
ol li {
  margin-bottom: 10px;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_25 th {
  padding: 10px 20px;
  background: #00BBDC;
  color: #ffffff;
  text-align: left;
  font-weight: 900;
  line-height: 30px;
  font-size: 18px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_25 td {
  padding: 12px 20px;
  background-color: rgba(230, 230, 230, 0.5);
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}

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

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

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

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

.fsImage {
  margin-bottom: 40px;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fs_style_27 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #0A0B09;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #0A0B09;
          box-shadow: inset 0px 0px 0px 1px #0A0B09;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fs_style_28 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #BE2828;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #BE2828;
          box-shadow: inset 0px 0px 0px 1px #BE2828;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #00BBDC;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #00BBDC;
          box-shadow: inset 0px 0px 0px 1px #00BBDC;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fs_style_34 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_27.fs_style_31,
.fs_style_28.fs_style_31,
.fs_style_29.fs_style_31,
.fs_style_34.fs_style_31 {
  max-width: 300px;
  width: 100%;
  padding: 26px 20px;
  font-size: 17px;
  line-height: 21px;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #ffffff;
  color: #525252;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  text-decoration: none;
}

.fs_style_30 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: rgba(230, 230, 230, 0.5);
  color: #252B33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E6E6E6;
          box-shadow: inset 0px 0px 0px 1px #E6E6E6;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  text-transform: none;
  padding-left: 60px;
  max-width: 300px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #E6E6E6;
  color: #0A0B09;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E6E6E6;
          box-shadow: inset 0px 0px 0px 1px #E6E6E6;
  text-decoration: none;
}

.fs_style_33 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_33:before {
  content: "\E908";
  font-family: "IcoMoon";
  color: #BE2828;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  height: 16px;
  width: 16px;
  left: 25px;
  top: 18px;
  position: absolute;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: rgba(230, 230, 230, 0.5);
  color: #252B33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E6E6E6;
          box-shadow: inset 0px 0px 0px 1px #E6E6E6;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  text-transform: none;
  text-align: left;
  padding-left: 60px;
  max-width: 300px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #E6E6E6;
  color: #0A0B09;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E6E6E6;
          box-shadow: inset 0px 0px 0px 1px #E6E6E6;
  text-decoration: none;
}

.fs_style_32 em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.fs_style_32:before {
  content: "\E909";
  font-family: "IcoMoon";
  color: #BE2828;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  height: 16px;
  width: 16px;
  left: 25px;
  top: 18px;
  position: absolute;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #525252;
  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(82, 82, 82, 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: #525252;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #525252;
}

.fs_style_24,
.lead-in {
  font-size: 24px;
  line-height: 44px;
  margin-bottom: 30px;
}

blockquote {
  position: relative;
  color: #BE2828;
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 30px 0 0;
  margin: 60px 0px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

blockquote p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

blockquote:before {
  position: absolute;
  right: 100%;
  top: 0;
  font-family: "IcoMoon";
  font-size: 32px;
  line-height: 32px;
  width: 50px;
  content: '\E904';
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0A0B09;
}

.fs_style_26 {
  font-size: 24px;
  line-height: 44px;
  color: #525252;
  padding-left: 30px;
  border-left: 3px solid #B5BD00;
  display: block;
  margin-bottom: 80px;
}

cite {
  display: block;
  font-style: normal;
  font-size: 15px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
}

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

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

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

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

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

.custom-callout.left {
  position: relative;
  padding: 30px;
  padding-left: calc(50% + 30px);
  min-height: 300px;
  background-color: #0A0B09;
}

@media (max-width: 1199px) {
  .custom-callout.left {
    padding: 30px 20px !important;
  }
}

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

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.left .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.left > .fsElementContent p {
  color: #ffffff;
}

.custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

.custom-callout.right {
  position: relative;
  padding: 30px;
  padding-right: calc(50% + 30px);
  min-height: 400px;
  background-color: #0A0B09;
}

@media (max-width: 1199px) {
  .custom-callout.right {
    padding: 30px 20px !important;
  }
}

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

.custom-callout.right .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  left: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.right .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.right > .fsElementContent p {
  color: #ffffff;
}

.fsBanner .custom-callout > header > .fsElementHeaderContent {
  height: 200px;
}

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

@media (max-width: 1199px) {
  .custom-callout {
    padding: 30px 20px;
  }
}

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

.custom-callout h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
}

.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 > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 30px;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-callout > .fsElementContent p {
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.custom-callout > .fsElementContent a {
  color: #ffffff;
}

.custom-callout.red {
  background-color: #BE2828;
}

.custom-callout.red > .fsElementContent p {
  color: #ffffff;
}

.custom-callout.red > .fsElementContent a {
  color: #ffffff;
}

.custom-callout.blue {
  background-color: #00BBDC;
}

.custom-callout.blue > .fsElementContent p {
  color: #ffffff;
}

.custom-callout.blue > .fsElementContent a {
  color: #ffffff;
}

.custom-callout.green {
  background-color: #B5BD00;
}

.custom-callout.green > .fsElementContent p {
  color: #ffffff;
}

.custom-callout.green > .fsElementContent a {
  color: #ffffff;
}

.custom-callout.orange {
  background-color: #E87722;
}

.custom-callout.orange > .fsElementContent p {
  color: #ffffff;
}

.custom-callout.orange > .fsElementContent a {
  color: #ffffff;
}

.landing-image {
  position: relative;
  height: 500px;
  display: block;
  margin-bottom: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1023px) {
  .landing-image {
    height: 450px;
  }
}

@media (max-width: 899px) {
  .landing-image {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .landing-image {
    height: 240px;
  }
}

.landing-image::after {
  content: '';
  position: absolute;
  display: block;
  height: 200px;
  width: 100%;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03%, #0A0B09), to(rgba(10, 11, 9, 0)));
  background: linear-gradient(180deg, #0A0B09 0.03%, rgba(10, 11, 9, 0) 100%);
  top: 0;
  left: 0;
}

.landing-image::before {
  content: '';
  position: absolute;
  right: 50px;
  bottom: 0;
  background-image: url(images/mGraphic.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  width: 420px;
  height: 308.44px;
  z-index: 5;
}

@media (max-width: 767px) {
  .landing-image::before {
    height: 200px;
    width: 272px;
    right: -47.11px;
  }
}

.fsElementTitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #0A0B09;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #BE2828;
  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 {
  margin-bottom: 0;
  background: #ffffff;
  padding-left: 20px;
}

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

.fsBreadcrumb ul {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-top: 5px;
  padding-bottom: 80px;
}

.fsBreadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #0A0B09;
  font-weight: 900;
  text-transform: uppercase;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #525252;
  text-transform: uppercase;
}

.fsBreadcrumb ul li a:hover,
.fsBreadcrumb ul li a:focus {
  color: #525252;
}

.fsNavBreadcrumbSeperator {
  margin: 0 8px;
  position: relative;
  color: transparent;
}

.fsNavBreadcrumbSeperator::after {
  content: '\F105';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "IcoMoon";
  transform: translate(-50%, -50%);
  color: #888;
  font-size: 14px;
}

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0;
}

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

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

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

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

.nav-site-map ul.fsNavLevel2 {
  list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
  list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
  list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
  list-style: disc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-sub {
  padding: 15px 30px;
  background: #0A0B09;
  display: none;
}

@media (max-width: 1023px) {
  .nav-sub {
    padding: 0px 0;
  }
}

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

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #BE2828;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-weight: 800;
    position: relative;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #0A0B09;
    color: #ffffff;
  }
}

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

@media screen and (max-width: 1023px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\E902";
    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;
    font-family: "IcoMoon";
    font-size: 10px;
    right: 25px;
  }

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

  .nav-sub > .fsElementContent ul li .nav-sub-btn {
    right: 20px !important;
  }

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

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

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

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

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

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

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

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 0;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 {
    padding-left: 20px;
    border-left: 0;
    margin-bottom: 20px;
  }

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

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 0px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .nav-sub.active-nav > .fsElementContent {
    padding: 0px 00px;
  }

  .nav-sub.active-nav > header {
    border-bottom: 1px solid #525252;
  }

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

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "\E902";
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

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

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

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

.nav-sub ul li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-sub .fsNavLevel1 > li > a {
  font-size: 15px;
  line-height: 24px;
  padding: 15px 0;
}

.nav-sub .fsNavLevel2 {
  padding-left: 20px;
  border-left: 3px solid #525252;
  margin-bottom: 20px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 0px;
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 0px;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-sub.onMobile {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .nav-sub.onMobile {
    display: block;
  }
}

.landing-nav {
  background-color: #BE2828;
  margin-bottom: 0;
}

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

.landing-nav ul.fsNavLevel1 {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0;
}

.landing-nav ul.fsNavLevel1 li {
  display: inline-block;
  margin: 0 8px;
}

.landing-nav ul.fsNavLevel1 li.fsNavCurrentPageAncestor a,
.landing-nav ul.fsNavLevel1 li.fsNavCurrentPage a {
  background-color: #9A2222;
  color: #ffffff;
}

.landing-nav ul.fsNavLevel1 li.fsNavCurrentPageAncestor a:hover,
.landing-nav ul.fsNavLevel1 li.fsNavCurrentPage a:hover {
  text-decoration: none;
}

.landing-nav a {
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 900;
  padding: 0px 7px;
}

.landing-nav a:hover,
.landing-nav a:focus {
  background-color: #9A2222;
  color: #ffffff;
  text-decoration: none;
}

.nav-sub ul.fsNavLevel1 .fsNavParentPage .nav-sub-btn {
  position: absolute;
  right: 0px;
  top: 18px;
  padding: 0px;
  background: transparent;
  border: 0px;
  width: 20px;
  height: 20px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-sub ul.fsNavLevel1 .fsNavParentPage .nav-sub-btn:after {
  position: absolute;
  content: "\E902";
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  font-family: "IcoMoon";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  font-size: 8px;
  font-weight: 700;
  color: #888888;
}

.nav-sub ul.fsNavLevel1 .fsNavParentPage.active-nav .nav-sub-btn:after {
  color: #ffffff;
}

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

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavPageInfo {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  overflow: hidden;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage.active-nav > .nav-sub-btn {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage.active-nav .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
  margin-bottom: 3px;
  overflow: visible;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage .fsNavPageInfo {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage .nav-sub-btn {
  top: 10px;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage.active-nav li {
  margin-bottom: 15px;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage.active-nav > .nav-sub-btn {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage.active-nav .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
  margin-bottom: 3px;
  overflow: visible;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage .fsNavLevel3 .fsNavParentPage .fsNavPageInfo {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  overflow: hidden;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage .fsNavLevel3 .fsNavParentPage .nav-sub-btn {
  top: 16px;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage .fsNavLevel3 .fsNavParentPage.active-nav > .nav-sub-btn {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 > .fsNavParentPage .fsNavLevel3 .fsNavParentPage.active-nav .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
  margin-bottom: 3px;
  overflow: visible;
}

.nav-main {
  margin-bottom: 0;
  margin-top: -64px;
}

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

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

.nav-main .fsNavLevel1 {
  padding-right: 53px;
}

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
    margin-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 1323px) {
  .nav-main .fsNavLevel1 {
    padding-right: 0;
  }
}

.nav-main .fsNavLevel1 > li {
  margin: 0 13px;
  padding-bottom: 30px;
  position: static !important;
}

.nav-main .fsNavLevel1 > li:last-child a {
  padding-right: 0;
}

@media (max-width: 1323px) {
  .nav-main .fsNavLevel1 > li {
    margin: 0;
  }
}

.nav-main .fsNavLevel1 > li:hover > a:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 100%;
  background: transparent;
  left: 0;
  bottom: -30px;
  pointer-events: visible;
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #ffffff;
  background: transparent;
  -webkit-box-shadow: inset 0 -15px 0 0 rgba(181, 189, 0, 0.4);
          box-shadow: inset 0 -15px 0 0 rgba(181, 189, 0, 0.4);
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #ffffff;
  background: rgba(82, 82, 82, 0.7);
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #ffffff;
  background: transparent;
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 8px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  text-shadow: 0 0 10px #000000;
}

@media (max-width: 1123px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 14px;
  }
}

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

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

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

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

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

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

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  max-width: 1060px;
  width: 100%;
  left: 55%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 20px 18px;
  z-index: 100;
}

@media (max-width: 1239px) {
  html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
  html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-width: 780px;
  }
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
  max-width: 1060px;
  width: 100%;
  left: 55%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 20px 18px;
  z-index: 100;
}

@media (max-width: 1239px) {
  html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
  html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
    max-width: 780px;
  }
}

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

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

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

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

.nav-main .fsNavPageInfo {
  background: #0A0B09;
  text-align: left;
  z-index: 100;
}

.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 .Balance {
  position: relative;
  width: 442px;
  height: 295px;
}

.nav-main .fsNavPageDescription {
  max-width: 305px;
  margin: 0 auto;
  margin-right: 0;
  text-align: right;
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.nav-main .fsNavPageDescription h2,
.nav-main .fsNavPageDescription h3,
.nav-main .fsNavPageDescription h4 {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 25px;
}

.nav-main .fsNavPageDescription a {
  color: #ffffff;
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  margin-right: 0;
  margin-bottom: 30px;
}

.nav-main .fsNavPageDescription a:hover,
.nav-main .fsNavPageDescription a:focus {
  text-decoration: none;
}

.nav-main .fsNavPageDescription a:hover::before,
.nav-main .fsNavPageDescription a:focus::before {
  width: 95px;
}

.nav-main .fsNavPageDescription a::before {
  content: '';
  width: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  background: #B5BD00;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.nav-main .fsNavPageThumbnail {
  height: 295px;
  width: 442px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.nav-main .fsNavPageThumbnail::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 11, 9, 0)), to(#0A0B09));
  background: linear-gradient(180deg, rgba(10, 11, 9, 0) 0%, #0A0B09 100%);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.nav-main .fsNavPageThumbnail:before {
  content: '';
  position: absolute;
  background-image: url(images/TriangleBlack.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 320px;
  right: -181px;
  top: 0;
  height: 100%;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767px) {
  .nav-main .fsNavPageThumbnail:before {
    display: none;
  }
}

.nav-main .fsNavPageThumbnail img {
  opacity: 0;
  visibility: hidden;
  height: 200px;
  width: 200px;
}

.nav-main .fsNavLevel2 {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10000;
}

@media (max-width: 1239px) {
  .nav-main .fsNavLevel2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 70px;
    width: 210px;
  }
}

@media (min-width: 1240px) {
  .nav-main .fsNavLevel2 .sub-list > li:last-child a {
    border-bottom: 0;
  }
}

.nav-main .fsNavLevel2 .sub-list:last-child > li:last-child a {
  border-bottom: 0;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 7.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 210px;
}

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

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

body.fsAccountBarVisible .fsMenu {
  top: 45px;
}

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

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

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 56px;
  z-index: 501;
  display: none;
  left: auto;
  right: 20px;
  height: 80px;
}

@media (max-width: 1023px) {
  .mobile-toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-toggle {
    max-width: 40px;
    max-height: 58px;
    right: 10px;
  }
}

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

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

@media (max-width: 767px) {
  .mobile-toggle:before {
    margin-top: -0.4em;
  }
}

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

@media (max-width: 767px) {
  .mobile-toggle:after {
    -webkit-box-shadow: 0 0.4em 0 0 #fff;
            box-shadow: 0 0.4em 0 0 #fff;
  }
}

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

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  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;
  height: 100%;
  max-width: 37.5em;
  background: #0A0B09;
  padding: 20px;
  z-index: 1000;
  overflow-y: auto;
  position: fixed;
  height: 100%;
}

.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-search {
  position: relative;
  padding: 0px;
  width: 100%;
  margin: 10px 0px 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fsMenu .mobile-search .fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsMenu .mobile-search .fsElementHeaderContent a {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  padding: 11px 20px;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
}

.fsMenu .mobile-search .fsElementHeaderContent a:hover,
.fsMenu .mobile-search .fsElementHeaderContent a:focus {
  background: #ffffff;
  text-decoration: none;
  color: #0A0B09;
}

.fsMenu .mobile-search label,
.fsMenu .mobile-search .fsButtonClear {
  display: none !important;
}

.fsMenu .mobile-search .fsSearchElementKeyword {
  margin: 0px !important;
}

.fsMenu .mobile-search form {
  position: relative;
  height: 50px;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField {
  position: relative;
  padding: 0px 15px 0px 30px;
  border: 0;
  background: #0A0B09;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField::placeholder {
  color: #ffffff;
  opacity: 1;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField:-ms-input-placeholder {
  color: #ffffff;
}

.fsMenu .mobile-search input.fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  color: #ffffff;
}

.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18px;
  left: 0px;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 0;
  background: #0A0B09;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E90D";
  font-size: 15px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 100;
  font-family: "IcoMoon";
  border: none;
  background: none;
  opacity: 1 !important;
}

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

.fsMenu .mobile-main-nav.mobile-primary ul.fsNavLevel1 > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0px 40px 0px 0px;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a {
  position: relative;
  display: block;
  padding: 20px 0px 20px 0px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none !important;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a:hover,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a:focus {
  color: #B5BD00;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
  padding: 3px 20px;
  padding-right: 5px;
  border-left: 5px solid #B5BD00;
  margin-bottom: 20px;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li span.expand-nav {
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  display: block;
  font-size: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li span.expand-nav:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #888888;
  font-size: 8px;
  line-height: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.active > span.expand-nav {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li.active > span.expand-nav::before {
  color: #ffffff;
}

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

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li ul.fsNavLevel2 a {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  padding: 7px 0px 7px 0px;
  color: #ffffff;
  text-decoration: none !important;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li ul.fsNavLevel2 a:hover,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li ul.fsNavLevel2 a:focus {
  color: #B5BD00;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li ul.fsNavLevel2 > li:first-child > a {
  padding-top: 0;
}

#fsMenu .mobile-util ul.fsNavLevel1 > li {
  position: relative;
  display: table;
}

#fsMenu .mobile-util ul.fsNavLevel1 > li a {
  display: inline-block;
  color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

#fsMenu .mobile-util ul.fsNavLevel1 > li > .fsNavPageInfo {
  display: block;
  padding: 0px 20px;
  padding-right: 5px;
  margin-bottom: 20px;
}

#fsMenu .mobile-util ul.fsNavLevel1 > li span.expand-nav {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  font-size: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

#fsMenu .mobile-util ul.fsNavLevel1 > li span.expand-nav:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 8px;
  line-height: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

#fsMenu .mobile-util ul.fsNavLevel2 > li > a {
  margin-bottom: 15px;
}

body.drawer-is-active {
  overflow-y: hidden;
}

body.drawer-is-active::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 90px;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: transparent;
  height: 44px;
  width: 44px;
}

.nav-social .fsNavLevel1 a:before {
  color: #ffffff;
  font-size: 20px;
  -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-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 0;
  position: relative;
}

#fsHeader::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03%, #0A0B09), to(rgba(10, 11, 9, 0)));
  background: linear-gradient(180deg, #0A0B09 0.03%, rgba(10, 11, 9, 0) 100%);
  left: 0;
  z-index: 5;
  opacity: 0.5;
}

@media (max-width: 1023px) {
  #fsHeader {
    padding: 0;
  }
}

#fsHeader .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1408px;
  padding: 0 34px;
}

#fsHeader .fsBanner {
  position: absolute;
  top: -1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  width: 100%;
  z-index: 100;
}

@media (max-width: 1023px) {
  #fsHeader::after {
    display: none;
  }

  #fsHeader .fsBanner {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
}

body.headerRelative #fsHeader::after {
  display: none;
}

body.headerRelative #fsHeader .fsBanner {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: auto;
  left: auto;
}

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

body:not(.home) .inquireVisitApply {
  display: none;
}

.inquireVisitApply {
  margin-bottom: 0;
  position: fixed;
  top: 50vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 800;
  left: 0;
}

@media (max-width: 1023px) {
  .inquireVisitApply {
    top: 220px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: absolute;
  }
}

.inquireVisitApply ul li {
  margin-bottom: 1px;
  display: table;
  background: #0A0B09;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.inquireVisitApply ul li.orange:hover,
.inquireVisitApply ul li.orange:focus {
  background: #E87722;
}

.inquireVisitApply ul li.orange:hover a,
.inquireVisitApply ul li.orange:focus a {
  color: #0a0b09;
}

.inquireVisitApply ul li.green:hover,
.inquireVisitApply ul li.green:focus {
  background: #B5BD00;
}

.inquireVisitApply ul li.green:hover a,
.inquireVisitApply ul li.green:focus a {
  color: #0a0b09;
}

.inquireVisitApply ul li.blue:hover,
.inquireVisitApply ul li.blue:focus {
  background: #00BBDC;
}

.inquireVisitApply ul li.blue:hover a,
.inquireVisitApply ul li.blue:focus a {
  color: #0a0b09;
}

.inquireVisitApply ul li a {
  position: relative;
  padding: 12px 20px 11px 49px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.inquireVisitApply ul li a:hover,
.inquireVisitApply ul li a:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .inquireVisitApply {
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .inquireVisitApply ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #E87722;
  }

  .inquireVisitApply ul li.orange {
    background: #E87722;
  }

  .inquireVisitApply ul li.orange a {
    color: #0a0b09;
  }

  .inquireVisitApply ul li.green {
    background: #B5BD00;
  }

  .inquireVisitApply ul li.green a {
    color: #0a0b09;
  }

  .inquireVisitApply ul li.blue {
    background: #00BBDC;
  }

  .inquireVisitApply ul li.blue a {
    color: #0a0b09;
  }

  .inquireVisitApply ul li {
    width: calc(100% / 3);
    margin-bottom: 0;
  }

  .inquireVisitApply ul li a {
    padding: 10px 20px;
    text-align: center;
    color: rgba(10, 11, 9, 0.7) !important;
  }

  .inquireVisitApply ul li a:hover,
  .inquireVisitApply ul li a:focus {
    text-decoration: none;
    color: #0a0b09 !important;
  }
}

.site-info-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 150px;
  width: 150px;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .site-info-container {
    margin: 0 auto;
    max-width: 150px;
  }
}

.site-info-container a {
  display: table;
  padding: 0;
  color: transparent;
  height: 150px;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: url(images/MarinLogo.svg) no-repeat 0 50%;
}

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

.top-search {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 50px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-search .fsSearchElementKeyword {
  margin-bottom: 0 !important;
}

.top-search:hover .button.submit-button {
  opacity: 0.8;
}

.top-search label {
  display: none;
}

.top-search button.open-header-search {
  position: absolute;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  display: block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.top-search button.open-header-search:hover::before {
  opacity: 0.7;
}

.top-search button.open-header-search:focus {
  outline: -webkit-focus-ring-color auto 15px;
}

.top-search button.open-header-search:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: none;
  font-size: 15px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 100;
  font-family: "IcoMoon";
}

.top-search button.fsSearchElementSearchButton {
  position: absolute;
  width: 40px;
  height: 50px;
  max-width: 40px;
  min-width: 40px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 10;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  display: block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  z-index: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-search button.fsSearchElementSearchButton:after {
  display: none;
}

.top-search button.fsSearchElementSearchButton:focus {
  outline: -webkit-focus-ring-color auto 15px;
}

.top-search button.fsSearchElementSearchButton:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E90D";
  font-size: 15px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 100;
  font-family: "IcoMoon";
  border: none;
  background: none;
  opacity: 1 !important;
  text-shadow: 0 0 10px #000000;
}

.top-search .fsStyleSearchField {
  position: relative;
  height: 50px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 5px 5px 55px;
  width: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.top-search .fsStyleSearchField::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .fsStyleSearchField::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .fsStyleSearchField::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .fsStyleSearchField::placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .fsStyleSearchField:-ms-input-placeholder {
  color: #ffffff;
}

.top-search .fsStyleSearchField::-ms-input-placeholder {
  color: #ffffff;
}

.top-search .fsSearchElementKeyword,
.top-search .fs-site-search {
  position: relative;
  margin: 0px;
  height: 50px;
  width: 40px;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
}

.top-search.active-search .fsSearchElementKeyword {
  width: 320px;
  background: #0A0B09;
}

@media (max-width: 1299px) {
  .top-search.active-search .fsSearchElementKeyword {
    width: 303px;
  }
}

.top-search.active-search .fsStyleSearchField {
  opacity: 1;
  visibility: visible;
}

.top-search.active-search button.open-header-search {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.top-search.active-search button.fsSearchElementSearchButton {
  z-index: 10;
  right: auto;
  left: 1px;
  top: 1px;
  height: 48px;
  background: transparent;
}

.headerContainer {
  position: absolute;
  margin-bottom: 0px;
  right: 34px;
  top: 20px;
}

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

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

#fsHeader .headerUtil {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

#fsHeader .headerUtil .fsElementFooterContent {
  margin-top: 0;
  margin-left: 30px;
}

#fsHeader .headerUtil .fsElementFooterContent a {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  padding: 11px 20px;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  text-shadow: 0 0 10px  #000000;
}

#fsHeader .headerUtil .fsElementFooterContent a:hover,
#fsHeader .headerUtil .fsElementFooterContent a:focus {
  background: #ffffff;
  text-decoration: none;
  color: #0A0B09;
  text-shadow: none;
}

#fsHeader .headerUtil .fsNavPageInfo {
  background: #000000;
  text-align: left;
  z-index: 300;
  left: auto !important;
  right: 0;
}

#fsHeader .headerUtil .fsNavPageInfo a {
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

#fsHeader .headerUtil .fsNavPageInfo li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#fsHeader .headerUtil .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsHeader .headerUtil .fsNavLevel1 > li {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

#fsHeader .headerUtil .fsNavLevel1 > li:last-child > a {
  padding-right: 15px;
}

#fsHeader .headerUtil .fsNavLevel1 > li:last-child > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 2.5px 0 2.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 65%;
}

#fsHeader .headerUtil .fsNavLevel1 > li > a {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  font-weight: 900;
  margin: 0  2.5px;
  padding: 0 10px;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
  text-shadow: 0 0 10px  #000000;
}

#fsHeader .headerUtil .fsNavLevel1 > li > a:hover,
#fsHeader .headerUtil .fsNavLevel1 > li > a:focus {
  -webkit-box-shadow: inset 0 -15px 0 0 rgba(181, 189, 0, 0.4);
          box-shadow: inset 0 -15px 0 0 rgba(181, 189, 0, 0.4);
  text-decoration: none;
}

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

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

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

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

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

html.js #fsHeader .headerUtil .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) #fsHeader .headerUtil .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  width: 270px;
  padding: 30px;
}

html.js #fsHeader .headerUtil .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) #fsHeader .headerUtil .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
  width: 270px;
  padding: 30px;
}

html:not(.js) #fsHeader .headerUtil .fsNavLevel1 > li {
  position: relative;
}

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

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

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

#fsHeader .headerUtil .fsNavLevel2 a:hover,
#fsHeader .headerUtil .fsNavLevel2 a:focus {
  color: #B5BD00;
  text-decoration: none;
}

#fsFooter {
  position: relative;
}

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

#fsFooter .footerHolder {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#fsFooter .footerHolder::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(10, 11, 9, 0.6);
  z-index: 1;
}

#fsFooter .footerHolder > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 73px;
  padding-bottom: 83px;
  z-index: 5;
}

@media (max-width: 1023px) {
  #fsFooter .footerHolder > .fsElementContent {
    padding-top: 74px;
    padding-bottom: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#fsFooter .usefullLinks {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  #fsFooter .usefullLinks {
    margin-bottom: 30px;
  }
}

#fsFooter .usefullLinks .fsElementHeaderContent {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  #fsFooter .usefullLinks .fsElementHeaderContent {
    text-align: center;
    margin-bottom: 0;
  }
}

#fsFooter .usefullLinks .fsElementHeaderContent ul a {
  text-transform: uppercase;
}

#fsFooter .usefullLinks .fsElementHeaderContent ul li,
#fsFooter .usefullLinks .fsElementHeaderContent ul a {
  color: #ffffff;
  padding: 0;
}

#fsFooter .usefullLinks .fsElementHeaderContent ul li:hover,
#fsFooter .usefullLinks .fsElementHeaderContent ul a:hover {
  text-decoration: none;
}

#fsFooter .usefullLinks .fsElementHeaderContent ul li:first-child {
  margin-bottom: 5px;
  font-weight: 900;
  line-height: 30px;
  font-size: 26px;
}

#fsFooter .usefullLinks .fsElementHeaderContent ul li:nth-child(2) {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #fsFooter .usefullLinks .fsElementHeaderContent ul li:nth-child(2) {
    max-width: 157px;
    margin: 0 auto;
  }
}

#fsFooter .usefullLinks .fsElementHeaderContent ul li:nth-child(3) {
  font-size: 16px;
  line-height: 28px;
}

#fsFooter .usefullLinks .fsElementContent ul {
  line-height: 18px;
}

#fsFooter .usefullLinks .fsElementContent ul li {
  display: inline-block;
  margin-right: 30px;
}

#fsFooter .usefullLinks .fsElementContent ul li:last-child {
  margin-right: 0;
}

#fsFooter .usefullLinks .fsElementContent ul li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
}

@media (max-width: 767px) {
  #fsFooter .usefullLinks .fsElementContent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  #fsFooter .usefullLinks .fsElementContent ul li {
    margin-bottom: 15px;
    margin-right: 0;
  }

  #fsFooter .usefullLinks .fsElementContent ul li:last-child {
    margin-bottom: 0;
  }
}

.usefullLinks.mobile {
  display: none;
}

@media (max-width: 1023px) {
  .usefullLinks.mobile {
    display: block;
  }
}

@media (max-width: 1023px) {
  .usefullLinks.desktop {
    margin-bottom: 0;
  }

  .usefullLinks.desktop .fsElementContent {
    display: 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: "Lato", sans-serif;
  background: #0A0B09;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

@media (min-width: 1024px) {
  #fsPageBodyWrapper {
    padding-bottom: 80px;
  }
}

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

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

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

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

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

@media (min-width: 1024px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  #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: 1024px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsFourColumnLayout.column-4-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fsFourColumnLayout.column-4-hide .fsStyleColumn-4 {
  display: none;
}

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

@media (min-width: 1024px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  background-position: center;
}

@media (min-width: 1024px) {
  #fsPoweredByFinalsite {
    position: absolute;
    right: 0;
    width: 132px;
    bottom: 79px;
    right: 20px;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

.fsConstituent {
  word-break: break-word;
}

.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

.fsConstituent .fsPhoto[style*="background-image"],
.fsConstituent .fsProfileImage[style*="background-image"] {
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.fsConstituent .fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
  opacity: 0;
  visibility: hidden;
}

.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}

.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}

.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */

.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
}

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
}

.fsConstituentItem > h3,
.fsConstituentItem > div {
  margin-bottom: 10px;
}

.fsConstituentItem > h3:last-child,
.fsConstituentItem > div:last-child {
  margin-bottom: 0;
}

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 26px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: rgba(230, 230, 230, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 15px 20px;
  color: #525252;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-weight: 900;
  position: relative;
}

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

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

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

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 16px;
  content: "\E902";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 16px;
  content: "\E902";
  -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: 40px;
}

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

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

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

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

.fsAccordion .fsPanel > .fsElementContent {
  padding: 20px;
}

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

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

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

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

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

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

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

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
  display: inline;
}

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

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

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

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

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

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

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

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

.fsCalendar .fsTitle a {
  font-size: 20px;
  line-height: 26px;
  color: #0A0B09;
  text-transform: uppercase;
}

.fsCalendar .fsDate {
  text-transform: uppercase;
  color: #BE2828;
  font-weight: 900;
  line-height: 18px;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}

.fsCalendar .fsEventDetails {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.fsCalendar .fsTimeRange {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
}

.fsCalendar .fsTimeRange:before {
  content: '\E907';
  font-family: "IcoMoon";
  font-size: 12px;
  margin-right: 5px;
}

.fsCalendar .fsLocation {
  font-size: 15px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.fsCalendar .fsLocation:before {
  content: '\E90B';
  font-family: "IcoMoon";
  font-size: 12px;
  margin-right: 5px;
}

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

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink:hover,
.fsCalendar .fsCalendarEventLink.fsReadMoreLink:focus {
  text-decoration: none;
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink:hover::before,
.fsCalendar .fsCalendarEventLink.fsReadMoreLink:focus::before {
  width: 95px;
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink::before {
  content: '';
  width: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  background: #B5BD00;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.fsCalendar.fsList .fsDayContainer:last-child,
.fsCalendar.fsList article:last-child {
  border: 0;
}

.fsCalendar.fsList .fsDayContainer {
  margin-bottom: 30px;
  border-bottom: 1px solid #B3B3B3;
}

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

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.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(10, 11, 9, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 0;
}

.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  display: block;
  margin-right: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

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

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

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

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

.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: #BE2828;
  -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: #BE2828;
  -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: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn {
  width: 100%;
  display: block;
  margin-right: 0;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

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

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

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

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

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

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

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

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

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

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

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

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

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

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

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

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

.fsResetPasswordFields label > span {
  display: block;
}

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

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

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

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

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

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

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

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

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

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsThreeColumnLayout > .fsDiv .fsResetContinue,
.fsFourColumnLayout > .fsDiv .fsResetContinue,
.fsBannerLeft .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsThreeColumnLayout > .fsDiv .fsResetCancel,
.fsFourColumnLayout > .fsDiv .fsResetCancel,
.fsBannerLeft .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsThreeColumnLayout > .fsDiv .fsLoginNewSuccess > button,
.fsFourColumnLayout > .fsDiv .fsLoginNewSuccess > button {
  width: 100%;
  display: block;
  margin-right: 0;
}

.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: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.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 .fsCategories {
  position: relative;
  margin: 0 0 15px;
}

.fsPostElement article .fsCategories .fsCategory {
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
  color: #B3B3B3;
  padding: 6px 8px;
  border: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #0A0B09;
}

.fsPostElement article .fsTags {
  margin-bottom: 15px;
}

.fsPostElement article .fsTag {
  background: #ffffff;
  border: 1px solid #B3B3B3;
  margin-right: 6px;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 12px;
  margin-bottom: 6px;
  font-size: 10px;
  color: #525252;
}

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

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

.fsPostElement .fsTitle a {
  font-size: 20px;
  line-height: 26px;
  color: #0A0B09;
  text-transform: uppercase;
}

.fsPostElement .fsAuthor {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}

.fsPostElement .fsDateTime {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.fsPostElement .fsSummary {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.fsPostElement .fsSummary p {
  font-size: 16px;
  line-height: 26px;
}

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

.fsPostElement .fsBody p {
  font-size: 16px;
  line-height: 26px;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
}

.fsPostElement .fsPostLink.fsReadMoreLink:hover,
.fsPostElement .fsPostLink.fsReadMoreLink:focus {
  text-decoration: none;
}

.fsPostElement .fsPostLink.fsReadMoreLink:hover::before,
.fsPostElement .fsPostLink.fsReadMoreLink:focus::before {
  width: 95px;
}

.fsPostElement .fsPostLink.fsReadMoreLink::before {
  content: '';
  width: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  background: #B5BD00;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.fsPostElement.custom-callout .fsElementContent article .fsTitle {
  text-align: center;
}

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

.fsPostElement.fsList article:last-child {
  border: 0;
}

.fsPageContent .fsPostElement.fsList button {
  display: table;
  margin: 0 auto;
}

.fsPageContent .fsPostElement.fsList .fsThumbnail {
  margin-right: 30px;
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article {
  padding-left: 330px;
  overflow: hidden;
  position: relative;
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article:first-of-type .fsThumbnail {
  top: 0px;
}

@media (max-width: 1099px) {
  body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article {
    padding-left: 0px;
  }
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsCategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

@media (max-width: 1099px) {
  body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsCategories {
    margin-top: 20px;
  }
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsCategories li {
  margin-top: 0px;
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsThumbnail {
  position: absolute;
  left: 0;
  top: 0px;
  height: 200px;
  max-width: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}

@media (max-width: 1099px) {
  body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsThumbnail {
    position: relative;
    left: inherit;
    top: inherit;
    height: auto;
    width: 100%;
    max-width: 100%;
    background-image: none;
  }
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsThumbnail img {
  width: 300px;
}

@media (max-width: 1099px) {
  body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article .fsThumbnail img {
    width: inherit;
    display: block;
  }
}

body:not(.home):not(.fsComposeMode) #fsPageContent .fsPostElement.fsList article.no-image {
  padding-left: 0px;
}

#fsPageContent .fsTwoColumnWideLeftLayout .fsStyleOneThird .fsPostElement.fsList article {
  padding-left: 0px !important;
}

#fsPageContent .fsTwoColumnWideLeftLayout .fsStyleOneThird .fsPostElement.fsList article .fsThumbnail {
  position: relative;
  left: inherit;
  top: inherit;
}

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

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

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

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

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

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

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

body:not(.fsComposeMode) .universal-slideshow {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .universal-slideshow .fsTitle.fsResourceTitle {
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  text-shadow: 0 2px 30px rgba(10, 11, 9, 0.5);
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 80%;
  height: 80px;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
}

@media (max-width: 1123px) {
  body:not(.fsComposeMode) .universal-slideshow .fsTitle.fsResourceTitle {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow .fsTitle.fsResourceTitle {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
    font-weight: 400;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsElementHeaderContent {
  margin-bottom: 0;
}

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

body:not(.fsComposeMode) .universal-slideshow .slick-list {
  overflow: visible;
}

body:not(.fsComposeMode) .universal-slideshow .buttons.pauseStop .pause {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .universal-slideshow .buttons.pauseStop .play {
  opacity: 0.7;
  visibility: visible;
}

body:not(.fsComposeMode) .universal-slideshow .buttons.pauseStop .play:hover,
body:not(.fsComposeMode) .universal-slideshow .buttons.pauseStop .play:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .universal-slideshow .buttons > button {
  position: absolute;
  top: inherit;
  left: inherit;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  z-index: 1;
  background: transparent;
  bottom: 148px;
  right: 181px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.5;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow .buttons > button {
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow .buttons > button {
    top: 220px;
    right: 20px;
    height: 20px;
    width: 20px;
  }

  body:not(.fsComposeMode) .universal-slideshow .buttons > button::before {
    height: 20px;
    width: 20px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .buttons > button:hover,
body:not(.fsComposeMode) .universal-slideshow .buttons > button:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
  top: auto;
  position: absolute;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  z-index: 30;
  background: transparent;
  opacity: 0.5;
  bottom: 170px;
  right: 180px;
}

@media (max-width: 1223px) {
  body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
    right: 20px;
    bottom: 20px;
    height: 20px;
    width: 20px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsSlideshowPlay::before {
  background-image: url(images/playCircle.svg);
  height: 25px;
  width: 25px;
  margin-left: 0;
  font-size: 0;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow .fsSlideshowPlay::before {
    height: 20px;
    width: 20px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsSlideshowPause::before {
  background-image: url(images/pauseCircle.svg);
  height: 25px;
  width: 25px;
  margin-left: 0;
  font-size: 0;
  margin: 0;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow .fsSlideshowPause::before {
    height: 20px;
    width: 20px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .arrowsSlick {
  position: absolute;
  bottom: 140px;
  z-index: 1;
  height: 40px;
  width: 110px;
  right: 55px;
  z-index: 5;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow .arrowsSlick {
    bottom: 63px;
  }
}

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

body:not(.fsComposeMode) .universal-slideshow .arrowsSlick::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
      -ms-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  background: #ffffff;
  height: 40px;
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton {
  position: absolute;
  z-index: 30;
  width: 40px;
  height: 25px;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0px;
  background: transparent;
  left: auto;
  right: 120px;
  bottom: 170px;
  overflow: visible;
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  right: -50%;
  width: 1px;
  -webkit-transform: translate(0%, -50%) rotate(30deg);
      -ms-transform: translate(0%, -50%) rotate(30deg);
          transform: translate(0%, -50%) rotate(30deg);
  background: #ffffff;
  height: 40px;
}

@media (max-width: 1223px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton {
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton {
    display: none !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:hover,
body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:focus {
  opacity: 0.7;
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E903";
  font-family: "IcoMoon";
  font-size: 25px;
  line-height: 21px;
  color: #ffffff;
  height: 20px;
  text-align: left;
}

body:not(.fsComposeMode) .universal-slideshow button.fsNextButton {
  position: absolute;
  z-index: 30;
  width: 40px;
  height: 25px;
  border: none;
  display: block;
  font-size: 0;
  background: transparent;
  cursor: pointer;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  right: 40px;
  bottom: 170px;
}

@media (max-width: 1223px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsNextButton {
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsNextButton {
    display: none !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:hover,
body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:focus {
  opacity: 0.7;
}

body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E905";
  font-family: "IcoMoon";
  font-size: 25px;
  line-height: 21px;
  color: #ffffff;
  height: 20px;
  text-align: right;
}

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

body:not(.fsComposeMode) .universal-slideshow article picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
  min-height: 260px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: calc( 100vh - 150px);
  }
}

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

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

.home #fsPageContent .fsTitle.fsResourceTitle {
  display: none;
}

.home #fsPageContent .fsTitle.fsResourceTitle.slide_0:not(.inactive),
.home #fsPageContent .fsTitle.fsResourceTitle.active {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsThreeColumnLayout > .fsDiv .vimeo_view_link a,
.fsFourColumnLayout > .fsDiv .vimeo_view_link a {
  width: 100%;
  display: block;
  margin-right: 0;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 10.5px 0 0;
  padding: 20px 20px;
  background: #ffffff;
  color: #525252;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}

.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsThreeColumnLayout > .fsDiv .Youtube_view_link a,
.fsFourColumnLayout > .fsDiv .Youtube_view_link a {
  width: 100%;
  display: block;
  margin-right: 0;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #525252;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #525252;
          box-shadow: inset 0px 0px 0px 1px #525252;
  text-decoration: none;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  margin-top: 7px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

/*! 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: 10.5px;
  margin-bottom: 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 15px 20px;
  color: #525252;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  font-weight: 900;
  background: transparent;
  color: #525252;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  -webkit-box-shadow: inset 0 -3px 0 0 #888888;
          box-shadow: inset 0 -3px 0 0 #888888;
}

.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #0A0B09;
  -webkit-box-shadow: inset 0 -3px 0 0 #0A0B09;
          box-shadow: inset 0 -3px 0 0 #0A0B09;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #0A0B09;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.fsTabs .fsPanel > .fsElementContent p {
  font-size: 18px;
  line-height: 30px;
}

.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: #B3B3B3;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #B3B3B3;
  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: #B3B3B3;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #BE2828 !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: #B3B3B3;
}

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

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

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

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

/*! pages - home v0.0.1 */

.home .nav-sub,
.home .landing-nav,
.home .site-bread {
  display: none;
}

.home #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px;
}

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

.newsHome {
  position: relative;
  z-index: 150;
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
}

@media (max-width: 1223px) {
  .newsHome {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media (max-width: 767px) {
  .newsHome {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.newsHome .fsPager {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 50px;
  width: 7px;
  top: 48px;
}

.newsHome .fsPager li.slick-active {
  background: #ffffff;
}

.newsHome .fsPager li {
  height: 7px;
  width: 7px;
  margin: 7.5px 0;
}

.newsHome .fsPager li button::before {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.newsHome .slick-list.draggable {
  position: relative;
  z-index: 10;
}

.newsHome .slick-slider {
  max-width: 480px;
  margin-right: 0;
  margin-left: auto;
  background: #0A0B09;
  padding: 50px 130px 50px 0px;
  margin-bottom: 0;
  min-height: 230px;
}

.newsHome .slick-slider::after {
  content: '';
  position: absolute;
  background-image: url(images/TriangleBlack.svg);
  background-repeat: no-repeat;
  height: 100%;
  left: -142px;
  width: 280px;
  top: 0;
  height: 100%;
  display: block;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

@media (max-width: 767px) {
  .newsHome .slick-slider::after {
    display: none;
  }
}

.newsHome article {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  text-align: right;
  z-index: 10;
  position: relative;
}

.newsHome article .fsTitle a {
  color: #00BBDC;
  text-transform: uppercase;
}

.newsHome article .fsPostLink.fsReadMoreLink {
  color: rgba(255, 255, 255, 0.7);
}

.newsHome article .fsPostLink.fsReadMoreLink:hover,
.newsHome article .fsPostLink.fsReadMoreLink:focus {
  color: white;
}

@media (max-width: 767px) {
  .newsHome {
    margin-top: 0;
  }

  .newsHome .slick-slider {
    max-width: 100%;
    padding: 40px 20px;
  }

  .newsHome .fsPager {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 7px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 20px;
    top: auto;
    right: 20px;
    left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .newsHome .fsPager li {
    margin: 0 7.5px;
  }

  .newsHome article {
    text-align: left;
  }
}

body:not(.fsComposeMode) .calloutContainer {
  position: relative;
  margin-bottom: 20px;
}

body:not(.fsComposeMode) .calloutContainer header h2 {
  text-shadow: 0 2px 30px rgba(10, 11, 9, 0.5);
  position: relative;
  text-align: center;
  color: #0A0B09;
  z-index: 1;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 85px 0px 80px;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .calloutContainer header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-weight: 600;
  }
}

body:not(.fsComposeMode) .calloutContainer header h2::after {
  content: '';
  position: absolute;
  background-color: rgba(181, 189, 0, 0.3);
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 15px;
  z-index: -1;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .calloutContainer header h2::after {
    display: none;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .calloutContainer header h2 {
    margin: 80px 0 60px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .calloutContainer header h2 {
    margin: 60px 50px 40px;
  }
}

body:not(.fsComposeMode) .calloutContainer .custom-callout.left.animate {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .calloutContainer .custom-callout.right.animate {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode).home .custom-callout.left {
  position: relative;
  padding: 30px;
  padding-left: calc(50% + 50px);
  min-height: 500px;
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .custom-callout.left {
    padding-left: calc(50% + 50px) !important;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.left {
    padding: 30px 30px 60px 30px !important;
    text-align: center;
    display: block;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode).home .custom-callout.left {
    padding: 40px 20px !important;
    min-height: auto;
  }
}

body:not(.fsComposeMode).home .custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .custom-callout.left .fsElementHeaderContent {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.left .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 60px;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode).home .custom-callout.left .fsElementHeaderContent {
    margin-bottom: 40px;
    height: 400px;
  }
}

@media (max-width: 639px) {
  body:not(.fsComposeMode).home .custom-callout.left .fsElementHeaderContent {
    height: 310px;
  }
}

@media (max-width: 468px) {
  body:not(.fsComposeMode).home .custom-callout.left .fsElementHeaderContent {
    height: 210px;
  }
}

body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent {
    max-width: 700px;
  }
}

body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p {
  color: #525252;
  font-size: 24px;
  line-height: 44px;
  text-align: left;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p {
    font-size: 18px;
    line-height: 30px;
  }
}

body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p a {
  color: #525252;
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p a:hover,
body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p a:focus {
  text-decoration: none;
  color: #0A0B09;
}

body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p a:hover::before,
body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p a:focus::before {
  width: 95px;
}

body:not(.fsComposeMode).home .custom-callout.left > .fsElementContent p a::before {
  content: '';
  width: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  background: #B5BD00;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

body:not(.fsComposeMode).home .custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

body:not(.fsComposeMode).home .custom-callout.right {
  position: relative;
  padding: 30px;
  padding-right: calc(50% + 50px);
  min-height: 500px;
  background-color: transparent;
  text-align: left;
  margin-bottom: 0;
  overflow: visible;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .custom-callout.right {
    padding-right: calc(50% + 50px) !important;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.right {
    padding: 30px 30px 60px 30px !important;
    text-align: center;
    display: block;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode).home .custom-callout.right {
    padding: 40px 20px !important;
    min-height: auto;
  }
}

body:not(.fsComposeMode).home .custom-callout.right .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  left: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .custom-callout.right .fsElementHeaderContent {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.right .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 60px;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode).home .custom-callout.right .fsElementHeaderContent {
    margin-bottom: 40px;
    height: 400px;
  }
}

@media (max-width: 639px) {
  body:not(.fsComposeMode).home .custom-callout.right .fsElementHeaderContent {
    height: 310px;
  }
}

@media (max-width: 468px) {
  body:not(.fsComposeMode).home .custom-callout.right .fsElementHeaderContent {
    height: 210px;
  }
}

body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent {
  max-width: 475px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent {
    max-width: 700px;
  }
}

body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p {
  color: #525252;
  font-size: 24px;
  line-height: 44px;
  text-align: right;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p {
    font-size: 18px;
    line-height: 30px;
  }
}

body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p a {
  color: #525252;
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  line-height: 18px;
  color: #525252;
  font-weight: 900;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p a:hover,
body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p a:focus {
  text-decoration: none;
  color: #0A0B09;
}

body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p a:hover::before,
body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p a:focus::before {
  width: 95px;
}

body:not(.fsComposeMode).home .custom-callout.right > .fsElementContent p a::before {
  content: '';
  width: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  background: #B5BD00;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

body:not(.fsComposeMode).home .custom-callout.green.left > .fsElementContent > p a::before {
  background: #B5BD00 !important;
}

body:not(.fsComposeMode).home .custom-callout.blue.right > .fsElementContent > p a::before {
  background: #00BBDC !important;
}

body:not(.fsComposeMode).home .custom-callout.orange.left {
  margin-bottom: 0px;
}

body:not(.fsComposeMode).home .custom-callout.orange.left > .fsElementContent > p a::before {
  background: #E87722 !important;
}

body:not(.fsComposeMode) .homeCalendar {
  position: relative;
  background: #0A0B09;
  padding-top: 170px;
  padding-bottom: 100px;
}

body:not(.fsComposeMode) .homeCalendar > .fsElementContent {
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homeCalendar {
    padding-bottom: 137px;
    padding-top: 135px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar {
    padding-top: 81px;
    padding-bottom: 20px;
  }
}

body:not(.fsComposeMode) .homeCalendar header h2 {
  text-shadow: 0 2px 30px rgba(10, 11, 9, 0.5);
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-weight: 600;
  }
}

body:not(.fsComposeMode) .homeCalendar header h2::after {
  content: '';
  position: absolute;
  background-color: rgba(190, 40, 40, 0.3);
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 15px;
  z-index: -1;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar header h2::after {
    display: none;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar header h2 {
    max-width: 170px;
    margin: 30px auto 30px;
  }
}

body:not(.fsComposeMode) .homeCalendar header {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homeCalendar header {
    position: initial;
  }
}

body:not(.fsComposeMode) .homeCalendar .slick-dots {
  z-index: 10;
  position: relative;
  text-align: right;
  display: none !important;
  margin-right: 20px;
  line-height: 7px;
}

body:not(.fsComposeMode) .homeCalendar .slick-dots,
body:not(.fsComposeMode) .homeCalendar .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode) .homeCalendar .slick-dots li {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

body:not(.fsComposeMode) .homeCalendar .slick-dots li.slick-active {
  background: #ffffff;
}

body:not(.fsComposeMode) .homeCalendar .slick-dots li:last-child {
  margin-right: 20px;
}

body:not(.fsComposeMode) .homeCalendar .slick-dots li {
  height: 7px;
  width: 7px;
  display: inline-block;
  margin-left: 15px;
}

body:not(.fsComposeMode) .homeCalendar .slick-dots li button {
  background: transparent;
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 7px;
  width: 7px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}

body:not(.fsComposeMode) .homeCalendar .arrowsSlick {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  height: 40px;
  width: 110px;
  z-index: 5;
  right: 50px;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .homeCalendar .arrowsSlick {
    top: auto;
    right: auto;
    bottom: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar .arrowsSlick {
    display: none;
  }
}

body:not(.fsComposeMode) .homeCalendar .arrowsSlick::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
      -ms-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  background: rgba(255, 255, 255, 0.3);
  height: 40px;
}

body:not(.fsComposeMode) .homeCalendar button.slick-prev {
  position: absolute;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  background: transparent;
  opacity: 0.5;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar button.slick-prev {
    display: none;
  }
}

body:not(.fsComposeMode) .homeCalendar button.slick-prev:hover,
body:not(.fsComposeMode) .homeCalendar button.slick-prev:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .homeCalendar button.slick-prev:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E903";
  font-family: "IcoMoon";
  font-size: 25px;
  line-height: 21px;
  color: #ffffff;
  height: 20px;
  text-align: left;
}

body:not(.fsComposeMode) .homeCalendar button.slick-next {
  position: absolute;
  z-index: 30;
  width: 40px;
  height: 40px;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  right: 0;
  opacity: 0.5;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar button.slick-next {
    display: none;
  }
}

body:not(.fsComposeMode) .homeCalendar button.slick-next:hover,
body:not(.fsComposeMode) .homeCalendar button.slick-next:focus {
  opacity: 1;
}

body:not(.fsComposeMode) .homeCalendar button.slick-next:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E905";
  font-family: "IcoMoon";
  font-size: 25px;
  line-height: 21px;
  color: #ffffff;
  height: 20px;
  text-align: right;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider {
  max-width: 1240px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article {
  padding: 0 30px;
  margin-bottom: 0;
  border-bottom: 0;
  min-height: 130px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1329px) {
  body:not(.fsComposeMode) .homeCalendar .slick-slider article {
    padding: 0 43px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .homeCalendar .slick-slider article {
    padding: 0 20px 30px;
    margin-right: 0;
  }
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article.slick-current + .slick-active:before {
  content: ' ';
  width: 1px;
  height: 130px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article.slick-current + .slick-active:after {
  content: ' ';
  width: 1px;
  height: 130px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article.slick-current + .slick-active + .slick-active:after {
  content: ' ';
  width: 1px;
  height: 130px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1250px) {
  body:not(.fsComposeMode) .homeCalendar .slick-slider article.slick-current + .slick-active + .slick-active:after {
    opacity: 0;
  }
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article .fsDate {
  color: #ffffff;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article .fsDate .fsYear {
  display: none;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article .fsTitle a {
  color: #00BBDC;
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article .fsCalendarEventLink.fsReadMoreLink {
  color: rgba(255, 255, 255, 0.7);
}

body:not(.fsComposeMode) .homeCalendar .slick-slider article .fsCalendarEventLink.fsReadMoreLink:hover,
body:not(.fsComposeMode) .homeCalendar .slick-slider article .fsCalendarEventLink.fsReadMoreLink:focus {
  color: white;
}

.homeCalendar.animate > .fsElementContent {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body:not(.fsComposeMode) .hp--grid {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0px;
  margin-bottom: -60px;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
}

body:not(.fsComposeMode) .hp--grid > header h2 {
  text-shadow: 0 2px 30px rgba(10, 11, 9, 0.5);
  position: relative;
  text-align: center;
  color: #0A0B09;
  z-index: 1;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin: 0px 0px 80px;
  padding-top: 170px;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-weight: 600;
  }
}

body:not(.fsComposeMode) .hp--grid > header h2::after {
  content: '';
  position: absolute;
  background-color: rgba(232, 119, 34, 0.3);
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 15px;
  z-index: -1;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > header h2::after {
    display: none;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > header h2 {
    max-width: 250px;
    margin-bottom: 40px;
    padding-top: 00px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent {
  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;
  max-width: 1250px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent {
    background: transparent;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement {
  position: relative;
  z-index: 150;
  margin: 0px;
  width: 25%;
  min-height: 420px;
  background: #0A0B09;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement {
    width: 50%;
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement {
    min-height: 225px;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats {
  padding: 130px 5px 20px 20px;
  text-align: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: skew(-24.4deg);
      -ms-transform: skew(-24.4deg);
          transform: skew(-24.4deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-left: 20px solid transparent;
  padding-left: 1.5%;
  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;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats > a {
    position: absolute;
    left: 0;
    font-size: 0;
    height: 100%;
    display: block;
    z-index: 1000;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats {
    padding: 40px 40px 20px 40px;
    border-left: 20px solid transparent;
    width: 50%;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5) translateZ(0) skew(-24.4deg);
          transform: scale(0.5) translateZ(0) skew(-24.4deg);
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(10, 11, 9, 0.7);
  z-index: 170;
  -webkit-transition: all .5s;
  transition: all .5s;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 11, 9, 0)), to(#0A0B09));
  background: linear-gradient(180deg, rgba(10, 11, 9, 0) 0%, #0A0B09 100%);
  opacity: 0.4;
  z-index: 170;
  -webkit-transition: all .5s;
  transition: all .5s;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats header {
  position: absolute;
  width: 90%;
  text-align: center;
  z-index: 200;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  bottom: 140px;
  -webkit-transform: skew(24.4deg);
      -ms-transform: skew(24.4deg);
          transform: skew(24.4deg);
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats header {
    width: 55%;
    -webkit-transform: skew(24.4deg) translateY(-50%);
        -ms-transform: skew(24.4deg) translateY(-50%);
            transform: skew(24.4deg) translateY(-50%);
    top: 50%;
    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--grid > .fsElementContent .fsElement.image--stats header h2 {
  margin: 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent {
  position: relative;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 15px;
  -webkit-transform: skew(24.4deg);
      -ms-transform: skew(24.4deg);
          transform: skew(24.4deg);
  padding-left: 30px;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent h2 {
  margin: 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent p {
  position: relative;
  z-index: 200;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 600;
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent p:not(:last-child) {
    display: none;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent a {
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 900;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent a:hover,
body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent a:focus {
  color: white;
  text-decoration: none;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent a:hover::before,
body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent a:focus::before {
  width: 95px;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats .fsElementContent a::before {
  content: '';
  width: 80px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  background: #B5BD00;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats footer {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: skew(0deg);
      -ms-transform: skew(0deg);
          transform: skew(0deg);
  overflow: hidden;
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats footer .fsElementFooterContent {
  margin: 0;
  padding: 0;
  height: 100%;
  display: block;
  -webkit-transform: translateX(-50%) skew(24.4deg);
      -ms-transform: translateX(-50%) skew(24.4deg);
          transform: translateX(-50%) skew(24.4deg);
  position: absolute;
  width: 620px;
  left: 45%;
  z-index: 150;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats footer .fsElementFooterContent {
    width: 100vw;
    left: 50%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats footer .fsElementFooterContent {
    left: 50%;
    width: 120vw;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats footer .fsElementFooterContent .fsImage {
  display: none;
}

@media (min-width: 768px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:hover,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:focus,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats.focus {
    -webkit-transform: skew(-24.4deg) scaleX(1.14);
        -ms-transform: skew(-24.4deg) scaleX(1.14);
            transform: skew(-24.4deg) scaleX(1.14);
    overflow: visible;
    border: 0;
    z-index: 500;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:hover header,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:focus header,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats.focus header {
    opacity: 0;
    visibility: hidden;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:hover:before,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:focus:before,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats.focus:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:hover .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:focus .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats.focus .fsElementContent {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transform: skew(21.4deg) scaleX(0.86);
        -ms-transform: skew(21.4deg) scaleX(0.86);
            transform: skew(21.4deg) scaleX(0.86);
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:hover footer,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:focus footer,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats.focus footer {
    -webkit-transform: skew(-24.4);
        -ms-transform: skew(-24.4);
            transform: skew(-24.4);
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:hover .fsElementFooterContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats:focus .fsElementFooterContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .fsElement.image--stats.focus .fsElementFooterContent {
    -webkit-transform: skew(24.4deg) scaleX(0.86) translateX(-50%);
        -ms-transform: skew(24.4deg) scaleX(0.86) translateX(-50%);
            transform: skew(24.4deg) scaleX(0.86) translateX(-50%);
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child3,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child1 {
    margin-bottom: 20px;
    width: calc(50% + 120px);
    margin-left: -120px;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child3 .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child1 .fsElementContent {
    max-width: 250px;
    margin: 0 auto;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child3,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child1 {
    width: calc(50% + 70px);
    margin-left: -70px;
    margin-bottom: 10px;
    border-left: 10px solid transparent;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child3 .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child1 .fsElementContent {
    max-width: 250px;
    margin: 0 auto;
    margin-right: 0;
  }
}

@media (max-width: 359px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child3,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child1 {
    width: calc(50% + 60px);
    margin-left: -60px;
    margin-bottom: 10px;
    border-left: 10px solid transparent;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child3 .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child1 .fsElementContent {
    max-width: 250px;
    margin: 0 auto;
    margin-right: 0;
  }
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child4,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child2 {
    margin-bottom: 20px;
    width: calc(50% + 120px);
    margin-right: -120px;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child4 .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child2 .fsElementContent {
    max-width: 250px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child4,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child2 {
    margin-bottom: 20px;
    width: calc(50% + 60px);
    margin-right: -60px;
    margin-bottom: 10px;
    border-left: 10px solid transparent;
  }

  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child4 .fsElementContent,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child2 .fsElementContent {
    max-width: 250px;
    margin: 0 auto;
    margin-left: 0;
  }
}

@media (max-width: 359px) {
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child4,
  body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child2 {
    margin-bottom: 20px;
    width: calc(50% + 40px);
    margin-right: -40px;
    margin-bottom: 10px;
    border-left: 10px solid transparent;
  }
}

body:not(.fsComposeMode) .hp--grid > .fsElementContent .image--stats.child4 header h2 {
  text-align: left;
  padding-left: 0px;
  padding-right: 5px;
}

.hp--grid.animate > .fsElementContent {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

body:not(.fsComposeMode) .triangleAnimation {
  position: relative;
  width: 800px;
  height: 609px;
  position: fixed;
  bottom: 0;
  opacity: 0.3;
  margin-bottom: 0;
  z-index: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  overflow: visible;
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  pointer-events: none;
}

@media (max-width: 1023px) {
  body:not(.fsComposeMode) .triangleAnimation {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
    left: 34px;
  }
}

@media (max-width: 767px) {
  body:not(.fsComposeMode) .triangleAnimation {
    left: -47px;
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
  }
}

body:not(.fsComposeMode) .triangleAnimation .fsImage {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 305px;
  width: 277px;
  -webkit-transition: all ease 2.5s;
  transition: all ease 2.5s;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage img {
  height: 305px;
  width: 277px;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(2) {
  position: absolute;
  left: 17.25%;
  bottom: 0;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(3) {
  position: absolute;
  left: 34.5%;
  bottom: 0;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(4) {
  position: absolute;
  left: 51.75%;
  bottom: 0;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(5) {
  position: absolute;
  left: 69%;
  bottom: 0;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(6) {
  position: absolute;
  left: 17.5%;
  top: 0;
}

body:not(.fsComposeMode) .triangleAnimation .fsImage:nth-child(7) {
  position: absolute;
  left: 51.75%;
  top: 0;
}

body.triangleA0 .triangleAnimation {
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  body.triangleA0 .triangleAnimation {
    width: 200% !important;
    left: 20px !important;
  }
}

@media (max-width: 767px) {
  body.triangleA0 .triangleAnimation {
    width: 300% !important;
    left: 20px !important;
  }
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(1) {
  position: absolute;
  left: -10%;
  bottom: -30px;
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(2) {
  position: absolute;
  left: -2.25%;
  bottom: -120px;
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(3) {
  position: absolute;
  left: 34.5%;
  bottom: 0;
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(4) {
  position: absolute;
  left: 80%;
  bottom: 0;
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(5) {
  position: absolute;
  left: 90%;
  bottom: 0;
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(6) {
  position: absolute;
  left: 0;
  top: -20%;
}

body.triangleA0.triangleA1 .triangleAnimation .fsImage:nth-child(7) {
  position: absolute;
  left: 85%;
  top: 0;
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation {
  width: 100%;
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(1) {
  position: absolute;
  left: -5%;
  bottom: -30px;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(2) {
  position: absolute;
  left: -1.25%;
  bottom: -120px;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(3) {
  position: absolute;
  left: 34.5%;
  bottom: -120px;
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(4) {
  position: absolute;
  left: 90%;
  bottom: 20%;
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(5) {
  position: absolute;
  left: 83%;
  bottom: -50px;
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(6) {
  position: absolute;
  left: 0;
  top: -10%;
}

body.triangleA0.triangleA1.triangleA2 .triangleAnimation .fsImage:nth-child(7) {
  position: absolute;
  left: 85%;
  top: -20%;
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation {
  width: 100%;
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(1) {
  position: absolute;
  left: -5%;
  bottom: 15%;
  -webkit-transform: translate(10%, -50%);
      -ms-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(2) {
  position: absolute;
  left: -1.25%;
  bottom: 100px;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(3) {
  position: absolute;
  left: 2%;
  bottom: -10%;
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(4) {
  position: absolute;
  left: 80%;
  bottom: 20%;
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(5) {
  position: absolute;
  left: 83%;
  bottom: 60%;
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(6) {
  position: absolute;
  left: 0;
  top: -10%;
}

body.triangleA0.triangleA1.triangleA2.triangleA3 .triangleAnimation .fsImage:nth-child(7) {
  position: absolute;
  left: 85%;
  top: -20%;
}

body.remove .triangleAnimation {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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