/*!
 * Seoul International School - default_19
 * @link: https://siskoreaorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Traian Dinca
 * Project Manager: Meghan Campbelll
 * Designer: Jonny Young
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.1.1
 * Git Tag: v5.1.1-18-g7e965ab
 * Last built by: Jonathan Brooks
 */
@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.17647em;
  margin-left: 1.17647em;
}

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

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

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

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

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

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

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

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

.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: 33px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

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

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #E02D00;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

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

.fsPageBodyWrapper a {
  font-weight: 700;
}

.fsPageBodyWrapper a:hover,
.fsPageBodyWrapper a:focus {
  text-decoration: underline;
}

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

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

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

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_33 tr {
  /*    border-bottom: solid 1px $sf;*/
}

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

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_33 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_33:last-child {
  margin-bottom: 0;
}

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

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

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

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

.fs_style_23 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

.fs_style_27 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F58345;
  border-color: #F58345 !important;
  color: #202020 !important;
  text-decoration: none !important;
}

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

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

.fs_style_28 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: transparent;
  color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #ffffff !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #ffffff;
  border-color: #ffffff !important;
  color: #000000 !important;
  text-decoration: none !important;
}

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

.fs_style_25 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  padding: 25px 20px;
  min-width: 290px;
  font-size: 17px;
  line-height: 21px;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

.fs_style_26 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  padding: 25px 20px;
  font-size: 17px;
  min-width: 290px;
  line-height: 21px;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #F58345;
  border-color: #F58345 !important;
  color: #202020 !important;
  text-decoration: none !important;
}

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

.fs_style_29,
.fs_style_30 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #ffffff;
  color: #5D5D5D !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #D0D0CE !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  min-width: 300px;
  padding: 16px 20px 16px 58px;
  text-align: left;
  display: block;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  margin-right: 0px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on,
.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #ffffff;
  border-color: #ffffff !important;
  color: #E02D00 !important;
  text-decoration: none !important;
}

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

@media (max-width: 399px) {
  .fs_style_29,
  .fs_style_30 {
    width: 100%;
  }
}

.fs_style_29:before,
.fs_style_30:before {
  content: " ";
  font-family: "IcoMoon";
  color: #5D5D5D;
  font-smoothing: antialiased;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  height: 100%;
  background: transparent;
  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;
  width: 48px;
  top: 0px;
  left: 0px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: absolute;
}

.fs_style_29:hover,
.fs_style_30:hover {
  border-color: #D0D0CE !important;
}

.fs_style_29:hover:before,
.fs_style_30:hover:before {
  color: #E02D00;
  background: #F1F1F1;
}

.fs_style_30:before {
  content: "\E901";
}

.fs_style_29:before {
  content: "\E900";
}

.fsStyleDefaultButton {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

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

.fsStyleDefaultButton.fsSelectAll {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

.fsStyleUpdateButton {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  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 #252B33;
}

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

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

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

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

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

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: rgba(70, 70, 70, 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: #464646;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #464646;
}

.lead-in,
.fs_style_24 {
  color: #F58345;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 24px;
  line-height: 29px;
}

blockquote {
  position: relative;
  margin: 25px 0px 10px 0px;
  padding: 30px 20px 10px 20px;
  color: #E02D00;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 0.93px;
  line-height: 31px;
  text-align: center;
}

blockquote p {
  letter-spacing: 0.93px;
}

blockquote:before {
  right: 100%;
  top: 0;
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  top: -15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  height: 30px;
  width: 100px;
  color: #202020;
  padding-top: 5px;
  text-align: center;
  font-size: 37px;
  z-index: 2;
}

cite {
  display: block;
  margin: 5px 0 0 0;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.52px;
  font-weight: 600;
  color: #202020;
}

cite:before {
  content: '-';
  margin: 0 5px;
}

.callout {
  padding: 20px;
  background: #202020;
  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%;
  }
}

.fs_style_32 {
  padding-left: 16px;
  border-left: 4px solid #E02D00;
  margin-bottom: 90px;
  display: block;
  color: #5D5D5D;
  font-family: "alegreya", serif;
  font-size: 24px;
  line-height: 30px;
}

.custom-callout {
  position: relative;
  padding: 30px 30px 30px 30px;
  background-color: #F7F8FB;
  overflow: hidden;
  margin-bottom: 60px;
  border-bottom: 1px solid #F58345;
}

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

.custom-callout > header .fsElementTitle {
  margin-top: 0;
  color: #252B33;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}

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

.custom-callout > .fsElementContent {
  color: #5D5D5D;
}

.custom-callout > .fsElementContent p {
  color: #5D5D5D;
  font-family: "Avenir LT W01_65 Medium1475532" sans-serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}

.custom-callout > .fsElementContent a {
  color: #E02D00;
  font-family: "Lato", "Arial", sans-serif;
}

.custom-callout > .fsElementContent a:hover,
.custom-callout > .fsElementContent a:focus {
  color: #E02D00;
  text-decoration: underline;
}

.custom-callout.dark {
  background: #020202;
}

.custom-callout.dark > header .fsElementTitle {
  color: #ffffff;
}

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

.custom-callout.dark > .fsElementContent p {
  color: #ffffff;
  font-family: "Lato", "Arial", sans-serif;
}

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

.custom-callout.dark > .fsElementContent a:hover,
.custom-callout.dark > .fsElementContent a:focus {
  color: #F58345;
}

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

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

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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 > header .fsElementTitle {
  color: #ffffff;
}

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

.custom-callout.left > .fsElementContent p {
  color: #ffffff;
  font-family: "Lato", "Arial", sans-serif;
}

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

.custom-callout.left > .fsElementContent a:hover,
.custom-callout.left > .fsElementContent a:focus {
  color: #F58345;
}

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

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

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

.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 > header .fsElementTitle {
  color: #ffffff;
}

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

.custom-callout.right > .fsElementContent p {
  color: #ffffff;
  font-family: "Lato", "Arial", sans-serif;
}

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

.custom-callout.right > .fsElementContent a:hover,
.custom-callout.right > .fsElementContent a:focus {
  color: #F58345;
}

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

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

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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 > header .fsElementTitle {
  color: #ffffff;
}

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

.custom-callout.left > .fsElementContent p {
  color: #ffffff;
  font-family: "Lato", "Arial", sans-serif;
}

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

.custom-callout.left > .fsElementContent a:hover,
.custom-callout.left > .fsElementContent a:focus {
  color: #F58345;
}

.content-block {
  position: relative;
  display: block;
  padding: 30px;
  color: #ffffff;
  margin: 0px 0px 60px 0px;
  background-color: #202020;
  border-bottom: 1px solid #F58345;
}

.content-block > header h2 {
  font-size: 24px;
  line-height: 31px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.content-block p {
  color: #ffffff;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
}

.content-block a {
  color: #F58345;
}

.content-block a:hover,
.content-block a:focus {
  color: #F58345;
  text-decoration: underline;
}

body:not(.home) #fsPageBodyWrapper {
  background-color: #F6F6F6;
}

/*landing -nav*/

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

.landing-nav {
  display: none;
  background: #272727;
  border-top: 2px solid #F58345;
  margin: 0px;
}

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

.landing-nav header {
  display: none;
}

.landing-nav > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0px 40px;
}

.landing-nav > .fsElementContent li {
  padding: 16px  15px;
  position: relative;
  display: inline-block;
}

.landing-nav > .fsElementContent li .fsNavPageInfo {
  display: none;
}

.landing-nav > .fsElementContent li a {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  padding: 0px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
}

.landing-nav > .fsElementContent li a:hover,
.landing-nav > .fsElementContent li a:focus {
  color: #F58345;
}

.landing-nav > .fsElementContent li.fsNavCurrentPage a {
  color: #F58345;
}

.landing-nav > .fsElementContent li.fsNavCurrentPage:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
}

body:not(.home) .fsElement.fsResourceElement a {
  color: #D72C00;
}

.callout-box-light {
  background-color: #F7F8FB;
  border-bottom: 1px solid #F58345;
}

.callout-box-light .fsElementHeaderContent {
  margin: 0px;
}

.callout-box-light > .fsElementContent {
  padding: 20px 20px 30px 20px;
}

.callout-box-light > .fsElementContent h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 20px;
  color: #252B33;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

.callout-box-light > .fsElementContent p {
  font-size: 16px;
  line-height: 23px;
  color: #4F4F4F;
}

.callout-box-light > .fsElementContent a {
  font-weight: 700;
  font-size: 16px;
  color: #E02D00;
  /*            &:visited { color: #5F5F5F; }*/
}

.callout-box-light > .fsElementContent a:hover,
.callout-box-light > .fsElementContent a:focus {
  text-decoration: underline;
}

.callout-box-dark {
  background-color: #202020;
  border-bottom: 1px solid #F58345;
}

.callout-box-dark .fsElementHeaderContent {
  margin: 0px;
}

