/*!
 * Dunn School - default_19
 * @link: https://dunnschoolorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Gabi Popescu
 * Project Manager: Lisa Hill
 * Designer: Seong Wong
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-26-gc2524f0
 * Last built by: Kosha Burnett
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "Poppins";
  color: #A31824;
  letter-spacing: 2.5px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "Poppins";
  letter-spacing: 2.5px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 29px;
  line-height: 38px;
  margin-bottom: 20px;
  font-family: "Poppins";
  letter-spacing: 2.5px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #A31824;
  letter-spacing: 2px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 4.29px;
}

p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 1.61px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

ul li,
ol li {
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 1.61px;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_29 th {
  padding: 10px 20px;
  background: #A31824;
  color: #ffffff;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_29 td {
  padding: 10px 20px;
  background: white;
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_29 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_29: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: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fs_style_23:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_23:hover:after,
.fs_style_23:focus:after,
.fsStateSelected .fs_style_23:after,
.fs_style_23.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fs_style_23:hover:before,
.fs_style_23:focus:before,
.fsStateSelected .fs_style_23:before,
.fs_style_23.on:before {
  width: 25px;
  background: #A31824;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_23 {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_23:before {
    display: none;
  }
}

.fs_style_XY {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000000;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fs_style_XY:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_XY:hover,
.fs_style_XY:focus,
.fsStateSelected .fs_style_XY,
.fs_style_XY.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_XY:hover:after,
.fs_style_XY:focus:after,
.fsStateSelected .fs_style_XY:after,
.fs_style_XY.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fs_style_XY:hover:before,
.fs_style_XY:focus:before,
.fsStateSelected .fs_style_XY:before,
.fs_style_XY.on:before {
  width: 25px;
  background: #A31824;
}

.fs_style_XY em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_XY {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_XY:before {
    display: none;
  }
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
  max-width: 275px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-right: inherit;
}

.fs_style_30:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fs_style_30:hover:before,
.fs_style_30:focus:before,
.fsStateSelected .fs_style_30:before,
.fs_style_30.on:before {
  width: 25px;
  background: #A31824;
}

.fs_style_30 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_30 {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_30:before {
    display: none;
  }
}

.fs_style_30 em {
  text-align: left;
  margin-top: 10px;
  text-transform: none;
}

.fs_style_30:after {
  display: none;
}

.fs_style_30:before {
  display: none;
}

@media (max-width: 500px) {
  .fs_style_30 {
    min-width: inherit;
    max-width: inherit;
    width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.button-on-dark-container {
  background: #000000;
  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: 483px;
  height: 200px;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fs_style_31:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #A31824;
  color: #C6C6C6;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_31:hover:after,
.fs_style_31:focus:after,
.fsStateSelected .fs_style_31:after,
.fs_style_31.on:after {
  color: #C6C6C6;
  border: 1.5px solid #A31824;
  background: #A31824;
}

.fs_style_31:hover:before,
.fs_style_31:focus:before,
.fsStateSelected .fs_style_31:before,
.fs_style_31.on:before {
  width: 25px;
  background: #C6C6C6;
}

.fs_style_31 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_31 {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_31:before {
    display: none;
  }
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
  border: 1.5px solid transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fsStyleDefaultButton:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:focus:before,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStyleDefaultButton.on:before {
  width: 25px;
  background: #A31824;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fsStyleDefaultButton {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fsStyleDefaultButton:before {
    display: none;
  }
}

.fsStyleDefaultButton:before {
  display: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus {
  border: 1.5px solid #A31824 !important;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  min-height: 34px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  border: 1px solid #C6C6C6 !important;
  position: relative;
  margin-right: 100px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #A31824 !important;
}

@media (max-width: 500px) {
  .fsStyleUpdateButton {
    min-width: inherit;
    max-width: inherit;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fsStyleUpdateButton:before {
    display: none;
  }
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #000000;
  font-size: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
}

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

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px;
}

.fsSlideshow .fsPager li {
  width: 12px;
  height: 12px;
  position: relative;
  vertical-align: middle;
}

.fsSlideshow .fsPager li button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #000000;
}

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

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

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

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

/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

.fsDialogCloseButton {
  opacity: 1;
}

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

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

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

.fsElementDialog {
  color: #000000;
}

.fsPagePopDialog {
  width: 800px;
}

.fsPagePopDialog #fsPagePopCloseButton:before,
.fsPagePopDialog #fsPagePopCloseButton:after {
  background: #fff;
}

.fsPagePopDialog #fsPagePopDialogContent {
  background: #A31824;
  color: #fff;
  border: 1px solid #fff;
}

.fsPagePopDialog #fsPagePopDialogContent a {
  color: #fff;
  text-decoration: underline;
}

.fsPagePopDialog #fsPagePopDialogContent a:hover {
  opacity: 0.7;
}

.fsPagePopDialog #fsPagePopDialogContent p {
  line-height: 20px;
}

.fsPagePopDialog #fsPagePopDialogContent .fsPagePopTitle {
  font-size: 28px;
  line-height: 32px;
}

.fsPagePopDialog #fsPagePopHideButton {
  color: #fff;
}

.fsPagePopDialog #fsPagePopControls {
  padding: 0;
}

.fsPagePopDialog #fsPagePopControls #fsPagePopDotsContainer button {
  color: #fff;
}

.lead-in,
.fs_style_24 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 45px;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 45px;
  font-weight: 600;
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 70px;
  margin-bottom: 70px;
}

blockquote p {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 45px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  blockquote {
    font-size: 22px;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

  blockquote p {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (max-width: 700px) {
  blockquote {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 24px;
    padding: 0;
  }

  blockquote p {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 24px;
  }
}

.fsBanner blockquote {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 0;
}

.fsBanner blockquote p {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}

cite,
.fs_style_25 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  font-weight: 400;
  margin-top: 30px;
}

@media (max-width: 700px) {
  cite,
  .fs_style_25 {
    font-size: 12px;
    letter-spacing: 1.29px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 20px;
  }
}

.fsBanner cite,
.fsBanner .fs_style_25 {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 20px;
}

.callout,
.fs_style_26,
.fs_style_27,
.fs_style_28 {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  color: #000000;
  padding-left: 20px;
  position: relative;
  display: table;
  margin-top: 50px;
  margin-bottom: 50px;
}

.callout:before,
.fs_style_26:before,
.fs_style_27:before,
.fs_style_28:before {
  content: ' ';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #C6C6C6;
  top: 0;
}

.callout.left,
.fs_style_26.left,
.fs_style_27.left,
.fs_style_28.left {
  float: left;
  margin-left: 20px;
}

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

.callout.right,
.fs_style_26.right,
.fs_style_27.right,
.fs_style_28.right {
  float: right;
  margin-right: 20px;
}

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

.fs_style_27 {
  float: left;
  margin-right: 20px;
  margin-bottom: inherit;
  margin-top: inherit;
}

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

.fs_style_28 {
  float: right;
  margin-left: 20px;
  margin-bottom: inherit;
  margin-top: inherit;
}

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

.custom-callout {
  position: relative;
  padding: 30px;
  background-color: #F4F4F4;
  overflow: hidden;
}

.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;
  margin-bottom: 20px;
  font-size: 29px;
  letter-spacing: 1.5px;
  line-height: 38px;
  font-family: "Poppins";
  color: #A31824;
}

.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 p {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  margin: 0px;
  color: #000000;
}

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

.custom-callout.red h2.fsElementTitle {
  color: white;
}

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

.custom-callout.red > .fsElementContent a:not([class*=fs_style]) {
  color: #F3E0E1;
}

.custom-callout.red > .fsElementContent a:not([class*=fs_style]):hover,
.custom-callout.red > .fsElementContent a:not([class*=fs_style]):focus {
  color: #C6C6C6;
}

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

@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 {
  font-size: 20px;
}

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

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

@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 {
  font-size: 20px;
}

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

.fsBanner .custom-callout {
  padding-left: 20px;
  padding-right: 20px;
}

.fancy-image img {
  width: 100%;
}

.fancy-image figcaption {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  color: #000000;
}

.fancy-image figcaption p {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  color: #000000;
}

.hero-image {
  height: 640px;
  margin-bottom: 0;
  position: relative;
  margin-left: -1.25em;
  margin-right: -1.25em;
}

.hero-image article {
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-image article img {
  display: none;
}

@media (max-width: 768px) {
  .hero-image {
    height: 400px;
  }

  .hero-image article {
    height: 400px;
  }
}

@media (max-width: 500px) {
  .hero-image {
    height: 220px;
  }

  .hero-image article {
    height: 220px;
  }

  .hero-image video {
    height: 220px;
  }
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #039;
  background: transparent;
}

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.fsBreadcrumb ul li {
  display: inline-block;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
}

.custom-breadcrumb {
  margin-bottom: 60px;
}

.custom-breadcrumb a {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.custom-breadcrumb li {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.29px;
  line-height: 22px;
}

.custom-breadcrumb span {
  color: #C6C6C6;
  margin: 0 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-sub {
  background: #F4F4F4;
}

.nav-sub .fsElementTitle {
  display: none;
}

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

@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: 22px;
    line-height: 31px;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: white;
    background-color: #A31824;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -40px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #A31824;
    color: white;
  }
}

@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;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 25px;
    font-weight: normal;
  }

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

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

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

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

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

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

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

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

  .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: #A31824;
    color: white;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-sub ul.fsNavLevel1 > .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: "\E90B";
  font-family: "IcoMoon";
  color: #000000;
  text-align: center;
  font-size: 10px;
}

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

.nav-sub ul.fsNavLevel1 > .fsNavParentPage.active-nav .nav-sub-btn:after {
  content: '-';
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

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

.nav-sub ul.fsNavLevel1 > .fsNavParentPage.fsNavCurrentPage .fsNavPageInfo,
.nav-sub ul.fsNavLevel1 > .fsNavParentPage.fsNavCurrentPageAncestor .fsNavPageInfo {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage .nav-sub-btn {
  position: absolute;
  right: 0px;
  top: 8px;
  padding: 0px;
  background: transparent;
  border: 0px;
  width: 25px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .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: "\E90B";
  font-family: "IcoMoon";
  font-size: 10px;
  color: #000000;
  text-align: center;
  font-size: 10px;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage .fsNavPageInfo {
  display: none;
  position: relative;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage.active-nav .nav-sub-btn:after {
  content: '-';
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage.active-nav .fsNavPageInfo {
  display: block;
  margin-top: 2px;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage.active-nav.fsNavCurrentPage .fsNavPageInfo {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block !important;
}

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

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage .fsNavLevel3 .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: "\E90B";
  font-family: "IcoMoon";
  font-size: 10px;
  color: #000000;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-size: 10px;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage .fsNavLevel3 .fsNavParentPage .fsNavPageInfo {
  display: none !important;
  position: relative;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage .fsNavLevel3 .fsNavParentPage.active-nav .nav-sub-btn:after {
  content: '-';
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.nav-sub ul.fsNavLevel1 > .fsNavParentPage .fsNavLevel2 .fsNavParentPage .fsNavLevel3 .fsNavParentPage.active-nav .fsNavPageInfo {
  display: block !important;
  margin-top: 2px;
}

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

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

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

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

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

.nav-sub .fsNavLevel2 > li.fsNavParentPage > a {
  font-weight: 600;
}

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

.nav-sub .fsNavLevel3 > li.fsNavParentPage > a {
  font-weight: 600;
}

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

.nav-sub .fsNavLevel4 > li.fsNavParentPage > a {
  font-weight: 600;
}

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

.nav-sub .fsNavLevel5 > li.fsNavParentPage > a {
  font-weight: 600;
}

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

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

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

@media (min-width: 1051px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

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

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

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

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

.nav-main .fsNavLevel1 > li:hover > a:before {
  height: 5px;
}

.nav-main .fsNavLevel1 > li:focus-within > a:before {
  height: 5px;
}

.nav-main .fsNavLevel1 > li:focus-within .fsNavPageInfo {
  visibility: visible;
  opacity: 1;
  top: 100% !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 9999px;
}

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #000000;
  background: transparent;
  padding: 1.25em;
  line-height: 84px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.nav-main .fsNavLevel1 > li > a:before {
  content: ' ';
  width: 100%;
  height: 0px;
  background: #A31824;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

.nav-main .fsNavLevel1 > li > a:focus:before {
  height: 5px;
}

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

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

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

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

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

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  visibility: visible;
  opacity: 1;
  top: 100% !important;
  max-height: 9999px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

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

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

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

.nav-main .fsNavPageInfo {
  background: rgba(163, 24, 36, 0.95);
  text-align: left;
  z-index: 300;
  padding: 30px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  white-space: nowrap;
  border: 1px solid #FFFFFF;
  max-height: 0px;
  visibility: hidden;
  opacity: 0;
  top: 120% !important;
  display: table;
  -webkit-transition: all .3s, visibility 0.1s linear 0.3s;
  transition: all .3s, visibility 0.1s linear 0.3s;
}

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

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

.nav-main .fsNavLevel1 > li:nth-child(n+4) .fsNavPageInfo {
  left: unset !important;
  right: 0 !important;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.625em;
}

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

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

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

@media (min-width: 1051px) {
  .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;
  z-index: 501;
  left: unset;
  right: 0px;
  cursor: pointer;
}

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

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

.mobile-toggle:before {
  margin-top: -0.575em;
  -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.575em 0 0 #000000;
          box-shadow: 0 0.575em 0 0 #000000;
  -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 {
  background: #c6c6c6;
  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 {
  background: #c6c6c6;
  -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;
  background: #A31824;
  width: 100%;
  padding-bottom: 35px;
  padding-top: 7px;
}

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

.fsMenu .site-info-container {
  padding-left: 1.25em;
  background-color: white;
  height: 84px;
}

.fsMenu .site-info-container > .fsElementContent {
  height: 100%;
}

.fsMenu .site-info-container a {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fsMenu .site-info-container a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/logoimg.png) no-repeat 0 50%;
  height: 60.98px;
  width: 52.79px;
  background-size: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsMenu .site-info-container a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/logo-white.png) no-repeat 0 50%;
  height: 46px;
  width: 90px;
  background-size: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

@media (max-width: 450px) {
  .fsMenu .site-info-container a:before {
    height: 47px;
    width: 41px;
  }

  .fsMenu .site-info-container a:after {
    height: 38px;
    width: 73px;
  }
}

.fsMenu .off-canvas-main {
  margin-bottom: 40px;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li {
  border-bottom: 1px solid #000000;
  position: relative;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li .nav-sub-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
  cursor: pointer;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li .nav-sub-btn:before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #F4F4F4;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li > a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 55px;
  color: #F4F4F4;
  padding-left: 25px;
  padding-right: 70px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li .fsNavPageInfo {
  max-height: 0;
  visibility: hidden;
  background: #F4F4F4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li .fsNavPageInfo a {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  color: #000000;
  padding-left: 25px;
}

.fsMenu .off-canvas-main .fsNavLevel1 > li .fsNavPageInfo a:hover,
.fsMenu .off-canvas-main .fsNavLevel1 > li .fsNavPageInfo a:focus {
  color: #A31824;
}

.fsMenu .off-canvas-main .fsNavLevel1 li.active-nav {
  border: none;
}

.fsMenu .off-canvas-main .fsNavLevel1 li.active-nav > a {
  color: #A31824;
  background: #F4F4F4;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fsMenu .off-canvas-main .fsNavLevel1 li.active-nav .nav-sub-btn:before {
  content: '-';
  color: #A31824;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsMenu .off-canvas-main .fsNavLevel1 li.active-nav .fsNavPageInfo {
  padding-bottom: 34px;
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsMenu .off-canvas-main .fsNavLevel1 li.fsNavCurrentPage > a {
  color: #A31824;
}

.fsMenu .red-bar {
  margin-left: 25px;
  margin-bottom: 10px;
}

.fsMenu .red-bar ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.fsMenu .red-bar ul > li:before {
  margin-right: 5px;
  margin-bottom: 2px;
}

.fsMenu .red-bar ul > li.jobs:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsMenu .red-bar ul > li.login:before {
  content: "\F023";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsMenu .red-bar ul > li > a {
  color: inherit;
}

.fsMenu .mobile-quicklinks header {
  background: transparent !important;
}

.fsMenu .mobile-quicklinks header h2 {
  font-size: 15px !important;
  letter-spacing: 1.5px !important;
  line-height: 24px !important;
  padding: 0 !important;
  color: #F4F4F4 !important;
}

.fsMenu .mobile-quicklinks header h2:after {
  display: none !important;
}

.fsMenu .mobile-quicklinks header h2 > a {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
}

.fsMenu .mobile-quicklinks header h2 > a:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  font-size: 13px;
}

.fsMenu .mobile-quicklinks header h2 > a:after {
  content: '\E90F';
  font-family: "IcoMoon";
  right: -25px;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  font-size: 8px;
}

.fsMenu .mobile-quicklinks .fsPanel .fsElementContent {
  padding-bottom: 0;
}

.fsMenu .mobile-quicklinks .fsPanel .fsElementContent nav a {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 0;
  padding-left: 25px;
  color: #F4F4F4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  font-size: 0;
  color: transparent;
  position: relative;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #000000;
  font-size: 16px;
  font-size: 23px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-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: #C6C6C6;
  border-color: #C6C6C6;
}

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

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

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

/*! structure - header v0.0.1 */

