/*!
 * Harrow School - default_19
 * @link: https://harrowschoolorguk.finalsite.com
 * Site Template: newclientcustom
 * Built By: Florin Dan
 * Project Manager: David Lawson
 * Designer: Rob Potter
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-80-g5eefab8
 * Last built by: Jonathan Brooks
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

/*@font-face { font-family: 'Gotham Book'; src: url('../fonts/my-fonts/Gotham-Book.eot'); src: url('../fonts/my-fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Book.woff') format('woff'), url('../fonts/my-fonts/Gotham-Book.ttf') format('truetype'); font-weight: normal; font-style: normal; } //gotham medium @font-face { font-family: 'Gotham Medium'; src: url('../fonts/my-fonts/Gotham-Medium.eot'); src: url('../fonts/my-fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Medium.woff') format('woff'), url('../fonts/my-fonts/Gotham-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } //gotham book italix @font-face { font-family: 'Gotham Book Italic'; src: url('../fonts/my-fonts/Gotham-BookItalic.eot'); src: url('../fonts/my-fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-BookItalic.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-BookItalic.woff') format('woff'), url('../fonts/my-fonts/Gotham-BookItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } //gotham book light @font-face { font-family: 'Gotham Light'; src: url('../fonts/my-fonts/Gotham-Light.eot'); src: url('../fonts/my-fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Light.woff') format('woff'), url('../fonts/my-fonts/Gotham-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } //gotham book bold @font-face { font-family: 'Gotham Bold'; src: url('../fonts/my-fonts/Gotham-Bold.eot'); src: url('../fonts/my-fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Bold.woff') format('woff'), url('../fonts/my-fonts/Gotham-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } //raquiem @font-face { font-family: 'Requiem'; src: url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.eot'); src: url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.woff2') format('woff2'), url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.woff') format('woff'), url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.ttf') format('truetype'); font-weight: 500; font-style: normal; }*/

.wf-loading {
  visibility: hidden;
}

.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: 42px;
  margin-bottom: 37px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  color: #A39161;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  h1 {
    font-size: 25.6px;
    line-height: 30px;
  }
}

h1.fsPageTitle {
  position: relative;
  /*    .first-word{ font-family: $font-family-5; color: $m1; }*/
}

h1.fsPageTitle:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 74px;
  height: 1px;
  opacity: .8;
  background: #A39161;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  color: #001845;
  text-transform: uppercase;
  word-break: break-word;
}

h2 em {
  font-style: normal;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  color: #A39161;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #001845;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20.8px;
  line-height: 29px;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #A39161;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #001845;
  /*text-transform: uppercase;*/
}

.fsBannerLeft h5,
.fsBannerRight h5 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 5px 0;
  font-family: "adobe-garamond-pro", serif;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #001845;
  text-transform: uppercase;
}

p {
  margin: 0 0 15px;
}

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

hr {
  margin: 0 auto 20px;
  border: 1px solid rgba(163, 145, 97, 0.6);
}

a {
  text-decoration: none;
  color: #A39161;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 23px;
}

ul li .fs_style_8 {
  display: block;
  word-break: break-word;
  position: relative;
}

ul li .fs_style_8:before {
  position: absolute;
  content: "\E91D";
  width: 15px;
  height: 15px;
  background: #ffffff;
  top: 11.5px;
  left: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "IcoMoon";
  color: #A39161;
}

ol {
  padding-left: 25px;
}

ol.custom-list li {
  padding: 8px 8px 8px 0px;
  z-index: 1;
  position: relative;
}

ol.custom-list li:nth-of-type(odd):after {
  position: absolute;
  content: "";
  width: calc(100% + 25px);
  height: 100%;
  left: -25px;
  top: 0;
  z-index: -1;
  background: #F2EFE8;
}

table td {
  vertical-align: top;
}

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

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

.fs_style_10 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_3 th {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 16px;
  background: #011945;
  padding: 12px 15px;
  text-align: left;
}

.fs_style_10 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_3 td {
  padding: 10px 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 15px;
  color: #000000;
  text-transform: inherit;
}

.fs_style_10 tr:nth-of-type(odd) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_3 tr:nth-of-type(odd) td {
  border-right: 1px solid #A29160;
}

.fs_style_10 tr:nth-of-type(even) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td,
table.fs_style_3 tr:nth-of-type(even) td {
  border-left: 1px solid #A29160;
}

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

.fs_style_10 tr.fsLoadMoreButtonRow > td,
.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_3 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_10:last-child,
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_3:last-child {
  margin-bottom: 0;
}

.fs_style_10 thead,
.fsAthleticsEvent.fsTable .fsElementTable thead,
.fsAthleticsRoster .fsElementTable thead,
table.fs_style_3 thead {
  border: 1px solid #011945;
}

.fs_style_10 tbody tr,
.fsAthleticsEvent.fsTable .fsElementTable tbody tr,
.fsAthleticsRoster .fsElementTable tbody tr,
table.fs_style_3 tbody tr {
  border-left: 1px solid #A29160;
  border-right: 1px solid #A29160;
  border-bottom: 1px solid #A29160;
}

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

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

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

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

.fs_style_4 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_4:hover,
.fs_style_4:focus,
.fsStateSelected .fs_style_4,
.fs_style_4.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

.fs_style_5 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #BAAD88;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #BAAD88;
}

.fs_style_5:hover,
.fs_style_5:focus,
.fsStateSelected .fs_style_5,
.fs_style_5.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

.fs_style_6,
.fs_style_7 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #A39161;
  background-color: #F1EFE7;
  padding: 11px 70px 11px 47px;
  border-right: 3px solid #DDD7C4;
  cursor: pointer;
  background-position: right -20px;
  background-image: url(images/watermark.png);
  background-repeat: no-repeat;
}

.fs_style_6:before,
.fs_style_7:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  color: #001645;
  font-weight: 400;
}

.fs_style_6:hover,
.fs_style_6:focus,
.fs_style_7:hover,
.fs_style_7:focus {
  background-color: #B8A985;
  color: #ffffff;
  border-color: #B8A985;
}

.fs_style_6:hover:before,
.fs_style_6:focus:before,
.fs_style_7:hover:before,
.fs_style_7:focus:before {
  color: #ffffff;
}

.fs_style_6:before {
  content: "\E90C";
  font-size: 19px;
  left: 11px;
}

.fs_style_7:before {
  content: "\E911";
  left: 12px;
  font-size: 20px;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

.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 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 20px;
}

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

.lead-in,
.fs_style_1 {
  width: 100%;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 25.6px;
  line-height: 33px;
  font-style: italic;
  display: block;
  color: #A39161;
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  .lead-in,
  .fs_style_1 {
    font-size: 22.4px;
  }
}

.fs_style_1 a {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
}

.fs_style_11 {
  width: 100%;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  display: block;
  color: #001845;
  margin-bottom: 15px;
}

blockquote {
  position: relative;
  display: block;
  width: 100%;
  margin: 78px 0px 30px 0px;
  padding: 0px 0px 0px 19px;
  color: rgba(0, 24, 69, 0.6);
  font-size: 28.8px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Requiem Display A", "Requiem Display B", serif-2;
}

blockquote:before {
  position: absolute;
  content: "\E91A";
  left: 1px;
  top: -49px;
  font-family: "IcoMoon";
  color: #B4BCD0;
  font-size: 35px;
  font-weight: 400;
}

cite {
  display: block;
  font-size: 21px;
  font-style: italic;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  color: #A39161;
  margin: 10px 0 0 0;
  text-transform: initial;
}

.fs_style_2 {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #A39161;
}

.fs_style_10 {
  border: 0px;
}

.fs_style_10 th {
  border: 1px solid #001845;
  font-size: 19px;
  line-height: 24px;
  text-transform: inherit;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

.fs_style_10 tr {
  border: 0px;
}

.fs_style_10 tr:nth-of-type(odd) td {
  border-right: 0px;
}

.fs_style_10 tr td {
  border: 1px solid rgba(163, 145, 97, 0.4);
}

@media (max-width: 1149px) {
  .fs_style_10 tr td {
    font-size: 12px;
  }
}

.fs_style_10 tr td img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.fs_style_10 tr td .fsImage {
  width: 250px;
}

@media (max-width: 599px) {
  .fs_style_10 tr td .fsImage {
    width: auto;
  }
}

.fsElement.small-margin {
  margin-bottom: 10px;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #000000;
  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 {
  width: 100%;
  margin-bottom: 33px;
  padding-bottom: 15px;
  display: none;
  border-bottom: 1px solid rgba(163, 145, 97, 0.5);
}

@media (min-width: 1000px) {
  .fsBreadcrumb {
    display: block;
  }
}

.fsBreadcrumb > header {
  display: none;
}

.fsBreadcrumb li[aria-current="location"] {
  display: none;
}

.fsBreadcrumb li:nth-last-child(2) .fsNavBreadcrumbSeperator {
  display: none;
}

.fsBreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fsBreadcrumb ul li {
  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;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  color: #001845;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  color: #001845;
  padding: 0;
}

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

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
  font-size: 0px;
  margin: 0 14px;
  width: 8px;
  height: 8px;
  position: relative;
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #A39161;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.print-options {
  width: 100%;
  margin: 0px;
  padding: 24px 0 48px;
  display: none;
  border-top: 1px solid rgba(163, 145, 97, 0.6);
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #A39161;
}

@media (min-width: 1000px) {
  .print-options {
    display: block;
  }
}

.print-options > header {
  display: none;
}

.print-options ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  padding: 0px;
}

.print-options ul li a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  line-height: 16px;
  padding-right: 32px;
  color: #A39161;
  cursor: pointer;
  display: block;
}

.print-options ul li a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #001845;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: -4px;
  right: 0px;
  font-family: "IcoMoon";
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
}

.print-options ul li a:hover,
.print-options ul li a:focus {
  color: #A39161;
}

.print-options ul li:hover a:after,
.print-options ul li:focus a:after {
  background: #A39161;
}

.print-options ul li.email a:after {
  content: "\E91E";
  font-size: 13px;
}

.print-options ul li.email span {
  display: none;
}

.print-options ul li.print a:after {
  content: "\E916";
  font-size: 13px;
  padding-left: 1px;
}

.home .print-options {
  display: none;
}

.home .fsBreadcrumb {
  display: none;
}

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

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

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

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

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

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

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

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

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

.mobile-nav-sub.active-nav > header .fsElementTitle:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #A39161;
}

.mobile-nav-sub.active-nav > header .fsElementTitle .first-word {
  color: #A39161;
}

.mobile-nav-sub.active-nav > header .fsElementTitle .first-word:hover,
.mobile-nav-sub.active-nav > header .fsElementTitle .first-word:focus {
  color: #001845;
}

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

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

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

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

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #A39161;
  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 {
  margin-bottom: 24px;
  display: none;
}

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

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 0px 0px 12px 36px;
    color: #A39161;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: transparent;
    color: #A39161;
  }
}

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

@media screen and (max-width: 999px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\E915";
    line-height: 1;
    position: absolute;
    margin: 0;
    left: 0;
    right: auto;
    width: 24px;
    height: 24px;
    background: #001845;
    top: 0;
    border-radius: 100%;
    font-family: "IcoMoon";
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    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 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

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

  .nav-sub > .fsElementContent ul li a {
    display: block;
    /*padding: map-get($section-content, link-padding-y) map-get($section-content, link-padding-x);*/
    color: #001845;
    background: transparent;
    padding: 12px 0;
  }

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

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

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

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

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

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

  .nav-sub > .fsElementContent .fsNavLevel1 {
    padding: 18px 0px;
  }

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

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a:before {
    left: 15px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPage > a,
  .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
    padding-left: 54px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPage > a:before,
  .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:before {
    left: 35px;
    top: 17px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
  }

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

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a:before {
    left: 25px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a,
  .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPageAncestor > a {
    padding-left: 64px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a:before,
  .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPageAncestor > a:before {
    left: 45px;
    top: 17px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
  }

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

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a:before {
    left: 35px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li.fsNavCurrentPage > a,
  .nav-sub > .fsElementContent .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
    padding-left: 74px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li.fsNavCurrentPage > a:before,
  .nav-sub > .fsElementContent .fsNavLevel4 > li.fsNavCurrentPageAncestor > a:before {
    left: 55px;
    top: 17px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
  }

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: transparent;
    color: #A39161;
  }
}

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

.nav-sub.mobile-nav-sub {
  display: block;
  margin-bottom: 24px;
}

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

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

@media (max-width: 599px) {
  .nav-sub.mobile-nav-sub > header .fsElementTitle {
    font-size: 19.2px;
    line-height: 24px !important;
    padding-bottom: 6px;
  }

  .nav-sub.mobile-nav-sub > header .fsElementTitle .first-word {
    font-size: 19.2px;
    line-height: 24px;
  }
}

.nav-sub > header h2.fsElementTitle {
  margin-bottom: 0px !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(163, 145, 97, 0.6);
  font-size: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding-bottom: 14px;
  text-align: left;
  color: #A39161;
  line-height: 24px !important;
}

.nav-sub > header h2.fsElementTitle .first-word {
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #001845;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F2EFE8;
  padding: 20px 0px;
}

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

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

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

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

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

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

.nav-sub ul li a {
  display: block;
  padding: 10px 10px;
  color: #001845;
  background: transparent;
  word-break: break-word;
  position: relative;
  margin: 0 24px;
}

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

.nav-sub ul li.fsNavCurrentPage > a {
  color: #A39161;
  background: #001845;
  margin: 0px;
}

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

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #A39161;
  background: #001845;
  margin: 0px;
}

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

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

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

.nav-sub .fsNavLevel1 > li {
  /*border-bottom: $default-border-style;*/
}

.nav-sub .fsNavLevel1 > li:first-child > a {
  border-top: 1px solid rgba(163, 145, 97, 0.3);
}

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

.nav-sub .fsNavLevel1 > li > a {
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 12px 20px 12px 0px;
  border-bottom: 1px solid rgba(163, 145, 97, 0.3);
}

.nav-sub .fsNavLevel1 > li > a:before {
  position: absolute;
  content: "\E91D";
  width: 15px;
  height: 15px;
  top: 14px;
  left: 25px;
  font-family: "IcoMoon";
  font-size: 10px;
  font-weight: 400;
  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;
  display: none;
}

.nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  padding: 13px 20px 13px 43px;
  border-bottom: 0px;
}

.nav-sub .fsNavLevel1 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:before {
  display: block;
}

.nav-sub .fsNavLevel2 li a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 15.2px;
  line-height: 18px;
  text-transform: inherit;
  border-bottom: 1px solid rgba(163, 145, 97, 0.3);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-sub .fsNavLevel2 li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15.5px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #A39161;
}

.nav-sub .fsNavLevel2 li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
  color: #ffffff;
  background: #A39161;
  border-bottom: 0px;
}

.nav-sub .fsNavLevel2 li.fsNavCurrentPage > a:hover,
.nav-sub .fsNavLevel2 li.fsNavCurrentPage > a:focus,
.nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a:hover,
.nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a:focus {
  background: #A39161;
  color: #ffffff;
}

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