.callout-box-dark > .fsElementContent {
  padding: 20px 20px 30px 20px;
}

.callout-box-dark > .fsElementContent h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 20px;
  color: #D9D9D9;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

.callout-box-dark > .fsElementContent p {
  font-size: 16px;
  line-height: 23px;
  color: #4F4F4F;
  color: #D9D9D9;
}

.callout-box-dark > .fsElementContent a {
  font-weight: 700;
  font-size: 16px;
  color: #F58345;
  /*            &:visited { color: #C8C8C8; }*/
}

.callout-box-dark > .fsElementContent a:hover,
.callout-box-dark > .fsElementContent a:focus {
  text-decoration: underline;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #E02D00;
  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 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 75px;
  text-align: right;
}

.fsBreadcrumb header {
  display: none;
}

.fsBreadcrumb ul li {
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
  margin-left: 8px;
  color: #E02D00;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  color: #252B33;
  font-weight: 700;
  line-height: 18px;
  margin-right: 8px;
  text-align: right;
}

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

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
  color: #252B33;
}

.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: #E02D00;
  background: transparent;
}

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

.nav-tier ul li.fsNavCurrentPage > a {
  color: #202020;
  background: #252B33;
}

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

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

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

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

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

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

.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: 20px;
  background: #ffffff;
  display: none;
}

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

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

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

  .nav-sub > header .fsElementTitle:hover {
    background-color: #5D5D5D;
    color: #F7F8FB;
  }
}

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

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

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

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

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #E02D00;
    background: #252B33;
  }

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

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

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

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

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

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #F58345;
    color: #F7F8FB;
  }

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

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

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

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

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

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

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

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

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

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

.nav-sub ul li a {
  display: block;
  padding: 10px 10px;
  color: #E02D00;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #696969;
  padding: 15px 0px;
}

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

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

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

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

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

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

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

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

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

.nav-sub .fsNavLevel1 > li > a {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

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

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

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

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

.nav-sub ul .fsNavParentPage > .nav-sub-btn {
  position: absolute;
  right: 0px;
  top: 13px;
  padding: 0px;
  background: transparent;
  border: 0px;
  width: 20px;
  font-size: 0px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (max-width: 799px) {
  .nav-sub ul .fsNavParentPage > .nav-sub-btn {
    top: 10px;
  }
}

.nav-sub ul .fsNavParentPage > .nav-sub-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "+";
  font-size: 15px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 500;
  color: #E02D00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.nav-sub ul .fsNavParentPage > .fsNavPageInfo {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease;
}

.nav-sub ul .fsNavParentPage.active-nav > .nav-sub-btn:after {
  content: "-";
  font-size: 15px;
  left: 50%;
  top: 50%;
  color: #E02D00;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 20px;
}

.nav-sub ul .fsNavParentPage.active-nav > .fsNavPageInfo {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  margin-bottom: 0px;
}

.nav-sub ul .fsNavParentPage.fsNavCurrentPage:not(.active-nav) > .nav-sub-btn:after {
  content: "-";
  font-size: 15px;
  left: 50%;
  top: 50%;
  color: #E02D00;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 20px;
}

.nav-sub ul .fsNavParentPage.fsNavCurrentPage:not(.active-nav) > .fsNavPageInfo {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  margin-bottom: 0px;
}

.nav-sub ul .fsNavParentPage.fsNavCurrentPage.active-nav > .nav-sub-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "+";
  font-size: 15px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 500;
  color: #E02D00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.nav-sub ul .fsNavParentPage.fsNavCurrentPage.active-nav > .fsNavPageInfo {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease;
}

.nav-main {
  margin: 0;
  padding: 0px 70px;
}

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

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

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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%;
  }
}

.nav-main .fsNavLevel1 > li {
  margin-left: 40px;
  position: relative;
}

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

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #ffffff;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #FFDFCE;
  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;
  opacity: 1;
  visibility: visible;
}

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

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 .fsNavLevel1 > li.fsNavParentPage:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: calc(100% + 24px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 301;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.nav-main .fsNavLevel1 > li.fsNavParentPage:hover:before,
.nav-main .fsNavLevel1 > li.fsNavParentPage:focus:before {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 24px);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

.nav-main .fsNavPageInfo {
  text-align: left;
  width: 300px;
  left: -40px !important;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  opacity: 0;
  top: 100%;
  background: transparent;
  padding-top: 30px;
  visibility: hidden;
  z-index: 300;
}

.nav-main .fsNavPageInfo > ul {
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}

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

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

.nav-main .fsNavLevel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-main .fsNavLevel2 .sub-list {
  padding: 20px 5px;
  width: 50%;
}

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

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #5A5A5A;
  background: transparent;
  padding: 0;
  color: #5A5A5A;
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

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

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

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

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

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
  max-width: 32px;
  height: 32px;
  top: 40px;
  left: auto;
  right: 40px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  z-index: 10001;
}

.mobile-toggle > header {
  display: none;
}

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

.mobile-toggle > .fsElementContent .fsImage,
.mobile-toggle > .fsElementContent picture,
.mobile-toggle > .fsElementContent img {
  display: block;
}

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

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

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

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

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  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;
  min-height: 100%;
  max-width: 35.29412em;
  padding: 25px;
  background: #ffffff;
}

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

.logo-mobile {
  margin-bottom: 30px;
  display: none;
}

.logo-mobile .fsElement.fsContent {
  margin-bottom: 0px;
}

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

#fsMenu .mobile-main-nav {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding: 0;
}

#fsMenu .mobile-main-nav nav ul > li {
  position: relative;
  padding: 0px 10px;
  /*        &:first-child > a{ padding-top: 0px; }*/
  /*        &:first-child > span.expand-nav { position: absolute; top: -1px; }*/
}

#fsMenu .mobile-main-nav nav ul > li > .fsNavPageInfo {
  display: none;
  background: transparent;
}

#fsMenu .mobile-main-nav nav ul > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #696969;
  padding: 10px 0px;
}

#fsMenu .mobile-main-nav nav ul > li > a:hover,
#fsMenu .mobile-main-nav nav ul > li > a:focus {
  color: #000000 !important;
}

#fsMenu .mobile-main-nav nav ul > li > span.expand-nav {
  position: absolute;
  top: 12px;
  right: 0px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

#fsMenu .mobile-main-nav nav ul > li > span.expand-nav:before {
  position: absolute;
  top: -7px;
  content: "+";
  font-family: "IcoMoon";
  font-size: 20px;
  color: #F58345;
}

#fsMenu .mobile-main-nav nav ul > li.active > span.expand-nav:before {
  content: "-";
}

#fsMenu .mobile-main-nav nav ul > li.fsNavParentPage.active > a {
  color: #000000 !important;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.fsNavParentPage > a {
  color: #E02D00 !important;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.fsNavParentPage > .fsNavPageInfo {
  display: block;
  background-color: rgba(217, 217, 217, 0.09);
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.fsNavParentPage > span.expand-nav:before {
  content: "-";
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.active > a {
  color: #E02D00;
  font-weight: 700;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.active > .fsNavPageInfo {
  display: block;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage.active > span.expand-nav:before {
  content: "+";
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor > a {
  color: #E02D00;
  font-weight: 700;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor.active-nav > span.expand-nav:before {
  content: "-";
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor.active-nav.active > span.expand-nav:before {
  content: "+";
}

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

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

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li > span.expand-nav {
  right: 0px;
  top: 17px;
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #696969;
  padding: 15px 0px;
  border-top: 1px solid rgba(151, 151, 151, 0.25);
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1:last-child > li a {
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

.nav-utility-header-mobile {
  margin-top: 30px;
  margin-bottom: 0px;
  border-top: 1px solid #DCE0E9;
  padding: 16px 0px;
  text-align: center;
}

@media (min-width: 800px) {
  .nav-utility-header-mobile {
    margin-top: 70px;
  }
}

.nav-utility-header-mobile li {
  display: inline-block;
  margin: 0 10px;
}

.nav-utility-header-mobile li:first-child {
  margin-left: 0px;
}

.nav-utility-header-mobile li:last-child {
  margin-right: 0px;
}

.nav-utility-header-mobile li:last-child:after {
  display: none;
}

.nav-utility-header-mobile li a {
  color: #696969;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
  margin-right: 10px;
  padding: 0px;
}

.nav-utility-header-mobile li a:hover {
  text-decoration: none;
}

.nav-utility-header-mobile li:after {
  content: "-";
  display: inline-block;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

#fsMenu .mobile-toggle {
  background: transparent;
}

#fsMenu .mobile-toggle:before,
#fsMenu .mobile-toggle:after {
  color: #ffffff;
  background: #ffffff;
}

#fsMenu .nav-social .fsNavLevel1 a:before {
  color: #696969;
}

#fsMenu .nav-social .fsNavLevel1 a:hover:before {
  color: #000000;
}

#fsMenu .mobile-search {
  width: 100%;
  height: 34px;
  position: relative;
  margin-bottom: 0px;
}

@media (min-width: 1100px) {
  #fsMenu .mobile-search {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 0px;
    opacity: 1;
    visibility: visible;
  }
}

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

#fsMenu .mobile-search .fsSearchElementKeyword {
  margin-bottom: 0px;
}

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

#fsMenu .mobile-search form {
  width: 100% !important;
}

#fsMenu .mobile-search .fsStyleSearchField.fsStyleDefaultField {
  width: 100%;
  height: 35px !important;
  color: #464646;
  border: none;
  padding-left: 5px !important;
  padding-right: 20px !important;
  border-radius: 9px;
  font-size: 13px;
  background: #F6F6F6;
}