@media (max-width: 1050px) {
  #fsHeader .site-info-container {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

body.fsAccountBarVisible .search-popup {
  top: 173px !important;
}

.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 {
  display: block;
  margin-bottom: 0;
}

.site-info-container a {
  display: block;
  color: transparent;
  height: 84px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 0;
}

.site-info-container a img {
  width: auto;
  height: 100%;
}

.site-info-container a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/logoimg.png) no-repeat 0 50%;
  height: 60.98px;
  width: 52.79px;
  background-size: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.site-info-container a:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(images/logotext.png) no-repeat 0 50%;
  height: 46px;
  width: 90px;
  background-size: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

@media (max-width: 450px) {
  .site-info-container a {
    width: 134px;
    height: 51px;
  }

  .site-info-container a:before {
    height: 47px;
    width: 41px;
  }

  .site-info-container a:after {
    height: 38px;
    width: 73px;
  }
}

#fsHeader {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

#fsHeader .section-1 {
  background: #A31824;
  height: 44px;
  margin-bottom: 0;
  margin-left: -1.25em;
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

#fsHeader .section-1 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks {
  margin-bottom: 0;
  position: relative;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks .fsElementHeaderContent {
  margin: 0;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks button {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks button:hover,
#fsHeader .section-1 > .fsElementContent .header-quicklinks button:focus {
  color: #C6C6C6;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks button:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
  font-size: 13px;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks button:after {
  content: '\E90F';
  font-family: "IcoMoon";
  right: -10px;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  position: absolute;
  font-size: 6px;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks > .fsElementContent {
  position: absolute;
  border: 1px solid #FFFFFF;
  opacity: 0;
  background: rgba(163, 24, 36, 0.95);
  min-width: 191px;
  z-index: 300;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 120%;
  -webkit-transition: all .3s, visibility 0.1s linear 0.3s;
  transition: all .3s, visibility 0.1s linear 0.3s;
  padding: 30px 25px;
  visibility: hidden;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks > .fsElementContent a {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 0;
  margin-bottom: 16px;
  color: white;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks > .fsElementContent a:hover,
#fsHeader .section-1 > .fsElementContent .header-quicklinks > .fsElementContent a:focus {
  color: #d1d1d1;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks > .fsElementContent li:last-child a {
  margin-bottom: 0;
}

#fsHeader .section-1 > .fsElementContent .header-quicklinks.active > .fsElementContent {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsHeader .section-1 > .fsElementContent .search-trigger {
  margin-left: 20px;
  margin-right: 6px;
}

#fsHeader .section-1 > .fsElementContent .search-trigger button {
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
}

#fsHeader .section-1 > .fsElementContent .search-trigger button:before {
  content: '\E905';
  font-family: "IcoMoon";
  font-size: 18px;
  color: white;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsHeader .section-1 > .fsElementContent .search-trigger button:hover:before,
#fsHeader .section-1 > .fsElementContent .search-trigger button:focus:before {
  color: #c6c6c6;
}

@media (max-width: 1050px) {
  #fsHeader .section-1 {
    height: 7px;
  }

  #fsHeader .section-1 .header-log-in,
  #fsHeader .section-1 .header-quicklinks,
  #fsHeader .section-1 .search-trigger {
    display: none;
  }
}