.nav-sub .fsNavLevel2 > li > a:before {
  left: 15px;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
  padding-left: 54px;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:before {
  left: 35px;
  top: 17px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

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

.nav-sub .fsNavLevel3 > li > a:before {
  left: 25px;
}

.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor > a {
  padding-left: 64px;
}

.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel3 > li.fsNavCurrentPageAncestor > a:before {
  left: 45px;
  top: 17px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

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

.nav-sub .fsNavLevel4 > li > a:before {
  left: 35px;
}

.nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor > a {
  padding-left: 74px;
}

.nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel4 > li.fsNavCurrentPageAncestor > a:before {
  left: 55px;
  top: 17px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

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

.nav-sub .fsNavLevel5 > li > a:before {
  left: 45px;
}

.section-menu {
  width: 100%;
  margin-bottom: 24px !important;
  display: block;
}

.section-menu > header .fsElementTitle {
  border-bottom: 1px solid rgba(163, 145, 97, 0.6);
  font-size: 1.5em;
  padding-bottom: 12px;
  font-weight: 600 !important;
  padding: 0px;
  text-align: left;
  margin: 0 !important;
  text-transform: uppercase !important;
  line-height: 24px;
}

@media (max-width: 599px) {
  .section-menu > header .fsElementTitle {
    font-size: 19.2px;
    line-height: 24px;
    padding-bottom: 6px;
  }
}

.section-menu > header .fsElementTitle .first-word {
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #001845;
}

@media (max-width: 599px) {
  .section-menu > header .fsElementTitle .first-word {
    font-size: 19.2px;
    line-height: 24px;
  }
}

.section-menu ul {
  background: rgba(163, 145, 97, 0.15);
  padding: 18px 0;
  display: block;
  list-style-type: none;
}

.section-menu ul li:first-child a {
  border-top: 1px solid rgba(163, 145, 97, 0.3);
}

.section-menu ul li a {
  border-bottom: 1px solid rgba(163, 145, 97, 0.3);
  color: #001845;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 0;
  position: relative;
  text-transform: uppercase;
  margin: 0 24px;
  cursor: pointer;
}

.section-menu ul li a:hover,
.section-menu ul li a:focus {
  color: #A39161;
}

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

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

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

.nav-main > .fsElementContent {
  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;
}

.nav-main nav {
  max-width: 1350px;
  width: 100%;
}

.nav-main .fsNavLevel1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*justify-content: space-between;*/
}

@media (min-width: 1370px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
  }

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

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

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

  .nav-main .fsNavLevel1.menu-col {
    width: calc(50% - 85px);
  }
}

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

@media (min-width: 1370px) {
  .nav-main .fsNavLevel1 > li {
    /*flex: 1 auto;*/
  }
}

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

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #ffffff;
  background: transparent;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 24px 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-main:not(.sticky-nav-main) .fsNavLevel1 > li:nth-child(4) {
  margin-right: 190px;
}

.nav-main.sticky-nav-main .fsNavLevel1 > li:nth-child(4) {
  margin-right: 118px;
}

.nav-main.sticky-nav-main .fsNavLevel2 {
  border-top: 0px;
}

.nav-main .fsNavPageInfo {
  background: transparent;
  text-align: left;
  width: 300px;
  left: 50% !important;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 300;
  /*    @at-root .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo { left: 0; transform: none; } // Last Dropdown @at-root .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo { right: 0; left: auto; transform: none; }*/
}

.nav-main .fsNavLevel2 {
  position: relative;
  padding: 18px 24px 18px 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#001844), to(rgba(0, 24, 68, 0.72)));
  background: linear-gradient(to bottom, #001844, rgba(0, 24, 68, 0.72));
  border-top: 1px solid #A39161;
}

.nav-main .fsNavLevel2:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #001845 transparent;
}

.nav-main .fsNavLevel2:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #A39161 transparent;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #ffffff;
  background: transparent;
  padding: 8px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 300;
  line-height: 16px;
  font-size: 16px;
}

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

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

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

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

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 36px;
  padding-right: 64px;
  top: 24px;
  left: 24px;
  background: rgba(163, 145, 97, 0.8);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mobile-toggle:hover,
.mobile-toggle:focus {
  background: #a39161;
}

@media (max-width: 599px) {
  .mobile-toggle {
    left: 0;
    top: 0;
    width: 115px;
  }
}

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

.mobile-toggle > header {
  position: absolute;
  right: 9px;
  text-align: left;
  top: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .mobile-toggle > header {
    right: 24px;
  }
}

.mobile-toggle > header h2.fsElementTitle {
  margin: 0px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: inherit;
}

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

.mobile-toggle:before {
  margin-top: -0.4375em;
  -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.4375em 0 0 #ffffff;
          box-shadow: 0 0.4375em 0 0 #ffffff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

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

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  left: 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: ce(0);*/
  top: auto;
  bottom: 0;
  left: 0;
  /*height: 100vh;*/
  min-height: 100%;
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  min-height: 600;
  max-width: 20em;
  width: 100%;
  background: #001845;
  z-index: 1000;
}

@media (min-width: 1370px) {
  .fsMenu {
    display: none;
  }
}

.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 .close-mobile-menu > header,
.fsMenu .mobile--logo > header,
.fsMenu .mobile--search > header,
.fsMenu .fsNavigation > header,
.fsMenu .mobile--single--link > header {
  display: none;
}

.fsMenu .close-mobile-menu {
  margin: 0px;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 36px;
  cursor: pointer;
  background: #A39161;
}

.fsMenu .close-mobile-menu:before {
  position: absolute;
  content: "\E907";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}

.fsMenu .mobile--logo {
  margin: 8px 0 0 0;
  text-align: center;
}

.fsMenu .mobile--logo img {
  width: 132px;
}

.fsMenu .mobile--search {
  width: calc(100% - 44px);
  margin: 0 auto;
  position: relative;
}

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

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

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

.fsMenu .mobile--search .fsSearchElementKeyword .fsStyleSearchField {
  border: 0px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 300;
  font-size: 16px;
  padding: 7px 42px 7px 12px;
}

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

.fsMenu .mobile--search .fsSearchElementKeyword .fsStyleSearchField::-moz-placeholder {
  color: #ffffff;
}

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

.fsMenu .mobile--search .fsSearchElementKeyword .fsStyleSearchField::placeholder {
  color: #ffffff;
}

.fsMenu .mobile--search .fsSearchElementSearchButton {
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  width: 42px;
  height: 42px;
  border: 0px;
  background: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}

.fsMenu .mobile--search .fsSearchElementSearchButton:before {
  position: absolute;
  content: "\E917";
  right: 0px;
  top: 0px;
  padding-top: 1px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.fsMenu .mobile--main--nav {
  width: 100%;
  margin: 0px;
  text-align: center;
  padding: 18px 24px 0;
}

.fsMenu .mobile--main--nav .fsNavLevel1 li a {
  color: #ffffff;
}

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

.fsMenu .mobile--main--nav .fsNavLevel1 > li > a {
  padding: 15px 0px 9px 0px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  line-height: 16px;
}

.fsMenu .mobile--main--nav .fsNavLevel1 > li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fsMenu .mobile--main--nav .fsNavLevel2 li a {
  padding: 8px 6px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
}

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

.fsMenu .mobile--header--links {
  width: 100%;
  margin: 0px;
  padding: 12px 24px 0px 24px;
  text-align: center;
}

.fsMenu .mobile--header--links .fsNavLevel1 li a {
  color: #ffffff;
}

.fsMenu .mobile--header--links .fsNavLevel1 li a:hover,
.fsMenu .mobile--header--links .fsNavLevel1 li a:focus {
  color: #A39161;
}

.fsMenu .mobile--header--links .fsNavLevel1 > li > a {
  padding: 8px;
  line-height: 16px;
}

.fsMenu .mobile--header--links .fsNavLevel1 > li:not(.fsNavParentPage) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.fsMenu .mobile--header--links .fsNavLevel1 > li:not(.fsNavParentPage) > a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

.fsMenu .mobile--header--links .fsNavLevel1 > li:not(.fsNavParentPage):last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
}

.fsMenu .mobile--header--links .fsNavLevel1 > li.fsNavParentPage > a {
  text-transform: uppercase;
  color: #A39161;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
}

.fsMenu .mobile--header--links .fsNavLevel2 {
  border-bottom: 1px solid rgba(163, 145, 97, 0.4);
  border-left: 1px solid rgba(163, 145, 97, 0.4);
  border-right: 1px solid rgba(163, 145, 97, 0.4);
  margin-bottom: 12px;
  padding: 0 0 12px;
}

.fsMenu .mobile--header--links .fsNavLevel2 li a {
  padding: 8px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

.fsMenu .mobile--header--links .fsNavLevel1 li.fsNavCurrentPage > a,
.fsMenu .mobile--header--links .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #A39161;
}

.fsMenu .mobile--single--link {
  margin: 0px;
  width: 100%;
  padding-bottom: 24px;
  text-align: center;
}

.fsMenu .mobile--single--link a {
  color: #ffffff;
  padding: 8px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

.fsMenu .mobile--single--link a:hover,
.fsMenu .mobile--single--link a:focus {
  color: #A39161;
}

body:after {
  position: fixed;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  -webkit-transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
  transition: visibility 0.5s ease-out, opacity 0.5s ease-out;
}

body.drawer-is-active {
  overflow-x: hidden;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

body.drawer-is-active:after {
  opacity: 1;
  visibility: visible;
}

body.drawer-is-active #fsPageWrapper {
  left: 162px;
  overflow-x: hidden;
  /*height: 100vh;*/
}

body.drawer-is-active .fsMenu {
  max-height: 100vh;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow-y: scroll;
  pointer-events: auto;
}

html.overflow {
  overflow-x: hidden;
}

.fsMenu::-webkit-scrollbar {
  width: 3px;
}

.fsMenu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-social .fsNavLevel1 {
  text-align: center;
  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;
}

@media (max-width: 999px) {
  .nav-social .fsNavLevel1 {
    text-align: left;
  }
}

.nav-social .fsNavLevel1 li {
  margin: 0 5px;
  display: inline-block;
  /*      &:not(:last-child) { margin-right:10px; }*/
}

@media (max-width: 999px) {
  .nav-social .fsNavLevel1 li:not(:last-child) {
    margin-right: 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: rgba(0, 24, 69, 0.7);
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 0px;
  background: #001845;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}

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

.nav-social .fsNavLevel1 a[href*='ohconnect']:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background-image: url(images/oh-connect-update.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px;
}

.nav-social .fsNavLevel1 a[href*='ohconnect']:hover,
.nav-social .fsNavLevel1 a[href*='ohconnect']:focus {
  background: rgba(0, 24, 69, 0.7);
}

.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: rgba(0, 24, 69, 0.7);
  border-color: rgba(0, 24, 69, 0.7);
}

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

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0;
  position: relative;
  z-index: 200;
  background: #001845;
}

#fsHeader .header--top {
  width: 100%;
  position: relative;
  display: none;
  background: #ffffff;
  margin: 0px;
  padding: 0 234px 0px 24px;
  border-bottom: 2px solid #a39161;
}

@media (min-width: 1370px) {
  #fsHeader .header--top {
    display: block;
  }
}

#fsHeader .header--top > header {
  display: none;
}

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

#fsHeader .header--top .header--links {
  margin: 0px;
  width: 50%;
  padding: 0px;
}

#fsHeader .header--top .header--links .fsNavLevel1 > li {
  display: inline-block;
  position: relative;
}

#fsHeader .header--top .header--links .fsNavLevel1 > li > a {
  position: relative;
}

#fsHeader .header--top .header--links .fsNavLevel1 > li > a:after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background: #001845;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fsHeader .header--top .header--links .fsNavLevel1 > li {
  padding: 0 10px;
}

#fsHeader .header--top .header--links .fsNavLevel1 > li:first-child {
  padding-left: 0px;
}

#fsHeader .header--top .header--links .fsNavLevel1 > li:last-child > a:after {
  display: none;
}

#fsHeader .header--top .header--links .fsNavLevel1 li a {
  display: block;
  line-height: 24px;
  padding: 6px 0px 4px 0px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 12.8px;
  color: #001845;
}

#fsHeader .header--top .header--links .fsNavLevel1 li a:hover,
#fsHeader .header--top .header--links .fsNavLevel1 li a:focus {
  color: #A39161;
}

#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
  border-top: 2px solid #a39161;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  width: 100%;
}

#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li {
  display: block;
}

#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a {
  border-bottom: 1px solid rgba(163, 145, 97, 0.4);
  padding: 0px;
  line-height: 25px;
}

#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: calc(100% + 2px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #A39161 transparent;
}

#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage:hover .fsNavPageInfo,
#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage:focus .fsNavPageInfo,
#fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage.menu-item-open .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

#fsHeader .header--top .header--single-link {
  width: 50%;
  text-align: right;
  margin: 0px;
}

#fsHeader .header--top .header--single-link a {
  display: inline-block;
  line-height: 24px;
  padding: 6px 0px 4px 0px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 12.8px;
  color: #001845;
}

#fsHeader .header--top .header--single-link a:hover,
#fsHeader .header--top .header--single-link a:focus {
  color: #A39161;
}

#fsHeader .header--top .header--search {
  width: 200px;
  margin: 0px;
  position: absolute;
  right: 24px;
  top: 0px;
}

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

#fsHeader .header--top .header--search form .fsSearchElementKeyword {
  margin: 0px;
  height: 36px;
}

#fsHeader .header--top .header--search form .fsSearchElementKeyword .fsButtonClear {
  display: none !important;
}

#fsHeader .header--top .header--search form .fsStyleSearchField {
  border: 0px;
  height: 100%;
  padding: 5px 36px 5px 12px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 24px;
  background: #A39161;
  border: 0px;
}

#fsHeader .header--top .header--search form .fsStyleSearchField::-webkit-input-placeholder {
  color: #ffffff;
}

#fsHeader .header--top .header--search form .fsStyleSearchField::-moz-placeholder {
  color: #ffffff;
}

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

#fsHeader .header--top .header--search form .fsStyleSearchField::placeholder {
  color: #ffffff;
}

#fsHeader .header--top .header--search .fsSearchElementSearchButton {
  position: absolute;
  width: 36px;
  right: 0px;
  top: 0px;
  height: 36px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
}

#fsHeader .header--top .header--search .fsSearchElementSearchButton:before {
  position: absolute;
  content: "\E917";
  width: 100%;
  height: 100%;
  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;
  left: 0;
  top: 0;
  color: #ffffff;
  font-family: "IcoMoon";
  font-size: 15px;
  font-weight: 400;
}

#fsHeader .header--bottom {
  width: 100%;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 36px;
  display: block;
  padding-top: 54px;
  min-height: 204px;
}

@media (max-width: 1369px) {
  #fsHeader .header--bottom {
    min-height: 168px;
    top: 0;
    padding: 24px 24px 0px 24px;
  }

  #fsHeader .header--bottom > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 899px) {
  #fsHeader .header--bottom {
    min-height: 156px;
  }
}

@media (max-width: 599px) {
  #fsHeader .header--bottom {
    min-height: 144px;
    padding: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

#fsHeader .header--bottom > header {
  display: none;
}

#fsHeader .header--bottom .mobile--button {
  display: block;
  width: 100px;
}

@media (max-width: 599px) {
  #fsHeader .header--bottom .mobile--button {
    width: 115px;
  }
}

#fsHeader .header--bottom .mobile--button button {
  padding: 0px;
  position: relative;
  height: 36px;
  color: #ffffff;
  border: 0px;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 0 36px 0 10px;
  background: rgba(163, 145, 97, 0.8);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsHeader .header--bottom .mobile--button button:before {
  position: absolute;
  content: "\E917";
  right: 0px;
  top: 0px;
  padding-top: 1px;
  width: 36px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

#fsHeader .header--bottom .mobile--button button:hover,
#fsHeader .header--bottom .mobile--button button:focus {
  background: #a39161;
}

@media (min-width: 1370px) {
  #fsHeader .header--bottom .mobile--button {
    display: none;
  }
}

#fsHeader.notBanner .header--bottom {
  position: relative;
  top: auto;
  left: auto;
  border-bottom: 2px solid #A39161;
  background-size: cover;
}

#fsHeader.notBanner .site-info-container {
  top: 0px;
}

body.fsComposeMode #fsHeader .header--bottom {
  position: relative;
  top: auto;
  left: auto;
  border-bottom: 2px solid #A39161;
}

.skip-link {
  margin: 0;
}

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

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

.site-info-container {
  position: absolute;
  margin: 0px;
  /*left: calc(50% + 15px);*/
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  padding: 0px;
}

@media (max-width: 1369px) {
  .site-info-container {
    top: 0px;
    left: 50%;
  }
}

.site-info-container img {
  width: 148px;
}

@media (max-width: 1369px) {
  .site-info-container img {
    width: 143px;
  }
}

@media (max-width: 899px) {
  .site-info-container img {
    width: 132px;
  }
}

@media (max-width: 599px) {
  .site-info-container img {
    width: 90px;
  }
}

@media screen and (max-height: 700px) and (min-width: 900px) {
  .site-info-container img {
    width: 120px;
  }
}

.site-info-container a {
  padding: 0px;
  font-size: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#fsHeader.fix .sticky--header {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#fsHeader .sticky--header {
  margin: 0px;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (min-width: 1370px) {
  #fsHeader .sticky--header {
    display: block;
    border-bottom: 2px solid #A39161;
  }
}

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

#fsHeader .sticky--header .site-info-container {
  top: 0px;
}

@media (max-width: 1369px) {
  #fsHeader .sticky--header .site-info-container {
    display: none;
  }
}

#fsHeader .sticky--header .site-info-container img {
  width: 102px;
}

#fsHeader .sticky--header .nav-main .fsNavLevel1 > li > a {
  color: #A39161;
  text-shadow: none;
}

#fsHeader .sticky--header .nav-main .fsNavLevel1 > li > a:hover,
#fsHeader .sticky--header .nav-main .fsNavLevel1 > li > a:focus {
  color: #001845;
}

#fsHeader .sticky--header .nav-main .fsNavLevel1.menu-col {
  width: calc(50% - 10px);
}

#fsHeader .sticky--header .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #001845;
}

#fsHeader .sticky--header .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  border-bottom: 1px solid rgba(163, 145, 97, 0.4);
  border-left: 1px solid rgba(163, 145, 97, 0.4);
  border-right: 1px solid rgba(163, 145, 97, 0.4);
}

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

@media (max-width: 599px) {
  body.fsAccountBarVisible .fsAccountBarLogoutButton {
    font-size: 0px;
  }
}

#fsFooter {
  background: #001845;
  border-top: 2px solid #a39161;
  position: relative;
  z-index: 100;
}