#fsMenu .mobile-search .fsSearchElementSearchButton.fsStyleUpdateButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  /*padding: 0px 10px;*/
  border: 0px !important;
  margin: 0px;
  height: 100%;
  background: transparent;
  font-size: 0px;
}

#fsMenu .mobile-search .fsSearchElementSearchButton.fsStyleUpdateButton:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 13px;
  color: #F58345;
  content: "\F002";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transition: all ease in out 0.3s;
  transition: all ease in out 0.3s;
}

#fsMenu .mobile-search .fsSearchElementSearchButton.fsStyleUpdateButton:hover:after {
  color: #F58345;
}

.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: "\E908";
  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: "\E910";
  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: transparent;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a:before {
  color: #fff;
  font-size: 25px;
  -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-header {
  display: none;
  padding: 0 70px;
  margin: 50px 0px 20px 0px;
}

@media (min-width: 1100px) {
  .nav-utility-header {
    display: block;
  }
}

.nav-utility-header .fsNavLevel1 {
  text-align: right;
}

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

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

.nav-utility-header .fsNavLevel1 li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.nav-utility-header .fsNavLevel1 li.news a:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px;
  color: #F58345;
}

.nav-utility-header .fsNavLevel1 li.search a:before {
  content: "\F002";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px;
  color: #F58345;
}

.nav-utility-header .fsNavLevel1 a {
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.nav-utility-header .fsNavLevel1 a:hover,
.nav-utility-header .fsNavLevel1 a:focus {
  color: #FFDFCE;
}

.nav-utility-footer {
  padding: 25px 0px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.nav-utility-footer header h2 {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 10px;
}

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

.nav-utility-footer .fsNavLevel1 a {
  padding: 0px;
  color: #ffffff;
  font-size: 14px;
  line-height: 33px;
}

.nav-utility-footer .fsNavLevel1 a:hover,
.nav-utility-footer .fsNavLevel1 a:focus {
  color: #F58345;
}

@media (min-width: 800px) {
  .nav-utility-footer {
    border: none;
    padding: 0px;
  }

  .nav-utility-footer .fsNavLevel1 li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
  }

  .nav-utility-footer .fsNavLevel1 li:after {
    content: "|";
    display: inline-block;
  }

  .nav-utility-footer .fsNavLevel1 li a {
    display: inline-block;
    margin-right: 15px;
  }

  .nav-utility-footer .fsNavLevel1 li:last-child:after {
    display: none;
  }
}

/*! structure - header v0.0.1 */

#fsHeader {
  position: relative;
  padding: 0;
}

body:not(.fsComposeMode) #fsHeader .fsBanner {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background: transparent;
  z-index: 100;
}

.skip-link {
  margin: 0;
}

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

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

.site-info-container {
  padding: 0;
  margin-bottom: 0px;
  overflow: hidden;
  position: absolute;
  left: 58px;
  top: 35px;
}

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

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

@media (max-width: 1099px) {
  .site-info-container {
    left: 30px;
    top: 20px;
    width: 140px;
  }
}

.fsHeader > .nav-social {
  position: absolute;
  left: 58px;
  bottom: 55px;
  margin: 0px;
  display: none;
  z-index: 100;
}

.fsHeader > .nav-social nav {
  line-height: 17px;
}

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

.scroll-down {
  position: absolute;
  border-radius: 100%;
  display: block;
  margin: 0;
  font-size: 0px;
  width: 30px;
  height: 30px;
  right: 70px;
  bottom: 60px;
  border: 2px solid #ffffff;
  display: none;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  z-index: 100;
}

@media (min-width: 1100px) {
  .scroll-down {
    display: block;
  }
}

.scroll-down:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  z-index: 100;
}

.scroll-down:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  top: 22px;
}

.scroll-down:hover {
  text-decoration: none;
  border-color: #FFDFCE;
}

.scroll-down:hover:before {
  background: #FFDFCE;
}

.scroll-down:hover:after {
  color: #FFDFCE;
  top: 32px;
}

body:not(.fsComposeMode).noslider #fsHeader .fsBanner {
  position: relative;
  height: 100px;
}

body:not(.fsComposeMode).noslider #fsHeader .nav-social,
body:not(.fsComposeMode).noslider .scroll-down {
  display: none;
}

body:not(.fsComposeMode).noslider .site-info-container {
  top: 10px;
  width: 140px;
}

body:not(.fsComposeMode).noslider .nav-utility-header {
  margin-top: 0px;
}

.active-search #fsHeader .site-search {
  opacity: 1;
  visibility: visible;
}

#fsHeader .site-search {
  width: 165px;
  height: 30px;
  margin-bottom: 0px;
}

@media (min-width: 1100px) {
  #fsHeader .site-search {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 0px;
    opacity: 0;
    visibility: hidden;
  }

  #fsHeader .site-search.search-open {
    opacity: 1;
    visibility: visible;
  }
}

#fsHeader .site-search .fsFieldLabel {
  display: none;
}

#fsHeader .site-search .fsSearchElementKeyword {
  margin-bottom: 0px;
}

#fsHeader .site-search .fsButtonClear {
  display: none;
}

#fsHeader .site-search form {
  width: 165px !important;
}

#fsHeader .site-search .fsStyleSearchField.fsStyleDefaultField {
  width: 100%;
  height: 30px !important;
  color: #464646;
  border: 1px solid rgba(94, 94, 94, 0.66);
  padding-left: 5px !important;
  padding-right: 20px !important;
  border-radius: 9px;
  font-size: 13px;
}

#fsHeader .site-search .fsSearchElementSearchButton.fsStyleUpdateButton {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  /*padding: 0px 10px;*/
  border: 0px !important;
  margin: 0px;
  height: 100%;
  background: transparent;
  font-size: 0px;
}

#fsHeader .site-search .fsSearchElementSearchButton.fsStyleUpdateButton:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 13px;
  color: #F58345;
  content: "\F002";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transition: all ease in out 0.3s;
  transition: all ease in out 0.3s;
}

#fsHeader .site-search .fsSearchElementSearchButton.fsStyleUpdateButton:hover:after {
  color: #F58345;
}

#fsFooter {
  background: #000000;
  color: #fff;
  border-bottom: 9px solid #F58345;
  padding: 0px 20px 20px 20px;
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0px 20px;
}

#fsFooter .footer-logo {
  margin: 0px;
  /*header- logo footer*/
}

#fsFooter .footer-logo > .fsElementContent {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 120px;
  padding: 0px;
  margin: 0px;
  top: -30px;
}

@media (min-width: 1150px) {
  #fsFooter .footer-logo > .fsElementContent {
    width: 170px;
  }
}

#fsFooter .footer-logo > .fsElementContent .fsElementHeaderContent {
  margin: 0px;
}

#fsFooter .footer-logo > .fsElementContent .fsElementHeaderContent .fsImage,
#fsFooter .footer-logo > .fsElementContent .fsElementHeaderContent picture,
#fsFooter .footer-logo > .fsElementContent .fsElementHeaderContent a,
#fsFooter .footer-logo > .fsElementContent .fsElementHeaderContent img {
  display: block;
}

#fsFooter .fsTwoColumnLayout.footer-top {
  position: relative;
  padding-top: 133px;
  text-align: center;
  margin: 0px;
  /*header- logo footer*/
}

@media (min-width: 1100px) {
  #fsFooter .fsTwoColumnLayout.footer-top {
    text-align: left;
  }
}

@media (min-width: 1150px) {
  #fsFooter .fsTwoColumnLayout.footer-top {
    padding-top: 100px;
  }
}

#fsFooter .fsTwoColumnLayout.footer-top > header {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 120px;
  padding: 0px;
  top: -30px;
}

@media (min-width: 1150px) {
  #fsFooter .fsTwoColumnLayout.footer-top > header {
    width: 170px;
  }
}

#fsFooter .fsTwoColumnLayout.footer-top > header .fsElementHeaderContent {
  margin: 0px;
}

#fsFooter .fsTwoColumnLayout.footer-top > header .fsElementHeaderContent .fsImage,
#fsFooter .fsTwoColumnLayout.footer-top > header .fsElementHeaderContent picture,
#fsFooter .fsTwoColumnLayout.footer-top > header .fsElementHeaderContent a,
#fsFooter .fsTwoColumnLayout.footer-top > header .fsElementHeaderContent img {
  display: block;
}