#fsHeader .section-1 .red-bar {
  display: none;
}

#fsHeader .section-1 .red-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsHeader .section-1 .red-bar ul > li {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

#fsHeader .section-1 .red-bar ul > li:before {
  margin-right: 5px;
  margin-bottom: 2px;
}

#fsHeader .section-1 .red-bar ul > li.jobs:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

#fsHeader .section-1 .red-bar ul > li.login:before {
  content: "\F023";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

#fsHeader .section-1 .red-bar ul > li > a {
  color: inherit;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 1050px) {
  #fsHeader .section-1 .red-bar {
    display: block;
  }
}

#fsHeader .section-2 {
  height: 84px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

#fsHeader .section-2 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsHeader .section-3 {
  background: #F4F4F4;
  margin-left: -1.25em;
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

#fsHeader .section-3 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

#fsHeader .section-3 > .fsElementContent nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fsHeader .section-3 > .fsElementContent nav ul li {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

#fsHeader .section-3 > .fsElementContent nav ul li:first-child {
  padding-left: 0;
}

#fsHeader .section-3 > .fsElementContent nav ul li a {
  line-height: 30px;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

#fsHeader .section-3 > .fsElementContent nav ul li a:hover,
#fsHeader .section-3 > .fsElementContent nav ul li a:focus {
  color: #A31824;
}

#fsHeader .section-3 > .fsElementContent nav ul li.fsNavCurrentPage a {
  color: #A31824;
}

@media (max-width: 1050px) {
  #fsHeader .section-3 {
    display: none;
  }
}

#fsHeader .search-popup {
  position: fixed;
  background: #A31824;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 128px;
  left: 50%;
  opacity: 0;
  transition: left 0.7s ease-in-out, opacity 0.5s, -webkit-transform 0.3s ease-in-out, visibility 0.1s linear 1s;
  padding-top: 130px;
  padding-bottom: 130px;
  visibility: hidden;
}