#fsFooter .scroll-top {
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 160;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 101;
}

#fsFooter .scroll-top > header {
  display: none;
}

#fsFooter .scroll-top button {
  position: relative;
  width: 48px;
  height: 24px;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  border: 0px;
}

#fsFooter .scroll-top button:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 24px;
  border-color: transparent transparent #001845 transparent;
  overflow: hidden;
}

#fsFooter .scroll-top button:after {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #A39161 transparent;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsFooter .scroll-top button:hover:after,
#fsFooter .scroll-top button:focus:after {
  border-color: transparent transparent #ffffff transparent;
}

#fsFooter .footer--top {
  position: relative;
  width: 100%;
  margin: 0px;
}

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

#fsFooter .footer--top > .fsElementContent {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
  padding: 48px;
}

@media (max-width: 1365px) {
  #fsFooter .footer--top > .fsElementContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 659px) {
  #fsFooter .footer--top > .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#fsFooter .footer--top .footer--logo {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 47px;
  position: relative;
  width: 305px;
  margin: 0px;
  text-align: center;
}

@media (max-width: 1365px) {
  #fsFooter .footer--top .footer--logo {
    padding-right: 30px;
  }
}

@media (max-width: 659px) {
  #fsFooter .footer--top .footer--logo {
    width: 100%;
    padding: 0px;
    margin-bottom: 12px;
    border: 0px;
  }
}

#fsFooter .footer--top .footer--logo .fsElementHeaderContent {
  margin: -20px 0 0 0;
}

#fsFooter .footer--top .footer--logo .fsElementContent ul {
  list-style-type: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  font-size: 14.4px;
  line-height: 26px;
  color: #ffffff;
  padding: 0px;
  text-align: center;
  margin: -10px 0 0 0;
}

#fsFooter .footer--top .footer--logo .fsElementContent ul li {
  margin: 0px;
  padding: 0px;
}

#fsFooter .footer--top .footer--logo .fsImage img {
  width: 170px;
}

#fsFooter .footer--top .footer--logo footer a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif;
  text-transform: uppercase;
  margin: 0px;
  padding: 19px 43px 17px 9px;
  width: 100%;
  position: relative;
}

#fsFooter .footer--top .footer--logo footer a:hover,
#fsFooter .footer--top .footer--logo footer a:focus,
.fsStateSelected #fsFooter .footer--top .footer--logo footer a,
#fsFooter .footer--top .footer--logo footer a.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

#fsFooter .footer--top .footer--logo footer a em {
  display: block;
  font-style: normal;
}

@media (max-width: 659px) {
  #fsFooter .footer--top .footer--logo footer a {
    width: auto;
    padding: 19px 45px 17px 15px;
  }
}

#fsFooter .footer--top .footer--logo footer a:before {
  position: absolute;
  content: "\E90E";
  height: 100%;
  width: 30px;
  right: 10px;
  top: 0px;
  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;
  color: #A39161;
  font-weight: 400;
  font-family: "IcoMoon";
  font-size: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fsFooter .footer--top .footer--logo footer a:hover:before,
#fsFooter .footer--top .footer--logo footer a:focus:before {
  color: #ffffff;
}

#fsFooter .footer--top .fsFourColumnLayout {
  margin: 0px;
  width: calc(100% - 305px);
  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;
  padding: 0px;
}

@media (max-width: 659px) {
  #fsFooter .footer--top .fsFourColumnLayout {
    width: 100%;
    text-align: center;
  }
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv {
  width: 25%;
  margin: 0px;
  padding: 0 0 24px 48px;
}

@media (max-width: 1365px) {
  #fsFooter .footer--top .fsFourColumnLayout .fsDiv {
    padding-left: 30px;
    padding-bottom: 18px;
  }
}

@media (max-width: 1199px) {
  #fsFooter .footer--top .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (max-width: 899px) {
  #fsFooter .footer--top .fsFourColumnLayout .fsDiv {
    width: 100%;
  }
}

@media (max-width: 659px) {
  #fsFooter .footer--top .fsFourColumnLayout .fsDiv {
    padding: 0px;
    margin-bottom: 18px;
  }
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation {
  margin-bottom: 18px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation:last-child {
  margin-bottom: 0px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation header h2.fsElementTitle {
  margin-bottom: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 15.84px;
  line-height: 26px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation .fsElementHeaderContent {
  margin: 0px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation .fsNavLevel1 li {
  line-height: 17.28px;
  padding: 4px 0px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation a {
  padding: 0px;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  font-size: 14.4px;
  color: #A39161;
  line-height: 17.28px;
  word-break: break-word;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation a:hover,
#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation a:focus {
  color: #ffffff;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementHeaderContent {
  margin: 0px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 14.4px;
  color: #A39161;
  line-height: 17.28px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementHeaderContent ul,
#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementFooterContent ul {
  margin: 0px;
  padding: 0px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementHeaderContent ul li,
#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementFooterContent ul li {
  padding: 4px 0px;
  line-height: 17.28px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementFooterContent {
  margin: 0px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsNavLevel1 li a {
  position: relative;
  word-break: break-word;
  /*                        padding-left: 18px; &:before{ position: absolute; content: ""; left: 1px; top: 5px; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 6px; border-color: transparent transparent transparent $sf; }*/
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsNavLevel2 li a {
  padding-left: 18px;
}

#fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsNavLevel2 li a:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}

#fsFooter .footer--bottom {
  width: 100%;
  padding: 17.5px 48px;
  background: #ffffff;
  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;
  margin: 0px;
}

@media (max-width: 1365px) {
  #fsFooter .footer--bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

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

#fsFooter .footer--bottom > .fsElementContent {
  max-width: 1680px;
  margin: 0px;
}

@media (max-width: 899px) {
  #fsFooter .footer--bottom > .fsElementContent {
    width: 100%;
    text-align: center;
  }
}

#fsFooter .footer--bottom > .fsElementContent ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #001845;
}

#fsFooter .footer--bottom > .fsElementContent ul li {
  position: relative;
  display: inline-block;
}

#fsFooter .footer--bottom > .fsElementContent ul li:last-child {
  padding-left: 18px;
}

#fsFooter .footer--bottom > .fsElementContent ul li:last-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  top: 5.5px;
  left: 8px;
  background: #001845;
}

@media (max-width: 764px) {
  #fsFooter .footer--bottom > .fsElementContent ul li:last-child:before {
    display: none;
  }
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Gotham A", "Gotham B", sans-serif;
  /*background: $m1;*/
}

body {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
  left: 0px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 48px;
  padding-bottom: 48px;
  background: #fff;
  /*padding-bottom: 30px;*/
  /*padding-top: 48px;*/
  padding: 48px;
}

@media (max-width: 999px) {
  #fsPageBodyWrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  #fsPageBodyWrapper {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}

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

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

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

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

@media (min-width: 1000px) {
  .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: 48px;
    width: 346.5px;
  }
}

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

@media (min-width: 1200px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 48px;
    width: 346.5px;
  }
}

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

@media (min-width: 1000px) {
  .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: 1000px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

@media (min-width: 1000px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 48px;
    width: 346.5px;
  }
}

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

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

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

@media (min-width: 1200px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 48px;
    width: 346.5px;
  }
}

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

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