@media (max-width: 1099px) {
  #fsFooter .fsTwoColumnLayout.footer-top > .fsStyleColumn-1,
  #fsFooter .fsTwoColumnLayout.footer-top > .fsStyleColumn-2 {
    width: 100%;
  }
}

@media (min-width: 1150px) {
  #fsFooter .fsTwoColumnLayout.footer-top > .fsStyleColumn-1 {
    padding-right: 40px;
  }

  #fsFooter .fsTwoColumnLayout.footer-top > .fsStyleColumn-2 {
    padding-left: 90px;
  }
}

#fsFooter .fsTwoColumnLayout.footer-top .school-details-container .fsStyleColumn {
  margin-bottom: 25px;
}

#fsFooter .fsTwoColumnLayout.footer-top .school-details-container .fsStyleColumn p {
  margin-bottom: 0px;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  line-height: 25px;
}

#fsFooter .fsTwoColumnLayout.footer-top .school-details-container .fsStyleColumn a {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #ffffff;
}

#fsFooter .fsTwoColumnLayout.footer-top .school-details-container .fsStyleColumn a:hover,
#fsFooter .fsTwoColumnLayout.footer-top .school-details-container .fsStyleColumn a:focus {
  color: #F58345;
}

#fsFooter .fsTwoColumnLayout.footer-top .school-details-container .fsStyleColumn .fsElement.fsContent {
  padding-bottom: 20px;
}

#fsFooter .fsThreeColumnLayout.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1100px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom {
    display: block;
  }
}

@media (max-width: 1099px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn {
    width: 100%;
  }
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0px;
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 799px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social {
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social ul li a {
  margin: 0 10px;
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social ul li a:hover,
#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social ul li a:focus {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social ul li:nth-child(2) a:before {
  content: "";
  background-image: url(images/y2.svg);
  height: 27px;
  width: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1100px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 {
    width: 23%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-1 .nav-social {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 40px;
  }
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0px;
}

@media (min-width: 1100px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-2 {
    width: 54%;
  }
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 0px;
}

@media (min-width: 1100px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 {
    width: 23%;
  }
}

@media (max-width: 799px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 > .fsElement.fsContent {
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
  }
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 .fsElement.fsContent .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 .fsElement.fsContent .fsElementContent .fsImage {
  margin-left: 10px;
  margin-right: 10px;
}

#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 .fsElement.fsContent .fsElementContent .fsImage a:hover,
#fsFooter .fsThreeColumnLayout.footer-bottom .fsStyleColumn-3 .fsElement.fsContent .fsElementContent .fsImage a:focus {
  opacity: 0.5;
}

#fsFooter .fsThreeColumnLayout.footer-bottom footer {
  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;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#fsFooter .fsThreeColumnLayout.footer-bottom footer .fsElementFooterContent {
  text-align: center;
  margin-left: 13px;
  margin-right: 13px;
}

#fsFooter .fsThreeColumnLayout.footer-bottom footer .fsElementFooterContent p {
  font-size: 15px;
}

@media (min-width: 1100px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom footer {
    float: left;
  }
}

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

#fsFooter .fsThreeColumnLayout.footer-bottom .footer-navigation ul li a {
  width: 161px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background: transparent;
  padding: 18px 10px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  text-align: center;
  margin: 10px auto 30px auto;
}

#fsFooter .fsThreeColumnLayout.footer-bottom .footer-navigation ul li a:hover,
#fsFooter .fsThreeColumnLayout.footer-bottom .footer-navigation ul li a:focus {
  background: #ffffff;
  color: #000000;
}

@media (min-width: 800px) {
  #fsFooter .fsThreeColumnLayout.footer-bottom .footer-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #fsFooter .fsThreeColumnLayout.footer-bottom .footer-navigation ul li a {
    margin: 10px 20px 30px 20px;
  }
}

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

body {
  font-size: 17px;
  line-height: 28px;
  color: #464646;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 131px;
  margin-top: 20px;
  margin-left: 13px;
  margin-right: 13px;
}

@media (max-width: 799px) {
  #fsPoweredByFinalsite {
    margin-bottom: 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: 17px;
  line-height: 28px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #252B33;
  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 #252B33;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 13.33333px;
  color: #5D5D5D;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

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

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

.fsAccordion .fsPanel > .fsElementContent p,
.fsTabs .fsPanel > .fsElementContent p {
  font-family: "Avenir LT W01_55 Roman1475520" sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

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

.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: "\E911";
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #F58345;
}

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

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

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

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

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 90px;
  width: 60px;
  color: #000;
  background: #F58345;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.fsCalendar .fsDate > span.fsMonth {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 4px;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 4px;
}

.fsCalendar .fsDate > span.fsYear {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

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

.fsCalendar .fsTitle a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #202020;
}

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

.fsCalendar .fsAllDay {
  color: #464646;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fsCalendar .fsAllDay:before {
  content: "\F017";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #F58345;
  text-align: center;
  font-size: 12px;
  margin-right: 3px;
}

.fsCalendar .fsTimeRange {
  color: #464646;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.fsCalendar .fsTimeRange:before {
  content: "\F017";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #F58345;
  text-align: center;
  font-size: 12px;
  margin-right: 3px;
}

.fsCalendar .fsLocation {
  color: #464646;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}

.fsCalendar .fsLocation:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #F58345;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-family: "Avenir LT W01_55 Roman1475520" sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 8px;
}

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

.fsCalendar .fsNotes p,
.fsCalendar .fsDescription p {
  margin-bottom: 8px;
}

.fsCalendar .fsCalendarEventLink {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14px;
  color: #E02D00;
  font-weight: 700;
  line-height: 26px;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}

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

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

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

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

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}

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

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(32, 32, 32, 0.15);
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(32, 32, 32, 0.05);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(32, 32, 32, 0.25);
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}

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

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

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

#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

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

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

.scroll-up span {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
}

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

@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

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

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

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