#fsHeader .search-popup .fsElementContent {
  max-width: 780px;
  margin: 0 auto;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement {
  position: relative;
  margin-bottom: 92px;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement .fsSearchElementKeyword {
  margin-bottom: 0;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement header h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  color: #F4F4F4;
  font-family: "Poppins", sans-serif;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement label {
  display: none;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement .fsStyleSearchField {
  padding-left: 85px;
  height: 75px;
  border: 1px solid #8A2226;
  background-color: #FFFFFF;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  color: #000;
  font-family: "Poppins", sans-serif;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement .fsSearchElementSearchButton {
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 73px;
  width: 74px;
  font-size: 0;
  color: transparent;
  padding: 0;
  border: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement .fsSearchElementSearchButton:before {
  content: '\E905';
  font-family: "IcoMoon";
  font-size: 30px;
  color: #A31824;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

#fsHeader .search-popup .fsElementContent .fsSearchElement ::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}

#fsHeader .search-popup .popular-pages > header h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  color: white;
}

#fsHeader .search-popup .popular-pages > .fsElementContent ul {
  padding: 0;
  max-height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#fsHeader .search-popup .popular-pages > .fsElementContent ul li {
  list-style-type: none;
  max-width: 280px;
  min-width: 280px;
}

#fsHeader .search-popup .popular-pages > .fsElementContent ul li a {
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 29px;
}

#fsHeader .search-popup .popular-pages > .fsElementContent ul li a:hover,
#fsHeader .search-popup .popular-pages > .fsElementContent ul li a:focus {
  color: #c6c6c6;
}

#fsHeader .mobile-search-button-container {
  position: absolute;
  display: table;
  margin-bottom: 0;
  top: 50%;
  right: 70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fsHeader .mobile-search-button-container button {
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
  outline: none;
}

#fsHeader .mobile-search-button-container button:before {
  content: '\E905';
  font-family: "IcoMoon";
  font-size: 25px;
  color: #000000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsHeader .mobile-search {
  position: absolute;
  height: 84px;
  z-index: 502;
  margin-bottom: 0;
  margin-left: -1.25em;
  margin-right: -1.25em;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: -100%;
  -webkit-transition: opacity .3s, top .3s, visibility .3s linear .3s;
  transition: opacity .3s, top .3s, visibility .3s linear .3s;
}

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

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

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

#fsHeader .mobile-search .fsSearchElementKeyword:before {
  content: ' ';
  height: 44px;
  width: 2px;
  background: #000000;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}

#fsHeader .mobile-search input {
  height: 84px;
  padding-left: 30px;
  padding-right: 80px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
}

#fsHeader .mobile-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

#fsHeader .mobile-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}

#fsHeader .mobile-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

#fsHeader .mobile-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#fsHeader .mobile-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

#fsHeader .mobile-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}

#fsHeader .mobile-search .fsSearchElementSearchButton {
  display: none;
}

#fsHeader .mobile-search .mobile-search-close-button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  width: 30px;
  height: 30px;
}

#fsHeader .mobile-search .mobile-search-close-button:after {
  content: '\E90A';
  font-family: "IcoMoon";
  font-size: 30px;
  color: #A31824;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#fsHeader .mobile-search .fsElementFooterContent {
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 1050px) {
  #fsHeader .mobile-search-button-container,
  #fsHeader .mobile-search {
    display: none;
  }
}

#fsHeader .mobile-search.active {
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s, top .3s;
  transition: opacity .3s, top .3s;
}

body.search-open {
  overflow-y: hidden;
}

body.search-open #fsHeader .section-1 .search-trigger .search-button:before {
  content: '\E90A';
  font-weight: normal;
  color: #c6c6c6;
}

body.search-open #fsHeader .search-popup {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: left 0.7s ease-in-out, opacity 0.5s, -webkit-transform 0.3s ease-in-out, visibility 0.1s linear 0s;
}

body:not(.fsComposeMode) .search-popup > header {
  display: none;
}

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

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

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

.school-details a {
  color: inherit;
}

#fsFooter {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.25em;
  padding-left: 1.25em;
  max-width: calc(1180px + 2.5em);
  padding-bottom: 25px;
}

#fsFooter .section-1 > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsFooter .section-1 > .fsElementContent .link-social-container {
  position: relative;
  width: 35%;
}

#fsFooter .section-1 > .fsElementContent .link-social-container .footer-link-container {
  margin-bottom: 10px;
}

#fsFooter .section-1 > .fsElementContent .link-social-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#fsFooter .section-1 > .fsElementContent .link-social-container > .fsElementContent .footer-home-link {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 45px;
  text-transform: uppercase;
  color: #A31824;
}

#fsFooter .section-1 > .fsElementContent .link-social-container > .fsElementContent .footer-home-link:hover,
#fsFooter .section-1 > .fsElementContent .link-social-container > .fsElementContent .footer-home-link:focus {
  color: #000000;
}

#fsFooter .section-1 > .fsElementContent .leadin-container {
  width: 65%;
}

#fsFooter .section-1 > .fsElementContent .leadin-container p,
#fsFooter .section-1 > .fsElementContent .leadin-container span {
  font-size: 18px;
}

#fsFooter .section-1 > .fsElementContent .leadin-container .fsElement:first-child {
  margin-bottom: 20px;
}

#fsFooter .section-1 > .fsElementContent .leadin-container .disclaimer p {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4rem;
}

@media (max-width: 1000px) {
  #fsFooter .section-1 {
    margin-bottom: 85px;
  }
}

#fsFooter .section-2 .fsElementTitle {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 17px;
}

#fsFooter .section-2 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsFooter .section-2 > .fsElementContent .adress {
  width: 35%;
  position: relative;
}

#fsFooter .section-2 > .fsElementContent .adress:before {
  content: ' ';
  height: 242px;
  width: 206px;
  position: absolute;
  top: -45px;
  background: url(images/footer-logo.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 1000px) {
  #fsFooter .section-2 > .fsElementContent .adress {
    margin-bottom: 110px;
  }

  #fsFooter .section-2 > .fsElementContent .adress:before {
    height: 316px;
    width: 269px;
    top: -95px;
  }
}

#fsFooter .section-2 > .fsElementContent > .fsNavigation {
  width: 21.6%;
  display: block;
  position: relative;
}

#fsFooter .section-2 > .fsElementContent > .fsNavigation a {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 17px;
  padding-top: 0;
  padding-bottom: 0;
  display: table;
}

#fsFooter .section-2 > .fsElementContent > .fsNavigation a:hover,
#fsFooter .section-2 > .fsElementContent > .fsNavigation a:focus {
  color: #A31824;
}

@media (max-width: 600px) {
  #fsFooter .section-2 > .fsElementContent .fsElementTitle {
    width: 100%;
    display: block;
  }

  #fsFooter .section-2 > .fsElementContent .fsNavigation {
    width: 100% !important;
    display: block;
  }
}

#fsFooter .section-3 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#fsFooter .section-3 > .fsElementContent .contact-container {
  margin-bottom: 0;
  width: 35%;
}

#fsFooter .section-3 > .fsElementContent .contact-container p {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

#fsFooter .section-3 > .fsElementContent .copyright-container {
  margin-bottom: 0;
  width: calc(65% - 132px);
}

@media (max-width: 1000px) {
  #fsFooter .section-1 > .fsElementContent {
    -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;
  }

  #fsFooter .section-1 > .fsElementContent .link-social-container {
    width: 100%;
  }

  #fsFooter .section-1 > .fsElementContent .leadin-container {
    display: none;
  }

  #fsFooter .section-2 > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #fsFooter .section-2 > .fsElementContent .adress {
    width: 100%;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation {
    width: 33.33%;
    display: table;
  }

  #fsFooter .section-3 > .fsElementContent {
    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;
  }

  #fsFooter .section-3 > .fsElementContent .contact-container {
    margin-bottom: 17px;
    width: auto;
  }

  #fsFooter .section-3 > .fsElementContent .contact-container p {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  #fsFooter .section-3 > .fsElementContent .copyright-container {
    margin-bottom: 0;
    width: auto;
  }
}