@media (min-width: 1200px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

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

@media (min-width: 1200px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 48px;
    width: 346.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  margin: 0px;
  width: 137px;
  padding: 0px;
  opacity: 1;
}

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

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: 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:not(.custom-tabs) .fsPanel > header {
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  background: #F1EFE7;
  -webkit-transition: .3s;
  transition: .3s;
  border-right: 3px solid #DDD7C4;
}

.fsAccordion .fsPanel > header h2,
.fsTabs:not(.custom-tabs) .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: none;
  position: relative;
  background-position: right -20px;
  background-image: url(images/watermark.png);
  background-repeat: no-repeat;
  color: #A39161;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs:not(.custom-tabs) .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 500;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs:not(.custom-tabs) .fsPanel > header:hover {
  background: rgba(163, 145, 97, 0.75);
  -webkit-transition: .3s;
  transition: .3s;
  border-color: rgba(163, 145, 97, 0.1);
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs:not(.custom-tabs) .fsPanel > header:hover h2 {
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2:before,
.fsTabs:not(.custom-tabs) .fsPanel > header:hover h2:before,
.fsAccordion .fsPanel > header:hover h2:after,
.fsTabs:not(.custom-tabs) .fsPanel > header:hover h2:after {
  border-color: #ffffff transparent transparent transparent !important;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs:not(.custom-tabs) .fsPanel > .fsElementContent {
  padding: 5px 0px 17px 0px;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs:not(.custom-tabs) .fsPanel.fsStateOpen > header {
  background: #B8A985;
  border-color: #B8A985;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs:not(.custom-tabs) .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs:not(.custom-tabs) .fsPanel.fsStateOpen > header h2:before,
.fsAccordion .fsPanel.fsStateOpen > header h2:after,
.fsTabs:not(.custom-tabs) .fsPanel.fsStateOpen > header h2:after {
  border-color: #ffffff transparent transparent transparent !important;
  -webkit-transform: translateY(-50%) rotate(-180deg) !important;
      -ms-transform: translateY(-50%) rotate(-180deg) !important;
          transform: translateY(-50%) rotate(-180deg) !important;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs:not(.custom-tabs) .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs:not(.custom-tabs) .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #a39161 transparent transparent transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs:not(.custom-tabs) .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs:not(.custom-tabs) .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #a39161 transparent transparent transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.fsPanelIconBefore.fsTabs:not(.custom-tabs) .fsPanel > header h2 {
  padding-right: 20px;
  padding-left: 60px;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs:not(.custom-tabs) .fsPanel > header h2:before {
  left: 18px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs:not(.custom-tabs) .fsPanel > header h2 {
  padding-left: 20px;
  padding-right: 50px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs:not(.custom-tabs) .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs:not(.custom-tabs) .fsPanel > header h2:after {
  right: 18px;
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter):not(.custom-tabs) .fsPanel > header h2 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.fsAccordion .fsPanel .fsAccordion .fsPanel > header h2 {
  border-radius: 4px;
  font-size: 1em;
  margin: 0 0 6px;
  padding: 8px 18px;
  background: rgba(163, 145, 97, 0.07);
}

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

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

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 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: 75px;
  min-height: 66px;
  padding-top: 0;
}

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

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

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

.fsCalendar .fsDate > span.fsMonth {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 30px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
}

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

.fsCalendar .fsTitle {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #001845;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 400;
}

.fsCalendar .fsTitle a {
  font-size: 20px;
  line-height: 24px;
  color: #001845;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  color: #A39161;
}

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

.fsCalendar .fsTimeRange {
  position: relative;
  width: 100%;
  display: block;
  line-height: 17px;
  padding-left: 20px;
}

.fsCalendar .fsTimeRange span {
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #A39161;
}

.fsCalendar .fsTimeRange:before {
  position: absolute;
  content: "\E91C";
  left: 0;
  top: 1px;
  font-family: "IcoMoon";
  font-size: 12px;
  color: #ADB5BD;
  font-weight: 400;
}

.fsCalendar .fsLocation {
  position: relative;
  width: 100%;
  display: block;
  line-height: 17px;
  padding-left: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #A39161;
}

.fsCalendar .fsLocation:before {
  position: absolute;
  content: "\E91B";
  left: 1px;
  top: 1px;
  font-family: "IcoMoon";
  font-size: 12px;
  color: #ADB5BD;
  font-weight: 400;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
}

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

.fsCalendar .fsLoadMoreButton {
  max-width: 300px;
  width: 100%;
  margin: 20px 0 0 0 !important;
}

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

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

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

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

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

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

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

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(0, 24, 69, 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: #000000;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #000000;
    -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: #A39161;
    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 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

.fsStyleDefaultButton.fsSelectAll {
  border: 1px solid #A39161;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus {
  border-color: #A3925E;
}

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

.fsForm {
  margin-bottom: 30px !important;
  border: 1px solid rgba(163, 145, 97, 0.4);
  padding: 20px 30px 30px 30px;
  margin: 0 auto 30px;
  max-width: 750px;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed h1 {
  color: #001845;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-size: 2.2em;
  font-weight: 600;
  padding: 12px 0px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
}

.fsComposerFormEmbed h2,
.fsComposerFormEmbed h4,
.fsComposerFormEmbed h5,
.fsComposerFormEmbed h6 {
  font-size: 1.05em;
  padding-top: 10px;
  padding-bottom: 12px;
  color: #001845;
  margin: 0px;
  text-transform: inherit;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed h3 {
  position: relative;
  color: #a39161;
  font-weight: 400;
  line-height: 28px;
  font-size: 1em;
  padding: 0 12px 5px 23px;
}

.fsComposerFormEmbed h3:before {
  background: rgba(0, 0, 0, 0) url(images/cross.png) center center/15px 15px;
  content: "";
  height: 12px;
  width: 12px;
  left: 0px;
  top: 8px;
  position: absolute;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

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

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

.fsComposerFormEmbed form textarea {
  background: rgba(163, 145, 97, 0.15);
  border: 1px solid rgba(163, 145, 97, 0.4);
  font-size: 1em;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}

.fsComposerFormEmbed form select {
  max-width: 100% !important;
  width: 100%;
  padding: 3.5px 5px;
  background: rgba(163, 145, 97, 0.15);
  border: 1px solid rgba(163, 145, 97, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsComposerFormEmbed form select:focus {
  border: 1px solid rgba(163, 145, 97, 0.6);
  background: #ffffff;
}

.fsComposerFormEmbed form p {
  margin: 0;
  padding: 15px 0px;
}

.fsComposerFormEmbed form input {
  background: rgba(163, 145, 97, 0.15);
  border: 1px solid rgba(163, 145, 97, 0.4);
  font-size: 1em;
  padding: 5px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 30px;
}

.fsComposerFormEmbed form input:focus {
  border: 1px solid rgba(163, 145, 97, 0.6);
  background: #ffffff;
}

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

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form fieldset input {
  width: auto !important;
  height: auto;
}

.fsComposerFormEmbed form fieldset label {
  width: auto;
}

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

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

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

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

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

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

.fsComposerFormEmbed form .elementContainer label {
  font-size: 0.95em;
  line-height: 2em;
  margin-bottom: 2px;
  padding-bottom: 12px;
  margin: 10px 0 0 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400 !important;
  font-size: 1.05em;
}

.fsComposerFormEmbed form .elementContainer label.require {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400 !important;
}

.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 {
  width: 100%;
  max-width: 100%;
  margin: 20px 0px;
}

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

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

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

.fsComposerFormEmbed form .pageControls {
  padding: 0;
  margin: 10px 0 0 0;
  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: #A39161;
  -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: #000000;
  -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 {
  background: #001845;
  padding: 13.5px 10px;
  border-radius: 0px;
  text-transform: inherit;
  margin: 0px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #ffffff;
  display: block;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  max-width: 150px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  cursor: pointer;
  height: auto;
  position: relative;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus {
  background: #a39161;
  color: #001845;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Gotham A", "Gotham B", 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 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .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: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsAccount input[type="submit"] {
  border-style: solid;
}

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

.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 header h2.fsElementTitle {
  margin-bottom: 0px;
}

.fsPostElement article {
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #DCE0E9;
}

.fsPostElement article:last-of-type {
  border-bottom: 0px;
}

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

.fsPostElement .fsTitle {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #001845;
}

.fsPostElement .fsTitle a {
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #001845;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  color: #A39161;
}

.fsPostElement .fsAuthor {
  display: block;
  width: 100%;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #252B33;
  font-family: "open-sans", sans-serif;
}

.fsPostElement .fsDateTime {
  display: block;
  padding-left: 25px;
  position: relative;
  width: 100%;
}

.fsPostElement .fsDateTime span {
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-size: 14px;
  line-height: 17px;
  color: #A39161;
}

.fsPostElement .fsDateTime:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(images/clock-icon-2.svg) no-repeat center;
  left: 0;
  top: 7px;
}

.fsPostElement .fsDateTime:before {
  position: relative;
  content: "date posted:";
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #A39161;
}

.fsPostElement .fsExpireDateTime span {
  font-family: "open-sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #252B33;
}

.fsPostElement .fsExpireDateTime span.fsMonth {
  text-transform: uppercase;
}

.fsPostElement .fsSummary {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.fsPostElement .fsBody {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.fsPostElement .fsCategories {
  margin: 0px 0px 14px 0px;
}

.fsPostElement .fsCategories li {
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  color: #252B33;
  text-transform: inherit;
  padding: 7px;
  background: #F1EFE7;
  margin-right: 10px;
  border: 0px;
}

.fsPostElement .fsCategories li:last-child {
  margin-right: 0px;
}

.fsPostElement .fsTags {
  margin: 0px 0px 17px 0px;
}

.fsPostElement .fsTags li {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #252B33;
  border: 0px;
  border: 1px solid #A39161;
  background: transparent;
  padding: 7px;
  margin-right: 10px;
}

.fsPostElement .fsTags li:last-child {
  margin-right: 0px;
}

.fsPostElement .fsLoadMoreButton {
  max-width: 300px;
  width: 100%;
  margin: 20px 0 0 0;
}

body:not(.fsComposeMode) .post-main-content article {
  border-bottom: 1px solid rgba(163, 145, 97, 0.8);
}

body:not(.fsComposeMode) .post-main-content article:last-of-type {
  border-bottom: 0px;
}

body:not(.fsComposeMode) .post-main-content article .fsThumbnail {
  margin: 0px 15px 0px 0px;
  width: 180px;
  max-width: 180px !important;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .post-main-content article .fsThumbnail {
    margin-bottom: 10px;
  }
}

body:not(.fsComposeMode) .post-main-content article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .post-main-content article .fsDateTime {
  padding-left: 220px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .post-main-content article .fsDateTime {
    padding-left: 20px;
  }
}

body:not(.fsComposeMode) .post-main-content article .fsDateTime:after {
  left: 200px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .post-main-content article .fsDateTime:after {
    left: 0px;
  }
}

body:not(.fsComposeMode) .post-main-content article.no-image .fsDateTime {
  padding-left: 20px;
}

body:not(.fsComposeMode) .post-main-content article.no-image .fsDateTime:after {
  left: 0px;
}

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

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

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsImageCaptioned.fsStateFloatRight {
  margin: 0 0 0 20px;
}

.fsImageCaptioned.fsStateFloatLeft {
  margin: 0 20px 0 0;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement.fsGrid article figure {
  display: block;
}

.fsResourceElement.fsGrid article .fsResourceLink {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 155px;
  display: block;
}

.fsResourceElement.fsGrid article picture {
  display: none;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

body:not(.fsComposeMode) .fsResourceElement.fsSingleItem {
  position: relative;
}

body:not(.fsComposeMode) .fsResourceElement.fsSingleItem figcaption {
  position: absolute;
  left: 0;
  bottom: 32px;
  background-color: rgba(163, 146, 94, 0.85);
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  margin: 0px;
  padding: 8px 20px;
}

body:not(.fsComposeMode) .fsResourceElement.fsSingleItem figcaption p {
  margin: 0px;
}

body:not(.fsComposeMode) .custom-video {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  padding: 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .custom-video {
    min-height: 220px;
  }
}

body:not(.fsComposeMode) .custom-video ul li {
  padding: 0px !important;
  margin: 0px;
  border: 0px !important;
}

body:not(.fsComposeMode) .custom-video a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0px;
  z-index: 1;
}

body:not(.fsComposeMode) .custom-video a:after,
body:not(.fsComposeMode) .custom-video a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "IcoMoon";
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode) .custom-video a:before {
  content: "\E919" !important;
  width: 100% !important;
  background-image: none !important;
  font-size: 50px !important;
  color: #A39161;
  height: 100% !important;
  opacity: 1 !important;
}

body:not(.fsComposeMode) .custom-video a:after {
  content: "\E914";
  font-size: 22px;
  color: #ffffff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .custom-video a:hover:after,
body:not(.fsComposeMode) .custom-video a:focus:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .custom-video .fsTitle {
  font-size: 0px;
}

body:not(.fsComposeMode) .universal-slideshow {
  display: block;
  width: 100%;
  z-index: 150;
  position: relative;
  margin: 0;
  border-bottom: 2px solid #A39161;
}

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

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshow {
  margin: 0px;
  padding: 0px;
}

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

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
  top: 30%;
  /*transform: translateY(-50%);*/
  bottom: auto;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
    top: 36px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow article .fsThumbnail {
  max-width: 100% !important;
  width: 100%;
  min-height: 788px;
  margin: 0px;
  display: block;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsThumbnail {
    min-height: 633px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsThumbnail {
    min-height: 563px;
  }
}

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

body:not(.fsComposeMode) .universal-slideshow article .caption {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 192px;
  width: 560px;
  background: rgba(0, 24, 69, 0.8);
  color: #ffffff;
  padding: 24px;
  text-align: center;
  height: 260px;
  overflow: hidden;
  display: none;
}

@media (max-width: 1365px) {
  body:not(.fsComposeMode) .universal-slideshow article .caption {
    bottom: 168px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .universal-slideshow article .caption {
    bottom: 175px;
    height: 230px;
  }
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow article .caption {
    height: auto;
    width: 100%;
    overflow: inherit;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #001845;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow article .caption {
    padding: 48px 40px 30px;
  }
}

@media screen and (max-height: 700px) and (min-width: 900px) {
  body:not(.fsComposeMode) .universal-slideshow article .caption {
    bottom: 122px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .fsSummary {
  margin: 0px;
  max-height: 84px;
  overflow: hidden;
}

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

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsSummary {
    display: block;
    height: auto;
    overflow: inherit;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .fsTitle {
  margin: 0px;
  position: relative;
  padding: 0 0 36px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 300;
  font-size: 22.8px;
  line-height: 30px;
  max-height: 96px;
  /*height: 66px;*/
  overflow: hidden;
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsTitle {
    height: auto;
    overflow: inherit;
    max-height: inherit;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsTitle {
    font-size: 25.6px;
    padding-bottom: 18px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .fsTitle:after {
  position: absolute;
  background: rgba(163, 145, 97, 0.6);
  bottom: 8px;
  content: "";
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsTitle:after {
    display: none;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .fsTitle a {
  padding: 0px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 300;
  font-size: 22.8px;
  line-height: 30px;
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow article .fsTitle a {
    font-size: 25.6px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article .fsTitle a:hover,
body:not(.fsComposeMode) .universal-slideshow article .fsTitle a:focus {
  color: #A39161;
}

body:not(.fsComposeMode) .universal-slideshow article .fsTitle a .first-word {
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
}

body:not(.fsComposeMode) .universal-slideshow article .caption-link {
  width: 100%;
  display: block;
  margin-top: 24px;
  text-align: center;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .universal-slideshow article .fsReadMoreLink {
  line-height: 18px;
  display: inline-block;
  padding: 12px 24px;
  background-color: #a39161;
  color: #ffffff;
  font-size: 17.6px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  text-transform: uppercase;
  font-weight: 500;
}

body:not(.fsComposeMode) .universal-slideshow article .fsReadMoreLink:hover,
body:not(.fsComposeMode) .universal-slideshow article .fsReadMoreLink:focus {
  background-color: rgba(163, 145, 97, 0.75);
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
  background: #a39161;
  border-radius: 50%;
  display: block;
  height: 42px;
  width: 42px;
  bottom: 300px;
  top: auto;
  font-size: 0px;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow:before {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow:hover,
body:not(.fsComposeMode) .universal-slideshow .slick-arrow:focus {
  background: rgba(163, 145, 97, 0.75);
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow:hover,
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow:focus {
    background: #a39161;
  }
}

@media (max-width: 1365px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    bottom: 297px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    bottom: 261px;
  }
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    bottom: 150px;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    width: calc(50% - 24px);
    bottom: 0px;
    border-radius: 0;
  }
}

@media screen and (max-height: 700px) and (min-width: 900px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow {
    bottom: 250px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsPrevButton {
  left: calc(50% - 280px);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsPrevButton {
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsPrevButton {
    left: 24px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsPrevButton:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsNextButton {
  left: calc(50% + 280px);
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsNextButton {
    right: 20px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsNextButton {
    right: 24px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-arrow.fsNextButton:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}

body:not(.fsComposeMode) .universal-slideshow .fsPager {
  margin: 0px;
  position: absolute;
  right: 12px;
  bottom: 22px;
  z-index: 1;
  width: auto;
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow .fsPager {
    width: 100%;
    right: auto;
    bottom: 24px;
    text-align: center;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .universal-slideshow .fsPager {
    display: none !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li {
  width: 15px;
  height: 15px;
  background: transparent;
  margin: 0px 12px 0px 0px;
}

@media (max-width: 649px) {
  body:not(.fsComposeMode) .universal-slideshow .fsPager li {
    margin: 0 6px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsPager li button {
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #a39161;
  border-radius: 50%;
  background: transparent;
}

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

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

body:not(.fsComposeMode) .universal-slideshow footer {
  position: absolute;
  font-size: 20.8px;
  line-height: 25px;
  color: #ffffff;
  text-shadow: 0 0 6px black;
  z-index: 1;
  font-style: italic;
  /*max-width: 600px;*/
  /*width: 100%;*/
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  padding: 20px 85px 20px 20px;
  bottom: 0;
  width: 50%;
  left: 0;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .universal-slideshow footer {
    max-width: 400px;
  }
}

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

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

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

body:not(.fsComposeMode) .universal-slideshow.gold-stripline footer {
  color: #A39161;
}

/*! _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 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

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

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 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 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

/*! elements - tabs */

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

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

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 16px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: none;
  background: #ffffff;
  color: #A3925E;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px solid #A3925E;
  padding: 11px 20px;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
}

.fsTabs .fsTabsNav li a:hover {
  background: #AD9B68;
  color: #ffffff;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #BAAD88;
  color: #ffffff;
  border-color: #BAAD88;
}

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

@media (max-width: 599px) {
  .fsTabs .fsPanel > .fsElementContent {
    padding: 5px 0px 17px 0px;
  }
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

body:not(.fsComposeMode) .custom-tabs .fsPanel > header {
  display: none !important;
}

body:not(.fsComposeMode) .custom-tabs .fsPanel > .fsElementContent {
  border: 1px solid rgba(163, 145, 97, 0.6);
  padding: 24px 30px 18px;
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .custom-tabs .fsPanel > .fsElementContent {
    padding: 12px 18px;
  }
}

body:not(.fsComposeMode) .custom-tabs .fsPanel > .fsElementContent h3 {
  margin-bottom: 13px;
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav .fsTabsNavItem:not(.fsStateSelected) a:hover,
body:not(.fsComposeMode) .custom-tabs .fsTabsNav .fsTabsNavItem:not(.fsStateSelected) a:focus {
  background: rgba(163, 145, 97, 0.5);
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li {
  margin: 0;
  width: 25%;
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li a {
  padding: 10px;
  min-height: 72px;
  font-size: 0px;
  display: block;
  text-align: center;
  position: relative;
  bottom: -1px;
  border: 0px;
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .custom-tabs .fsTabsNav li a {
    min-height: 60px;
  }
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  font-size: 33px;
  font-weight: 400;
  color: #ffffff;
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:first-child a {
  background: rgba(163, 145, 97, 0.6);
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:first-child a:before {
  content: "\E91F";
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:nth-child(2) a {
  background-color: rgba(163, 145, 97, 0.7);
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:nth-child(2) a:before {
  content: "\E922";
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:nth-child(3) a {
  background-color: rgba(163, 145, 97, 0.8);
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:nth-child(3) a:before {
  content: "\E921";
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:last-child a {
  background-color: rgba(163, 145, 97, 0.9);
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li:last-child a:before {
  content: "\E920";
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li.fsStateSelected a {
  background: #ffffff;
  min-height: 84px;
  border: 1px solid rgba(163, 145, 97, 0.6);
  border-bottom: none;
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .custom-tabs .fsTabsNav li.fsStateSelected a {
    min-height: 66px;
  }
}

body:not(.fsComposeMode) .custom-tabs .fsTabsNav li.fsStateSelected a:before {
  color: #a39161;
}

/*! -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: 298.5px;
}

.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: #000000 !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: #A39161;
  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: #001845;
}

body:not(.fsComposeMode) .content-callout-grey,
body:not(.fsComposeMode) .content-callout-light,
body:not(.fsComposeMode) div[class*='content-callout-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0px 0px 40px 0px;
}

body:not(.fsComposeMode) .content-callout-grey header,
body:not(.fsComposeMode) .content-callout-light header,
body:not(.fsComposeMode) div[class*='content-callout-'] header {
  display: block;
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .content-callout-grey header,
  body:not(.fsComposeMode) .content-callout-light header,
  body:not(.fsComposeMode) div[class*='content-callout-'] header {
    min-height: 200px;
  }
}

body:not(.fsComposeMode) .content-callout-grey header .fsImage,
body:not(.fsComposeMode) .content-callout-light header .fsImage,
body:not(.fsComposeMode) div[class*='content-callout-'] header .fsImage {
  margin: 0px;
}

body:not(.fsComposeMode) .content-callout-grey header .fsImage img,
body:not(.fsComposeMode) .content-callout-light header .fsImage img,
body:not(.fsComposeMode) div[class*='content-callout-'] header .fsImage img {
  display: none;
}

body:not(.fsComposeMode) .content-callout-grey .fsElementContent,
body:not(.fsComposeMode) .content-callout-light .fsElementContent,
body:not(.fsComposeMode) div[class*='content-callout-'] .fsElementContent {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  padding: 21px 30px 26px 30px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .content-callout-grey .fsElementContent,
  body:not(.fsComposeMode) .content-callout-light .fsElementContent,
  body:not(.fsComposeMode) div[class*='content-callout-'] .fsElementContent {
    padding: 20px;
  }
}

body:not(.fsComposeMode) .content-callout-grey .fsElementContent h3,
body:not(.fsComposeMode) .content-callout-light .fsElementContent h3,
body:not(.fsComposeMode) div[class*='content-callout-'] .fsElementContent h3 {
  font-size: 16px;
  line-height: 30px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .content-callout-grey .fsElementContent p,
body:not(.fsComposeMode) .content-callout-light .fsElementContent p,
body:not(.fsComposeMode) div[class*='content-callout-'] .fsElementContent p {
  margin-bottom: 20px;
}

body:not(.fsComposeMode) .content-callout-grey .fsElementContent p:last-child,
body:not(.fsComposeMode) .content-callout-light .fsElementContent p:last-child,
body:not(.fsComposeMode) div[class*='content-callout-'] .fsElementContent p:last-child {
  margin-bottom: 0px;
}

body:not(.fsComposeMode) .content-callout-grey .fsElementContent {
  background: #F2EFE8;
  color: #000000;
}

body:not(.fsComposeMode) .content-callout-grey .fsElementContent h3 {
  color: #001845;
}

body:not(.fsComposeMode) .content-callout-light .fsElementContent {
  background: #ffffff;
  color: #000000;
  padding: 29px;
  border: 1px solid #AD9B68;
}

body:not(.fsComposeMode) .content-callout-light .fsElementContent h3 {
  color: #163052;
}

body:not(.fsComposeMode) .content-callout-light .fsElementContent a {
  color: #000000;
}

body:not(.fsComposeMode) .content-callout-light .fsElementContent a:hover,
body:not(.fsComposeMode) .content-callout-light .fsElementContent a:focus {
  color: #A39161;
}

body:not(.fsComposeMode) .image-quicklinks {
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .image-quicklinks .fsDiv {
  margin: 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .quicklink {
  position: relative;
  z-index: 100;
  margin: 0px;
  border: 1px solid #ffffff;
  overflow: hidden;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .quicklink {
    margin: 0 -20px;
    border: 0px;
    margin-bottom: 1px;
  }
}

body:not(.fsComposeMode) .quicklink .fsElementHeaderContent {
  margin: 0px;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

body:not(.fsComposeMode) .quicklink .fsElementHeaderContent img {
  display: none;
}

body:not(.fsComposeMode) .quicklink h2.fsElementTitle {
  position: absolute;
  z-index: 120;
  width: 100%;
  left: 0;
  bottom: 0px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13.5px 20px;
  background: rgba(163, 146, 94, 0.8);
  margin: 0px;
  pointer-events: none;
}

body:not(.fsComposeMode) .quicklink a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0px;
  z-index: 110;
}

body:not(.fsComposeMode) .quicklink:hover .fsElementHeaderContent,
body:not(.fsComposeMode) .quicklink:focus .fsElementHeaderContent {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode) .fsBannerRight div[class*='content-callout-'] header,
body:not(.fsComposeMode) .fsBannerLeft div[class*='content-callout-'] header {
  min-height: 200px;
}

body:not(.fsComposeMode) .fsBannerRight div[class*='content-callout-'] .fsElementContent,
body:not(.fsComposeMode) .fsBannerLeft div[class*='content-callout-'] .fsElementContent {
  padding: 21px 20px 26px 20px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .fsBannerRight div[class*='content-callout-'] .fsElementContent,
  body:not(.fsComposeMode) .fsBannerLeft div[class*='content-callout-'] .fsElementContent {
    padding: 20px;
  }
}

body:not(.fsComposeMode) .fsBannerRight h2.fsElementTitle,
body:not(.fsComposeMode) .fsBannerLeft h2.fsElementTitle {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  text-transform: none;
}

body:not(.fsComposeMode) .fsBannerRight blockquote,
body:not(.fsComposeMode) .fsBannerLeft blockquote {
  margin-bottom: 40px;
}

body:not(.fsComposeMode) .fsBannerRight .quicklink .fsElementHeaderContent,
body:not(.fsComposeMode) .fsBannerLeft .quicklink .fsElementHeaderContent {
  min-height: 170px;
}

body:not(.fsComposeMode) .fsBannerRight .quicklink h2.fsElementTitle,
body:not(.fsComposeMode) .fsBannerLeft .quicklink h2.fsElementTitle {
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
}

.sign-up {
  position: relative;
  padding: 0px;
  margin: 0 0 20px;
}

@media (max-width: 999px) {
  .sign-up {
    width: 50%;
    margin: 10px 0 20px;
  }
}

@media (max-width: 599px) {
  .sign-up {
    width: 100%;
  }
}

.sign-up header {
  overflow: hidden;
}

.sign-up header .fsElementHeaderContent {
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.sign-up header .fsElementHeaderContent img {
  opacity: 0;
}

.sign-up h2.fsElementTitle {
  margin: 0px !important;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px;
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: center;
  line-height: 22.4px !important;
  font-size: 16px !important;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  background: rgba(192, 192, 192, 0.8);
  margin: 0px;
  z-index: 110;
}

.sign-up a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0px;
  font-size: 0px;
  z-index: 120;
}

.sign-up:hover header .fsElementHeaderContent,
.sign-up:focus header .fsElementHeaderContent {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*! pages - home v0.0.1 */

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

body:not(.fsComposeMode).home #fsPageBody {
  max-width: 100%;
  width: 100%;
}

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

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

body:not(.fsComposeMode).home #fsHeader .header--bottom {
  background-image: none !important;
}

body:not(.fsComposeMode).home .mobile-nav-sub {
  display: none !important;
}

@media (max-width: 549px) {
  body:not(.fsComposeMode).home .universal-slideshow {
    border-bottom: 0px;
  }
}

@media (max-width: 649px) {
  body:not(.fsComposeMode).home .universal-slideshow .caption {
    padding-bottom: 80px;
  }
}

body:not(.fsComposeMode).home .universal-slideshow article .fsThumbnail {
  min-height: calc(100vh - 74px);
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .universal-slideshow article .fsThumbnail {
    min-height: 750px;
  }
}

@media (max-width: 649px) {
  body:not(.fsComposeMode).home .universal-slideshow article .fsThumbnail {
    min-height: 70.4vw;
  }
}

body:not(.fsComposeMode).home .universal-slideshow .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode).home .universal-slideshow .scroll-down {
  position: absolute;
  z-index: 300;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  background: #001845;
  color: #ffffff;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 19.2px;
  line-height: 19.2px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1369px) {
  body:not(.fsComposeMode).home .universal-slideshow .scroll-down {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 649px) {
  body:not(.fsComposeMode).home .universal-slideshow .scroll-down {
    display: none;
  }
}

@media screen and (max-height: 700px) and (min-width: 900px) {
  body:not(.fsComposeMode).home .universal-slideshow .scroll-down {
    height: 120px;
    width: 120px;
  }
}

body:not(.fsComposeMode).home .universal-slideshow .scroll-down:after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #001845 transparent transparent transparent;
}

body:not(.fsComposeMode).home .universal-slideshow .scroll-down:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #A39161 transparent transparent transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).home .universal-slideshow .scroll-down span {
  color: #A39161;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  padding-top: 2px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).home .universal-slideshow .scroll-down:hover span,
body:not(.fsComposeMode).home .universal-slideshow .scroll-down:focus span {
  color: #ffffff;
}

body:not(.fsComposeMode).home .universal-slideshow .scroll-down:hover:before,
body:not(.fsComposeMode).home .universal-slideshow .scroll-down:focus:before {
  border-color: #ffffff transparent transparent transparent;
}

body:not(.fsComposeMode).home .hp--welcome {
  margin: 0px;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 94px 48px 48px 48px;
  text-align: center;
}

@media (max-width: 1365px) {
  body:not(.fsComposeMode).home .hp--welcome {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .hp--welcome {
    padding-top: 48px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--welcome {
    padding: 48px 20px 36px 20px;
  }
}

body:not(.fsComposeMode).home .hp--welcome > header {
  display: none;
}

body:not(.fsComposeMode).home .hp--welcome > .fsElementContent {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode).home .hp--welcome > .fsElementContent {
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsResourceElement {
  display: block;
  width: 40%;
  margin: 0;
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode).home .hp--welcome .fsResourceElement {
    width: 100%;
    max-width: 78%;
    margin: 0 auto;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .hp--welcome .fsResourceElement {
    max-width: 100%;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsResourceElement > header {
  display: none;
}

body:not(.fsComposeMode).home .hp--welcome .fsContent {
  display: block;
  padding-left: 48px;
  padding-top: 12px;
  width: 60%;
  margin: 0;
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode).home .hp--welcome .fsContent {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-top: 0;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsContent header {
  display: block;
  position: relative;
  padding-bottom: 48px;
  width: 100%;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--welcome .fsContent header {
    padding-bottom: 36px;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsContent header:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  background: rgba(163, 145, 97, 0.6);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--welcome .fsContent header:after {
    bottom: 15px;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsContent header h2.fsElementTitle {
  margin: 0px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35.2px;
  line-height: 35.2px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--welcome .fsContent header h2.fsElementTitle {
    font-size: 25.6px;
    line-height: 25.6px;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsContent header .fsElementHeaderContent {
  margin: 0px;
  font-size: 35.2px;
  line-height: 35.2px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  color: #A39161;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--welcome .fsContent header .fsElementHeaderContent {
    font-size: 25.6px;
    line-height: 25.6px;
  }
}

body:not(.fsComposeMode).home .hp--welcome .fsContent .fsElementContent {
  padding-bottom: 16px;
  display: block;
}

body:not(.fsComposeMode).home .hp--welcome .fsContent .fsElementContent a {
  font-weight: 500;
}

body:not(.fsComposeMode).home .hp--welcome .fsContent footer .fsElementFooterContent {
  margin-top: 15px;
}

body:not(.fsComposeMode).home .hp--welcome .fsContent footer .fsElementFooterContent a {
  color: #ffffff;
  font-size: 17.6px;
  line-height: 17.6px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  padding: 19px 49px;
  display: inline-block;
  text-transform: uppercase;
  background-image: url(images/media-link.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

body:not(.fsComposeMode).home .hp--welcome .fsContent footer .fsElementFooterContent a:hover,
body:not(.fsComposeMode).home .hp--welcome .fsContent footer .fsElementFooterContent a:focus {
  background-size: 120%;
}

body:not(.fsComposeMode).home .hp--discover {
  position: relative;
  width: 100%;
  margin: 0px;
  z-index: 100;
  padding: 48px;
  text-align: center;
}

@media (max-width: 1365px) {
  body:not(.fsComposeMode).home .hp--discover {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 24px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover {
    padding: 0px 0px 35px 0px;
  }
}

body:not(.fsComposeMode).home .hp--discover > header {
  display: block;
  position: relative;
  padding-bottom: 48px;
  width: 100%;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover > header {
    padding-bottom: 36px;
    margin-bottom: 10px;
  }
}

body:not(.fsComposeMode).home .hp--discover > header:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  background: rgba(163, 145, 97, 0.6);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover > header:after {
    bottom: 15px;
  }
}

body:not(.fsComposeMode).home .hp--discover > header h2.fsElementTitle {
  margin: 0px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35.2px;
  line-height: 35.2px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover > header h2.fsElementTitle {
    font-size: 25.6px;
    line-height: 25.6px;
  }
}

body:not(.fsComposeMode).home .hp--discover > header .fsElementHeaderContent {
  margin: 0px;
  font-size: 35.2px;
  line-height: 35.2px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  color: #A39161;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover > header .fsElementHeaderContent {
    font-size: 25.6px;
    line-height: 25.6px;
  }
}

body:not(.fsComposeMode).home .hp--discover > .fsElementContent {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode).home .hp--discover .fsContent {
  margin: 0px 0px 1px 0px;
  padding: 0px;
  position: relative;
  z-index: 5;
  width: calc(33.33% - 0.5px);
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .hp--discover .fsContent {
    width: calc(50% - 0.5px);
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover .fsContent {
    width: 100%;
  }
}

body:not(.fsComposeMode).home .hp--discover .fsContent header {
  display: block;
  overflow: hidden;
}

body:not(.fsComposeMode).home .hp--discover .fsContent header h2.fsElementTitle {
  margin: 0px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 15;
  left: 0;
  bottom: 0px;
  color: #ffffff;
  background: rgba(163, 145, 97, 0.8);
  padding: 12px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover .fsContent header h2.fsElementTitle {
    background: #A39161;
  }
}

body:not(.fsComposeMode).home .hp--discover .fsContent header .fsElementHeaderContent {
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  z-index: 10;
  height: 15.7vw;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .hp--discover .fsContent header .fsElementHeaderContent {
    height: 28.3vw;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--discover .fsContent header .fsElementHeaderContent {
    height: 47.1vw;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode).home .hp--discover .fsContent header .fsElementHeaderContent {
    height: 67.2vw;
  }
}

body:not(.fsComposeMode).home .hp--discover .fsContent header .fsElementHeaderContent img {
  display: none;
}

body:not(.fsComposeMode).home .hp--discover .fsContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 20;
}

body:not(.fsComposeMode).home .hp--discover .fsContent:hover header .fsElementHeaderContent,
body:not(.fsComposeMode).home .hp--discover .fsContent:focus header .fsElementHeaderContent,
body:not(.fsComposeMode).home .hp--discover .fsContent.focus header .fsElementHeaderContent {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body:not(.fsComposeMode).home .hp--news {
  margin: 0px;
  width: 100%;
  padding: 48px 48px 50px 48px;
  position: relative;
  z-index: 100;
  background-size: 100% auto;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1365px) {
  body:not(.fsComposeMode).home .hp--news {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 24px;
  }
}

@media (max-width: 990px) {
  body:not(.fsComposeMode).home .hp--news {
    background-image: none !important;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news {
    padding: 12px 0px 48px 0px;
  }
}

body:not(.fsComposeMode).home .hp--news > header {
  display: block;
  position: relative;
  padding-bottom: 48px;
  width: 100%;
  text-align: center;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news > header {
    padding-bottom: 36px;
    margin-bottom: 10px;
  }
}

body:not(.fsComposeMode).home .hp--news > header:after {
  position: absolute;
  content: "";
  width: 48px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  background: rgba(163, 145, 97, 0.6);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news > header:after {
    bottom: 13px;
  }
}

body:not(.fsComposeMode).home .hp--news > header h2.fsElementTitle {
  margin: 0px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35.2px;
  line-height: 35.2px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news > header h2.fsElementTitle {
    font-size: 25.6px;
    line-height: 25.6px;
  }
}

body:not(.fsComposeMode).home .hp--news > header .fsElementHeaderContent {
  margin: 0px;
  font-size: 35.2px;
  line-height: 35.2px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  color: #A39161;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news > header .fsElementHeaderContent {
    font-size: 25.6px;
    line-height: 25.6px;
  }
}

body:not(.fsComposeMode).home .hp--news > .fsElementContent {
  max-width: 1585px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 990px) {
  body:not(.fsComposeMode).home .hp--news > .fsElementContent {
    max-width: 720px;
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems {
  position: relative;
  padding: 0 48px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems {
    padding: 0px 0px 42px 0px;
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article {
  padding: 0px;
  position: relative;
  z-index: 10;
  margin: 0 12px;
  border: 1px solid rgba(163, 145, 97, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article {
    margin: 0px;
    border: 0px;
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsThumbnail {
  max-width: 100% !important;
  width: 100%;
  height: 252px;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle {
  width: 100%;
  position: absolute;
  padding: 18px 84px 18px 18px;
  z-index: 15;
  left: 0;
  bottom: 0;
  color: #ffffff;
  background: rgba(0, 24, 69, 0.6);
  font-size: 16px;
  line-height: 19.2px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  text-align: left;
  margin: 0px;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle {
    background: #001845;
    padding: 18px;
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle a {
  font-size: 15.2px;
  line-height: 18.24px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle a:hover,
body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle a:focus {
  color: #A39161;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle:after {
  position: absolute;
  content: "";
  width: 84px;
  height: 100%;
  right: 0;
  top: 0;
  background: #001845;
  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;
  background-image: url(images/icon-news.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems article .fsTitle:after {
    display: none;
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow {
  position: absolute;
  padding: 0px;
  border: 0px;
  margin: 0px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #A39161;
  font-size: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow {
    bottom: 0px;
    top: auto;
    border-radius: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(50% - 0.5px);
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow:hover,
body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow:focus {
  background: #001845;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow:hover,
  body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow:focus {
    background: #A39161;
  }
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow.slick-prev:after {
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-left: -1px;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

body:not(.fsComposeMode).home .hp--news .fsPostElement .fsListItems .slick-arrow.slick-next:after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 2px;
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent {
  margin-top: 48px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 18px 52px 18px 18px;
  font-size: 17.6px;
  line-height: 17.6px;
  margin: 0 15px;
  border: 1px solid rgba(163, 145, 97, 0.6);
  position: relative;
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a:hover,
body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a:focus,
.fsStateSelected body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a,
body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a em {
  display: block;
  font-style: normal;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 0 12px 0;
  }
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  font-weight: 400;
  color: #A39161;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a:hover:before,
body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent a:focus:before {
  color: #ffffff;
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent p {
  margin: 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent p {
    width: 100%;
  }
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent p:first-of-type a:before {
  content: "\E910";
  font-size: 19px;
}

body:not(.fsComposeMode).home .hp--news footer .fsElementFooterContent p:last-of-type a:before {
  content: "\E903";
  font-size: 20px;
}

.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: 1350px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 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: "Gotham A", "Gotham B", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Gotham A, Gotham B, 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: 42px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 35px / line-height: 42px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 24px / line-height: 29px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 20.8px / line-height: 29px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 24px / line-height: 28px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 12px / line-height: 15px";
}

/*===============================*/

/*NEWS PAGE & SUPPORT HARROW */

/*===============================*/

body:not(.fsComposeMode) .news-page {
  margin-top: 18px;
}

body:not(.fsComposeMode) .news-page .fsListItems {
  display: block;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
  margin: 0 -12px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .news-page .fsListItems {
    margin: 0px;
  }
}

@media (min-width: 660px) {
  body:not(.fsComposeMode) .news-page .fsListItems {
    /*column-count: 2;*/
    /*column-gap: 24px;*/
  }
}

@media (min-width: 1366px) {
  body:not(.fsComposeMode) .news-page .fsListItems {
    /*column-count: 3;*/
  }
}

body:not(.fsComposeMode) .news-page article {
  padding: 0px 0px 24px 0px;
  border: 1px solid rgba(163, 145, 97, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0px 10px 24px 10px;
  background-color: #ffffff;
  width: calc(33.33% - 24px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1369px) {
  body:not(.fsComposeMode) .news-page article {
    width: calc(50% - 24px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .news-page article {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
}

body:not(.fsComposeMode) .news-page article .fsThumbnail {
  position: relative;
  display: block;
  max-width: 100% !important;
  width: 100%;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(163, 145, 97, 0.5);
}

body:not(.fsComposeMode) .news-page article .fsThumbnail:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #A39161;
  background-image: url(images/news-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

body:not(.fsComposeMode) .news-page article .fsCroppedImage {
  display: block;
  opacity: 0;
  min-height: 300px;
  background-color: transparent;
}

body:not(.fsComposeMode) .news-page article .fsCroppedImage img {
  display: block;
  opacity: 0;
}

body:not(.fsComposeMode) .news-page article .fsTitle {
  margin: 0px;
  padding: 36px 24px 0px 24px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
}

body:not(.fsComposeMode) .news-page article .fsTitle a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Gotham A", "Gotham B", sans-serif-4;
  font-weight: 400;
  color: #001845;
}

body:not(.fsComposeMode) .news-page article .fsTitle a:hover,
body:not(.fsComposeMode) .news-page article .fsTitle a:focus {
  color: #A39161;
}

body:not(.fsComposeMode) .news-page article .fsSummary {
  margin: 0px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 24px;
}

body:not(.fsComposeMode) .support-quicklinks {
  margin: 18px 0 0 0;
  width: 100%;
  position: relative;
  display: block;
}

body:not(.fsComposeMode) .support-quicklinks > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -24px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .support-quicklinks > .fsElementContent {
    margin: 0 -20px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .support-quicklinks > .fsElementContent {
    /*margin: 0px -20px;*/
  }
}

body:not(.fsComposeMode) .support-quicklinks .fsContent {
  position: relative;
  z-index: 100;
  width: calc(33.33% - 1px);
  margin: 0px 0.5px 1px 0.5px;
  height: 300px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode) .support-quicklinks .fsContent {
    width: calc(50% - 1px);
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .support-quicklinks .fsContent {
    width: calc(33.33% - 1px);
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .support-quicklinks .fsContent {
    width: calc(50% - 1px);
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .support-quicklinks .fsContent {
    width: 100%;
    margin: 0 0 1px 0;
  }
}

body:not(.fsComposeMode) .support-quicklinks .fsContent:before {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  content: '';
  opacity: 0;
  top: 20px;
  right: 10px;
  bottom: 20px;
  left: 10px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 120;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent:after {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  position: absolute;
  content: '';
  opacity: 0;
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: 120;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent .fsElementContent:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(images/blue-gradient.png) repeat-x 0 100px;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent .fsElementContent:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 24, 69, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 1.5s ease-out, color 1.5s ease-out, opacity 1.5s ease-out;
  transition: background-color 1.5s ease-out, color 1.5s ease-out, opacity 1.5s ease-out;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent h2.fsElementTitle {
  margin: 0px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 19.2px;
  line-height: 28px;
  padding: 0 35px;
  text-shadow: 1px 1px 1px #001845;
  z-index: 120;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent h2.fsElementTitle:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -70px;
  background-image: url(images/alumni-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #A39161;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  font-size: 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .support-quicklinks .fsContent:hover:after,
body:not(.fsComposeMode) .support-quicklinks .fsContent:hover:before,
body:not(.fsComposeMode) .support-quicklinks .fsContent:focus:after,
body:not(.fsComposeMode) .support-quicklinks .fsContent:focus:before,
body:not(.fsComposeMode) .support-quicklinks .fsContent.focus:after,
body:not(.fsComposeMode) .support-quicklinks .fsContent.focus:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

body:not(.fsComposeMode) .support-quicklinks .fsContent:hover .fsElementContent:after,
body:not(.fsComposeMode) .support-quicklinks .fsContent:focus .fsElementContent:after,
body:not(.fsComposeMode) .support-quicklinks .fsContent.focus .fsElementContent:after {
  opacity: 1;
  visibility: visible;
}

.news-detail-page .section-menu h2.fsElementTitle {
  padding-bottom: 10px;
}

.news-detail-page .fsBreadcrumb {
  display: none;
}

.news-detail-page article {
  padding-top: 0;
}

.news-detail-page .fsTitle {
  padding-top: 0;
  font-size: 2.2em;
  font-weight: 400;
  color: #a39161;
  line-height: 1.2em;
  text-transform: uppercase;
}

.news-detail-page .fsTitle span {
  font-weight: 700;
  color: #001845;
}

.news-detail-page .fsDateTime {
  border-bottom: 1px solid rgba(163, 145, 97, 0.6);
  border-top: 1px solid rgba(163, 145, 97, 0.6);
  line-height: 1;
  margin: 0 0 22px;
  padding: 12px 12px 12px 30px;
  color: #a39161;
  position: relative;
}

.news-detail-page .fsDateTime:before {
  display: none;
}

.news-detail-page .fsDateTime:after {
  top: 13px;
  left: 5px;
}

/*===============================*/

/*PUBLICATIONS*/

/*===============================*/

body:not(.fsComposeMode) .publications {
  margin: 55px 0 0;
  width: 100%;
  position: relative;
  z-index: 100;
  display: block;
}

body:not(.fsComposeMode) .publications > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .publications > .fsElementContent {
    margin: 0px;
  }
}

body:not(.fsComposeMode) .publications .fsContent {
  position: relative;
  width: calc(20% - 24px);
  margin: 0px 12px 24px;
}

@media (max-width: 1369px) {
  body:not(.fsComposeMode) .publications .fsContent {
    width: calc(25% - 24px);
  }
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .publications .fsContent {
    width: calc(33.33% - 24px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .publications .fsContent {
    width: calc(50% - 24px);
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .publications .fsContent {
    width: 100%;
    margin: 0px 0px 24px;
  }
}

body:not(.fsComposeMode) .publications .fsContent header .fsElementHeaderContent {
  margin-bottom: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .publications .fsContent header .fsElementHeaderContent {
    padding-bottom: 20px;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .publications .fsContent header .fsElementHeaderContent {
    padding-bottom: 0px;
  }
}

body:not(.fsComposeMode) .publications .fsContent header .fsElementHeaderContent img {
  opacity: 0;
}

body:not(.fsComposeMode) .publications .fsContent h2.fsElementTitle {
  margin: 0px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #A39161;
  padding: 8px 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  text-transform: inherit;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

body:not(.fsComposeMode) .publications .fsContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 110;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .publications .fsContent:hover h2.fsElementTitle,
body:not(.fsComposeMode) .publications .fsContent:focus h2.fsElementTitle,
body:not(.fsComposeMode) .publications .fsContent.focus h2.fsElementTitle {
  background: #001845;
  color: #A39161;
}

/*===============================*/

/*PROFILES 1*/

/*===============================*/

body:not(.fsComposeMode) .staff-profile-list {
  position: relative;
  width: 100%;
  display: block;
}

body:not(.fsComposeMode) .staff-profile-list > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .staff-profile-list > .fsElementContent {
    margin: 0px;
  }
}

body:not(.fsComposeMode) .staff-profile-list .fsContent {
  width: calc(20% - 24px);
  margin: 0 12px 24px 12px;
  background-color: #F1EFE7;
}

@media (max-width: 1369px) {
  body:not(.fsComposeMode) .staff-profile-list .fsContent {
    width: calc(25% - 24px);
  }
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .staff-profile-list .fsContent {
    width: calc(33.33% - 24px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .staff-profile-list .fsContent {
    width: calc(50% - 24px);
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .staff-profile-list .fsContent {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

body:not(.fsComposeMode) .staff-profile-list .fsContent header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .staff-profile-list .fsContent header .fsElementHeaderContent picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body:not(.fsComposeMode) .staff-profile-list .fsContent header .fsElementHeaderContent img {
  width: 100%;
}

body:not(.fsComposeMode) .staff-profile-list .fsContent .fsElementContent {
  padding: 8px 10px;
  text-align: center;
  color: #ffffff;
  background: #A39161;
  font-size: 16px;
  line-height: 22.4px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
}

body:not(.fsComposeMode) .staff-profile-list .fsContent .fsElementContent p {
  margin: 0px;
}

body:not(.fsComposeMode) .staff-profile-list .fsContent footer .fsElementFooterContent {
  margin: 0px;
  padding: 10px 10px 30px 10px;
  text-align: center;
  color: #001845;
  font-style: italic;
  background: #F1EFE7;
  font-size: 14.4px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  line-height: 20.16px;
  overflow: hidden;
}

/*===============================*/

/*PROFILES 2*/

/*===============================*/

body:not(.fsComposeMode) .custom-constituent .fsElementPagination {
  margin: 0px;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentColumnLayout_4 {
  margin: 0 -7.5px;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem {
  padding: 0px;
  position: relative;
  width: 240px;
  margin: 0px 7.5px 15px 7.5px;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsPhoto {
  margin: 0px;
  min-height: 320px;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsPhoto img {
  display: none;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsFullName {
  background: #001845;
  text-align: center;
  color: #ffffff;
  font-size: 16.2px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  padding: 12px 20px;
  margin: 0;
  width: 100%;
  position: relative;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsFullName {
    font-size: 12.2px;
    line-height: 20px;
  }
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsFullName a {
  color: #ffffff;
  font-size: 16.2px;
  line-height: 26px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsFullName a {
    font-size: 12.2px;
    line-height: 20px;
  }
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsFullName a:hover,
body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsFullName a:focus {
  color: #A39161;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsTitles {
  margin: 0px;
  width: 100%;
  text-align: center;
  background: #A39161;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  line-height: 20px;
  font-size: 12.5px;
  color: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsTitles {
    font-size: 9.4px;
    line-height: 15px;
  }
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsEmail {
  position: absolute;
  left: 15px;
  top: 20px;
  border-radius: 100%;
  margin: 0px;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsEmail a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #001845;
  padding: 0px;
  margin: 0px;
  border-radius: 100%;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsEmail a:hover,
body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsEmail a:focus {
  background: #A39161;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsEmail a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "\E91E";
  font-family: "IcoMoon";
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode) .custom-constituent .fsConstituentItem .fsEmail .fsEmailIcon {
  display: none;
}

/*===============================*/

/*PROFILES 3*/

/*===============================*/

body:not(.fsComposeMode) .profiles3 {
  position: relative;
  width: 100%;
  display: block;
  z-index: 100;
}

body:not(.fsComposeMode) .profiles3 > header h2.fsElementTitle {
  margin-bottom: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  font-weight: 500;
  font-size: 22.4px;
  line-height: 22.4px;
  text-transform: inherit;
}

body:not(.fsComposeMode) .profiles3 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .profiles3 > .fsElementContent {
    margin: 0 -6px;
  }
}

body:not(.fsComposeMode) .profiles3 .fsContent {
  width: calc(20% - 24px);
  -webkit-transition: all .4s;
  transition: all .4s;
  margin: 0px 12px 24px 12px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .profiles3 .fsContent {
    width: calc(33.33% - 24px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .profiles3 .fsContent {
    width: calc(50% - 24px);
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .profiles3 .fsContent {
    width: calc(50% - 12px);
    margin: 0px 6px 12px 6px;
  }
}

body:not(.fsComposeMode) .profiles3 .fsContent header .fsElementHeaderContent {
  position: relative;
  margin: 0px;
}

body:not(.fsComposeMode) .profiles3 .fsContent header .fsElementHeaderContent .fsImage {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

body:not(.fsComposeMode) .profiles3 .fsContent header .fsElementHeaderContent .fsImage img {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .profiles3 .fsContent header .fsElementHeaderContent .fsImage:last-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

body:not(.fsComposeMode) .profiles3 .fsContent header .fsElementHeaderContent p {
  margin: 0px;
  display: none;
}

body:not(.fsComposeMode) .profiles3 .fsContent .fsElementContent {
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  background: #A39161;
  font-size: 16px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .profiles3 .fsContent .fsElementContent {
    background: rgba(163, 145, 97, 0.75);
    font-size: 12.8px;
    line-height: 12.8px;
  }
}

body:not(.fsComposeMode) .profiles3 .fsContent footer {
  border: 1px solid #A39161;
  position: absolute;
  width: calc(100% - 24px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  margin-top: 0px;
  padding: 36px 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .profiles3 .fsContent footer {
    padding: 30px 20px;
  }
}

body:not(.fsComposeMode) .profiles3 .fsContent footer .fsElementFooterContent {
  margin: 0px;
  height: 100px;
  overflow: hidden;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .profiles3 .fsContent footer .fsElementFooterContent {
    height: 150px;
  }
}

body:not(.fsComposeMode) .profiles3 .fsContent footer h4 {
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  font-size: 20.8px;
  line-height: 20.8px;
  padding: 12px 0;
  margin: 0px;
}

body:not(.fsComposeMode) .profiles3 .fsContent:hover header .fsElementHeaderContent .fsImage:first-child,
body:not(.fsComposeMode) .profiles3 .fsContent:focus header .fsElementHeaderContent .fsImage:first-child {
  opacity: 0;
}

body:not(.fsComposeMode) .profiles3 .fsContent:hover header .fsElementHeaderContent .fsImage:last-child,
body:not(.fsComposeMode) .profiles3 .fsContent:focus header .fsElementHeaderContent .fsImage:last-child {
  opacity: 1;
}

body:not(.fsComposeMode) .profiles3 .fsContent.open-description .fsElementContent {
  color: #ffffff;
  background: #001845;
}

body:not(.fsComposeMode) .profiles3 .fsContent.open-description footer {
  opacity: 1;
  bottom: 0px;
  visibility: visible;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

body:not(.fsComposeMode) .profiles3 .fsContent.open-description header .fsElementHeaderContent .fsImage:first-child {
  opacity: 0;
}

body:not(.fsComposeMode) .profiles3 .fsContent.open-description header .fsElementHeaderContent .fsImage:last-child {
  opacity: 1;
}

body:not(.fsComposeMode) .profiles3 > .fsElementContent.active {
  padding-bottom: 174px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .profiles3 > .fsElementContent.active {
    padding-bottom: 224px;
  }
}

@media (max-width: 599px) {
  #form_46 {
    padding: 20px;
  }
}

#form_46 .elementContainer {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 60px;
}

#form_46 .elementContainer.field_1485,
#form_46 .elementContainer.field_1481 {
  padding-left: 0px;
}

#form_46 .elementContainer.field_1486,
#form_46 .elementContainer.field_1487,
#form_46 .elementContainer.field_1488,
#form_46 .elementContainer.field_1488,
#form_46 .elementContainer.field_1489,
#form_46 .elementContainer.field_1490 {
  padding-left: 150px;
}

#form_46 .elementContainer.field_1487 input,
#form_46 .elementContainer.field_1488 input,
#form_46 .elementContainer.field_1488 input,
#form_46 .elementContainer.field_1489 input,
#form_46 .elementContainer.field_1490 input {
  width: 75%;
}

#form_46 .elementContainer.field_1492 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

#form_46 .elementContainer.field_1492 label {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  top: auto;
}

#form_46 .elementContainer.field_1491 {
  padding-left: 150px;
}

#form_46 .elementContainer.field_1491 select {
  max-width: 75% !important;
  width: 100%;
  padding: 3.5px 5px;
  background: rgba(163, 145, 97, 0.15);
  border: 1px solid rgba(163, 145, 97, 0.4);
}

#form_46 .elementContainer h1,
#form_46 .elementContainer h2,
#form_46 .elementContainer h3,
#form_46 .elementContainer h4,
#form_46 .elementContainer h5,
#form_46 .elementContainer h6 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  padding-top: 10px;
  padding-bottom: 12px;
  color: #001845;
  margin: 0px;
  text-transform: inherit;
}

#form_46 .elementContainer label {
  font-size: 0.95em;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#form_48 {
  max-width: 750px;
}

@media (max-width: 599px) {
  #form_48 {
    padding: 20px;
  }
}

#form_48 label {
  font-size: 1.05em;
  line-height: 1.4em;
  padding-bottom: 12px;
  margin: 10px 0 0 0;
  line-height: 2em;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400 !important;
}

#form_48 label.require {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400 !important;
}

#form_48 input:not(.submitBtn) {
  background: rgba(163, 145, 97, 0.15);
  border: 1px solid rgba(163, 145, 97, 0.4);
  font-size: 1em;
  padding: 5px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 30px;
}

#form_48 input:not(.submitBtn):focus {
  border: 1px solid rgba(163, 145, 97, 0.6);
  background: #ffffff;
}

#form_48 .pageControls {
  padding: 0;
  margin: 0;
}

#form_48 select {
  max-width: 100%;
  width: 100%;
  padding: 3.5px 5px;
  background: rgba(163, 145, 97, 0.15);
  border: 1px solid rgba(163, 145, 97, 0.4);
}

/*===============================*/

/*ALTERNATE PAGE*/

/*===============================*/

body.alternate {
  /*HEADER NEW COLORS*/
  /*===============================*/
  /*=================*/
  /*==============*/
  /*===============*/
}

body.alternate a {
  color: #C0C0C0;
}

body.alternate a:hover,
body.alternate a:focus {
  color: #001845;
}

body.alternate h1,
body.alternate h4 {
  color: #C0C0C0;
}

body.alternate h1.fsPageTitle:before {
  background: #C0C0C0;
}

body.alternate ul li .fs_style_8:before {
  color: #C0C0C0;
}

body.alternate ol li:nth-of-type(odd) .fs_style_9:after {
  background: rgba(192, 192, 192, 0.3);
}

body.alternate .fs_style_6,
body.alternate .fs_style_7 {
  background-color: rgba(192, 192, 192, 0.15);
  border-right: 3px solid rgba(192, 192, 192, 0.3);
  color: #C0C0C0;
}

body.alternate .fs_style_6:hover,
body.alternate .fs_style_6:focus,
body.alternate .fs_style_7:hover,
body.alternate .fs_style_7:focus {
  color: #ffffff;
  background-color: #C0C0C0;
  background-image: none;
}

body.alternate .fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
body.alternate .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
body.alternate .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
body.alternate .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  border-color: #C0C0C0 transparent transparent transparent;
}

body.alternate .fsAccordion .fsPanel > header,
body.alternate .fsTabs .fsPanel > header {
  background-color: rgba(192, 192, 192, 0.15);
  border-right: 3px solid rgba(192, 192, 192, 0.3);
}

body.alternate .fsAccordion .fsPanel > header h2,
body.alternate .fsTabs .fsPanel > header h2 {
  color: #C0C0C0;
}

body.alternate .fsAccordion .fsPanel > header h2 a,
body.alternate .fsTabs .fsPanel > header h2 a {
  color: #C0C0C0;
}

body.alternate .fsAccordion .fsPanel > header:hover,
body.alternate .fsTabs .fsPanel > header:hover {
  background-color: #C0C0C0;
}

body.alternate .fsAccordion .fsPanel > header:hover h2,
body.alternate .fsTabs .fsPanel > header:hover h2 {
  color: #ffffff;
  background-image: none;
}

body.alternate .fsAccordion .fsPanel > header:hover h2 a,
body.alternate .fsTabs .fsPanel > header:hover h2 a {
  color: #ffffff;
}

body.alternate .fsAccordion .fsPanel.fsStateOpen > header,
body.alternate .fsTabs .fsPanel.fsStateOpen > header {
  background-color: #C0C0C0;
}

body.alternate .fsAccordion .fsPanel.fsStateOpen > header h2,
body.alternate .fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
  background-image: none;
}

body.alternate .fsAccordion .fsPanel.fsStateOpen > header a,
body.alternate .fsTabs .fsPanel.fsStateOpen > header a {
  color: #ffffff;
}

body.alternate #fsHeader .header--top,
body.alternate #fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  border-color: #C0C0C0;
}

body.alternate #fsHeader .header--top .header--links .fsNavLevel1 li a:hover,
body.alternate #fsHeader .header--top .header--links .fsNavLevel1 li a:focus,
body.alternate #fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a,
body.alternate #fsHeader .header--top .header--single-link a:hover,
body.alternate #fsHeader .header--top .header--single-link a:focus {
  color: #C0C0C0;
}

body.alternate #fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a {
  border-bottom: 1px solid rgba(192, 192, 192, 0.4);
}

body.alternate #fsHeader .header--top .header--links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo:after {
  border-color: transparent transparent #C0C0C0 transparent;
}

body.alternate #fsHeader .header--top .header--search form .fsStyleSearchField {
  background: #C0C0C0;
}

body.alternate .nav-main .fsNavLevel1 > li:hover > a,
body.alternate .nav-main .fsNavLevel2 li a:hover,
body.alternate .nav-main .fsNavLevel2 li a:focus,
body.alternate .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
body.alternate .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
body.alternate #fsHeader .sticky--header .nav-main .fsNavLevel1 > li > a {
  color: #C0C0C0;
}

body.alternate #fsHeader .sticky--header .nav-main .fsNavLevel1 > li > a:hover,
body.alternate #fsHeader .sticky--header .nav-main .fsNavLevel1 > li > a:focus {
  color: #001845;
}

body.alternate .nav-main .fsNavLevel2,
body.alternate #fsHeader .sticky--header {
  border-color: #C0C0C0;
}

body.alternate .nav-main .fsNavLevel2:after {
  border-color: transparent transparent #C0C0C0 transparent;
}

body.alternate #fsHeader.notBanner .header--bottom {
  border-color: #C0C0C0;
}

body.alternate .nav-sub > header h2.fsElementTitle,
body.alternate .section-menu h2.fsElementTitle,
body.alternate .nav-sub ul li a:hover,
body.alternate .nav-sub ul li a:focus,
body.alternate .section-menu ul li a:hover,
body.alternate .section-menu ul li a:focus {
  color: #C0C0C0;
}

body.alternate .nav-sub > header h2.fsElementTitle,
body.alternate .section-menu > header .fsElementTitle {
  border-color: rgba(192, 192, 192, 0.6);
}

body.alternate .nav-sub > .fsElementContent,
body.alternate .section-menu ul {
  background: rgba(192, 192, 192, 0.15);
}

body.alternate .nav-sub .fsNavLevel1 > li:first-child > a,
body.alternate .section-menu ul li:first-child a {
  border-color: rgba(192, 192, 192, 0.3);
}

body.alternate .nav-sub .fsNavLevel1 > li > a,
body.alternate .section-menu ul li a {
  border-color: rgba(192, 192, 192, 0.3);
}

body.alternate .fsBreadcrumb ul li a:hover,
body.alternate .fsBreadcrumb ul li a:focus {
  color: #C0C0C0;
}

body.alternate .fsBreadcrumb ul li .fsNavBreadcrumbSeperator:before {
  border-color: transparent transparent transparent #C0C0C0;
}

body.alternate .fsBreadcrumb {
  border-color: rgba(192, 192, 192, 0.5);
}

body.alternate .print-options {
  border-color: rgba(192, 192, 192, 0.6);
}

body.alternate .print-options ul li a {
  color: #C0C0C0;
}

body.alternate .print-options ul li:hover a:after,
body.alternate .print-options ul li:focus a:after {
  background: #C0C0C0;
}

body.alternate #fsFooter {
  border-color: #C0C0C0;
}

body.alternate #fsFooter .scroll-top button:after {
  border-color: transparent transparent #C0C0C0 transparent;
}

body.alternate #fsFooter .scroll-top button:hover:after,
body.alternate #fsFooter .scroll-top button:focus:after {
  border-color: transparent transparent #A39161 transparent;
}

body.alternate #fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation a {
  color: #C0C0C0;
}

body.alternate #fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation a:hover,
body.alternate #fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation a:focus {
  color: #A39161;
}

body.alternate #fsFooter .footer--top .fsFourColumnLayout .fsDiv .fsNavigation.family--navigation .fsElementHeaderContent {
  color: #C0C0C0;
}

body.alternate #fsFooter .footer--top .footer--logo footer a {
  color: #C0C0C0;
  border-color: rgba(192, 192, 192, 0.6);
}

body.alternate #fsFooter .footer--top .footer--logo footer a:hover,
body.alternate #fsFooter .footer--top .footer--logo footer a:focus {
  color: #ffffff;
  border-color: #A39161;
}

body.alternate .mobile-toggle,
body.alternate #fsHeader .header--bottom .mobile--button button {
  background: rgba(192, 192, 192, 0.8);
}

body.alternate .fsMenu .close-mobile-menu,
body.alternate .fsMenu .mobile--search .fsSearchElementKeyword .fsStyleSearchField {
  background: #C0C0C0;
}

body.alternate .fsMenu .mobile--main--nav .fsNavLevel1 li a:hover,
body.alternate .fsMenu .mobile--main--nav .fsNavLevel1 li a:focus,
body.alternate .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavCurrentPage > a,
body.alternate .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavCurrentPageAncestor > a,
body.alternate .fsMenu .mobile--header--links .fsNavLevel1 > li.fsNavParentPage > a {
  color: #C0C0C0;
}

body.alternate .fsMenu .mobile--header--links .fsNavLevel2 {
  border-color: rgba(255, 255, 255, 0.1);
}

body.alternate .custom-constituent .fsConstituentItem .fsTitles {
  background: #C0C0C0;
  color: #001845;
}

body.alternate .custom-constituent .fsConstituentItem .fsEmail a:hover,
body.alternate .custom-constituent .fsConstituentItem .fsEmail a:focus {
  background: #C0C0C0;
}

body.alternate .fsPost.fsSingleItem .fsTitle {
  color: #C0C0C0;
}

body.alternate .fsPost.fsSingleItem .fsDateTime {
  border-color: #C0C0C0;
}

body.alternate .fsPost.fsSingleItem .fsDateTime span {
  color: #C0C0C0;
}

/*===============================*/

/*EVENTS IN ALTERNATE COLORS*/

/*===============================*/

body:not(.fsComposeMode) .post-events {
  position: relative;
  width: 100%;
  display: block;
  z-index: 100;
}

body:not(.fsComposeMode) .post-events .fsListItems {
  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;
  margin: 0 -10px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .post-events .fsListItems {
    margin: 0px;
  }
}

body:not(.fsComposeMode) .post-events .fsListItems article {
  padding: 225px 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(33.33% - 20px);
  margin: 10px;
  text-align: center;
  border: 1px solid #C0C0C0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(192, 192, 192, 0.1);
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode) .post-events .fsListItems article {
    width: calc(50% - 20px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .post-events .fsListItems article {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsThumbnail {
  /*position: relative;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  max-width: 100% !important;
  width: 100%;
  height: 200px;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsThumbnail:before {
  position: absolute;
  content: "";
  background-image: url(images/association-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  background-size: 150px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 24, 69, 0.7);
  display: block;
  opacity: 0;
  -webkit-transition: background 0.5s ease-out, color 0.5s ease-out, opacity 0.5s ease-out;
  transition: background 0.5s ease-out, color 0.5s ease-out, opacity 0.5s ease-out;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsThumbnail:after {
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #ffffff;
  -webkit-transform: scale3d(1.4, 1.4, 1);
          transform: scale3d(1.4, 1.4, 1);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.4s;
  transition: opacity 0.7s, -webkit-transform 0.4s;
  transition: opacity 0.7s, transform 0.4s;
  transition: opacity 0.7s, transform 0.4s, -webkit-transform 0.4s;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsTitle {
  width: 100%;
  padding: 0;
  margin: 0px;
  font-size: 18.72px;
  line-height: 30px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  color: #001845;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsTitle a {
  font-size: 18.72px;
  line-height: 30px;
  font-family: "Gotham A", "Gotham B", sans-serif-5;
  font-weight: 700;
  color: #001845;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsTitle a:hover,
body:not(.fsComposeMode) .post-events .fsListItems article .fsTitle a:focus {
  color: #A39161;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsDateTime {
  padding: 0;
  width: 100%;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsDateTime:after,
body:not(.fsComposeMode) .post-events .fsListItems article .fsDateTime:before {
  display: none;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsDateTime span {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #C0C0C0;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsDateTime.remove {
  display: none;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsSummary {
  margin: 0px;
  width: 100%;
  padding: 0;
  color: #001845;
  line-height: 25.2px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 14.4px;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsSummary p {
  margin: 0px;
}

body:not(.fsComposeMode) .post-events .fsListItems article .fsSummary em {
  display: block;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #C0C0C0;
  font-style: normal;
}

body:not(.fsComposeMode) .post-events .fsListItems article:hover .fsThumbnail:after,
body:not(.fsComposeMode) .post-events .fsListItems article:focus .fsThumbnail:after {
  opacity: 0.7;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

body:not(.fsComposeMode) .post-events .fsListItems article:hover .fsThumbnail:before,
body:not(.fsComposeMode) .post-events .fsListItems article:focus .fsThumbnail:before {
  opacity: .7;
}

.fsPostElement.fsSingleItem .fsDateTime .fsDate.remove {
  display: none;
}

/*===============================*/

/*FILTERS*/

/*===============================*/

body:not(.fsComposeMode) .filters-category {
  width: 100%;
  display: block;
  margin: 18px 0 0 0;
  z-index: 100;
}

body:not(.fsComposeMode) .filters-category .fsElement {
  width: calc(33.33% - 24px);
  margin: 0px 12px 24px 12px;
}

@media (max-width: 1369px) {
  body:not(.fsComposeMode) .filters-category .fsElement {
    width: calc(50% - 24px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .filters-category .fsElement {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery) {
  border: 1px solid rgba(163, 145, 97, 0.4);
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery) .fsElementContent {
  padding: 36px 19px 30px 19px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  border-top: 1px solid rgba(163, 145, 97, 0.4);
  color: #001845;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  position: relative;
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery) .fsElementContent:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #A39161;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -24px;
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery) .fsElementContent p {
  margin: 0px;
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery) footer .fsElementFooterContent {
  margin: 0px;
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery) footer .fsElementFooterContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  font-size: 0px;
  left: 0;
  top: 0;
  z-index: 120;
}

body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery):hover .fsElementContent,
body:not(.fsComposeMode) .filters-category .fsElement:not(.category-gallery):focus .fsElementContent {
  color: #A39161;
}

body:not(.fsComposeMode) .filters-category .fsElement header {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .filters-category .fsElement header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .filters-category .fsElement header img {
  opacity: 0;
  max-height: 280px;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-intro .fsElementContent:before {
  background-image: url(images/icons-sprite.svg);
  background-repeat: no-repeat;
  background-position: center -1451px;
  display: block;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery header {
  padding-bottom: 60px;
  height: 100%;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery h2.fsElementTitle {
  margin: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 60px 24px 0;
  z-index: 2;
  text-shadow: 0 0 12px #000000;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  text-transform: inherit;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery h2.fsElementTitle:before {
  position: absolute;
  content: "";
  border: 2px solid #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-image: url(images/icons-sprite.svg);
  background-repeat: no-repeat;
  background-position: center -1252px;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery .fsListLevel1 li {
  padding: 0;
  margin: 0;
  border: none;
  display: none;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery .fsListLevel1 li:first-child {
  display: block;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery .fsListLevel1 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0px;
  z-index: 120;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-gallery:hover h2.fsElementTitle:before,
body:not(.fsComposeMode) .filters-category .fsElement.category-gallery:focus h2.fsElementTitle:before {
  border-color: #A39161;
  background-color: #A39161;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-audio .fsElementContent:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode) .filters-category .fsElement.category-quicklink .fsElementContent:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode) .filters-category .fsElement.not-visible {
  display: none;
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .filters-category .fsElement.audio-visible,
body:not(.fsComposeMode) .filters-category .fsElement.gallery-visible,
body:not(.fsComposeMode) .filters-category .fsElement.quicklink-visible,
body:not(.fsComposeMode) .filters-category .fsElement.intro-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .filters-category .category-video {
  position: relative;
  width: calc(33.33% - 24px);
  margin: 0px 12px 24px 12px;
  position: relative;
}

@media (max-width: 1369px) {
  body:not(.fsComposeMode) .filters-category .category-video {
    width: calc(50% - 24px);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .filters-category .category-video {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
}

body:not(.fsComposeMode) .filters-category .category-video.not-visible {
  display: none;
}

body:not(.fsComposeMode) .filters-category .category-video.video-visible {
  display: block;
}

body:not(.fsComposeMode) .filters-category .category-video header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

body:not(.fsComposeMode) .filters-category .category-video header img {
  opacity: 0;
}

body:not(.fsComposeMode) .filters-category .category-video .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .filters-category .category-video h2.fsElementTitle {
  margin: 0px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 60px 24px 0;
  z-index: 2;
  text-shadow: 0 0 12px #000000;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  text-transform: inherit;
}

body:not(.fsComposeMode) .filters-category .category-video .fsResourceLink::before {
  display: none !important;
}

body:not(.fsComposeMode) .filters-category .category-video .fsElementContent:before {
  content: "\E914" !important;
  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;
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-family: "IcoMoon";
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100%;
  text-shadow: none;
}

body:not(.fsComposeMode) .filters-category .category-video ul li {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body:not(.fsComposeMode) .filters-category .category-video a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 120;
  font-size: 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .filters-category .category-video:hover h2.fsElementTitle:before,
body:not(.fsComposeMode) .filters-category .category-video:focus h2.fsElementTitle:before {
  border-color: #A39161;
  background-color: #A39161;
}

body:not(.fsComposeMode) .category-filter {
  margin-bottom: 24px;
}

body:not(.fsComposeMode) .category-filter h2.fsElementTitle {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 17px;
  background: #001845;
  color: #A39161;
  text-transform: uppercase;
  text-align: left;
  line-height: 12px;
  padding: 18px 24px;
  margin: 0px;
}

body:not(.fsComposeMode) .category-filter ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding: 18px 24px;
  background-color: rgba(163, 145, 97, 0.15);
  background-position: right -20px;
  background-image: url(images/watermark.png);
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .category-filter ul {
    padding: 12px 18px;
  }
}

body:not(.fsComposeMode) .category-filter ul li {
  position: relative;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid rgba(163, 145, 97, 0.3);
}

body:not(.fsComposeMode) .category-filter ul li:last-child {
  border-bottom: 0px;
}

body:not(.fsComposeMode) .category-filter ul li input {
  position: absolute;
  left: 0;
  top: 12px;
  text-align: left;
}

body:not(.fsComposeMode) .category-filter ul li label {
  display: block;
  position: relative;
  padding: 6px 0px 6px 30px;
  width: 100%;
  line-height: 24px;
}

/*===============================*/

/*CUSTOM GRID CALENDAR*/

/*===============================*/

body:not(.fsComposeMode) .calendar-grid-custom {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .calendar-grid-custom > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .calendar-grid-custom > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode) .custom-grid {
  width: 30%;
  vertical-align: top;
  padding: 0 14px 0 0;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .custom-grid {
    width: 100%;
  }
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar {
  width: calc(100% + 1px);
  background-color: #001845;
  padding: 12px 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar {
    width: 100%;
  }
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridBrowser {
  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;
  margin: 0px !important;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar span {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0px;
  margin: 0 20px;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarPrevMonth,
body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarNextMonth {
  font-size: 0px;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarPrevMonth:hover,
body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarPrevMonth:focus,
body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarNextMonth:hover,
body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarNextMonth:focus {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarPrevMonth:before,
body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarNextMonth:before {
  display: none;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarPrevMonth:after,
body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarNextMonth:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarPrevMonth:after {
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #ffffff transparent transparent;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarGridControlBar .fsCalendarNextMonth:after {
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarWeekdays {
  height: auto;
  display: block !important;
  width: calc(100% + 1px);
  margin: 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .custom-grid .fsCalendarWeekdays {
    width: 100%;
  }
}

body:not(.fsComposeMode) .custom-grid .fsCalendarWeekdays span {
  margin: 0px;
  color: #ffffff;
  padding: 12px 0px;
  line-height: 18px;
  font-size: 14.4px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  background: #A39161;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox {
  cursor: pointer;
  padding: 13.5px 5px !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: rgba(163, 145, 97, 0.1) !important;
  min-height: auto !important;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox {
    padding: 14.5px 5px !important;
    border-left: 1px solid rgba(163, 145, 97, 0.1) !important;
    border-top: 1px solid rgba(163, 145, 97, 0.1) !important;
    margin-bottom: -1px !important;
    margin-right: -1px !important;
  }
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:hover {
  background: #ffffff !important;
  border-color: rgba(163, 145, 97, 0.1) !important;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox .fsCalendarInfo {
  display: none;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox .fsCalendarDate {
  margin: 0px;
  width: 100%;
  text-align: center;
  padding: 0px !important;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox .fsCalendarDate:after {
  display: none !important;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:not(.fsCalendarOutOfRange),
body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:not(.fsCalendarToday),
body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:not(.fsStateHasEvents) {
  background: rgba(163, 145, 97, 0.2);
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:not(.fsCalendarOutOfRange):hover,
body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:not(.fsCalendarToday):hover,
body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox:not(.fsStateHasEvents):hover {
  color: #000000;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsCalendarOutOfRange {
  color: rgba(163, 145, 97, 0.75);
  background: rgba(163, 145, 97, 0.1);
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsCalendarToday {
  background: #001845;
  color: #ffffff;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsCalendarToday:hover {
  color: #000000;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsStateHasEvents {
  background: #001845;
  color: #ffffff;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsStateHasEvents.selected {
  background: #001845;
  color: #ffffff;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsStateHasEvents.selected:hover,
body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.fsStateHasEvents.selected:focus {
  color: #000000;
  background: #ffffff;
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.selected {
  background: #001845;
  color: #ffffff;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.selected {
    background: #001845 !important;
  }
}

body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.selected:hover,
body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.selected:focus {
  background: #ffffff;
  color: #000000;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.selected:hover,
  body:not(.fsComposeMode) .custom-grid .fsCalendarDaybox.selected:focus {
    background: #ffffff !important;
  }
}

/*===============================*/

/*CAMPUS MAP*/

/*===============================*/

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print,
  a[class*='fs_style_'],
  span[class*='fs_style_7'] {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

/*@font-face { font-family: 'Gotham Book'; src: url('../fonts/my-fonts/Gotham-Book.eot'); src: url('../fonts/my-fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Book.woff') format('woff'), url('../fonts/my-fonts/Gotham-Book.ttf') format('truetype'); font-weight: normal; font-style: normal; } //gotham medium @font-face { font-family: 'Gotham Medium'; src: url('../fonts/my-fonts/Gotham-Medium.eot'); src: url('../fonts/my-fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Medium.woff') format('woff'), url('../fonts/my-fonts/Gotham-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; } //gotham book italix @font-face { font-family: 'Gotham Book Italic'; src: url('../fonts/my-fonts/Gotham-BookItalic.eot'); src: url('../fonts/my-fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-BookItalic.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-BookItalic.woff') format('woff'), url('../fonts/my-fonts/Gotham-BookItalic.ttf') format('truetype'); font-weight: normal; font-style: italic; } //gotham book light @font-face { font-family: 'Gotham Light'; src: url('../fonts/my-fonts/Gotham-Light.eot'); src: url('../fonts/my-fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Light.woff') format('woff'), url('../fonts/my-fonts/Gotham-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; } //gotham book bold @font-face { font-family: 'Gotham Bold'; src: url('../fonts/my-fonts/Gotham-Bold.eot'); src: url('../fonts/my-fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/my-fonts/Gotham-Bold.woff') format('woff'), url('../fonts/my-fonts/Gotham-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; } //raquiem @font-face { font-family: 'Requiem'; src: url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.eot'); src: url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.eot?#iefix') format('embedded-opentype'), url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.woff2') format('woff2'), url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.woff') format('woff'), url('../fonts/my-fonts/RequiemDisplay-HTF-SmallCaps.ttf') format('truetype'); font-weight: 500; font-style: normal; }*/

.wf-loading {
  visibility: hidden;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 37px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  color: #A39161;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  h1 {
    font-size: 25.6px;
    line-height: 30px;
  }
}

h1.fsPageTitle {
  position: relative;
  /*    .first-word{ font-family: $font-family-5; color: $m1; }*/
}

h1.fsPageTitle:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 74px;
  height: 1px;
  opacity: .8;
  background: #A39161;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 16px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  color: #001845;
  text-transform: uppercase;
  word-break: break-word;
}

h2 em {
  font-style: normal;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  color: #A39161;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #001845;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20.8px;
  line-height: 29px;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #A39161;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #001845;
  /*text-transform: uppercase;*/
}

.fsBannerLeft h5,
.fsBannerRight h5 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 5px 0;
  font-family: "adobe-garamond-pro", serif;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  color: #001845;
  text-transform: uppercase;
}

p {
  margin: 0 0 15px;
}

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

hr {
  margin: 0 auto 20px;
  border: 1px solid rgba(163, 145, 97, 0.6);
}

a {
  text-decoration: none;
  color: #A39161;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 23px;
}

ul li .fs_style_8 {
  display: block;
  word-break: break-word;
  position: relative;
}

ul li .fs_style_8:before {
  position: absolute;
  content: "\E91D";
  width: 15px;
  height: 15px;
  background: #ffffff;
  top: 11.5px;
  left: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "IcoMoon";
  color: #A39161;
}

ol {
  padding-left: 25px;
}

ol.custom-list li {
  padding: 8px 8px 8px 0px;
  z-index: 1;
  position: relative;
}

ol.custom-list li:nth-of-type(odd):after {
  position: absolute;
  content: "";
  width: calc(100% + 25px);
  height: 100%;
  left: -25px;
  top: 0;
  z-index: -1;
  background: #F2EFE8;
}

table td {
  vertical-align: top;
}

table.fs_style_3 {
  margin-bottom: 20px;
}

table.fs_style_3 th,
table.fs_style_3 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_3 th {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 16px;
  background: #011945;
  padding: 12px 15px;
  text-align: left;
}

table.fs_style_3 td {
  padding: 10px 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 15px;
  color: #000000;
  text-transform: inherit;
}

table.fs_style_3 tr:nth-of-type(odd) td {
  border-right: 1px solid #A29160;
}

table.fs_style_3 tr:nth-of-type(even) td {
  border-left: 1px solid #A29160;
}

table.fs_style_3 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_3 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

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

table.fs_style_3 thead {
  border: 1px solid #011945;
}

table.fs_style_3 tbody tr {
  border-left: 1px solid #A29160;
  border-right: 1px solid #A29160;
  border-bottom: 1px solid #A29160;
}

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

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

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

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

.fs_style_4 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_4:hover,
.fs_style_4:focus,
.fsStateSelected .fs_style_4,
.fs_style_4.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

.fs_style_5 {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #BAAD88;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #BAAD88;
}

.fs_style_5:hover,
.fs_style_5:focus,
.fsStateSelected .fs_style_5,
.fs_style_5.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

.fs_style_6,
.fs_style_7 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #A39161;
  background-color: #F1EFE7;
  padding: 11px 70px 11px 47px;
  border-right: 3px solid #DDD7C4;
  cursor: pointer;
  background-position: right -20px;
  background-image: url(images/watermark.png);
  background-repeat: no-repeat;
}

.fs_style_6:before,
.fs_style_7:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "IcoMoon";
  color: #001645;
  font-weight: 400;
}

.fs_style_6:hover,
.fs_style_6:focus,
.fs_style_7:hover,
.fs_style_7:focus {
  background-color: #B8A985;
  color: #ffffff;
  border-color: #B8A985;
}

.fs_style_6:hover:before,
.fs_style_6:focus:before,
.fs_style_7:hover:before,
.fs_style_7:focus:before {
  color: #ffffff;
}

.fs_style_6:before {
  content: "\E90C";
  font-size: 19px;
  left: 11px;
}

.fs_style_7:before {
  content: "\E911";
  left: 12px;
  font-size: 20px;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

.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 15px 15px 0;
  padding: 15.5px 42px;
  background: #ffffff;
  color: #A3925E;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid #A29160;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #A3925E;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #A3925E;
}

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

/*@import*/

/*'../bpa-config-icons';*/

/*$arrow-icon-previous: map-get($bpa-arrow-icons, angle-left);*/

/*$arrow-icon-next: map-get($bpa-arrow-icons, angle-right);*/

body.campus-map #fsPageBody {
  max-width: 1585px;
}

body.fsComposeMode #fsPageBody {
  max-width: 1350px;
}

.map-holder {
  position: relative;
  width: 100%;
  display: block;
}

@media (max-width: 359px) {
  .map-holder > .fsElementContent {
    margin: 0 -20px;
  }
}

.map-container {
  position: relative;
  padding-left: 360px;
  margin: 0px;
  /*overflow: hidden;*/
}

@media (max-width: 1099px) {
  .map-container {
    padding-left: 0px;
  }
}

.map-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
}

.map-container.active:before {
  opacity: 1;
  visibility: visible;
}

.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 {
  display: block;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1099px) {
  .map-container > header .fsElementHeaderContent picture {
    min-height: 480px;
  }
}

@media (max-width: 599px) {
  .map-container > header .fsElementHeaderContent picture {
    min-height: 240px;
  }
}

.map-container > header .fsElementHeaderContent picture img {
  display: block;
  opacity: 0;
  width: 100%;
}

body:not(.fsComposeMode) .map-container > .fsElementContent {
  margin: 0 auto;
  margin-bottom: 0;
  background-color: transparent;
  -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: 450px;
  position: relative;
  max-height: 0;
  visibility: hidden;
  position: absolute;
  margin: 0px;
  z-index: 20;
  right: auto !important;
  left: calc(50% + 180px) !important;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s ease-in-out .3s;
  transition: .3s ease-in-out .3s;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    left: 50% !important;
    max-width: 420px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    max-width: 320px;
  }
}

body:not(.fsComposeMode) .map-container.active > .fsElementContent {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  width: 100%;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    z-index: 1000 !important;
  }
}

.point-plotter .map-container {
  z-index: 10;
}

.point-plotter .map-container > header {
  opacity: .5;
}

.close-map {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(images/close-icon.png);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: -20px;
  right: -20px;
}

@media (max-width: 359px) {
  .close-map {
    top: 0;
    right: 0;
  }
}

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

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

.map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
  color: inherit;
  background-color: transparent;
  background-image: url(images/map-controls2.svg) no-repeat scroll center -409px;
  background-repeat: no-repeat;
  background-position: center -516px;
  background-size: 72px auto;
  height: 48px;
  width: 42px;
  margin-left: -9px;
  margin-top: -9px;
}

.map-points .fsStyleDefaultList > li.fsListItem.active-point > a:hover,
.map-points .fsStyleDefaultList > li.fsListItem.active-point > a:focus {
  background-image: url(images/map-controls2.svg) no-repeat scroll center -409px;
  background-repeat: no-repeat;
  background-position: center -516px;
  background-size: 72px auto;
}

@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: 24px;
  height: 32px;
  border-radius: 100%;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: url(images/map-controls2.svg);
  background-repeat: no-repeat;
  background-position: center -409px;
  text-align: center;
  white-space: nowrap;
  font-size: 0px;
  -webkit-transition: none;
  transition: none;
  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 {
  display: none;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  bottom: 30px;
  border-radius: 2px;
  background-color: #001845;
  -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: #ffffff;
  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: #001845 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-image: url(images/map-controls2.svg);
  background-repeat: no-repeat;
  background-position: center -409px;
}

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

@media (min-width: 900px) {
  .map-slideshow-element {
    height: 100%;
  }
}

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

@media (min-width: 900px) {
  .map-slideshow-element > .fsElementContent {
    height: 100%;
  }
}

.map-slideshow-element.show > .fsElementContent,
.map-slideshow-element.empty > .fsElementContent {
  -webkit-box-shadow: none;
          box-shadow: none;
  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-color: transparent;
}

.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 {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems.slick-initialized article {
  overflow-y: auto;
}

.map-slideshow-element .fsListItems .slick-list {
  height: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-track {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article {
  padding: 0;
  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 {
  display: block;
  width: 100%;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  padding: 0 0 10px;
  margin-bottom: 16px;
  color: #001845;
  font-size: 22.4px;
  line-height: 22.4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.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 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: block;
  position: relative;
}

@media (max-width: 1099px) {
  .map-slideshow-element .fsListItems article figure picture {
    min-height: 240px;
  }
}

@media (max-width: 599px) {
  .map-slideshow-element .fsListItems article figure picture {
    min-height: 180px;
  }
}

.map-slideshow-element .fsListItems article figure picture img {
  display: none;
}

.map-slideshow-element .fsListItems article figcaption {
  height: 300px;
  overflow-y: auto;
  margin: 0;
  padding: 24px 30px 35px 30px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #ffffff;
  background: #A39161;
}

@media (max-width: 1099px) {
  .map-slideshow-element .fsListItems article figcaption {
    height: 240px;
  }
}

@media (max-width: 599px) {
  .map-slideshow-element .fsListItems article figcaption {
    padding: 110px 20px 12px 20px;
    height: 340px;
  }
}

.map-slideshow-element .fsListItems article figcaption p {
  margin: 0px 0px 16px 0px;
}

.map-slideshow-element .fsListItems article figcaption p:last-child {
  margin-bottom: 0px;
}

.map-slideshow-element .slick-dots {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 252px;
}

@media (max-width: 1099px) {
  .map-slideshow-element .slick-dots {
    top: 192px;
  }
}

@media (max-width: 599px) {
  .map-slideshow-element .slick-dots {
    top: 180px;
  }
}

.map-slideshow-element .slick-dots li {
  display: inline-block;
}

@media (max-width: 599px) {
  .map-slideshow-element .slick-dots li {
    width: 50%;
  }
}

.map-slideshow-element .slick-dots li button {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0px;
  border: 0px;
  background: #ffffff;
  padding: 10px 20px;
  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;
  color: #ffffff;
}

@media (max-width: 1099px) {
  .map-slideshow-element .slick-dots li button {
    padding: 10px 14px;
  }
}

.map-slideshow-element .slick-dots li button:before {
  content: "";
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham A", "Gotham B", sans-serif-2;
  color: #A39161;
}

@media (max-width: 599px) {
  .map-slideshow-element .slick-dots li:first-child {
    width: 100%;
  }
}

.map-slideshow-element .slick-dots li:first-child button:before {
  content: "House";
}

.map-slideshow-element .slick-dots li:nth-child(2) button:before {
  content: "House Master";
}

.map-slideshow-element .slick-dots li:nth-child(3) button:before {
  content: "Matron";
}

.map-slideshow-element .slick-dots li.slick-active button {
  background: #A39161;
}

.map-slideshow-element .slick-dots li.slick-active button:before {
  color: #ffffff;
}

body:not(.fsComposeMode) .map-legend {
  position: absolute;
  width: 360px;
  z-index: 100;
  min-height: 600px;
  background-color: rgba(163, 145, 97, 0.15);
  background-image: url(/uploaded/themes/default_19/images/watermark.png);
  background-repeat: no-repeat;
  background-size: 397px 370px;
  background-position: top 77px left 95px;
  left: 0;
  top: 0;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .map-legend {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    background-position: top 78px right -133px;
    min-height: auto;
  }
}

body:not(.fsComposeMode) .map-legend > header {
  display: none;
}

body:not(.fsComposeMode) .map-legend .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 {
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .map-legend ul.fsListLevel1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .map-legend ul.fsListLevel1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 18px 24px;
  }
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem {
  margin: 0px;
  padding: 0px;
  border: 0px !important;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem {
    margin: 0 2.5%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem {
    margin: 0px;
  }
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem a {
  color: #001845;
  display: block;
  padding: 12px 0;
  border-top: 1px solid rgba(163, 145, 97, 0.3);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem a {
    border-top: 0px !important;
    border-bottom: 1px solid rgba(163, 145, 97, 0.3);
  }
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem a:before {
  display: none !important;
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem a:hover,
body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem a:focus {
  color: #A39161;
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li.fsListItem a.focused {
  color: #A39161;
}

body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li:first-child a {
  border-top: 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .map-legend ul.fsListLevel1 li:last-child a {
    border-bottom: 0px !important;
  }
}

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

body.fsComposeMode .map-container {
  padding-left: 0px;
}

body.fsComposeMode .map-container > header .fsElementHeaderContent picture {
  min-height: auto;
}

body.fsComposeMode .map-container > header .fsElementHeaderContent picture img {
  opacity: 1;
}

.map-slideshow-element .fsListItems article figcaption::-webkit-scrollbar {
  width: 5px;
  background: #001845;
}

.map-slideshow-element .fsListItems article figcaption::-webkit-scrollbar-thumb {
  background: #ffffff;
}