.fsCalendar.fsSlideshowVertical article {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

/*! _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", "Arial", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #464646;
}

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

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

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

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

.fsComposerFormEmbed form .required {
  color: #202020;
}

.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: #E02D00;
  -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: #E02D00;
  -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: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
}

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

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

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

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

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

.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: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  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 .fsTitle {
  margin-bottom: 10px;
}

.fsPostElement .fsTitle a {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  color: #202020;
}

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

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

.fsPostElement .fsCategories .fsCategory {
  padding: 6px 8px;
  border-radius: 2px;
  background-color: #DCE0E9;
  font-size: 10px;
  line-height: 12px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  border-right: none !important;
  margin: 0 5px 0 0;
}

.fsPostElement .fsAuthor {
  color: #252B33;
  display: block;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.fsPostElement .fsDateTime {
  color: #252B33;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px 0;
}

.fsPostElement .fsSummary p {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.fsPostElement .fsBody p {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}

.fsPostElement .fsTags {
  margin: 15px 0px;
}

.fsPostElement .fsTags .fsTag {
  padding: 8px;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  border: 1px solid #DCE0E9 !important;
  margin: 0 5px 0 0;
}

.fsPostElement .fsPostLink {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 16px;
  color: #E02D00;
  font-weight: 700;
  line-height: 23px;
}

.fsPostElement .fsLoadMoreButton {
  margin: 0 auto;
}

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

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

.fsPostElement.fsList.fsThumbnailLarge .fsCroppedImage {
  padding-bottom: 85%;
}

.fsPostElement.fsList.fsThumbnailLarge .fsThumbnail {
  max-width: 400px;
}

/*! _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: 17px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

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

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

/*.universal-slideshow*/

.home .universal-slideshow {
  border-bottom: 9px solid #F58345;
}

body:not(.fsComposeMode) .universal-slideshow {
  margin: 0px;
  position: relative;
}

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

body:not(.fsComposeMode) .universal-slideshow:after {
  height: 300px;
  width: 100%;
  content: "";
  z-index: 10;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  opacity: 0.22;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

body:not(.fsComposeMode) .universal-slideshow .fsCustomSlider .caption-wrapper .caption-title,
body:not(.fsComposeMode) .universal-slideshow .fsTitle.fsResourceName,
body:not(.fsComposeMode) .universal-slideshow .slick-dots {
  display: none !important;
}

body:not(.fsComposeMode) .universal-slideshow .fsCustomSlider .caption-wrapper {
  padding: 0;
  background-color: transparent;
}

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshow {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow article {
  width: 100%;
  height: 667px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  outline: none;
  position: relative;
}

body:not(.fsComposeMode) .universal-slideshow article .fsTitle.fsResourceTitle {
  font-size: 55px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 60px;
  margin: 0px;
  color: #ffffff;
  font-family: "bodoni-urw", serif;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsTitle.fsResourceTitle {
    font-size: 39px;
    line-height: 38px;
    bottom: 40px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article picture {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 667px;
}

body:not(.fsComposeMode) .universal-slideshow article video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  max-width: none;
  height: 667px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

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

body:not(.fsComposeMode) .universal-slideshow article figcaption {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0px;
  z-index: 20;
  margin: 0;
  bottom: 190px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption {
    bottom: 130px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption p {
  margin: 0px;
  color: #D9D9D9;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption p {
    font-size: 35px;
    line-height: 42px;
  }
}

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

  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: 500px;
  }
}

body:not(.fsComposeMode).home .universal-slideshow {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

body:not(.fsComposeMode).home .universal-slideshow article {
  height: calc(100vh - 9px);
}

body:not(.fsComposeMode).home .universal-slideshow article picture {
  height: calc(100vh - 9px);
}

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

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

body:not(.fsComposeMode) .universal-slideshow {
  /*arrows*/
  /*       article #pause { display: none; width: 45px; height: 45px; font-size: 0px; background: transparent; border: 0px; z-index: 100; border-radius: 100%; @include x-y-center; @include maxbp($bp-big) { display: block; } &:before, &:after{ content: ""; @include x-y-center; width: 45px; height: 45px; } &:before { background-image: url('../images/pause_2.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; display: none; } &:after { background-image: url('../images/play.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; display: block; } &.pause { &:before { display: block; } &:after { display: none; } } &.pausemobile { &:before { display: block; } &:after { display: none; } } }*/
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
  background: transparent;
  background-color: transparent;
  top: auto;
  bottom: 50%;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  position: absolute;
  z-index: 500;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  font-size: 0px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    display: none !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsPrevButton {
  left: auto;
  right: 70px;
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsPrevButton:before {
  -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
          transform: rotate(180deg) translate3d(0, 50%, 0);
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsNextButton {
  left: auto;
  right: 70px;
  bottom: calc(50% + 35px);
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsNextButton:before {
  content: "\E909";
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow:hover:before,
body:not(.fsComposeMode) .universal-slideshow .slick-arrow:focus:before {
  color: #FFDFCE;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager {
  position: absolute;
  top: calc(50% + 3px);
  text-align: center;
  width: 40px;
  z-index: 100;
  right: 70px;
  margin: 0px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .universal-slideshow .fsPager {
    display: none !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li {
  display: block;
  margin: 4px auto;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button:before {
  border: 1px solid #ffffff;
  background: #ffffff;
}

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

body:not(.fsComposeMode) .universal-slideshow #pause {
  display: none;
  width: 45px;
  height: 45px;
  font-size: 0px;
  background: transparent;
  border: 0px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow #pause {
    display: block;
  }
}

body:not(.fsComposeMode) .universal-slideshow #pause:before,
body:not(.fsComposeMode) .universal-slideshow #pause:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 45px;
  height: 45px;
}

body:not(.fsComposeMode) .universal-slideshow #pause:before {
  background-image: url(images/pause_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

body:not(.fsComposeMode) .universal-slideshow #pause:after {
  background-image: url(images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow #pause.pause:before {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow #pause.pause:after {
  display: block;
}

body:not(.fsComposeMode) .universal-slideshow #pause.pausemobile:before {
  display: block;
}

body:not(.fsComposeMode) .universal-slideshow #pause.pausemobile:after {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.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 #F7F8FB;
  -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 #F7F8FB;
  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: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  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 #F7F8FB;
  -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 #F7F8FB;
  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: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
}

/*! elements - tabs */

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

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F58345;
  display: none;
}

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 13.33333px;
  color: #5D5D5D;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  color: #252B33;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0px;
  border-radius: 11px 11px 0 0;
}

.fsTabs .fsTabsNav li a:hover {
  background: #E5E5E5;
  color: #252B33;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #F58345;
  color: #252B33;
}

.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 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:focus,
.fsStateSelected .fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

/*! _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: #E02D00;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #E02D00;
  background: #F7F8FB;
}

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

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

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

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

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

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #252B33;
  color: #464646;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #F7F8FB;
  color: #b2b2b2;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #5D5D5D;
  color: #fff;
}

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

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

/*! pages - home v0.0.1 */

.home .fsBreadcrumb {
  display: none !important;
}

.home #fsPageBodyWrapper {
  padding: 0px 0 0px 0;
}

@media (max-width: 499px) {
  .home #fsPageBodyWrapper {
    padding-top: 0px;
  }
}

.home #fsPageBody {
  max-width: 100%;
}

.home #fsPageContent > .fsLayout > .fsDiv {
  margin-bottom: 0px;
}

body:not(.fsComposeMode).home #fsHeader {
  height: 100vh;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home #fsHeader {
    height: 500px;
  }
}

.home .welcome-zone {
  min-height: 510px;
  margin-bottom: 0px;
  padding: 40px 20px 60px 20px;
  background-color: #ffffff;
  background-position: top right;
  background-size: cover;
}

@media (min-width: 800px) {
  .home .welcome-zone {
    background-attachment: fixed;
  }
}

.home .welcome-zone header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}

.home .welcome-zone header .fsElementHeaderContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 17px;
}

.home .welcome-zone header h2.fsElementTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0px;
  color: #000000;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
}

.home .welcome-zone .fsElementContent {
  max-width: 905px;
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
}

.home .welcome-zone .fsElementContent p {
  font-family: Lato;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
  color: #464646;
}

.home .welcome-zone .fsElementContent:before,
.home .welcome-zone .fsElementContent:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 9px;
  background-color: #F58345;
  width: 51px;
  -webkit-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}

.home .welcome-zone .fsElementContent:before {
  right: 30%;
  opacity: 0;
}

.home .welcome-zone .fsElementContent:after {
  left: 30%;
  opacity: 0;
}

.home .welcome-zone .fsElementContent.active:before {
  right: calc(50% - 1px);
  opacity: 1;
}

.home .welcome-zone .fsElementContent.active:after {
  left: calc(50% - 1px);
  opacity: 1;
}

.home .quicklinks {
  position: relative;
  min-height: 675px;
  margin-bottom: 0px;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 20px;
}

.home .quicklinks > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.home .quicklinks > header .fsElementHeaderContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 19px;
}

.home .quicklinks > header h2.fsElementTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0px;
  color: #ffffff;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}

.home .quicklinks:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(68, 68, 68, 0.8);
}

.home .quicklinks > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}

.home .quicklinks > .fsElementContent .fsElement.fsContent {
  height: 345px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0px;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  margin: 0px;
}

.home .quicklinks > .fsElementContent .fsElement.fsContent > header {
  z-index: 100;
}

.home .quicklinks > .fsElementContent .fsElement.fsContent > header .fsElementHeaderContent {
  display: none;
}

.home .quicklinks > .fsElementContent .fsElement.fsContent > header h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
  z-index: 10;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  visibility: visible;
  margin-bottom: 27px;
}

@media (max-width: 1099px) {
  .home .quicklinks > .fsElementContent .fsElement.fsContent > header h2 {
    font-size: 25px;
    letter-spacing: 0.71px;
    line-height: 30px;
  }
}

@media (min-width: 900px) {
  .home .quicklinks > .fsElementContent .fsElement.fsContent {
    width: 30%;
    float: left;
  }

  .home .quicklinks > .fsElementContent .fsElement.fsContent:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 899px) {
  .home .quicklinks > .fsElementContent .fsElement.fsContent {
    width: 95%;
    max-width: 350px;
    height: 350px;
    margin: 0 auto 60px auto;
  }
}

@media (max-width: 599px) {
  .home .quicklinks > .fsElementContent .fsElement.fsContent {
    width: 95%;
    max-width: 260px;
    height: 260px;
    margin: 0 auto 60px auto;
  }
}