@media (max-width: 600px) {
  #fsFooter {
    padding-bottom: 0;
  }

  #fsFooter .section-2 > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation {
    width: auto;
    display: table;
    margin-bottom: 0;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation header {
    position: relative;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation header button {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    color: transparent;
    background: none;
    border: none;
    cursor: pointer;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation header button:after {
    content: '+';
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation .fsElementContent {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation.active header button:after {
    content: '-';
  }

  #fsFooter .section-2 > .fsElementContent > .fsNavigation.active .fsElementContent {
    max-height: 9999px;
    opacity: 1;
  }

  #fsFooter .section-3 > .fsElementContent .copyright-container {
    margin-bottom: 50px;
  }
}

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

body {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
  border-bottom: 10px solid #A31824;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  margin-bottom: 40px;
  border-bottom: 1.5px solid #C6C6C6;
}

#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: 340px;
    -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: 340px;
  }
}

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

#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% - 340px);
  }
}

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

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

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

#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: 340px;
    -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% - 340px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 55px;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

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

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

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

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

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

.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;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  transition: transform .3s, color .3s;
  transition: transform .3s, color .3s, -webkit-transform .3s;
  color: #C6C6C6;
  content: "\E90F";
  font-family: "IcoMoon";
}

.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;
  -webkit-transition: color .3s, -webkit-transform .3s;
  transition: color .3s, -webkit-transform .3s;
  transition: transform .3s, color .3s;
  transition: transform .3s, color .3s, -webkit-transform .3s;
  color: #C6C6C6;
  content: "\E90F";
  font-family: "IcoMoon";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: white;
}

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

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 22px;
  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: 29px;
  line-height: 38px;
  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 #e5e5e5;
}

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #A31824;
  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 article {
  padding-left: 0;
  border-top: 1.5px solid #C6C6C6;
  padding-top: 25px;
}

.fsCalendar .fsTitle {
  font-size: 29px;
  letter-spacing: 1.5px;
  line-height: 38px;
  font-family: "Poppins";
  font-weight: normal;
  margin-bottom: 30px;
}

.fsCalendar .fsTitle a {
  font-size: 29px;
  letter-spacing: 1.5px;
  line-height: 38px;
  font-family: "Poppins";
  font-weight: normal;
}

.fsCalendar .fsDate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: none;
  height: 55px;
  margin-bottom: 25px;
}

.fsCalendar .fsDate:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.5px;
  width: 25px;
  background: #C6C6C6;
}

.fsCalendar .fsDate span {
  display: table;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
}

.fsCalendar .fsTimeRange {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.fsCalendar .fsLocation {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}

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

.fsCalendar .fsLoadMoreButton {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}

.fsCalendar .fsLoadMoreButton:after {
  display: none;
}

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

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

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

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

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

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

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

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(163, 24, 36, 0.1);
}

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.scroll-up span:hover:after,
.scroll-up span:focus:after,
.fsStateSelected .scroll-up span:after,
.scroll-up span.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.scroll-up span:hover:before,
.scroll-up span:focus:before,
.fsStateSelected .scroll-up span:before,
.scroll-up span.on:before {
  width: 25px;
  background: #A31824;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .scroll-up span {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-up span:before {
    display: none;
  }
}

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

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

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

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

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

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #36c;
  -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: #039;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #A31824;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

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

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824 !important;
}

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

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

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

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

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

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

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

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

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

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

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

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

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

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

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

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

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fsResetContinue:before,
.fsResetCancel:before,
.fsLoginNewSuccess > button:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .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: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fsResetContinue:hover:after,
.fsResetContinue:focus:after,
.fsStateSelected .fsResetContinue:after,
.fsResetContinue.on:after,
.fsResetCancel:hover:after,
.fsResetCancel:focus:after,
.fsStateSelected .fsResetCancel:after,
.fsResetCancel.on:after,
.fsLoginNewSuccess > button:hover:after,
.fsLoginNewSuccess > button:focus:after,
.fsStateSelected .fsLoginNewSuccess > button:after,
.fsLoginNewSuccess > button.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fsResetContinue:hover:before,
.fsResetContinue:focus:before,
.fsStateSelected .fsResetContinue:before,
.fsResetContinue.on:before,
.fsResetCancel:hover:before,
.fsResetCancel:focus:before,
.fsStateSelected .fsResetCancel:before,
.fsResetCancel.on:before,
.fsLoginNewSuccess > button:hover:before,
.fsLoginNewSuccess > button:focus:before,
.fsStateSelected .fsLoginNewSuccess > button:before,
.fsLoginNewSuccess > button.on:before {
  width: 25px;
  background: #A31824;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fsResetContinue,
  .fsResetCancel,
  .fsLoginNewSuccess > button {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fsResetContinue:before,
  .fsResetCancel:before,
  .fsLoginNewSuccess > button:before {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.fsPostElement article {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.fsPostElement .fsThumbnail img {
  width: 100%;
}

.fsPostElement .fsCategory {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  padding: 6px;
  background-color: #F4F4F4;
  border: none !important;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: none;
}

.fsPostElement .fsTitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}

.fsPostElement .fsTitle a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  color: #A31824;
}

.fsPostElement .fsAuthor {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  display: block;
  font-weight: 600;
}

.fsPostElement .fsDateTime {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  display: block;
  font-weight: 600;
}

.fsPostElement .fsSummary {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
}

.fsPostElement .fsBody {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
}

.fsPostElement .fsPostLink {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  margin-top: 22px;
  display: block;
}

.fsPostElement .fsTag {
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-weight: 600;
  padding: 8px;
  border: 1px solid #C6C6C6;
  background: white;
  margin-right: 10px;
}

.fsPostElement .fsTag:last-child {
  margin-right: 0;
}

.fsPostElement .fsLoadMoreButton {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}

.fsPostElement .fsLoadMoreButton:after {
  display: none;
}

.fsBanner .fsPostElement article {
  border-bottom: 1px solid #C6C6C6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.vimeo_view_link a:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.vimeo_view_link a:hover:after,
.vimeo_view_link a:focus:after,
.fsStateSelected .vimeo_view_link a:after,
.vimeo_view_link a.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.vimeo_view_link a:hover:before,
.vimeo_view_link a:focus:before,
.fsStateSelected .vimeo_view_link a:before,
.vimeo_view_link a.on:before {
  width: 25px;
  background: #A31824;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .vimeo_view_link a {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vimeo_view_link a:before {
    display: none;
  }
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.Youtube_view_link a:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.Youtube_view_link a:hover:after,
.Youtube_view_link a:focus:after,
.fsStateSelected .Youtube_view_link a:after,
.Youtube_view_link a.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.Youtube_view_link a:hover:before,
.Youtube_view_link a:focus:before,
.fsStateSelected .Youtube_view_link a:before,
.Youtube_view_link a.on:before {
  width: 25px;
  background: #A31824;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .Youtube_view_link a {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .Youtube_view_link a:before {
    display: none;
  }
}

/*! elements - tabs */

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

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

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  background: #F4F4F4;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsTabs .fsTabsNav li a:hover {
  background: #A31824;
  color: #C6C6C6;
}

.fsTabs .fsTabsNav li a:after {
  content: ' ';
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #A31824;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #A31824;
  color: #ffffff;
  position: relative;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  top: 100%;
  opacity: 1;
  border-top: 10px solid #A31824;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

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

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

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

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

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

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

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

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

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

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

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

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

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

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

/*! elements - common v0.0.1 */

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

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

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

.module a {
  color: inherit;
}

.module {
  background: #A31824;
}

/*! pages - home v0.0.1 */

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

@media (max-width: 1024px) {
  .home #fsPageBodyWrapper {
    padding-bottom: 25px;
  }
}

.home #fsPageBody {
  max-width: inherit;
}