.home .quicklinks > .fsElementContent .fsElement.fsContent:after {
  content: "";
  height: 229.96px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 50px;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 1149px) {
  body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent {
    padding: 0 35px;
  }
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent {
    padding: 0 20px;
  }
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 46px;
  z-index: 10;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  color: #ffffff;
  margin-bottom: 27px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent h2 {
    font-size: 25px;
    letter-spacing: 0.71px;
    line-height: 30px;
  }
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent p {
  font-size: 16px;
  color: #ffffff;
  z-index: 10;
  line-height: 19px;
  max-width: 100%;
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent a {
  font-size: 13px;
  color: #ffffff;
  z-index: 10;
  font-weight: 700;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent a:hover,
body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent a:focus {
  color: #F58345;
  text-decoration: none;
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent .fsElement.fsContent .fsElementContent:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(32, 32, 32, 0.9);
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent > .fsElement.fsContent:hover .fsElementContent {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent > .fsElement.fsContent:focus .fsElementContent {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode).home .quicklinks > .fsElementContent > .fsElement.fsContent:focus-within .fsElementContent {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.home .grid-zone {
  position: relative;
  min-height: 675px;
  margin-bottom: 0px;
  background-color: #F6F6F6;
  padding: 80px 20px 170px 20px;
  /*orange zone*/
  /*post 1*/
  /*facebook div*/
}

@media (max-width: 999px) {
  .home .grid-zone {
    padding: 40px 20px 70px 20px;
  }
}

@media (max-width: 899px) {
  .home .grid-zone {
    padding: 40px 0px 70px 0px;
  }
}

.home .grid-zone > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 899px) {
  .home .grid-zone > header {
    margin-bottom: 30px;
  }
}

.home .grid-zone > header .fsElementHeaderContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 19px;
}

.home .grid-zone > header h2.fsElementTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0px;
  color: #000000;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}

@media (max-width: 899px) {
  .home .grid-zone > header h2.fsElementTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.home .grid-zone > .fsElementContent {
  width: 100%;
  position: relative;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 899px) {
  .home .grid-zone > .fsElementContent {
    padding: 8px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.home .grid-zone > .fsElementContent > div,
.home .grid-zone > .fsElementContent > section {
  border: 7.5px solid #ffffff;
  position: relative;
  margin: 0px;
}

@media (max-width: 899px) {
  .home .grid-zone > .fsElementContent > div,
  .home .grid-zone > .fsElementContent > section {
    border-color: #F6F6F6;
  }
}

.home .grid-zone .t-orange {
  width: 36.6%;
}

@media (max-width: 699px) {
  .home .grid-zone .t-orange {
    background: #FC6716;
  }
}

.home .grid-zone .t-orange header {
  background: #FC6716;
  border-right: 7.5px solid #ffffff;
  z-index: 10;
}

.home .grid-zone .t-orange header .fsElementTitle {
  margin: 0px;
  font-size: 90px;
  font-weight: 700;
  line-height: 85px;
  text-align: right;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}

@media (max-width: 699px) {
  .home .grid-zone .t-orange header .fsElementTitle {
    text-align: left;
  }
}

.home .grid-zone .t-orange .fsElementContent {
  position: relative;
  border-left: 7.5px solid #ffffff;
}

@media (max-width: 899px) {
  .home .grid-zone .t-orange .fsElementContent {
    border-color: #F6F6F6;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .t-orange .fsElementContent {
    border: 0px;
    background: transparent;
    position: static;
  }
}

.home .grid-zone .t-orange .fsElementContent p {
  margin: 0px;
}

.home .grid-zone .t-orange .fsElementContent p a {
  display: block;
  font-weight: 400;
  padding: 15px;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background: #FC6716;
}

.home .grid-zone .t-orange .fsElementContent p a:hover,
.home .grid-zone .t-orange .fsElementContent p a:focus {
  background: #E45609;
  text-decoration: none;
}

.home .grid-zone .post-div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home .grid-zone .post-div > .fsElementContent {
  display: none;
}

.home .grid-zone .post-div > .fsPostElement.post-zone {
  display: block;
}

.home .grid-zone .post-div > .fsPostElement.post-zone > header {
  display: none;
}

.home .grid-zone .post-div article {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: relative;
  padding: 20px;
}

.home .grid-zone .post-div .fsThumbnail.fsPostLink {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.home .grid-zone .post-div .fsThumbnail.fsPostLink img {
  display: none;
}

.home .grid-zone .post-div .fsThumbnail.fsPostLink:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}

.home .grid-zone .post-div .fsTitle {
  max-width: 100%;
  margin-bottom: 13px;
  z-index: 100;
}

.home .grid-zone .post-div .fsTitle a {
  font-size: 24px;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  line-height: 31px;
  color: #ffffff;
  max-height: 65px;
  display: block;
  overflow-y: hidden;
}

.home .grid-zone .post-div .fsSummary {
  max-width: 100%;
  z-index: 100;
}

.home .grid-zone .post-div .fsSummary p {
  font-family: "Lato", "Arial", sans-serif;
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
}

.home .grid-zone .post-div .fsTitle,
.home .grid-zone .post-div .fsSummary {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

.home .grid-zone .post-div.post-1 {
  width: 38.4%;
}

@media (max-width: 999px) {
  .home .grid-zone .post-div.post-1 {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .post-div.post-1 {
    width: 100%;
  }
}

.home .grid-zone .post-div.post-1 .article1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 195px;
}

.home .grid-zone .post-div.post-1 .article1 .fsSummary {
  display: block;
  max-height: 73px;
  overflow-y: hidden;
}

.home .grid-zone .facebook-div {
  overflow: hidden;
  position: relative;
  width: 25%;
}

@media (max-width: 999px) {
  .home .grid-zone .facebook-div {
    display: none;
  }
}

body:not(.fsComposeMode).home .grid-zone {
  /*facebook div*/
}

body:not(.fsComposeMode).home .grid-zone .post-div > header {
  display: none;
}

body:not(.fsComposeMode).home .grid-zone > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  max-width: 1200px;
}

body:not(.fsComposeMode).home .grid-zone > .fsElementContent > section {
  height: 210px;
}

body:not(.fsComposeMode).home .grid-zone .t-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .grid-zone .t-orange {
    width: 50%;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .t-orange {
    width: 100%;
    height: 155px !important;
  }
}

body:not(.fsComposeMode).home .grid-zone .t-orange header {
  width: calc(100% - 199px);
  height: 195px;
  padding: 0px 15px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .grid-zone .t-orange header {
    border-color: #F6F6F6;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .t-orange header {
    border: 0px;
    background: transparent;
    height: auto;
    width: auto;
    position: absolute;
    left: 0;
    display: block;
    top: 0px;
  }
}

body:not(.fsComposeMode).home .grid-zone .t-orange .fsElementContent {
  width: 199px;
  height: 195px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .t-orange .fsElementContent {
    height: 140px;
  }
}

body:not(.fsComposeMode).home .grid-zone .t-orange .fsElementContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 0;
  top: 0;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
}

body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent a:after {
  content: "";
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 27px;
  color: #ffffff;
  position: absolute;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  right: 15px;
  bottom: 15px;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent a:hover,
body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent a:hover:after,
body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent a:focus:after {
  color: #FFDFCE;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div header {
  width: 100%;
  position: relative;
  display: block;
  height: 195px;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div header .fsElementHeaderContent,
body:not(.fsComposeMode).home .grid-zone .facebook-div header .fsImage,
body:not(.fsComposeMode).home .grid-zone .facebook-div header picture,
body:not(.fsComposeMode).home .grid-zone .facebook-div header img {
  margin: 0px;
  display: block;
  height: 195px;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div header img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent {
  position: static;
  height: 0px;
  width: 0px;
}

body:not(.fsComposeMode).home .grid-zone .facebook-div .fsElementContent p {
  font-size: 0px;
}

/*hover internet explorer*/

body:not(.fsComposeMode).home .grid-zone .facebook-div:hover header img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

body:not(.fsComposeMode).home .grid-zone .facebook-div:focus header img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

body:not(.fsComposeMode).home .grid-zone .facebook-div:focus-within header img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.home .grid-zone .post-div:hover .fsTitle {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:focus .fsTitle {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:focus-within .fsTitle {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:hover .fsSummary {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:focus .fsSummary {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:focus-within .fsSummary {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:hover .fsThumbnail.fsPostLink:after {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:focus .fsThumbnail.fsPostLink:after {
  opacity: 1;
  visibility: visible;
}

.home .grid-zone .post-div:focus-within .fsThumbnail.fsPostLink:after {
  opacity: 1;
  visibility: visible;
}

/*Line 2 grid*/

.home .grid-zone {
  /*image div*/
  /*green div*/
  /*youtube-zone*/
  /*green zone*/
}

.home .grid-zone .image-div {
  width: 18.3%;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 999px) {
  .home .grid-zone .image-div {
    display: none;
  }
}

.home .grid-zone .i-green {
  width: 31.2%;
  background: #9FA73F;
}

@media (max-width: 999px) {
  .home .grid-zone .i-green {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .i-green {
    width: 100%;
    height: 155px !important;
  }
}

.home .grid-zone .i-green header .fsElementTitle {
  margin: 0px;
  font-size: 90px;
  font-weight: 700;
  line-height: 85px;
  text-align: right;
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
}

.home .grid-zone .i-green .fsElementContent p {
  margin: 0px;
}

.home .grid-zone .i-green .fsElementContent p a {
  display: block;
  font-weight: 400;
  padding: 15px;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background: #9FA73F;
}

.home .grid-zone .i-green .fsElementContent p a:hover,
.home .grid-zone .i-green .fsElementContent p a:focus {
  background: #8D9537;
  text-decoration: none;
}

.home .grid-zone .youtube-zone {
  overflow: hidden;
  position: relative;
  width: 19.5%;
}

@media (max-width: 999px) {
  .home .grid-zone .youtube-zone {
    display: none;
  }
}

.home .grid-zone .g-grey {
  width: 31%;
}

@media (max-width: 999px) {
  .home .grid-zone .g-grey {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .g-grey {
    width: 100%;
  }
}

.home .grid-zone .g-grey header {
  border-right: 7.5px solid #ffffff;
  padding: 15px;
  z-index: 10;
  background-color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 899px) {
  .home .grid-zone .g-grey header {
    border-color: #F6F6F6;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .g-grey header {
    border: transparent;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0px;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0px;
  }
}

.home .grid-zone .g-grey header .fsElementTitle {
  margin: 0px;
  font-size: 90px;
  font-weight: 700;
  line-height: 85px;
  text-align: right;
  text-shadow: 1px 1px 1px #000000;
  color: #ffffff;
}

.home .grid-zone .g-grey .fsElementContent {
  padding: 15px;
  text-align: right;
  position: relative;
  border-left: 7.5px solid #ffffff;
}

@media (max-width: 899px) {
  .home .grid-zone .g-grey .fsElementContent {
    border-color: #F6F6F6;
  }
}

.home .grid-zone .g-grey .fsElementContent p {
  margin: 0px;
}

.home .grid-zone .g-grey .fsElementContent p a {
  display: block;
  font-weight: 400;
  padding: 15px;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  background: #676767;
  text-shadow: 1px 1px 1px #000000;
}

.home .grid-zone .g-grey .fsElementContent p a:hover,
.home .grid-zone .g-grey .fsElementContent p a:focus {
  background: #5e5e5e;
  text-decoration: none;
}

body:not(.fsComposeMode).home .grid-zone {
  /*green zone*/
  /*youtube-zone*/
}

body:not(.fsComposeMode).home .grid-zone .i-green {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fsComposeMode).home .grid-zone .i-green header {
  position: absolute;
  right: 10px;
  z-index: 10;
  bottom: 10px;
}

body:not(.fsComposeMode).home .grid-zone .g-grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .g-grey {
    height: 155px !important;
  }
}

body:not(.fsComposeMode).home .grid-zone .g-grey header {
  width: 47%;
  height: 195px;
}

body:not(.fsComposeMode).home .grid-zone .g-grey .fsElementContent {
  width: 53%;
  height: 195px;
  padding: 15px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .g-grey .fsElementContent {
    border: transparent;
    height: 145px;
    position: static;
  }
}

body:not(.fsComposeMode).home .grid-zone .i-green .fsElementContent a,
body:not(.fsComposeMode).home .grid-zone .g-grey .fsElementContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone header {
  width: 100%;
  position: relative;
  display: block;
  height: 195px;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone header .fsElementHeaderContent,
body:not(.fsComposeMode).home .grid-zone .youtube-zone header .fsImage,
body:not(.fsComposeMode).home .grid-zone .youtube-zone header picture,
body:not(.fsComposeMode).home .grid-zone .youtube-zone header img {
  margin: 0px;
  display: block;
  height: 195px;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone header img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent {
  position: static;
  height: 0px;
  width: 0px;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent p {
  font-size: 0px;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent a:after {
  content: "";
  font-size: 27px;
  color: #ffffff;
  position: absolute;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  height: 27px;
  width: 62px;
  background-image: url(images/y2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  bottom: 15px;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent a:hover,
body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent a:hover:after,
body:not(.fsComposeMode).home .grid-zone .youtube-zone .fsElementContent a:focus:after {
  color: #FFDFCE;
}

/*hover internet explorer*/

body:not(.fsComposeMode).home .grid-zone .youtube-zone:hover header img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone:focus header img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

body:not(.fsComposeMode).home .grid-zone .youtube-zone:focus-within header img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.home .grid-zone .bottom-container {
  height: auto !important;
  border: 0px !important;
  width: 100%;
  position: relative;
  /*post 2*/
  /*Left grid bottom:*/
  /*E blue div*/
  /*r-green div*/
  /*Post 3*/
  /*S-social div*/
}

.home .grid-zone .bottom-container > .fsElementContent {
  width: 100%;
  margin: 0px;
  position: relative;
}

.home .grid-zone .bottom-container .post-div.post-2 {
  width: 25%;
  border: 7.5px solid #ffffff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0px;
  height: 445px;
}

@media (max-width: 899px) {
  .home .grid-zone .bottom-container .post-div.post-2 {
    border-color: #F6F6F6;
  }
}

@media (max-width: 999px) {
  .home .grid-zone .bottom-container .post-div.post-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 255px;
  }

  .home .grid-zone .bottom-container .post-div.post-2 .article2 {
    height: 240px !important;
  }
}

.home .grid-zone .bottom-container .post-div.post-2 .article2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 430px;
}

.home .grid-zone .bottom-container .left-container {
  border: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  height: auto;
}

@media (max-width: 999px) {
  .home .grid-zone .bottom-container .left-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.home .grid-zone .bottom-container .left-container > .fsElementContent > div,
.home .grid-zone .bottom-container .left-container > .fsElementContent > section {
  border: 7.5px solid #ffffff;
  position: relative;
  margin: 0px;
}

@media (max-width: 899px) {
  .home .grid-zone .bottom-container .left-container > .fsElementContent > div,
  .home .grid-zone .bottom-container .left-container > .fsElementContent > section {
    border-color: #F6F6F6;
  }
}

.home .grid-zone .bottom-container .e-blue-div {
  position: relative;
  width: 54%;
  background: #42599E;
}

@media (max-width: 999px) {
  .home .grid-zone .bottom-container .e-blue-div {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .bottom-container .e-blue-div {
    width: 100%;
  }
}

.home .grid-zone .bottom-container .e-blue-div header {
  display: block;
  padding: 0px 15px;
}

.home .grid-zone .bottom-container .e-blue-div header .fsElementTitle {
  margin: 0px;
  font-size: 90px;
  font-weight: 700;
  line-height: 85px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}

.home .grid-zone .bottom-container .e-blue-div .fsElementContent p {
  margin: 0px;
}

.home .grid-zone .bottom-container .e-blue-div .fsElementContent p a {
  display: block;
  font-weight: 400;
  padding: 15px;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  background: #42599E;
  text-shadow: 1px 1px 1px #000000;
}

.home .grid-zone .bottom-container .e-blue-div .fsElementContent p a:hover,
.home .grid-zone .bottom-container .e-blue-div .fsElementContent p a:focus {
  background: #324889;
  text-decoration: none;
}

.home .grid-zone .bottom-container .r-green-div {
  width: 46%;
}

@media (max-width: 999px) {
  .home .grid-zone .bottom-container .r-green-div {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .bottom-container .r-green-div {
    width: 100%;
  }
}

.home .grid-zone .bottom-container .r-green-div header {
  border-right: 7.5px solid #ffffff;
  background: #49A1A7;
  z-index: 10;
  padding: 15px 15px;
}

@media (max-width: 899px) {
  .home .grid-zone .bottom-container .r-green-div header {
    border-color: #F6F6F6;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .bottom-container .r-green-div header {
    border: 0px;
    display: block;
    background: none;
    position: absolute;
    padding: 0px;
    left: 15px;
    bottom: 15px;
    width: auto;
    height: auto;
  }
}

.home .grid-zone .bottom-container .r-green-div header .fsElementTitle {
  margin: 0px;
  font-size: 90px;
  font-weight: 700;
  line-height: 85px;
  text-align: right;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}

.home .grid-zone .bottom-container .r-green-div .fsElementContent {
  position: relative;
  padding: 15px;
  border-left: 7.5px solid #ffffff;
}

@media (max-width: 899px) {
  .home .grid-zone .bottom-container .r-green-div .fsElementContent {
    border-color: #F6F6F6;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .bottom-container .r-green-div .fsElementContent {
    border: 0;
    position: static;
    text-align: right;
  }
}

.home .grid-zone .bottom-container .r-green-div .fsElementContent p {
  margin: 0px;
}

.home .grid-zone .bottom-container .r-green-div .fsElementContent p a {
  display: block;
  font-weight: 400;
  padding: 15px;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  background: #49A1A7;
}

.home .grid-zone .bottom-container .r-green-div .fsElementContent p a:hover,
.home .grid-zone .bottom-container .r-green-div .fsElementContent p a:focus {
  background: #3B8F95;
  text-decoration: none;
}

.home .grid-zone .bottom-container .post-div.post-3 {
  width: 54%;
  height: 270px;
}

@media (max-width: 999px) {
  .home .grid-zone .bottom-container .post-div.post-3 {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .bottom-container .post-div.post-3 {
    width: 100%;
    height: 255px;
  }

  .home .grid-zone .bottom-container .post-div.post-3 .article3 {
    height: 240px !important;
  }
}

.home .grid-zone .bottom-container .post-div.post-3 .article3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 255px;
}

.home .grid-zone .bottom-container .s-blue-zone {
  width: 46%;
  background: #3F70C3;
}

@media (max-width: 999px) {
  .home .grid-zone .bottom-container .s-blue-zone {
    width: 50%;
  }
}

@media (max-width: 699px) {
  .home .grid-zone .bottom-container .s-blue-zone {
    width: 100%;
  }
}

.home .grid-zone .bottom-container .s-blue-zone header {
  z-index: 10;
  padding: 0;
}

.home .grid-zone .bottom-container .s-blue-zone header .fsElementTitle {
  margin: 0px;
  font-size: 90px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000000;
  line-height: 85px;
  color: #ffffff;
}

.home .grid-zone .bottom-container .s-blue-zone .fsElementContent p {
  margin: 0px;
}

.home .grid-zone .bottom-container .s-blue-zone .fsElementContent p a {
  display: block;
  font-weight: 400;
  padding: 15px;
  font-size: 21px;
  line-height: 25px;
  text-shadow: 1px 1px 1px #000000;
  text-transform: uppercase;
  text-align: right;
  color: #ffffff;
  background: #3F70C3;
}

.home .grid-zone .bottom-container .s-blue-zone .fsElementContent p a:hover,
.home .grid-zone .bottom-container .s-blue-zone .fsElementContent p a:focus {
  background: #335CA2;
  text-decoration: none;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container {
  /*E blue div*/
  /*r-green div*/
  /*S-social div*/
}

body:not(.fsComposeMode).home .grid-zone .bottom-container > header {
  display: none;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container > header .fsElementTitle {
  color: #ffffff;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .left-container {
  width: 75%;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .left-container {
    width: 100%;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .left-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .left-container > header {
  display: none;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .e-blue-div {
  background: transparent;
  height: 175px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .e-blue-div {
    height: 155px;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .e-blue-div header {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 10;
  right: 0;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .e-blue-div header {
    height: 140px;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .r-green-div {
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .r-green-div {
    height: 155px;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .r-green-div header {
  width: calc(100% - 190px);
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .r-green-div .fsElementContent {
  width: 190px;
  height: 160px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .r-green-div .fsElementContent {
    height: 140px;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone {
  height: 270px;
  background: transparent;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone {
    height: 155px;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone header {
  position: absolute;
  left: 15px;
  top: 0px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone header {
    right: 15px;
    left: auto;
  }
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .e-blue-div .fsElementContent a,
body:not(.fsComposeMode).home .grid-zone .bottom-container .r-green-div .fsElementContent a,
body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone .fsElementContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .e-blue-div .fsElementContent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone .fsElementContent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .grid-zone .bottom-container .s-blue-zone .fsElementContent a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

body:not(.fsComposeMode).home .post-zone {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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", "Arial", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Lato, Arial, 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: 33px / line-height: 56px";
}

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

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

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

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

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

@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;
  }
}/*! 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.17647em;
  margin-left: 1.17647em;
}

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 33px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

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

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #E02D00;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

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

.fsPageBodyWrapper a {
  font-weight: 700;
}

.fsPageBodyWrapper a:hover,
.fsPageBodyWrapper a:focus {
  text-decoration: underline;
}

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

table.fs_style_33 {
  width: 100%;
  margin-bottom: 80px;
}

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

table.fs_style_33 th {
  padding: 10px 20px;
  background: #252B33;
  color: #ffffff;
  text-align: left;
}

table.fs_style_33 td {
  padding: 10px 20px;
  background: #E8EBF2;
}

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

table.fs_style_33 tr {
  /*    border-bottom: solid 1px $sf;*/
}

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

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

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

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

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

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

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

.fs_style_23 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

.fs_style_27 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F58345;
  border-color: #F58345 !important;
  color: #202020 !important;
  text-decoration: none !important;
}

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

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

.fs_style_28 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: transparent;
  color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #ffffff !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #ffffff;
  border-color: #ffffff !important;
  color: #000000 !important;
  text-decoration: none !important;
}

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

.fs_style_25 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  padding: 25px 20px;
  min-width: 290px;
  font-size: 17px;
  line-height: 21px;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

.fs_style_26 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  padding: 25px 20px;
  font-size: 17px;
  min-width: 290px;
  line-height: 21px;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #F58345;
  border-color: #F58345 !important;
  color: #202020 !important;
  text-decoration: none !important;
}

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

.fs_style_29,
.fs_style_30 {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #ffffff;
  color: #5D5D5D !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #D0D0CE !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  min-width: 300px;
  padding: 16px 20px 16px 58px;
  text-align: left;
  display: block;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  margin-right: 0px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on,
.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #ffffff;
  border-color: #ffffff !important;
  color: #E02D00 !important;
  text-decoration: none !important;
}

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

@media (max-width: 399px) {
  .fs_style_29,
  .fs_style_30 {
    width: 100%;
  }
}

.fs_style_29:before,
.fs_style_30:before {
  content: " ";
  font-family: "IcoMoon";
  color: #5D5D5D;
  font-smoothing: antialiased;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  height: 100%;
  background: transparent;
  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;
  width: 48px;
  top: 0px;
  left: 0px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: absolute;
}

.fs_style_29:hover,
.fs_style_30:hover {
  border-color: #D0D0CE !important;
}

.fs_style_29:hover:before,
.fs_style_30:hover:before {
  color: #E02D00;
  background: #F1F1F1;
}

.fs_style_30:before {
  content: "\E901";
}

.fs_style_29:before {
  content: "\E900";
}

.fsStyleDefaultButton {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

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

.fsStyleDefaultButton.fsSelectAll {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

.fsStyleUpdateButton {
  display: table;
  margin: 0 10px 5px 0px;
  padding: 15px 15px;
  min-width: 165px;
  background: #D9D9D9;
  color: #3A3A3A !important;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #C9C9C9 !important;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 0px;
  overflow: hidden;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #202020;
  border-color: #202020 !important;
  color: #F58345 !important;
  text-decoration: none !important;
}

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

/*@import '../../sass/includes';*/

body:not(.fsComposeMode) .image-button,
body:not(.fsComposeMode) .bpa-image-buttons-3 {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 280px;
  color: #ffffff;
}

body:not(.fsComposeMode) .image-button .image-button-content,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

body:not(.fsComposeMode) .image-button .image-button-content > header,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header {
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .image-button .image-button-content > header h2.fsElementTitle,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header h2.fsElementTitle {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .image-button .image-button-content > header > .fsElementHeaderContent,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header > .fsElementHeaderContent {
  margin-top: 5px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .image-button .image-button-content > header > .fsElementHeaderContent p,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header > .fsElementHeaderContent p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .image-button .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .image-button .image-button-content > .fsElementContent p:last-child,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent p:last-child {
  margin: 0;
}

body:not(.fsComposeMode) .image-button .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .image-button .image-button-content > footer > .fsElementFooterContent,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent {
  margin-top: 15px;
}

body:not(.fsComposeMode) .image-button .image-button-content > footer > .fsElementFooterContent p,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent p {
  margin: 0;
}

body:not(.fsComposeMode) .image-button:before,
body:not(.fsComposeMode) .bpa-image-buttons-3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 50%);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

body:not(.fsComposeMode) .image-button:after,
body:not(.fsComposeMode) .bpa-image-buttons-3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

body:not(.fsComposeMode) .image-button:hover:after,
body:not(.fsComposeMode) .bpa-image-buttons-3:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}

body:not(.fsComposeMode) .image-button:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .image-button:hover .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:hover .image-button-content > footer {
  max-height: 280px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .image-button:focus:after,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}

body:not(.fsComposeMode) .image-button:focus .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .image-button:focus .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus .image-button-content > footer {
  max-height: 280px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .image-button:focus-within:after,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus-within:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}

body:not(.fsComposeMode) .image-button:focus-within .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .image-button:focus-within .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus-within .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3:focus-within .image-button-content > footer {
  max-height: 280px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .image-button .image-button-content,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content {
  font-family: "Lato", "Arial", sans-serif;
}

body:not(.fsComposeMode) .image-button .image-button-content > header h2.fsElementTitle,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header h2.fsElementTitle {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
}

body:not(.fsComposeMode) .image-button .image-button-content > header .fsElementHeaderContent,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > header .fsElementHeaderContent {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .image-button .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > .fsElementContent {
  font-size: 16px;
  line-height: 25px;
}

body:not(.fsComposeMode) .image-button .image-button-content > footer > .fsElementFooterContent a,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent a {
  color: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  font-weight: 600;
}

body:not(.fsComposeMode) .image-button .image-button-content > footer > .fsElementFooterContent a:hover,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent a:hover {
  text-decoration: none;
  color: #F58345;
}

body:not(.fsComposeMode) .image-button .image-button-content > footer > .fsElementFooterContent a:focus,
body:not(.fsComposeMode) .bpa-image-buttons-3 .image-button-content > footer > .fsElementFooterContent a:focus {
  text-decoration: none;
  color: #F58345;
}