.home .custom-breadcrumb {
  display: none;
}

.home #fsHeader .section-3 {
  display: none;
}

.home .fsDiv {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .universal-slideshow {
  height: calc(90vh - 130px);
  margin-bottom: 0;
  position: relative;
  margin-left: -1.25em;
  margin-right: -1.25em;
}

body:not(.fsComposeMode) .universal-slideshow .slick-list {
  height: calc(90vh - 130px);
}

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

body:not(.fsComposeMode) .universal-slideshow article {
  height: calc(90vh - 130px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 0;
}

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

body:not(.fsComposeMode) .universal-slideshow video {
  height: calc(90vh - 130px);
  max-width: unset;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager {
  position: absolute;
  display: table;
  bottom: 25px;
  right: 120px;
  margin-top: 0;
  width: auto;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li {
  margin-left: 10px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button:before {
  width: 5px;
  height: 5px;
  background-color: #fff;
  color: #fff;
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: unset;
          box-sizing: unset;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li.slick-active {
  border: 1px solid white;
  border-radius: 100%;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li.slick-active button:before {
  background-color: #fff !important;
  color: #fff;
  position: absolute;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button:focus {
  outline: none;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button:focus:before {
  background-color: #A31824;
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
  border: 1px solid white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow:before {
  text-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 20px;
  font-family: "IcoMoon";
  top: 50%;
  left: 50%;
}

body:not(.fsComposeMode) .universal-slideshow .fsPrevButton {
  left: 25px;
}

body:not(.fsComposeMode) .universal-slideshow .fsPrevButton:before {
  content: '\E904';
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

body:not(.fsComposeMode) .universal-slideshow .fsNextButton {
  right: 25px;
}

body:not(.fsComposeMode) .universal-slideshow .fsNextButton:before {
  content: '\E904';
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: 465px;
  }

  body:not(.fsComposeMode) .universal-slideshow .slick-list {
    height: 400px;
  }

  body:not(.fsComposeMode) .universal-slideshow article {
    height: 400px;
  }

  body:not(.fsComposeMode) .universal-slideshow video {
    height: 400px;
  }

  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    display: none !important;
  }

  body:not(.fsComposeMode) .universal-slideshow footer .fsElementFooterContent {
    display: none;
  }

  body:not(.fsComposeMode) .universal-slideshow .fsSlideshowPause,
  body:not(.fsComposeMode) .universal-slideshow .fsSlideshowPlay {
    display: none !important;
  }

  body:not(.fsComposeMode) .universal-slideshow .fsPager {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    height: 65px;
  }

  body:not(.fsComposeMode) .universal-slideshow .fsPager li button:before {
    color: #000000;
    background-color: #000000;
  }

  body:not(.fsComposeMode) .universal-slideshow .fsPager li.slick-active {
    border: 1px solid #000000;
  }

  body:not(.fsComposeMode) .universal-slideshow .fsPager li.slick-active button:before {
    color: #000000;
    background-color: #000000 !important;
  }
}

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

  body:not(.fsComposeMode) .universal-slideshow .slick-list {
    height: 220px;
  }

  body:not(.fsComposeMode) .universal-slideshow article {
    height: 220px;
  }

  body:not(.fsComposeMode) .universal-slideshow video {
    height: 220px;
  }
}

body:not(.fsComposeMode) .home-section-1 {
  position: relative;
  margin-bottom: 152px;
}

body:not(.fsComposeMode) .home-section-1 header h2 {
  color: #A31824;
  font-family: "Poppins";
  font-size: 35px;
  letter-spacing: 1.5px;
  line-height: 90px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news {
  width: 60%;
  background: #F4F4F4;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news:before {
  content: ' ';
  width: 100%;
  height: 35px;
  background: #F4F4F4;
  position: absolute;
  bottom: 100%;
  left: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news header h2 {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news header .fsElementHeaderContent {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent {
  max-width: 700px;
  padding-right: 50px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: none;
  padding-bottom: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .fsThumbnail {
  max-width: inherit;
  height: 233px;
  width: 346px;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper {
  max-width: calc(700px - 396px);
  padding-left: 50px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper .fsDateTime {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper .fsTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper .fsTitle:before {
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  position: absolute;
  left: 0;
  top: -10px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper .fsSummary {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container {
  width: 40%;
  padding-left: 60px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container .fsElementHeaderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container .fsElementHeaderContent h2 {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container .fsElementFooterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0;
  margin-top: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container .fsElementFooterContent h2 {
  margin-bottom: 0;
  color: #A31824;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container .fsElementFooterContent a {
  white-space: nowrap;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent {
  max-width: 355px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover {
  margin-bottom: 50px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover .fsElementContent {
  height: 233px;
  width: 346px;
  max-width: inherit;
  height: 233px;
  width: 355px;
  margin: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover .fsElementContent picture,
body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover .fsElementContent figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 233px;
  width: 355px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover .fsElementContent img {
  display: none;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header {
  max-width: 355px;
  position: relative;
  height: 233px;
  width: 355px;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header a {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header a:before {
  content: '\E911';
  font-family: "IcoMoon";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid white;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  padding-left: 5px;
  font-size: 25px;
  color: white;
  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-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header a:hover:before,
body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header a:focus:before {
  background: rgba(255, 255, 255, 0.4);
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header picture,
body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header figure {
  max-width: inherit;
  height: 233px;
  width: 355px;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header picture img,
body:not(.fsComposeMode) .home-section-1 > .fsElementContent .story > header figure img {
  display: none;
}

@media (max-width: 1300px) {
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent {
    -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;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container {
    width: 100%;
    padding-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent {
    max-width: inherit;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .discover > .fsElementContent,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .discover > .fsElementContent {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .discover > .fsElementContent figure,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .discover > .fsElementContent picture,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .discover > .fsElementContent figure,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .discover > .fsElementContent picture {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .discover > .fsElementContent img,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .discover > .fsElementContent img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .story > header,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .story > header {
    width: 100%;
    max-width: inherit;
    margin-bottom: 13px;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .story figure,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .story picture,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .story figure,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .story picture {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent .story > header picture img,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .discover-story-container > .fsElementContent .story > header picture img {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent {
    padding-right: 0;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper {
    max-width: calc(100% - 346px);
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news:before {
    display: none;
  }
}

@media (max-width: 1124px) {
  body:not(.fsComposeMode) .home-section-1 {
    margin-bottom: 95px;
  }

  body:not(.fsComposeMode) .home-section-1 .home-news {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: inherit;
  }

  body:not(.fsComposeMode) .home-section-1 .discover-story-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 90px;
  }
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news {
    padding-bottom: 85px;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news .more-news-link {
    position: absolute;
    right: 25px;
    bottom: 45px;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article .news-wrapper {
    padding-left: 0;
    max-width: inherit;
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article {
    -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;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .home-news > .fsElementContent article:last-child {
    margin-bottom: 16px;
  }

  body:not(.fsComposeMode) .home-section-1 .fsElementContent .home-news > .fsElementContent article .fsThumbnail {
    width: 100%;
    margin-bottom: 25px;
  }

  body:not(.fsComposeMode) .home-section-1 .fsElementContent .home-news > .fsElementContent article .fsThumbnail figure,
  body:not(.fsComposeMode) .home-section-1 .fsElementContent .home-news > .fsElementContent article .fsThumbnail picture {
    width: 100%;
  }
}

body:not(.fsComposeMode) .home-section-1 .discover-story-container {
  margin-bottom: 45px;
}

body:not(.fsComposeMode) .home-section-2 {
  position: relative;
  margin-bottom: 160px;
}

body:not(.fsComposeMode) .home-section-2:before {
  content: ' ';
  width: 85%;
  height: 694px;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  position: absolute;
  background: #F4F4F4;
  max-width: 1600px;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide img {
  display: none;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > header {
  height: 480px;
  width: 810px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent {
  width: 360px;
  margin-left: 102px;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  padding-top: 11px;
  position: relative;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent h2:before {
  content: ' ';
  width: 100%;
  position: absolute;
  height: 1px;
  background: #C6C6C6;
  top: 0;
  left: 0;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent p {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent a {
  margin: 0;
  margin-top: 50px;
  max-width: inherit;
  background: transparent;
  background-color: transparent;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent a:after {
  display: none;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-list {
  max-width: 1500px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .arrows-wrapper {
  position: absolute;
  bottom: 0px;
  right: calc(85% - 155px);
  display: table;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: +1;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-arrow {
  width: 55px;
  height: 55px;
  border: 1px solid #C6C6C6;
  border-radius: 100%;
  background: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-arrow:before {
  font-family: "IcoMoon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align: center;
  color: #000000;
  line-height: 51px;
  font-weight: bold;
  font-size: 20px;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 44.5px;
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-prev:before {
  content: '\E904';
}

body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-next:before {
  content: '\E904';
}

@media (max-width: 1300px) {
  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > .fsElementContent {
    margin-left: 50px;
  }
}

@media (max-width: 1124px) {
  body:not(.fsComposeMode) .home-section-2 {
    margin-bottom: 100px;
  }

  body:not(.fsComposeMode) .home-section-2:before {
    top: -50px;
    bottom: -50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: inherit;
    width: calc(100% - 25px);
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > header {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > .fsElementContent {
    width: calc(100% - 25px);
    margin: 0 auto;
    margin-right: 0;
    padding-left: 25px;
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > .fsElementContent h2 {
    margin-top: 50px;
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > .fsElementContent p:last-child {
    text-align: center;
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > .fsElementContent p:last-child a {
    padding: 27px 70px !important;
  }

  body:not(.fsComposeMode) .home-section-2 > .fsElementContent .arrows-wrapper {
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .home-section-2:before {
    bottom: -100px;
  }

  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > header {
    height: 380px;
  }

  body:not(.fsComposeMode) .home-section-2 > .fsElementContent .arrows-wrapper {
    width: 100%;
    left: inherit;
    right: inherit;
    top: inherit;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    padding-left: 50px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-slide > header {
    height: 189px;
  }
}

@media (min-width: 1440px) {
  body:not(.fsComposeMode) .home-section-2 .fsElementContent .slick-list {
    max-width: inherit;
  }

  body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide > .fsElementContent {
    margin-right: 102px;
  }
}

@media (min-width: 1500px) {
  body:not(.fsComposeMode) .home-section-2:before {
    content: ' ';
    width: 70%;
  }

  body:not(.fsComposeMode) .home-section-2 > .fsElementContent .arrows-wrapper {
    right: calc(70% - 155px);
  }
}

@media (min-width: 1700px) {
  body:not(.fsComposeMode) .home-section-2 > .fsElementContent .slick-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 2300px) {
  body:not(.fsComposeMode) .home-section-2 > .fsElementContent .arrows-wrapper {
    right: 1600px;
    -webkit-transform: translate(50%, 100%);
        -ms-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
}

body:not(.fsComposeMode) .home-section-3 {
  position: relative;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box {
  width: 33.33%;
  height: 435px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > header {
  z-index: +1;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  padding-left: 68px;
  padding-right: 68px;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > header h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  color: white;
  font-family: "Poppins", sans-serif;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent {
  z-index: +2;
  background: rgba(163, 24, 36, 0.95);
  padding: 84px 63px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 31px;
  color: white;
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
  position: relative;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent h2:before {
  content: ' ';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #C6C6C6;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent p {
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  color: white;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent a {
  color: white;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent a:hover,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent a:focus {
  color: #C6C6C6;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent p,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent h2,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent a {
  -webkit-transform: translate3d(0, 100%, 0) !important;
          transform: translate3d(0, 100%, 0) !important;
  -webkit-transition: none;
  transition: none;
  transition: transform 0.7s ease-in-out, opacity 1s, -webkit-transform 0.7s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box > .fsElementContent a {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:hover > header,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus > header {
  opacity: 0;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:hover > .fsElementContent,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus > .fsElementContent {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:hover > .fsElementContent p,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:hover > .fsElementContent h2,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:hover > .fsElementContent a,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus > .fsElementContent p,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus > .fsElementContent h2,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus > .fsElementContent a {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus-within > header {
  opacity: 0;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus-within > .fsElementContent {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus-within > .fsElementContent p,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus-within > .fsElementContent h2,
body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box:focus-within > .fsElementContent a {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

@media (max-width: 1024px) {
  body:not(.fsComposeMode) .home-section-3 > .fsElementContent {
    -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;
  }

  body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box {
    height: 320px;
  }

  body:not(.fsComposeMode) .home-section-3 > .fsElementContent .section-3-box .fsElementContent {
    padding: 42px 31px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fonts ol li:nth-of-type(1):after {
  content: "Poppins, 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: 35px / line-height: 45px";
}

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

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

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

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

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

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "Poppins";
  color: #A31824;
  letter-spacing: 2.5px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  font-family: "Poppins";
  letter-spacing: 2.5px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 29px;
  line-height: 38px;
  margin-bottom: 20px;
  font-family: "Poppins";
  letter-spacing: 2.5px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #A31824;
  letter-spacing: 2px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 4.29px;
}

p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 1.61px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

ul li,
ol li {
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 1.61px;
}

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

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

table.fs_style_29 th {
  padding: 10px 20px;
  background: #A31824;
  color: #ffffff;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

table.fs_style_29 td {
  padding: 10px 20px;
  background: white;
  font-size: 15px;
  letter-spacing: 1.61px;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  color: #000000;
}

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

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

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

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

body:not(.fsComposeMode) table.fs_style_29: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: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fs_style_23:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_23:hover:after,
.fs_style_23:focus:after,
.fsStateSelected .fs_style_23:after,
.fs_style_23.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fs_style_23:hover:before,
.fs_style_23:focus:before,
.fsStateSelected .fs_style_23:before,
.fs_style_23.on:before {
  width: 25px;
  background: #A31824;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_23 {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_23:before {
    display: none;
  }
}

.fs_style_XY {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000000;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fs_style_XY:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_XY:hover,
.fs_style_XY:focus,
.fsStateSelected .fs_style_XY,
.fs_style_XY.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_XY:hover:after,
.fs_style_XY:focus:after,
.fsStateSelected .fs_style_XY:after,
.fs_style_XY.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fs_style_XY:hover:before,
.fs_style_XY:focus:before,
.fsStateSelected .fs_style_XY:before,
.fs_style_XY.on:before {
  width: 25px;
  background: #A31824;
}

.fs_style_XY em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_XY {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_XY:before {
    display: none;
  }
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
  max-width: 275px;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-right: inherit;
}

.fs_style_30:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fs_style_30:hover:before,
.fs_style_30:focus:before,
.fsStateSelected .fs_style_30:before,
.fs_style_30.on:before {
  width: 25px;
  background: #A31824;
}

.fs_style_30 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_30 {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_30:before {
    display: none;
  }
}

.fs_style_30 em {
  text-align: left;
  margin-top: 10px;
  text-transform: none;
}

.fs_style_30:after {
  display: none;
}

.fs_style_30:before {
  display: none;
}

@media (max-width: 500px) {
  .fs_style_30 {
    min-width: inherit;
    max-width: inherit;
    width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.button-on-dark-container {
  background: #000000;
  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: 483px;
  height: 200px;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
}

.fs_style_31:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #A31824;
  color: #C6C6C6;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fs_style_31:hover:after,
.fs_style_31:focus:after,
.fsStateSelected .fs_style_31:after,
.fs_style_31.on:after {
  color: #C6C6C6;
  border: 1.5px solid #A31824;
  background: #A31824;
}

.fs_style_31:hover:before,
.fs_style_31:focus:before,
.fsStateSelected .fs_style_31:before,
.fs_style_31.on:before {
  width: 25px;
  background: #C6C6C6;
}

.fs_style_31 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fs_style_31 {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_style_31:before {
    display: none;
  }
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  text-transform: uppercase;
  border: 1.5px solid #C6C6C6;
  position: relative;
  border: 1.5px solid transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fsStyleDefaultButton:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 0;
  height: 1.5px;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1.5px solid #A31824;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  color: #A31824;
  border: 1.5px solid #A31824;
  background: white;
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:focus:before,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStyleDefaultButton.on:before {
  width: 25px;
  background: #A31824;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1.29px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  .fsStyleDefaultButton {
    min-width: inherit;
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fsStyleDefaultButton:before {
    display: none;
  }
}

.fsStyleDefaultButton:before {
  display: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus {
  border: 1.5px solid #A31824 !important;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: white;
  color: #000000;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  min-height: 34px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 4.29px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  border: 1px solid #C6C6C6 !important;
  position: relative;
  margin-right: 100px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: white;
  color: #A31824;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #A31824 !important;
}

@media (max-width: 500px) {
  .fsStyleUpdateButton {
    min-width: inherit;
    max-width: inherit;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fsStyleUpdateButton:before {
    display: none;
  }
}

.map-container {
  position: relative;
  overflow: hidden;
}

.map-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
  display: none;
}

@media (min-width: 900px) {
  .map-container:before {
    display: block;
  }
}

.map-container > header {
  position: relative;
}

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

.map-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.map-container > header .fsElementHeaderContent picture,
.map-container > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .map-container > .fsElementContent {
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  position: relative;
  max-height: 0;
  visibility: hidden;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0;
    -webkit-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    max-height: none;
    z-index: 15;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .map-container.active:before {
  opacity: .7;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .map-container.active > .fsElementContent {
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform .5s ease-in-out .3s;
  transition: -webkit-transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  z-index: 20;
  margin-top: 30px;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    margin-top: 0;
    -webkit-transition: width .5s ease-in-out .3s,  -webkit-transform .5s ease-in-out .3s;
    transition: width .5s ease-in-out .3s,  -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s,  width .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s,  width .5s ease-in-out .3s,  -webkit-transform .5s ease-in-out .3s;
  }
}

.point-plotter .map-container {
  z-index: 10;
}

.point-plotter .map-container > header {
  opacity: .5;
}

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before,
.close-map:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-map:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close-map:hover,
.close-map:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:before,
.close-map:focus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:after,
.close-map:focus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
          transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.active .close-map {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in .3s;
  transition: .5s ease-in .3s;
}

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.point-plotter .map-points {
  z-index: -1;
}

body:not(.fsComposeMode) .map-points > header,
body:not(.fsComposeMode) .map-points > footer {
  display: none;
}

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

.map-points .fsStyleDefaultList > li.fsListItem {
  border: none;
  padding: 0;
  position: absolute;
  margin: 0;
  display: block;
  counter-increment: li;
  z-index: 2;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  opacity: 0;
  visibility: hidden;
}

.map-points .fsStyleDefaultList > li.fsListItem:hover,
.map-points .fsStyleDefaultList > li.fsListItem:focus {
  z-index: 5;
}

.map-points .fsStyleDefaultList > li.fsListItem.active-point {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
    background-color: #A31824;
    color: inherit;
  }

  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem {
    opacity: 1;
    visibility: visible;
  }
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
  position: relative;
}

.map-points .fsStyleDefaultList > li.fsListItem > a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 0 2px rgba(163, 24, 36, 0.3);
          box-shadow: 0 0 0 2px rgba(163, 24, 36, 0.3);
  background-color: #A31824;
  text-align: center;
  white-space: nowrap;
  display: block;
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
  color: #000000;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:after {
  content: counter(li);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  bottom: 30px;
  border-radius: 2px;
  background-color: #A31824;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #A31824 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -6px;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus {
  background-color: #A31824;
  color: inherit;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover > span,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.map-slideshow-element > .fsElementContent {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out .5s;
  transition: .3s ease-in-out .5s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-slideshow-element.show > .fsElementContent,
.map-slideshow-element.empty > .fsElementContent {
  -webkit-box-shadow: inset 0 0 0 1px #131313;
          box-shadow: inset 0 0 0 1px #131313;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.map-slideshow-element .fsElementEmpty {
  padding: 70px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #131313;
}

.map-slideshow-element .fsListItems {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element .fsListItems.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems.slick-initialized article {
    overflow-y: auto;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-list {
    position: relative;
  }

  .map-slideshow-element .fsListItems .slick-list:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
    width: calc(100% - 2px);
    height: 100px;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 10;
    border-bottom: solid 1px #131313;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-track {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article {
  padding: 0 0 100px;
  margin: 0;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems article {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article:first-child:last-child {
  padding-bottom: 30px;
}

.map-slideshow-element .fsListItems article .fsTitle {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

.map-slideshow-element .fsListItems article .fsTitle > a {
  color: inherit;
  pointer-events: none;
}

.map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
  display: none;
}

.map-slideshow-element .fsListItems article figure picture {
  display: block;
  position: relative;
}

.map-slideshow-element .fsListItems article figure picture img {
  width: 100%;
}

.map-slideshow-element .fsListItems article figcaption {
  margin: 0;
  padding: 30px 30px 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  font-family: inherit;
}

.map-slideshow-element .slick-arrow {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: auto;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  line-height: 0;
  z-index: 20;
  border: none;
  cursor: pointer;
}

.map-slideshow-element .slick-arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  font-family: "IcoMoon";
  font-weight: normal;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  height: auto;
}

.map-slideshow-element .slick-arrow:hover,
.map-slideshow-element .slick-arrow:focus {
  background-color: #999999;
  -webkit-transition: .3s;
  transition: .3s;
  outline: transparent;
}

.map-slideshow-element .slick-arrow:hover:before,
.map-slideshow-element .slick-arrow:focus:before {
  color: #fff;
}

.map-slideshow-element .slick-arrow.fsPrevButton,
.map-slideshow-element .slick-arrow.slick-prev {
  left: auto;
  right: 51px;
}

.map-slideshow-element .slick-arrow.fsPrevButton:before,
.map-slideshow-element .slick-arrow.slick-prev:before {
  content: "\F104";
}

.map-slideshow-element .slick-arrow.slick-next:before {
  content: "\F105";
}

.map-legend {
  position: relative;
}

.map-legend .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

@media (min-width: 600px) {
  .map-legend .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.map-legend .fsStyleDefaultList.small {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 1000px) {
  .map-legend .fsStyleDefaultList.large {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.map-legend .fsStyleDefaultList > li.fsListItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  counter-increment: li;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #000000;
}

.map-legend .fsStyleDefaultList > li.fsListItem:before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #A31824;
  font-size: 16px;
  line-height: inherit;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  word-break: normal;
  padding-left: 25px;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:hover,
.map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
  color: #A31824;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #000000;
  padding: 10px;
}

@-webkit-keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@-webkit-keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}

@keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}