/*!
 * La Salle College High School - default_19
 * @link: https://lasalle-4019.preview.finalsite.com
 * Site Template: newclientcustom
 * Built By: Geoff Hasson (Jorge Piquer - BPAs)
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.5.0
 * Git Tag: 4.5.0-31-g6c72dfb
 * Last built by: Jesse Rogers
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

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

h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 68px;
  font-family: "Frutiger LT W01_77 Black Cond", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  color: #616D7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #367DD3;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

@media (max-width: 599px) {
  .fsAthleticsEvent.fsTable .fsElementTable,
  .fsAthleticsRoster .fsElementTable,
  table.fs_style_6 {
    display: block;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_6 td {
  padding: 10px 20px;
  background: rgba(218, 227, 238, 0.3);
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: rgba(218, 227, 238, 0.1);
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_6 th {
  padding: 10px 20px;
  text-align: left;
  background: #333C47;
  color: #fff;
}

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

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

figcaption {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  font-style: italic;
}

.fs_style_24 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24,
.fs_style_24.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fs_style_24 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24 {
  background: #A59249;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000066;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #00004d;
  text-decoration: none;
  color: #fff;
}

.fs_style_25 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  background: #000033;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333C47;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #282f38;
  text-decoration: none;
  color: #fff;
}

.fs_style_26 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  background: #1E2329;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button,
.color-button.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_21 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_21:hover,
.fs_style_21:focus,
.fsStateSelected .fs_style_21,
.fsStateSelected .fs_style_21 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_21 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_22 {
  display: inline-block;
  border: 1px solid #000066;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #000066;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_22:hover,
.fs_style_22:focus,
.fsStateSelected .fs_style_22,
.fsStateSelected .fs_style_22 {
  background: #000066;
  color: #fff;
  text-decoration: none;
}

.fs_style_22 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_23 {
  display: inline-block;
  border: 1px solid #333C47;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #333C47;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fsStateSelected .fs_style_23 {
  background: #333C47;
  color: #fff;
  text-decoration: none;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fsStateSelected .fs_style_29 {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #333C47;
}

.fs_style_27 {
  padding: 20px 30px;
  font-size: 13px;
  line-height: 18px;
}

.fs_style_28 {
  padding: 30px 41px;
  font-size: 15px;
  line-height: 20px;
}

.fs_style_27,
.fs_style_28 {
  font-weight: 800;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57,
.fsStateSelected .fs_style_57 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #333C47;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

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

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

.fsList .fsTitle a {
  color: #333C47;
  font-family: "open-sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
}

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

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

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

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

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

.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: #333C47;
  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(51, 60, 71, 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: #333C47;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #333C47;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  height: 260px;
  background-size: cover;
  background-position: 50%;
  padding: 50px 60px;
}

.hero > header {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.hero .fsElementTitle {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: "open-sans", sans-serif;
  font-weight: bold;
  max-width: 648px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .hero > header {
    left: 60px;
    bottom: 50px;
  }

  .hero .fsElementTitle {
    font-size: 90px;
    line-height: 90px;
  }
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 800px) {
  .hero {
    height: 560px;
  }
}

body:not(.fsComposeMode) .fsPageContent .hero {
  display: none;
}

.hero-video {
  position: relative;
  margin-bottom: 0;
  height: 260px;
  overflow: hidden;
}

.hero-video > header {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.hero-video .fsElementTitle {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: "open-sans", sans-serif;
  font-weight: bold;
  max-width: 648px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .hero-video > header {
    left: 60px;
    bottom: 50px;
  }

  .hero-video .fsElementTitle {
    font-size: 90px;
    line-height: 90px;
  }
}

.hero-video:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}

body:not(.fsComposeMode) .fsPageContent .hero-video {
  display: none;
}

@media (min-width: 800px) {
  .hero-video {
    height: 560px;
  }

  .hero-video video {
    height: 560px;
  }
}

body:not(.fsComposeMode) .content-hero {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 450px;
  background-size: cover;
  background-position: 50%;
  padding: 40px;
}

body:not(.fsComposeMode) .content-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

body:not(.fsComposeMode) .content-hero > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.lead-in,
.fs_style_3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  font-family: "open-sans-condensed", sans-serif;
}

@media (min-width: 600px) {
  .lead-in,
  .fs_style_3 {
    font-size: 28px;
    line-height: 40px;
  }
}

blockquote {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 0;
  margin-left: 0;
  font-family: "adobe-garamond-pro", serif;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  border-top: 1px solid #DAE3EE;
  border-bottom: 1px solid #DAE3EE;
  color: #616D7D;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
  font-size: 19px;
  line-height: 27px;
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: #616D7D;
}

cite:before {
  content: '- ';
}

.fs_style_18,
.fs_style_19,
.fs_style_20 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  padding-left: 14px;
  color: #BBAA66;
  overflow: hidden;
  font-family: "open-sans-condensed", sans-serif;
}

@media (min-width: 600px) {
  .fs_style_18,
  .fs_style_19,
  .fs_style_20 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.fs_style_18:before,
.fs_style_19:before,
.fs_style_20:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 4px;
  height: 100%;
  background: #BBAA66;
}

.fs_style_19 {
  float: left;
  margin-bottom: 20px;
}

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

.fs_style_19 + p {
  clear: left;
}

.fs_style_20 {
  float: right;
  margin-bottom: 20px;
}

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

/*! _main.scss - src/sass/navigation/ - main import */

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

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #039;
  background: transparent;
}

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

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

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

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

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

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

.fsBreadcrumb {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  padding-top: 60px;
  color: #606060;
  font-size: 10px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.home .fsBreadcrumb,
.landing-page .fsBreadcrumb {
  display: none;
}

.fsBreadcrumb > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.fsBreadcrumb .home-link a {
  font-size: 0;
}

.fsBreadcrumb .home-link a:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 12px;
  vertical-align: sub;
}

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

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
  color: #616D7D;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

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

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator:after {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px;
  margin-left: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tier ul li.fsNavCurrentPage > a {
  color: #333C47;
  background: #d5d5d5;
}

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #367DD3;
  background: #eee;
}

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

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

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

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

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

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

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

.nav-sub {
  display: none;
}

@media screen and (max-width: 899px) {
  .nav-sub {
    margin: 20px;
  }

  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-bottom: 0;
    display: block;
    padding: 19px 20px;
    color: #BBC5D2;
    background-color: #1B2025;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "open-sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #465360;
    color: #eee;
  }
}

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

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

  .nav-sub > .fsElementContent {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    background-color: #1B2025;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #BBC5D2;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }

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

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

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

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

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

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

  .nav-sub > .fsElementContent .fsNavLevel1 > li {
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }

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

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #1B2025;
    color: #eee;
  }

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

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

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

@media (min-width: 900px) {
  .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 {
  margin-bottom: 0;
  display: block;
}

.home .fsHeader .nav-sub {
  display: none;
}

.fsHeader .nav-sub > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 900px) {
  .fsHeader .nav-sub {
    background-color: rgba(187, 170, 102, 0.2);
    border-bottom: 1px solid #BBAA66;
    padding: 10px;
  }

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

  .fsHeader .nav-sub .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border-radius: 0;
  }

  .fsHeader .nav-sub .fsNavLevel1 .fsNavPageInfo {
    display: none;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li {
    position: relative;
    border-bottom: 0;
    padding: 6px 0;
    margin: 0 8px;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    background: #BBAA66;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li > a {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 3px;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li > a:hover,
  .fsHeader .nav-sub .fsNavLevel1 > li > a:focus {
    text-decoration: none;
    background: #BBAA66;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    background-color: #ADADAD;
    height: 20px;
    width: 1px;
  }
}

.fsPageBody .nav-sub .fsElementTitle {
  color: #333333;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

.fsPageBody .nav-sub li a {
  color: #333C47;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.fsPageBody .nav-sub li a:hover,
.fsPageBody .nav-sub li a:focus {
  color: #BBAA66;
}

.fsPageBody .nav-sub li[class*="fsNavCurrentPage"] > a {
  background: transparent;
  color: #BBAA66;
}

.fsPageBody .nav-sub li[class*="fsNavCurrentPage"] > a:hover,
.fsPageBody .nav-sub li[class*="fsNavCurrentPage"] > a:focus {
  color: #BBAA66;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

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

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

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

.nav-main .fsNavLevel1 > li:hover > a,
.nav-main .fsNavLevel1 > li:focus > a,
.nav-main .fsNavLevel1 > li.menu-item-open > a {
  color: #eee;
  background: transparent;
}

.nav-main .fsNavLevel1 > li:hover > a:after,
.nav-main .fsNavLevel1 > li:focus > a:after,
.nav-main .fsNavLevel1 > li.menu-item-open > a:after {
  height: 10px;
}

.nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
.nav-main .fsNavLevel1 > li:focus .fsNavPageInfo,
.nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  padding: 40px;
}

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  height: 10px;
}

.nav-main .fsNavLevel1 > li > a {
  position: relative;
  display: block;
  color: #fff;
  background: transparent;
  padding: 12px;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 1180px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 15px 15px 40px;
  }
}

.is-fixed .nav-main .fsNavLevel1 > li > a {
  padding: 30px 15px;
}

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

.nav-main .fsNavLevel1 > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  height: 0;
  width: 100%;
  background: #BBAA66;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

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

.nav-main .fsNavPageInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #333C47;
  text-align: left;
  z-index: 300;
  width: 100%;
  background: #F1EEE0;
}

.nav-main .fsNavPageInfo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #BBAA66;
}

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

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

.nav-main .fsNavPageDescription {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #333C47;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  width: 29%;
}

.nav-main .fsNavPageDescription h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase;
}

.nav-main .fsNavPageThumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 24%;
}

.nav-main .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(47% - 80px);
}

.nav-main .fsNavLevel2 {
  width: calc(50% - 20px);
}

.nav-main .fsNavLevel2 li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #27292B;
  background: transparent;
  padding: 0.625em;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

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

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

.drawer-is-active {
  position: fixed !important;
  width: 100%;
}

.drawer-is-active .fsPageWrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.drawer-is-active .fsHeader {
  -webkit-transform: translateX(calc(-100% + 60px));
      -ms-transform: translateX(calc(-100% + 60px));
          transform: translateX(calc(-100% + 60px));
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1100px) {
  .drawer-is-active {
    position: relative !important;
  }

  .drawer-is-active .fsHeader {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

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

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

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 23px;
  left: auto;
  right: 0;
  color: transparent;
}

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

.drawer-trigger:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}

.drawer-is-active .drawer-trigger:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  top: 0em;
  height: 100%;
  max-width: calc(100% - 60px);
  background: #000;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fsAccountBarVisible .fsMenu {
  top: 45px;
}

@media (min-width: 1100px) {
  .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 .offcanvas-search > .fsElementContent,
.fsMenu .offcanvas-nav > .fsElementContent,
.fsMenu .mobile-nav-utility > .fsElementContent {
  max-width: 600px;
  margin: 0 auto;
}

.fsMenu .offcanvas-nav {
  background: #1B2025;
  padding: 20px 30px;
  padding-top: 100px;
  margin-bottom: 0;
}

.fsMenu .offcanvas-nav.fsNavigation .fsNavParentPage {
  position: relative;
}

.fsMenu .offcanvas-nav.fsNavigation .fsNavParentPage > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.info-open .fsMenu .offcanvas-nav.fsNavigation .fsNavParentPage > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.fsMenu .offcanvas-nav.fsNavigation .fsNavParentPage.info-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.fsMenu .offcanvas-nav.fsNavigation .fsNavParentPage > .fsNavPageInfo {
  position: relative;
}

.fsMenu .offcanvas-nav.fsNavigation .nav-toggle {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
  height: 56px;
  width: 56px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMenu .offcanvas-nav.fsNavigation .nav-toggle:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fsMenu .offcanvas-nav.fsNavigation .info-open > .nav-toggle:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsMenu .offcanvas-nav li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fsMenu .offcanvas-nav .fsNavLevel1 > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.home .fsMenu .offcanvas-nav .fsNavLevel1 > li.home-link > a {
  color: #BBAA66;
}

.fsMenu .offcanvas-nav .fsNavLevel1 > li:hover > a,
.fsMenu .offcanvas-nav .fsNavLevel1 > li:focus > a,
.fsMenu .offcanvas-nav .fsNavLevel1 > li.info-open > a,
.fsMenu .offcanvas-nav .fsNavLevel1 > li[class*='fsNavCurrentPage'] > a {
  color: #BBAA66;
}

.fsMenu .offcanvas-nav .fsNavLevel2 {
  margin-bottom: 20px;
  margin-left: 20px;
}

.fsMenu .offcanvas-nav .fsNavLevel2 > li > a {
  padding-right: 0;
  padding-left: 0;
  color: rgba(218, 227, 238, 0.7);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.fsMenu .offcanvas-nav .fsNavLevel2 > li:hover > a,
.fsMenu .offcanvas-nav .fsNavLevel2 > li:focus > a,
.fsMenu .offcanvas-nav .fsNavLevel2 > li[class*='fsNavCurrentPage'] > a {
  color: #BBAA66;
}

.fsMenu .mobile-nav-utility {
  padding: 20px 30px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.fsMenu .mobile-nav-utility .search-link {
  display: none;
}

.fsMenu .mobile-nav-utility li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fsMenu .mobile-nav-utility li a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #BBC5D2;
  text-transform: uppercase;
}

.fsMenu .mobile-nav-utility li:hover > a,
.fsMenu .mobile-nav-utility li:focus > a,
.fsMenu .mobile-nav-utility li[class*='fsNavCurrentPage'] > a {
  color: #F1EEE0;
}

.fsMenu .mobile-nav-utility li.login-link {
  position: absolute;
  top: 110px;
  left: 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

@media (min-width: 740px) {
  .fsMenu .mobile-nav-utility li.login-link {
    max-width: 600px;
    left: auto;
  }
}

.fsMenu .mobile-nav-utility li.login-link > a {
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  color: #BBC5D2;
  font-size: 11px;
  line-height: 15px;
  border: 1px solid #BBC5D2;
  border-radius: 1px;
  text-align: center;
}

.fsMenu .mobile-quicklinks {
  margin: 0 10px;
}

.fsMenu .top-bar-quicklinks {
  width: 100%;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.fsMenu .top-bar-quicklinks > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.quicklinks-open .fsMenu .top-bar-quicklinks > .fsNavPageInfo {
  max-height: 9999px;
}

.fsMenu .top-bar-quicklinks.quicklinks-open > .fsNavPageInfo {
  max-height: 9999px;
}

.fsMenu .top-bar-quicklinks > .fsNavPageInfo {
  position: relative;
  background: #000;
}

.fsMenu .top-bar-quicklinks > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

.fsMenu .top-bar-quicklinks > a:after {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsMenu .top-bar-quicklinks a {
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.fsMenu .top-bar-quicklinks a:hover,
.fsMenu .top-bar-quicklinks a:focus {
  color: #fff;
}

.fsMenu .top-bar-quicklinks.quicklinks-open > .fsNavPageInfo {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.fsMenu .offcanvas-search {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 46px;
  margin-bottom: 0;
  background: #1B2025;
}

.fsMenu .offcanvas-search > .fsElementContent {
  position: relative;
}

.fsMenu .offcanvas-search > .fsElementContent:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.5);
}

.fsMenu .offcanvas-search .fsSearchElementKeyword {
  margin-bottom: 0;
}

.fsMenu .offcanvas-search .fsFieldLabel,
.fsMenu .offcanvas-search .fsSearchElementSearchButton {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.fsMenu .offcanvas-search input {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(249, 249, 249, 0.5);
  font-size: 1em;
  font-weight: 600;
  line-height: 17px;
  height: 40px;
  padding-left: 46px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 2px solid #fff;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}

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

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

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

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

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  position: relative;
  z-index: 1;
  background: #FFF;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 899px) {
  #fsHeader > .fsBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #fsHeader .nav-sub {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top-bar {
  padding-right: 20px;
  padding-left: 20px;
  background: #333C47;
  margin-bottom: 0;
  border-bottom: 3px solid #BBAA66;
}

@media (min-width: 600px) {
  .top-bar {
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (min-width: 1100px) {
  .top-bar {
    padding-top: 32px;
  }

  .is-fixed:not(.fsComposeMode) .top-bar {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    padding-top: 0;
  }

  .fsAccountBarVisible.is-fixed:not(.fsComposeMode) .top-bar {
    top: 45px;
  }
}

.top-bar > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav-container .fsElementHeaderContent {
  margin-bottom: 0;
}

.top-nav {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 14px;
  position: relative;
}

.is-fixed .top-nav {
  display: none;
}

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

.top-nav > header {
  position: absolute;
  left: 15px;
  top: 8px;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
}

.top-nav > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.top-nav .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav .fsNavLevel1 a:hover,
.top-nav .fsNavLevel1 a:focus {
  text-decoration: none;
}

.top-nav .fsNavLevel1 > li > a {
  color: #BBAA66;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 10px;
}

.top-nav .fsNavLevel1 > li > a:hover,
.top-nav .fsNavLevel1 > li > a:focus {
  color: #fff;
}

.top-nav .fsNavLevel1 > li.alumni-link > a,
.top-nav .fsNavLevel1 > li.search-link > a {
  color: #BBC5D2;
}

.top-nav .fsNavLevel1 > li.alumni-link > a:hover,
.top-nav .fsNavLevel1 > li.alumni-link > a:focus,
.top-nav .fsNavLevel1 > li.search-link > a:hover,
.top-nav .fsNavLevel1 > li.search-link > a:focus {
  color: #fff;
}

.top-nav .fsNavLevel1 > li.search-link {
  margin-right: 20px;
  z-index: 2;
}

.top-nav .fsNavLevel1 > li.search-link > a {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav .fsNavLevel1 > li.search-link > a:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
}

.search-active .top-nav .fsNavLevel1 > li.search-link > a:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.top-nav .fsNavLevel1 > li.login-link > a {
  display: inline-block;
  border: 1px solid #BBC5D2;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBC5D2;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin-bottom: 0;
}

.top-nav .fsNavLevel1 > li.login-link > a:hover,
.top-nav .fsNavLevel1 > li.login-link > a:focus,
.fsStateSelected .top-nav .fsNavLevel1 > li.login-link > a,
.fsStateSelected .top-nav .fsNavLevel1 > li.login-link > a {
  background: #BBC5D2;
  color: #fff;
  text-decoration: none;
}

.top-nav .fsNavLevel1 > li.login-link > a em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.top-nav .fsNavLevel1 > li.login-link > a:hover,
.top-nav .fsNavLevel1 > li.login-link > a:focus,
.fsStateSelected .top-nav .fsNavLevel1 > li.login-link > a {
  background: transparent;
}

.top-nav .fsNavLevel1 > li.login-link:focus:before,
.top-nav .fsNavLevel1 > li.login-link:hover:before,
.top-nav .fsNavLevel1 > li.login-link.menu-item-open:before {
  position: absolute;
  bottom: 0;
  right: 48px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}

.top-nav .fsNavLevel1 > li.login-link:focus:after,
.top-nav .fsNavLevel1 > li.login-link:hover:after,
.top-nav .fsNavLevel1 > li.login-link.menu-item-open:after {
  position: absolute;
  bottom: 0;
  right: 49px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333C47 transparent;
}

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

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

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

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

html.js .top-nav .fsNavLevel1 > li .fsNavPageInfo,
html:not(.js) .top-nav .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  left: auto;
  right: 15px;
  top: calc(100% - 1px);
}

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

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

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

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

html:not(.js) .top-nav .fsNavLevel1 > li .fsNavPageInfo {
  left: auto;
  right: 15px;
  top: calc(100% - 1px);
}

.top-nav .fsNavLevel1 .fsNavPageInfo {
  z-index: 1;
  background: #333C47;
}

.top-nav .fsNavLevel1 .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #BBC5D2;
  padding: 0 20px;
}

.top-nav .fsNavLevel1 .col-wrap .column-1 {
  margin-right: 20px;
}

.top-nav .fsNavLevel1 .col-wrap li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-nav .fsNavLevel1 .col-wrap a {
  padding-left: 0;
  color: #BBC5D2;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.top-nav .fsNavLevel1 .col-wrap a:hover,
.top-nav .fsNavLevel1 .col-wrap a:focus {
  color: #fff;
}

.skip-link {
  margin: 0;
}

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

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

.site-search {
  position: relative;
  font-size: 13px;
  color: #B5C7D3;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
}

.fsHeader .site-search {
  position: absolute;
  top: -10px;
  right: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.fsHeader .site-search .fsSearchElementSearchButton {
  left: 10px;
}

.fsHeader .site-search input {
  width: 380px;
  background-color: #27292B;
}

.site-search .fsFieldLabel {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

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

.site-search input {
  border: 1px solid #616D7D;
  border-radius: 2px;
  height: 51px;
  padding-left: 32px;
  color: #fff;
}

.site-search input:focus {
  outline: 1px solid transparent;
}

.site-search .fsSearchElementSearchButton {
  position: absolute;
  top: 0;
  height: 51px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  padding: 0;
  color: #fff;
  margin-top: 0;
}

.site-search .fsSearchElementSearchButton:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 13px;
  line-height: 51px;
}

.search-active .site-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}

.site-info-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (max-width: 1099px) {
  .site-info-container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.site-info-container a {
  display: block;
  padding: 30px 0;
  color: transparent;
  width: 180px;
  background: url(images/logo.svg) no-repeat 0 50%;
  background-size: 100%;
}

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

@media (min-width: 1180px) {
  .site-info-container a {
    width: 220px;
  }
}

.is-fixed .site-info-container {
  margin-bottom: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.is-fixed .site-info-container a {
  padding: 20px 0;
  background: url(images/logo-reduced.svg) no-repeat 0 50%;
}

.fsFooter {
  color: #fff;
  text-align: center;
}

.footer-background {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0;
  padding-right: 34px;
  padding-left: 34px;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 0;
}

.footer-background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 60, 71, 0.3);
}

.footer-background > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-message {
  margin-bottom: 40px;
}

.footer-message > .fsElementContent {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .footer-message > .fsElementContent {
    font-size: 18px;
    line-height: 30px;
  }
}

.footer-message .fsElementTitle {
  opacity: 0.8;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 49px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .footer-message .fsElementTitle {
    font-size: 50px;
    line-height: 68px;
  }
}

.footer-buttons {
  margin-bottom: 50px;
}

.footer-buttons a {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-width: 2px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-buttons a {
    width: 200px;
  }

  .footer-buttons.fsThreeColumnLayout .fsDiv {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 800px) {
  .footer-buttons a {
    width: 220px;
  }
}

.footer-bottom {
  position: relative;
  padding-bottom: 120px;
}

@media (min-width: 700px) {
  .footer-bottom {
    text-align: left;
    padding-bottom: 0;
  }

  .footer-bottom > .fsElementContent {
    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;
  }

  .footer-bottom .footer-address {
    max-width: none;
    margin: 0;
  }

  .footer-bottom .footer-logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 1000px) {
  .footer-bottom > .fsElementContent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-bottom .footer-address {
    margin-bottom: 0;
  }

  .footer-bottom .footer-logo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .footer-bottom .nav-social {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}

.footer-logo a {
  display: block;
  width: 180px;
  height: 70px;
  margin: 0 auto;
  color: transparent;
}

.svg .footer-logo a {
  background: url(images/logo.svg) no-repeat 0 50%;
  background-size: cover;
}

.no-svg .footer-logo a {
  background: url(images/logo.png) no-repeat 0 50%;
  background-size: cover;
}

.footer-logo a:hover {
  color: transparent;
}

@media (min-width: 700px) {
  .footer-logo a {
    margin: 0;
  }
}

.footer-address {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 340px;
  margin: 0 auto;
}

.footer-nav {
  z-index: 1;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-nav ul a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.footer-nav ul a:hover,
.footer-nav ul a:focus {
  color: #fff;
}

@media (min-width: 700px) {
  .footer-nav {
    width: 100%;
    margin-top: 50px;
  }

  .footer-nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }

  .footer-nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}

.nav-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .nav-social {
    position: relative;
    width: auto;
  }
}

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

.school-details [itemprop='name'] {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

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

.school-details a {
  color: inherit;
}

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

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

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.drawer-is-active #fsPageBodyWrapper {
  -webkit-transform: translateX(calc(-100% + 60px));
      -ms-transform: translateX(calc(-100% + 60px));
          transform: translateX(calc(-100% + 60px));
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1100px) {
  .drawer-is-active #fsPageBodyWrapper {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px);
  }
}

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

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

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

.fsBannerLeft,
.fsBannerRight {
  font-size: 14px;
  line-height: 21px;
}

.fsBannerLeft > .fsBanner > .fsElement,
.fsBannerRight > .fsBanner > .fsElement {
  margin-bottom: 80px;
}

.fsBannerLeft .fsElementTitle,
.fsBannerRight .fsElementTitle {
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}

.fsBannerLeft .fsPostElement img,
.fsBannerLeft .fsCalendar img,
.fsBannerRight .fsPostElement img,
.fsBannerRight .fsCalendar img {
  width: 100%;
}

.fsBannerLeft .fsPostElement .fsElementTitle,
.fsBannerLeft .fsCalendar .fsElementTitle,
.fsBannerRight .fsPostElement .fsElementTitle,
.fsBannerRight .fsCalendar .fsElementTitle {
  position: relative;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.fsBannerLeft .fsPostElement .fsElementTitle:after,
.fsBannerLeft .fsCalendar .fsElementTitle:after,
.fsBannerRight .fsPostElement .fsElementTitle:after,
.fsBannerRight .fsCalendar .fsElementTitle:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: '';
  height: 3px;
  width: 120px;
  background-color: #333C47;
}

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

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

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

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

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 100px;
    width: 340px;
  }
}

@media (min-width: 900px) {
  .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: 60px;
    width: 340px;
  }
}

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 100px;
    width: 340px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 100px;
    width: 340px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    background-position: 0 0;
    -webkit-transform: translateY(-140%);
        -ms-transform: translateY(-140%);
            transform: translateY(-140%);
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  font-family: "open-sans", sans-serif;
  margin-bottom: 2px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 13.33333px;
  color: #eee;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

.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.styled-calendar article {
  position: relative;
  padding-left: 110px;
  min-height: 80px;
  padding-top: 0;
}

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

.fsCalendar.styled-calendar .fsDate {
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #BBAA66;
  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.styled-calendar .fsDate > span {
  display: block;
}

.fsCalendar.styled-calendar .fsDate > span.fsMonth {
  font-size: 17px;
  line-height: 23px;
}

.fsCalendar.styled-calendar .fsDate > span.fsDay {
  font-size: 28px;
  line-height: 38px;
}

.fsCalendar.styled-calendar .fsDate > span.fsYear {
  display: none;
}

.fsCalendar.styled-calendar.calendar-blue .fsDate {
  background: #000066;
}

.fsCalendar.styled-calendar.calendar-dark .fsDate {
  background: #333C47;
}

.fsCalendar.styled-calendar.fsList .fsDate {
  position: absolute;
  left: 0;
  top: 0;
}

.fsCalendar.styled-calendar.fsList article + article .fsDate {
  display: none;
}

.fsCalendar.styled-calendar.fsSlideshow.fsSlideshowHorizontal .slick-current + .slick-active:before,
.fsCalendar.styled-calendar.fsSlideshow.fsSlideshowHorizontal .slick-current + .slick-active:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #DAE3EE;
}

.fsCalendar.styled-calendar.fsSlideshow.fsSlideshowHorizontal .slick-current + .slick-active:after {
  right: 0;
}

.fsCalendar.styled-calendar.fsSlideshow .slick-arrow {
  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;
  border: 1px solid rgba(51, 60, 71, 0.35);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.fsCalendar.styled-calendar.fsSlideshow .slick-arrow:before {
  font-size: 13px;
  top: 50%;
  right: auto;
  left: 50%;
  line-height: 40px;
  color: rgba(51, 60, 71, 0.6);
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.fsCalendar.styled-calendar.fsSlideshow .slick-arrow.fsNextButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar.styled-calendar.fsSlideshow .slick-arrow.fsPrevButton:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar.styled-calendar.fsSlideshow article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  text-align: center;
}

.fsCalendar.styled-calendar.fsSlideshow .fsDate {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 auto;
  margin-bottom: 40px;
}

.fsCalendar.styled-calendar .fsTitle {
  margin-bottom: 10px;
}

.fsCalendar.styled-calendar .fsTitle a {
  font-size: 17px;
  line-height: 24px;
  color: #333C47;
}

.fsCalendar.styled-calendar .fsEventDetails {
  margin-bottom: 20px;
}

.fsCalendar.styled-calendar .fsTimeRange,
.fsCalendar.styled-calendar .fsAllDay,
.fsCalendar.styled-calendar .fsLocation {
  color: #616D7D;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 10px;
}

.fsCalendar.styled-calendar .fsNotes {
  color: #616D7D;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}

.fsCalendar .fsDate {
  display: block;
  color: #BBAA66;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fsCalendar .fsEventDetails {
  color: #616D7D;
  font-size: 14px;
  line-height: 21px;
}

.fsCalendar .fsAllDay {
  text-transform: capitalize;
}

.fsCalendar .fsTimeRange,
.fsCalendar .fsAllDay,
.fsCalendar .fsLocation {
  font-weight: 600;
}

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

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

.fsCalendar.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.fsCalendar.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsCalendar.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsCalendar.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up span {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - forms */

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

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

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

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333C47;
}

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

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

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsComposerFormEmbed form .required {
  color: #333C47;
}

.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}

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

.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}

.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}

.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}

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

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}

.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}

.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}

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

.fsComposerFormEmbed form .pageBreak .nextPage,
.fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #367DD3;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #039;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

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

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

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

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

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

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #485565;
}

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

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

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

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

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.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: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #333C47;
  font-family: "open-sans", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsCustomSlider .fsElement,
.home-slides .fsElement,
.featured-paths .fsElement,
.home-infographic-upper .fsElement {
  margin-bottom: 0;
}

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev,
.home-slides .slick-next,
.home-slides .slick-prev,
.featured-paths .slick-next,
.featured-paths .slick-prev,
.home-infographic-upper .slick-next,
.home-infographic-upper .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before,
.home-slides .slick-next:before,
.home-slides .slick-prev:before,
.featured-paths .slick-next:before,
.featured-paths .slick-prev:before,
.home-infographic-upper .slick-next:before,
.home-infographic-upper .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next,
.home-slides .slick-next,
.featured-paths .slick-next,
.home-infographic-upper .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before,
.home-slides .slick-next:before,
.featured-paths .slick-next:before,
.home-infographic-upper .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev,
.home-slides .slick-prev,
.featured-paths .slick-prev,
.home-infographic-upper .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before,
.home-slides .slick-prev:before,
.featured-paths .slick-prev:before,
.home-infographic-upper .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn,
.home-slides .slider-play-btn,
.featured-paths .slider-play-btn,
.home-infographic-upper .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #BBAA66;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before,
.home-slides .slider-play-btn:before,
.featured-paths .slider-play-btn:before,
.home-infographic-upper .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "adobe-garamond-pro", serif;
}

.fsCustomSlider.slider-paused .slider-play-btn:before,
.home-slides.slider-paused .slider-play-btn:before,
.featured-paths.slider-paused .slider-play-btn:before,
.home-infographic-upper.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
}

.fsCustomSlider.slider-playing .slider-play-btn:before,
.fsCustomSlider.slider-playing .slider-play-btn:after,
.home-slides.slider-playing .slider-play-btn:before,
.home-slides.slider-playing .slider-play-btn:after,
.featured-paths.slider-playing .slider-play-btn:before,
.featured-paths.slider-playing .slider-play-btn:after,
.home-infographic-upper.slider-playing .slider-play-btn:before,
.home-infographic-upper.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.fsCustomSlider .slick-dots,
.home-slides .slick-dots,
.featured-paths .slick-dots,
.home-infographic-upper .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul,
.home-slides .slick-dots,
.home-slides .slick-dots ul,
.featured-paths .slick-dots,
.featured-paths .slick-dots ul,
.home-infographic-upper .slick-dots,
.home-infographic-upper .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li,
.home-slides .slick-dots li,
.featured-paths .slick-dots li,
.home-infographic-upper .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li,
.home-slides .slick-dots li,
.featured-paths .slick-dots li,
.home-infographic-upper .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li,
.home-slides .slick-dots li + li,
.featured-paths .slick-dots li + li,
.home-infographic-upper .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button,
.home-slides .slick-dots button,
.featured-paths .slick-dots button,
.home-infographic-upper .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button,
.home-slides .slick-dots .slick-active button,
.featured-paths .slick-dots .slick-active button,
.home-infographic-upper .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper,
.home-slides .caption-wrapper,
.featured-paths .caption-wrapper,
.home-infographic-upper .caption-wrapper {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  background-color: #BBAA66;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner,
.home-slides .caption-wrapper .caption-inner,
.featured-paths .caption-wrapper .caption-inner,
.home-infographic-upper .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper,
  .home-slides .caption-wrapper,
  .featured-paths .caption-wrapper,
  .home-infographic-upper .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(187, 170, 102, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a,
.home-slides .caption-wrapper a,
.featured-paths .caption-wrapper a,
.home-infographic-upper .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover,
.home-slides .caption-wrapper a:hover,
.featured-paths .caption-wrapper a:hover,
.home-infographic-upper .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty,
.home-slides .caption-wrapper.is-empty,
.featured-paths .caption-wrapper.is-empty,
.home-infographic-upper .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title,
  .home-slides .caption-title,
  .featured-paths .caption-title,
  .home-infographic-upper .caption-title {
    margin-top: 0;
    font-size: 26px;
    line-height: 32px;
    font-family: "open-sans-condensed", sans-serif;
    margin-bottom: 30px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc,
  .home-slides .caption-desc,
  .featured-paths .caption-desc,
  .home-infographic-upper .caption-desc {
    display: block;
  }
}

.fsCustomSlider .caption-desc p:last-child,
.home-slides .caption-desc p:last-child,
.featured-paths .caption-desc p:last-child,
.home-infographic-upper .caption-desc p:last-child {
  margin-bottom: 0;
}

.fsCustomSlider .caption-desc:empty,
.home-slides .caption-desc:empty,
.featured-paths .caption-desc:empty,
.home-infographic-upper .caption-desc:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems + button {
  margin-top: 40px;
}

.fsPostElement.fsList article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.fsPostElement.fsList article > * {
  margin-bottom: 10px;
}

.fsPostElement.fsList .fsCategories {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: 0;
  width: 100%;
}

.fsPostElement.fsList .fsThumbnail,
.fsPostElement.fsList .fsTitle {
  width: 100%;
}

.fsPostElement.fsList .fsThumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fsPostElement.fsList .fsTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsPostElement.fsList .fsCategory {
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  background: #616D7D;
  padding: 4px 8px;
}

.fsPostElement.fsList .fsCategory:not(:last-child) {
  border-right: 0;
  margin-right: 6px;
}

.fsPostElement.fsList .fsAllDay {
  text-transform: capitalize;
}

.fsPostElement.fsList .fsAuthor,
.fsPostElement.fsList .fsDateTime {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 21px;
}

.fsPostElement.fsList .fsDateTime {
  position: relative;
  margin-right: 14px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsPostElement.fsList .fsDateTime:after {
  content: '|';
  position: absolute;
  right: -10px;
  top: 0;
}

.fsPostElement.fsList .fsAuthor {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsPostElement.fsList .fsTags {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-transform: capitalize;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 40px;
}

.fsPostElement.fsList .fsTag {
  color: #656E6B;
  font-family: "open-sans", sans-serif;
  font-size: 11px;
  line-height: 13px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  background-color: #F9F9F9;
  padding: 7px 10px;
}

.fsPostElement.fsList .fsTag:not(:last-child) {
  margin-right: 8px;
}

.fsPostElement.fsList .fsSummary {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.fsPostElement.fsList .fsReadMoreLink {
  position: relative;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #616D7D;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
}

.fsPostElement.fsList .fsReadMoreLink:after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsPostElement.fsList .fsReadMoreLink:hover:after,
.fsPostElement.fsList .fsReadMoreLink:focus:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

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

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

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

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

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

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

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #BBAA66 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #eee;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #333C47;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "open-sans", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #18150a;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #eee;
}

.fsSearch.site-search :-moz-placeholder {
  color: #eee;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #eee;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #eee;
}

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

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #333C47;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #333C47;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #333C47;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #18150a;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

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

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
}

.fsSearchResults .gsc-results,
.fsSearchFieldWithResults .gsc-results {
  width: 100%;
}

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #333C47;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
  color: #BBAA66;
}

.fsSearchResults .gsc-table-result,
.fsSearchResults .gsc-thumbnail-inside,
.fsSearchResults .gsc-url-top,
.fsSearchFieldWithResults .gsc-table-result,
.fsSearchFieldWithResults .gsc-thumbnail-inside,
.fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}

.fsSearchResults div.gs-title,
.fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}

.fsSearchResults a.gs-title,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page,
.fsSearchFieldWithResults a.gs-title,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #367DD3 !important;
  outline: transparent;
}

.fsSearchResults a.gs-title:hover,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.fsSearchFieldWithResults a.gs-title:hover,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #039 !important;
}

.fsSearchResults .gsc-control-cse .gs-spelling,
.fsSearchResults .gsc-control-cse .gs-result .gs-title,
.fsSearchResults .gsc-control-cse .gs-result .gs-title *,
.fsSearchFieldWithResults .gsc-control-cse .gs-spelling,
.fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title,
.fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.fsSearchResults .gsc-results .gsc-cursor-box,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.fsFacebookExtras {
  margin-top: 10px;
}

.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}

.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

/*! elements - social twitter */

.fsTwitter {
  margin-bottom: 20px;
}

/*! 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 #eee;
  -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 #eee;
  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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

/*! 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 #eee;
  -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 #eee;
  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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

/*! elements - tabs */

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

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid #DAE3EE;
}

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

.fsTabs .fsTabsNav li {
  margin-right: 2px;
  margin-top: 1px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-family: "open-sans", sans-serif;
  margin-bottom: 2px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 13.33333px;
  color: #eee;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 #DAE3EE, inset -1px 0 0 0 #DAE3EE, inset 0 1px 0 0 #DAE3EE;
          box-shadow: inset 1px 0 0 0 #DAE3EE, inset -1px 0 0 0 #DAE3EE, inset 0 1px 0 0 #DAE3EE;
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  padding: 14px 20px;
  background: transparent;
  color: #616D7D;
}

.fsTabs .fsTabsNav li a:hover {
  background: rgba(187, 170, 102, 0.1);
  color: #333C47;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(187, 170, 102, 0.4), inset -1px 0 0 0 rgba(187, 170, 102, 0.4), inset 0 1px 0 0 rgba(187, 170, 102, 0.4);
          box-shadow: inset 1px 0 0 0 rgba(187, 170, 102, 0.4), inset -1px 0 0 0 rgba(187, 170, 102, 0.4), inset 0 1px 0 0 rgba(187, 170, 102, 0.4);
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  position: relative;
  background: transparent;
  color: #BBAA66;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  position: absolute;
  left: 1px;
  bottom: -1px;
  content: '';
  width: calc(100% - 2px);
  height: 2px;
  background: #fff;
}

.fsTabs .fsPanel {
  border: 0;
}

.fsTabs .fsPanel:last-of-type {
  border: 0;
}

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

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #333;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #333;
  background: #e6e6e6;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
          box-shadow: inset 0 -1px 0 0 #eee;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e1e1e1;
  color: #333C47;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #c8c8c8;
  color: #333C47;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #eee;
  color: #bbbbbb;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #687b91;
  color: #fff;
}

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

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

body:not(.fsComposeMode) .module {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  font-size: 15px;
  line-height: 25px;
  background: #F1EEE0;
}

body:not(.fsComposeMode) .module h1,
body:not(.fsComposeMode) .module h2,
body:not(.fsComposeMode) .module h3,
body:not(.fsComposeMode) .module h4,
body:not(.fsComposeMode) .module h5,
body:not(.fsComposeMode) .module h6 {
  color: inherit;
}

body:not(.fsComposeMode) .module header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

body:not(.fsComposeMode) .module .fsElementTitle,
body:not(.fsComposeMode) .module h2 {
  font-size: 22px;
  line-height: 27px;
}

body:not(.fsComposeMode) .module .fsElementHeaderContent {
  margin: -30px -30px 0;
}

body:not(.fsComposeMode) .module .fsElementHeaderContent img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.fsBannerRight body:not(.fsComposeMode) .module,
body:not(.fsComposeMode) .fsBannerRight .module,
.fsBannerLeft body:not(.fsComposeMode) .module,
body:not(.fsComposeMode) .fsBannerLeft .module {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  padding: 30px 20px;
  margin-bottom: 80px;
}

.fsBannerRight body:not(.fsComposeMode) .module .fsElementHeaderContent,
body:not(.fsComposeMode) .fsBannerRight .module .fsElementHeaderContent,
.fsBannerLeft body:not(.fsComposeMode) .module .fsElementHeaderContent,
body:not(.fsComposeMode) .fsBannerLeft .module .fsElementHeaderContent {
  margin: -30px -20px 0;
}

.fsBannerRight body:not(.fsComposeMode) .module .fsElementTitle,
body:not(.fsComposeMode) .fsBannerRight .module .fsElementTitle,
.fsBannerRight body:not(.fsComposeMode) .module h2,
body:not(.fsComposeMode) .fsBannerRight .module h2,
.fsBannerLeft body:not(.fsComposeMode) .module .fsElementTitle,
body:not(.fsComposeMode) .fsBannerLeft .module .fsElementTitle,
.fsBannerLeft body:not(.fsComposeMode) .module h2,
body:not(.fsComposeMode) .fsBannerLeft .module h2 {
  font-size: 18px;
  line-height: 22px;
}

.fsBannerRight body:not(.fsComposeMode) .module a,
body:not(.fsComposeMode) .fsBannerRight .module a,
.fsBannerLeft body:not(.fsComposeMode) .module a,
body:not(.fsComposeMode) .fsBannerLeft .module a {
  color: #333C47;
  text-decoration: underline;
}

.fsBannerRight body:not(.fsComposeMode) .module a:hover,
body:not(.fsComposeMode) .fsBannerRight .module a:hover,
.fsBannerRight body:not(.fsComposeMode) .module a:focus,
body:not(.fsComposeMode) .fsBannerRight .module a:focus,
.fsBannerLeft body:not(.fsComposeMode) .module a:hover,
body:not(.fsComposeMode) .fsBannerLeft .module a:hover,
.fsBannerLeft body:not(.fsComposeMode) .module a:focus,
body:not(.fsComposeMode) .fsBannerLeft .module a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .module a {
  font-weight: bold;
}

body:not(.fsComposeMode) .module.clean {
  background: transparent;
  padding: 0;
  color: #5B616A;
}

body:not(.fsComposeMode) .module.clean .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .module.clean .fsElementTitle {
  color: #212529;
}

body:not(.fsComposeMode) .module.gold,
body:not(.fsComposeMode) .module.dark {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body:not(.fsComposeMode) .module.gold .fsElementTitle,
body:not(.fsComposeMode) .module.gold h2,
body:not(.fsComposeMode) .module.dark .fsElementTitle,
body:not(.fsComposeMode) .module.dark h2 {
  color: #fff;
}

body:not(.fsComposeMode) .module.gold a,
body:not(.fsComposeMode) .module.dark a {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .module.gold a:hover,
body:not(.fsComposeMode) .module.gold a:focus,
body:not(.fsComposeMode) .module.dark a:hover,
body:not(.fsComposeMode) .module.dark a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .module.dark {
  background: #333C47;
}

body:not(.fsComposeMode) .module.gold {
  background: #BBAA66;
}

body:not(.fsComposeMode) .module.split {
  padding: 0;
}

body:not(.fsComposeMode) .module.split header {
  background-size: cover;
  background-position: 50%;
  min-height: 200px;
}

body:not(.fsComposeMode) .module.split .fsElementTitle {
  display: none;
}

body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .module.split .fsElementHeaderContent img {
  display: none;
}

body:not(.fsComposeMode) .module.split .fsElementContent {
  padding: 30px;
}

@media (min-width: 600px) {
  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > * {
    width: 50%;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > header {
    background-size: cover;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > header img {
    display: none;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
    margin: 0;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split .fsElementContent {
    padding: 30px;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .module.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  body:not(.fsComposeMode) .module.split > * {
    width: 50%;
  }

  body:not(.fsComposeMode) .module.split > header {
    background-size: cover;
  }

  body:not(.fsComposeMode) .module.split > header img {
    display: none;
  }

  body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
    margin: 0;
  }

  body:not(.fsComposeMode) .module.split .fsElementContent {
    padding: 30px;
  }

  body:not(.fsComposeMode) .module.split.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsPageBody {
  max-width: none;
}

.home .fsPageLayout > .fsDiv {
  margin-bottom: 0;
}

@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

body:not(.fsComposeMode) .home-slides {
  position: relative;
}

body:not(.fsComposeMode) .home-slides:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(39, 41, 43, 0.3);
}

body:not(.fsComposeMode) .home-slides svg {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  height: 42px;
  width: 42px;
}

body:not(.fsComposeMode) .home-slides svg .st2 {
  fill: none;
  stroke: #FFCC00;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke-dasharray: 2000,2000;
  stroke-dashoffset: 2000;
}

body:not(.fsComposeMode) .home-slides > header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}

body:not(.fsComposeMode) .home-slides > header .fsElementHeaderContent {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-slides > header a {
  color: #fff;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 24px;
  line-height: 33px;
}

body:not(.fsComposeMode) .home-slides > header a:hover,
body:not(.fsComposeMode) .home-slides > header a:focus {
  text-decoration: none;
  color: #fff;
}

body:not(.fsComposeMode) .home-slides article {
  background-size: cover;
  height: 300px;
}

body:not(.fsComposeMode) .home-slides article video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .home-slides article img {
  visibility: hidden;
}

body:not(.fsComposeMode) .home-slides .slick-arrow {
  top: auto;
  bottom: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 100%;
}

body:not(.fsComposeMode) .home-slides .slick-arrow:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  line-height: 35px;
}

body:not(.fsComposeMode) .home-slides .slick-next {
  right: 34px;
}

body:not(.fsComposeMode) .home-slides .slick-next:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .home-slides .slick-prev {
  left: auto;
  right: 84px;
}

body:not(.fsComposeMode) .home-slides .slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-slides svg {
    right: 34px;
  }

  body:not(.fsComposeMode) .home-slides .slick-next {
    right: 49px;
  }

  body:not(.fsComposeMode) .home-slides .slick-prev {
    right: 99px;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .home-slides article {
    height: 500px;
  }

  body:not(.fsComposeMode) .home-slides svg {
    right: 65px;
    bottom: 80px;
  }

  body:not(.fsComposeMode) .home-slides .slick-arrow {
    bottom: 80px;
  }

  body:not(.fsComposeMode) .home-slides .slick-next {
    right: 80px;
  }

  body:not(.fsComposeMode) .home-slides .slick-prev {
    right: 130px;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .home-slides > header {
    top: auto;
    bottom: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  body:not(.fsComposeMode) .home-slides > header a {
    color: #BBAA66;
  }

  body:not(.fsComposeMode) .home-slides > header a:after {
    content: "\E90B";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    -webkit-animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25);
            animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25);
  }

  body:not(.fsComposeMode) .home-slides article {
    height: calc(100vh - 155px);
  }
}

body:not(.fsComposeMode) .home-lead {
  padding: 40px;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  text-align: center;
}

body:not(.fsComposeMode) .home-lead em {
  display: block;
  color: #BBAA66;
  font-style: normal;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-lead {
    padding: 40px 20px;
  }

  body:not(.fsComposeMode) .home-lead em {
    display: inline;
  }
}

@media (min-width: 1110px) {
  body:not(.fsComposeMode) .home-lead {
    font-size: 64px;
    line-height: 87px;
  }
}

@-webkit-keyframes open-slides {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes open-slides {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .featured-paths {
  position: relative;
  margin-bottom: 100px;
}

body:not(.fsComposeMode) .featured-paths > header {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

body:not(.fsComposeMode) .featured-paths-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
}

body:not(.fsComposeMode) .featured-paths-close:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

body:not(.fsComposeMode) .featured-paths .slick-next {
  right: 20px;
}

body:not(.fsComposeMode) .featured-paths .slick-next:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 34px;
}

body:not(.fsComposeMode) .featured-paths .slick-prev {
  left: 20px;
}

body:not(.fsComposeMode) .featured-paths .slick-prev:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 34px;
}

body:not(.fsComposeMode) .featured-paths .fsListItems {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode) .featured-paths .fsListItems:not(.paths-clone) figcaption > *:not(h3) {
  display: none;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .featured-paths .fsListItems:not(.paths-clone) article:hover figure,
  body:not(.fsComposeMode) .featured-paths .fsListItems:not(.paths-clone) article:focus figure {
    height: 160px;
  }
}

body:not(.fsComposeMode) .featured-paths .fsListItems article {
  padding: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .featured-paths .fsListItems article:hover figure figcaption h3,
body:not(.fsComposeMode) .featured-paths .fsListItems article:focus figure figcaption h3 {
  color: rgba(255, 255, 255, 0.9);
}

body:not(.fsComposeMode) .featured-paths .fsListItems article figure {
  position: relative;
  height: 80px;
  background-size: cover;
  background-position: 50%;
  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;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .featured-paths .fsListItems article figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 41, 43, 0.3);
}

body:not(.fsComposeMode) .featured-paths .fsListItems article figcaption {
  position: absolute;
  font-style: normal;
  padding: 0 60px;
  white-space: nowrap;
  margin-top: 0;
  color: #fff;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

body:not(.fsComposeMode) .featured-paths .fsListItems article figcaption h3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
}

body:not(.fsComposeMode) .featured-paths .fsListItems article img {
  visibility: hidden;
}

body:not(.fsComposeMode) .featured-paths .paths-clone {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .featured-paths .paths-clone article figcaption {
  white-space: normal;
}

body:not(.fsComposeMode) .featured-paths.slides-active > header {
  display: block;
  z-index: 2;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .featured-paths.slides-active .paths-clone {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems:not(.paths-clone) {
    height: 480px;
  }
}

body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems article figure {
  height: 480px;
}

body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems article figure figcaption {
  text-align: center;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .featured-paths > header {
    right: 60px;
    top: 60px;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems:not(.paths-clone) figcaption {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: .3s;
    transition: .3s;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems.paths-clone figcaption h3 {
    font-size: 80px;
    line-height: 90px;
    color: rgba(255, 255, 255, 0.9);
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems article {
    width: 16.66%;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems article:hover,
  body:not(.fsComposeMode) .featured-paths .fsListItems article:focus {
    width: 26%;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems article figure {
    height: 800px;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems article figure figcaption h3 {
    font-size: 42px;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems:not(.paths-clone) figcaption {
    opacity: 0;
    visibility: hidden;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .paths-clone {
    -webkit-animation: .5s open-slides .5s forwards;
            animation: .5s open-slides .5s forwards;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .paths-clone .slick-active figcaption h3 {
    -webkit-animation: 1s fadeInUp;
            animation: 1s fadeInUp;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .paths-clone .slick-active figcaption p {
    -webkit-animation: 1.5s fadeInUp;
            animation: 1.5s fadeInUp;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .paths-clone .slick-active figcaption a[class*="fs_style_"] {
    -webkit-animation: 2s fadeInUp;
            animation: 2s fadeInUp;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems article {
    width: 0;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems article.active-slide {
    width: 100%;
  }

  body:not(.fsComposeMode) .featured-paths.slides-active .fsListItems article figure {
    height: 800px;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .featured-paths .fsListItems article figure figcaption h3 {
    font-size: 64px;
    line-height: 87px;
  }

  body:not(.fsComposeMode) .featured-paths .fsListItems.paths-clone figcaption h3 {
    font-size: 120px;
    line-height: 163px;
  }

  body:not(.fsComposeMode) .featured-paths .slick-next {
    right: 60px;
  }

  body:not(.fsComposeMode) .featured-paths .slick-prev {
    left: 60px;
  }
}

body:not(.fsComposeMode) .home-video {
  position: relative;
  padding: 40px 20px;
  margin-bottom: 0;
}

body:not(.fsComposeMode).will-animate .home-video > header,
body:not(.fsComposeMode).will-animate .home-video > .fsElementContent {
  opacity: 0;
}

body:not(.fsComposeMode) .home-video:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: rgba(187, 170, 102, 0.2);
}

body:not(.fsComposeMode) .home-video .fsElementHeaderContent {
  color: #333C47;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}

body:not(.fsComposeMode) .home-video .fsElementHeaderContent em {
  font-style: normal;
  color: #BBAA66;
}

body:not(.fsComposeMode) .home-video .fsResourceTypeVideo {
  position: relative;
  background-size: cover;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  max-width: 700px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .home-video .fsResourceTypeVideo:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 64px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .home-video .fsResourceTypeVideo:hover:before,
body:not(.fsComposeMode) .home-video .fsResourceTypeVideo:focus:before {
  color: #fff;
}

body:not(.fsComposeMode) .home-video video {
  display: block;
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode).video-active-mobile .home-video .fsResourceTypeVideo:before {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode).video-active-mobile .home-video video {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-video .fsElementHeaderContent {
    font-size: 30px;
    line-height: 41px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .home-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body:not(.fsComposeMode) .home-video:before {
    height: 100%;
    max-width: 1180px;
    max-width: 80%;
  }

  body:not(.fsComposeMode) .home-video .fsElementHeaderContent {
    max-width: 420px;
    text-align: left;
  }

  body:not(.fsComposeMode) .home-video .fsResourceTypeVideo {
    margin-right: 40px;
    max-width: 680px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .home-video .fsElementHeaderContent {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (min-width: 1300px) {
  body:not(.fsComposeMode) .home-video {
    padding-right: 170px;
  }

  body:not(.fsComposeMode) .home-video:before {
    max-width: 1180px;
  }
}

.video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: rgba(51, 60, 71, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.video-lightbox-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 0;
}

.video-lightbox-close:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  color: #fff;
}

@media (min-width: 900px) {
  .video-active-full .video-lightbox {
    opacity: 1;
    visibility: visible;
  }
}

.explore-video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: rgba(51, 60, 71, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.explore-video-lightbox-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.explore-video-lightbox-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 0;
  z-index: 99999;
}

.explore-video-lightbox-close:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  color: #fff;
}

.explore-video-active .explore-video-lightbox {
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .info-events {
  padding-top: 100px;
  padding-bottom: 100px;
}

body:not(.fsComposeMode).will-animate .info-events .home-infographic,
body:not(.fsComposeMode).will-animate .info-events .home-events {
  opacity: 0;
}

body:not(.fsComposeMode) .info-events .home-infographic {
  position: relative;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .info-events .home-infographic > footer {
  display: none;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: 100%;
  text-align: center;
}

body:not(.fsComposeMode) .info-events .home-infographic > footer .flip-graphic {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
}

body:not(.fsComposeMode) .info-events .home-infographic > footer .flip-graphic:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 33px;
  line-height: 33px;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-scholarship:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-trips:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-classes:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-financial-aid:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-founded:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-faculty:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-current:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .info-champs:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper,
body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element:before,
body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower .info-element:before {
  color: #fff;
  font-size: 70px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper {
  background: #BBAA66;
  padding: 40px 40px 80px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .slick-dots {
  bottom: -60px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .slick-dots button {
  height: 8px;
  width: 8px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .slick-dots .slick-active button {
  background: #fff;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin-right: 50px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element:before {
  line-height: 90px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element .fsElementTitle {
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 82px;
  border-bottom: 1px solid #333C47;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element .fsElementTitle:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: '';
  background: #333C47;
  width: 80px;
  height: 3px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower {
  display: none;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background: #BBAA66;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower {
    display: block;
  }
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent {
  height: 100%;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement {
  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;
  width: 28.5%;
  height: 50%;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  padding: 20px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement:before {
  line-height: 50px;
  font-size: 50px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement .fsElementTitle {
  font-family: "open-sans", sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 61px;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement:first-child,
body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement:last-child {
  background: rgba(255, 255, 255, 0.2);
  width: 43%;
}

body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement:nth-child(3),
body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-lower > .fsElementContent > .fsElement:nth-child(5) {
  background: rgba(0, 0, 0, 0.1);
}

body:not(.fsComposeMode) .info-events .home-events {
  padding: 50px 34px 80px;
  background: #333C47;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .info-events .home-events {
    padding: 50px 60px 80px;
  }
}

body:not(.fsComposeMode) .info-events .home-events > header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode) .info-events .home-events .fsElementTitle {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .info-events .home-events article {
  margin-bottom: 40px;
  border-bottom: 0;
  padding-bottom: 0;
}

body:not(.fsComposeMode) .info-events .home-events .fsDate {
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .info-events .home-events .fsEventDetails .fsAllDay,
body:not(.fsComposeMode) .info-events .home-events .fsEventDetails .fsLocation,
body:not(.fsComposeMode) .info-events .home-events .fsEventDetails .fsTimeRange {
  color: #BBC5D2;
  font-weight: bold;
}

body:not(.fsComposeMode) .info-events .home-events .fsTitle {
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .info-events .home-events .fsTitle a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .info-events .home-infographic.flip-active > footer .flip-graphic:before {
    content: "\E913";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
  }

  body:not(.fsComposeMode) .info-events .home-infographic.flip-active .home-infographic-upper {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }

  body:not(.fsComposeMode) .info-events .home-infographic.flip-active .home-infographic-lower {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  body:not(.fsComposeMode) .info-events .home-infographic > footer {
    display: block;
  }

  body:not(.fsComposeMode) .info-events .home-infographic > .fsElementContent {
    height: 578px;
    -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  body:not(.fsComposeMode) .info-events .home-infographic > .fsElementContent > .fsElement {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    margin-bottom: 0;
    -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  body:not(.fsComposeMode) .info-events .home-infographic > .fsElementContent > .fsElement > .fsElementContent {
    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;
  }

  body:not(.fsComposeMode) .info-events .home-infographic > .fsElementContent > .fsElement > .fsElementContent > .fsElement:before {
    color: #fff;
  }

  body:not(.fsComposeMode) .info-events .home-infographic > .fsElementContent > .fsElement .fsElementTitle {
    margin-top: 15px;
  }

  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }

  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element {
    width: calc(33.33% - 35px);
    margin-right: 0;
  }

  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-element:nth-child(n+4) {
    display: none;
  }

  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-scholarship:before,
  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper .info-trips:before {
    font-size: 90px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .info-events > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  body:not(.fsComposeMode) .info-events .home-infographic {
    width: 63%;
  }

  body:not(.fsComposeMode) .info-events .home-events {
    width: 37%;
    margin-top: 80px;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode) .info-events .home-infographic .home-infographic-upper {
    padding-right: 115px;
    padding-left: 115px;
  }
}

body:not(.fsComposeMode) .right-now-lasalle {
  padding-right: 34px;
  padding-left: 34px;
  margin-bottom: 75px;
}

body:not(.fsComposeMode) .right-now-lasalle > .fsElementContent,
body:not(.fsComposeMode) .right-now-lasalle > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .right-now-lasalle > header {
  margin-bottom: 70px;
}

body:not(.fsComposeMode) .right-now-lasalle > header .fsElementTitle {
  position: relative;
  font-size: 64px;
  font-size: 30px;
  font-weight: bold;
  line-height: 87px;
  line-height: 41px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .right-now-lasalle > header .fsElementTitle:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #333C47;
  width: 300px;
  height: 3px;
}

body:not(.fsComposeMode) .right-now-lasalle > header .fsElementTitle:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: '';
  background: #333C47;
  width: 100px;
  height: 6px;
}

body:not(.fsComposeMode) .right-now-lasalle > header a {
  color: #616D7D;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .right-now-lasalle > header a:after {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .right-now-lasalle > header a:hover,
body:not(.fsComposeMode) .right-now-lasalle > header a:focus {
  color: #333C47;
  text-decoration: none;
}

body:not(.fsComposeMode) .right-now-lasalle > header a:hover:after,
body:not(.fsComposeMode) .right-now-lasalle > header a:focus:after {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems.slick-slider {
  margin-right: -34px;
  margin-left: -34px;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: calc(33.33% - 10px);
  border: 1px solid #EBF0F6;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  min-height: 320px;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .right-now-lasalle .fsListItems article {
    min-height: 290px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .right-now-lasalle .fsListItems article {
    min-height: 387px;
  }
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article.slick-slide {
  margin: 0 10px;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article:hover .fsSummary,
body:not(.fsComposeMode) .right-now-lasalle .fsListItems article:focus .fsSummary {
  max-height: 100%;
  padding-bottom: 30px;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article:focus-within .fsSummary {
  max-height: 100%;
  padding-bottom: 30px;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article .fsTitle,
body:not(.fsComposeMode) .right-now-lasalle .fsListItems article .fsSummary {
  position: relative;
  background: #fff;
  margin-bottom: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  pointer-events: none;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article .fsSummary {
  -webkit-transition: .3s;
  transition: .3s;
  max-height: 0;
  padding: 0 30px;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article .fsTitle a {
  display: block;
  padding: 30px;
  color: #333C47;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article .fsThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .right-now-lasalle .fsListItems article .fsThumbnail img {
  visibility: hidden;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .right-now-lasalle > header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body:not(.fsComposeMode) .right-now-lasalle > header .fsElementTitle {
    font-size: 64px;
    line-height: 87px;
  }
}

body:not(.fsComposeMode) .social-feeds {
  padding-right: 34px;
  padding-left: 34px;
  margin-bottom: 80px;
}

body:not(.fsComposeMode) .social-feeds > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .social-feeds .j-paginate {
  display: none;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds .feed-item {
  border: 0;
  padding: 0;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article {
  position: relative;
  background-size: cover;
  color: #fff;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article img:not(.poster-image) {
  visibility: hidden;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-url {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  color: #fff;
  font-size: 0;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-url:before {
  font-size: 30px;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-url:hover,
body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-url:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-poster {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  min-width: 300px;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-poster .poster-image {
  width: 30px;
  float: left;
  margin-right: 8px;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-poster-name {
  font-weight: normal;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-poster-name:before {
  content: '@';
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-content {
  padding: 30px;
  position: absolute;
  bottom: 60px;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .social-feeds .feed-post.no-image .feed-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-content a {
  color: #fff;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .feed-footer {
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article .post-date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article:hover .feed-content,
body:not(.fsComposeMode) .social-feeds .fsFeeds article:focus .feed-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .social-feeds .fsFeeds article:focus-within .feed-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

body:not(.fsComposeMode) .social-feeds-fb,
body:not(.fsComposeMode) .social-feeds-ig {
  left: 0;
}

body:not(.fsComposeMode) .social-feeds-fb article,
body:not(.fsComposeMode) .social-feeds-ig article {
  height: 320px;
  overflow: hidden;
}

body:not(.fsComposeMode) .social-feeds-fb .comment-count,
body:not(.fsComposeMode) .social-feeds-ig .comment-count {
  margin-right: 15px;
}

body:not(.fsComposeMode) .social-feeds-fb .comment-count:before,
body:not(.fsComposeMode) .social-feeds-ig .comment-count:before {
  content: "\E924";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 6px;
}

body:not(.fsComposeMode) .social-feeds-fb .like-count:before,
body:not(.fsComposeMode) .social-feeds-ig .like-count:before {
  content: "\E926";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 6px;
}

body:not(.fsComposeMode) .social-feeds-fb {
  top: 0;
}

body:not(.fsComposeMode) .social-feeds-fb .feed-content {
  background: rgba(51, 60, 71, 0.8);
}

body:not(.fsComposeMode) .social-feeds-fb .feed-footer {
  background: #333C47;
}

body:not(.fsComposeMode) .social-feeds-fb .feed-url:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .social-feeds-ig {
  top: 340px;
}

body:not(.fsComposeMode) .social-feeds-ig .feed-content {
  background: rgba(187, 170, 102, 0.8);
}

body:not(.fsComposeMode) .social-feeds-ig .feed-footer {
  background: #BBAA66;
}

body:not(.fsComposeMode) .social-feeds-ig .feed-url:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .social-feeds-twitter {
  right: 0;
}

body:not(.fsComposeMode) .social-feeds-twitter article {
  height: 490px;
  overflow: hidden;
  background-color: #F1EEE0;
}

body:not(.fsComposeMode) .social-feeds-twitter .feed-content {
  background: rgba(241, 238, 224, 0.8);
  color: #333C47;
}

body:not(.fsComposeMode) .social-feeds-twitter .feed-footer {
  background: #F1EEE0;
  color: #333C47;
}

body:not(.fsComposeMode) .social-feeds-twitter .feed-url:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .social-feeds-twitter .comment-count,
body:not(.fsComposeMode) .social-feeds-twitter .like-count,
body:not(.fsComposeMode) .social-feeds-twitter .retweet {
  font-size: 0;
  margin-right: 14px;
}

body:not(.fsComposeMode) .social-feeds-twitter .comment-count a,
body:not(.fsComposeMode) .social-feeds-twitter .like-count a,
body:not(.fsComposeMode) .social-feeds-twitter .retweet a {
  display: block;
}

body:not(.fsComposeMode) .social-feeds-twitter .comment-count a:hover,
body:not(.fsComposeMode) .social-feeds-twitter .comment-count a:focus,
body:not(.fsComposeMode) .social-feeds-twitter .like-count a:hover,
body:not(.fsComposeMode) .social-feeds-twitter .like-count a:focus,
body:not(.fsComposeMode) .social-feeds-twitter .retweet a:hover,
body:not(.fsComposeMode) .social-feeds-twitter .retweet a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .social-feeds-twitter .comment-count a:before,
body:not(.fsComposeMode) .social-feeds-twitter .like-count a:before,
body:not(.fsComposeMode) .social-feeds-twitter .retweet a:before {
  font-size: 16px;
  color: #333C47;
}

body:not(.fsComposeMode) .social-feeds-twitter .comment-count a:before {
  content: "\E923";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .social-feeds-twitter .like-count a:before {
  content: "\E925";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .social-feeds-twitter .retweet a:before {
  content: "\E927";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .social-feeds {
    height: 780px;
  }

  body:not(.fsComposeMode) .social-feeds .fsFeeds {
    position: absolute;
    width: calc(50% - 10px);
  }
}

body:not(.fsComposeMode) .home-explore {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 34px;
  padding-left: 34px;
  background: rgba(187, 170, 102, 0.2);
}

body:not(.fsComposeMode) .home-explore > .fsElementContent,
body:not(.fsComposeMode) .home-explore > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .home-explore > header {
  margin-bottom: 75px;
}

body:not(.fsComposeMode) .home-explore > header .fsElementTitle {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 41px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .home-explore > header .fsElementTitle:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #333C47;
  width: 300px;
  height: 3px;
}

body:not(.fsComposeMode) .home-explore > header .fsElementTitle:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  content: '';
  background: #333C47;
  width: 100px;
  height: 6px;
}

body:not(.fsComposeMode) .home-explore > header a {
  color: #616D7D;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .home-explore > header a:after {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .home-explore > header a:hover,
body:not(.fsComposeMode) .home-explore > header a:focus {
  color: #333C47;
  text-decoration: none;
}

body:not(.fsComposeMode) .home-explore > header a:hover:after,
body:not(.fsComposeMode) .home-explore > header a:focus:after {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
}

body:not(.fsComposeMode) .home-explore > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode) .home-explore > .fsElementContent.slick-slider {
  margin-right: -34px;
  margin-left: -34px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: calc(33.33% - 10px);
  margin-bottom: 0;
  overflow: hidden;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement.slick-slide {
  margin: 0 10px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement > header {
  position: relative;
  padding-top: 10px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement > header:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #333C47;
  width: 100%;
  height: 1px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement > header:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: '';
  background: #333C47;
  width: 150px;
  height: 3px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement > header .fsElementTitle {
  font-family: "open-sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 6px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement > header .fsElementHeaderContent {
  color: #616D7D;
  font-family: "adobe-garamond-pro", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource {
  position: relative;
  height: 295px;
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  background: rgba(51, 60, 71, 0.7);
}

body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource:after {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 64px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource:hover:after,
body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource:focus:after {
  color: #fff;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource {
    height: 220px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .home-explore > header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body:not(.fsComposeMode) .home-explore > header .fsElementTitle {
    font-size: 64px;
    line-height: 87px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .home-explore .fsResourceElement .fsResource {
    height: 380px;
  }
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #333C47;
  color: #333C47;
}

.colors ol li:nth-of-type(1):after {
  content: "#333C47";
}

.colors ol li:nth-of-type(1) {
  background: #333C47;
  color: #333C47;
}

.colors ol li:nth-of-type(1):after {
  content: "#333C47";
}

.colors ol li:nth-of-type(3) {
  background: #BBAA66;
  color: #BBAA66;
}

.colors ol li:nth-of-type(3):after {
  content: "#BBAA66";
}

.colors ol li:nth-of-type(4) {
  background: #eee;
  color: #eee;
}

.colors ol li:nth-of-type(4):after {
  content: "#eee";
}

.colors ol li:nth-of-type(5) {
  background: #333;
  color: #333;
}

.colors ol li:nth-of-type(5):after {
  content: "#333";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "adobe-garamond-pro", serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "adobe-garamond-pro, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "open-sans", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "open-sans, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "open-sans-condensed", sans-serif;
}

.fonts ol li:nth-of-type(4):after {
  content: "open-sans-condensed, sans-serif";
}

.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 64px / line: 68px";
}

.headers h2:after {
  content: " size: 26px / line: 32px";
}

.headers h3:after {
  content: " size: 22px / line: 27px";
}

.headers h4:after {
  content: " size: 15px / line: 21px";
}

.headers h5:after {
  content: " size: 17px / line: 23px";
}

.headers h6:after {
  content: " size: 12px / line: 16px";
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 68px;
  font-family: "Frutiger LT W01_77 Black Cond", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  color: #616D7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #367DD3;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

@media (max-width: 599px) {
  table.fs_style_6 {
    display: block;
  }
}

table.fs_style_6 td {
  padding: 10px 20px;
  background: rgba(218, 227, 238, 0.3);
}

table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: rgba(218, 227, 238, 0.1);
}

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

table.fs_style_6 th {
  padding: 10px 20px;
  text-align: left;
  background: #333C47;
  color: #fff;
}

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

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

figcaption {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  font-style: italic;
}

.fs_style_24 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24,
.fs_style_24.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fs_style_24 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24 {
  background: #A59249;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000066;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #00004d;
  text-decoration: none;
  color: #fff;
}

.fs_style_25 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  background: #000033;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333C47;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #282f38;
  text-decoration: none;
  color: #fff;
}

.fs_style_26 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  background: #1E2329;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button,
.color-button.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_21 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_21:hover,
.fs_style_21:focus,
.fsStateSelected .fs_style_21,
.fsStateSelected .fs_style_21 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_21 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_22 {
  display: inline-block;
  border: 1px solid #000066;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #000066;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_22:hover,
.fs_style_22:focus,
.fsStateSelected .fs_style_22,
.fsStateSelected .fs_style_22 {
  background: #000066;
  color: #fff;
  text-decoration: none;
}

.fs_style_22 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_23 {
  display: inline-block;
  border: 1px solid #333C47;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #333C47;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fsStateSelected .fs_style_23 {
  background: #333C47;
  color: #fff;
  text-decoration: none;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fsStateSelected .fs_style_29 {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #333C47;
}

.fs_style_27 {
  padding: 20px 30px;
  font-size: 13px;
  line-height: 18px;
}

.fs_style_28 {
  padding: 30px 41px;
  font-size: 15px;
  line-height: 20px;
}

.fs_style_27,
.fs_style_28 {
  font-weight: 800;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57,
.fsStateSelected .fs_style_57 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #333C47;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

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

.map-container {
  position: relative;
  overflow: hidden;
}

.map-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
  display: none;
}

@media (min-width: 900px) {
  .map-container:before {
    display: block;
  }
}

.map-container > header {
  position: relative;
}

body:not(.fsComposeMode) .map-container > header .fsElementTitle {
  display: none;
}

.map-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.map-container > header .fsElementHeaderContent picture,
.map-container > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .map-container > .fsElementContent {
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  position: relative;
  max-height: 0;
  visibility: hidden;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0;
    -webkit-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    max-height: none;
    z-index: 15;
    visibility: visible;
  }
}

body:not(.fsComposeMode) .map-container.active:before {
  opacity: .7;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .map-container.active > .fsElementContent {
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform .5s ease-in-out .3s;
  transition: -webkit-transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  z-index: 20;
  margin-top: 30px;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    margin-top: 0;
    -webkit-transition: width .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
    transition: width .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s, width .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s, width .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  }
}

.point-plotter .map-container {
  z-index: 10;
}

.point-plotter .map-container > header {
  opacity: .5;
}

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before,
.close-map:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-map:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close-map:hover,
.close-map:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:before,
.close-map:focus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:after,
.close-map:focus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
          transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.active .close-map {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in .3s;
  transition: .5s ease-in .3s;
}

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.point-plotter .map-points {
  z-index: -1;
}

body:not(.fsComposeMode) .map-points > header,
body:not(.fsComposeMode) .map-points > footer {
  display: none;
}

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

.map-points .fsStyleDefaultList > li.fsListItem {
  border: none;
  padding: 0;
  position: absolute;
  margin: 0;
  display: block;
  counter-increment: li;
  z-index: 2;
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  opacity: 0;
  visibility: hidden;
}

.map-points .fsStyleDefaultList > li.fsListItem:hover,
.map-points .fsStyleDefaultList > li.fsListItem:focus {
  z-index: 5;
}

.map-points .fsStyleDefaultList > li.fsListItem.active-point {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
    background-color: #333C47;
    color: inherit;
  }

  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem {
    opacity: 1;
    visibility: visible;
  }
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
  position: relative;
}

.map-points .fsStyleDefaultList > li.fsListItem > a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 0 2px rgba(51, 60, 71, 0.3);
          box-shadow: 0 0 0 2px rgba(51, 60, 71, 0.3);
  background-color: #333C47;
  text-align: center;
  white-space: nowrap;
  display: block;
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
  color: #333C47;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:after {
  content: counter(li);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  bottom: 30px;
  border-radius: 2px;
  background-color: #333C47;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #333C47 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -6px;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus {
  background-color: #333C47;
  color: inherit;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover > span,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  height: 100%;
}

.map-slideshow-element.show > .fsElementContent,
.map-slideshow-element.empty > .fsElementContent {
  -webkit-box-shadow: inset 0 0 0 1px #eee;
          box-shadow: inset 0 0 0 1px #eee;
  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: #eee;
}

.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;
  height: 100%;
}

.map-slideshow-element .fsListItems.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems.slick-initialized article {
    overflow-y: auto;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-list {
    position: relative;
  }

  .map-slideshow-element .fsListItems .slick-list:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
    width: calc(100% - 2px);
    height: 100px;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 10;
    border-bottom: solid 1px #eee;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-track {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article {
  margin: 0;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems article {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article:first-child:last-child {
  padding-bottom: 30px;
}

.map-slideshow-element .fsListItems article .fsTitle {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

.map-slideshow-element .fsListItems article .fsTitle > a {
  color: inherit;
  pointer-events: none;
}

.map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
  display: none;
}

.map-slideshow-element .fsListItems article figure picture {
  display: block;
  position: relative;
}

.map-slideshow-element .fsListItems article figure picture img {
  width: 100%;
}

.map-slideshow-element .fsListItems article figcaption {
  margin: 0;
  padding: 30px 30px 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  font-family: inherit;
}

.map-slideshow-element .slick-arrow {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: auto;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.42);
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  line-height: 0;
  z-index: 20;
  border: none;
  cursor: pointer;
}

.map-slideshow-element .slick-arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  height: auto;
}

.map-slideshow-element .slick-arrow:hover,
.map-slideshow-element .slick-arrow:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
  outline: transparent;
}

.map-slideshow-element .slick-arrow:hover:before,
.map-slideshow-element .slick-arrow:focus:before {
  color: #fff;
}

.map-slideshow-element .slick-arrow.fsPrevButton,
.map-slideshow-element .slick-arrow.slick-prev {
  left: auto;
  right: 51px;
}

.map-slideshow-element .slick-arrow.fsPrevButton:before,
.map-slideshow-element .slick-arrow.slick-prev:before {
  content: "\E922";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.map-slideshow-element .slick-arrow.slick-next:before {
  content: "\E921";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.map-legend {
  position: relative;
}

.map-legend .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

@media (min-width: 600px) {
  .map-legend .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.map-legend .fsStyleDefaultList.small {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 1000px) {
  .map-legend .fsStyleDefaultList.large {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.map-legend .fsStyleDefaultList > li.fsListItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  counter-increment: li;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #333C47;
}

.map-legend .fsStyleDefaultList > li.fsListItem:before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #333C47;
  font-size: 16px;
  line-height: inherit;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  word-break: normal;
  padding-left: 25px;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:hover,
.map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
  color: #333C47;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #333C47;
  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;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 68px;
  font-family: "Frutiger LT W01_77 Black Cond", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  color: #616D7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #367DD3;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

@media (max-width: 599px) {
  table.fs_style_6 {
    display: block;
  }
}

table.fs_style_6 td {
  padding: 10px 20px;
  background: rgba(218, 227, 238, 0.3);
}

table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: rgba(218, 227, 238, 0.1);
}

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

table.fs_style_6 th {
  padding: 10px 20px;
  text-align: left;
  background: #333C47;
  color: #fff;
}

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

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

figcaption {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  font-style: italic;
}

.fs_style_24 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24,
.fs_style_24.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fs_style_24 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24 {
  background: #A59249;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000066;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #00004d;
  text-decoration: none;
  color: #fff;
}

.fs_style_25 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  background: #000033;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333C47;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #282f38;
  text-decoration: none;
  color: #fff;
}

.fs_style_26 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  background: #1E2329;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button,
.color-button.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_21 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_21:hover,
.fs_style_21:focus,
.fsStateSelected .fs_style_21,
.fsStateSelected .fs_style_21 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_21 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_22 {
  display: inline-block;
  border: 1px solid #000066;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #000066;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_22:hover,
.fs_style_22:focus,
.fsStateSelected .fs_style_22,
.fsStateSelected .fs_style_22 {
  background: #000066;
  color: #fff;
  text-decoration: none;
}

.fs_style_22 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_23 {
  display: inline-block;
  border: 1px solid #333C47;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #333C47;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fsStateSelected .fs_style_23 {
  background: #333C47;
  color: #fff;
  text-decoration: none;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fsStateSelected .fs_style_29 {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #333C47;
}

.fs_style_27 {
  padding: 20px 30px;
  font-size: 13px;
  line-height: 18px;
}

.fs_style_28 {
  padding: 30px 41px;
  font-size: 15px;
  line-height: 20px;
}

.fs_style_27,
.fs_style_28 {
  font-weight: 800;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57,
.fsStateSelected .fs_style_57 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #333C47;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.bpa-college-slider-2 {
  position: relative;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 50px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 {
    margin: 50px 0;
  }
}

body.fsComposeMode .bpa-college-slider-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.fsComposeMode .bpa-college-slider-2 > header {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.bpa-college-slider-2 > header {
  position: relative;
  z-index: 10;
  max-width: 100%;
  padding: 20px;
  background: rgba(51, 60, 71, 0.85);
  color: #fff;
  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;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > header {
    margin-right: 20px;
    text-align: right;
    width: 380px;
    max-width: 65%;
  }
}

@media (min-width: 900px) {
  .bpa-college-slider-2 > header {
    margin-right: 30px;
    padding: 20px 30px;
  }
}

.bpa-college-slider-2 > header p {
  margin-bottom: 15px;
}

.bpa-college-slider-2 > header h1,
.bpa-college-slider-2 > header h2,
.bpa-college-slider-2 > header h3,
.bpa-college-slider-2 > header h4,
.bpa-college-slider-2 > header h5,
.bpa-college-slider-2 > header h6 {
  color: inherit;
}

.bpa-college-slider-2 > header a {
  color: #367DD3;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration: underline;
}

.bpa-college-slider-2 > header a:hover,
.bpa-college-slider-2 > header a:focus {
  color: #fff;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.bpa-college-slider-2 > header .fsElementTitle {
  display: inline-block;
  margin: 0 0 10px;
  position: relative;
}

.bpa-college-slider-2 > header .fsElementTitle:before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #fff;
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 60px;
  }
}

.bpa-college-slider-2 > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.bpa-college-slider-2 > .fsElementContent {
  -webkit-box-shadow: 0 1px 0 0 rgba(51, 60, 71, 0.05), 0 -1px 0 0 rgba(51, 60, 71, 0.05);
          box-shadow: 0 1px 0 0 rgba(51, 60, 71, 0.05), 0 -1px 0 0 rgba(51, 60, 71, 0.05);
  width: 100%;
  height: 150px;
  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;
  margin-top: 30px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > .fsElementContent {
    position: absolute;
    left: 0;
    top: 30px;
    margin-top: 0;
  }
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems {
  height: 90px;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems {
  white-space: nowrap;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
  float: left;
  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;
  margin: 0;
  padding: 0 20px;
  height: 90px;
  position: relative;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
    padding: 0 30px;
  }
}

@media (min-width: 900px) {
  .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
    padding: 0 60px;
  }
}

body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
  width: auto;
  margin-bottom: 20px;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource figure {
  display: block;
  margin: auto;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource img {
  display: block;
  max-height: 90px;
  width: auto;
  opacity: 1;
}

body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: transparent;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a:focus {
  -webkit-box-shadow: inset 0 0 0 1px #367DD3;
          box-shadow: inset 0 0 0 1px #367DD3;
}

@media (min-width: 700px) {
  .fsBannerLeft .bpa-college-slider-2 > header,
  .fsBannerRight .bpa-college-slider-2 > header,
  .fsStyleOneThird .bpa-college-slider-2 > header,
  .fsTwoColumnLayout .bpa-college-slider-2 > header,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 20px;
  }

  .fsBannerLeft .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsBannerRight .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsStyleOneThird .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsTwoColumnLayout .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 40px;
  }

  .fsBannerLeft .bpa-college-slider-2 > .fsElementContent,
  .fsBannerRight .bpa-college-slider-2 > .fsElementContent,
  .fsStyleOneThird .bpa-college-slider-2 > .fsElementContent,
  .fsTwoColumnLayout .bpa-college-slider-2 > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
}

@media (max-width: 899px) {
  .fsStyleTwoThirds .bpa-college-slider-2 > header,
  .fsHasLeftBanner .bpa-college-slider-2 > header,
  .fsHasRightBanner .bpa-college-slider-2 > header {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 20px;
  }

  .fsStyleTwoThirds .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsHasLeftBanner .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsHasRightBanner .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 40px;
  }

  .fsStyleTwoThirds .bpa-college-slider-2 > .fsElementContent,
  .fsHasLeftBanner .bpa-college-slider-2 > .fsElementContent,
  .fsHasRightBanner .bpa-college-slider-2 > .fsElementContent {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
}

.bpa-college-slider-2 > footer {
  width: 100%;
}

.bpa-college-slider-2.dark > .fsElementContent {
  padding: 20px 0;
  background-color: #eee;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 68px;
  font-family: "Frutiger LT W01_77 Black Cond", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  color: #616D7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #367DD3;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

@media (max-width: 599px) {
  table.fs_style_6 {
    display: block;
  }
}

table.fs_style_6 td {
  padding: 10px 20px;
  background: rgba(218, 227, 238, 0.3);
}

table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: rgba(218, 227, 238, 0.1);
}

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

table.fs_style_6 th {
  padding: 10px 20px;
  text-align: left;
  background: #333C47;
  color: #fff;
}

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

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

figcaption {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  font-style: italic;
}

.fs_style_24 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24,
.fs_style_24.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fs_style_24 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24 {
  background: #A59249;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000066;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #00004d;
  text-decoration: none;
  color: #fff;
}

.fs_style_25 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  background: #000033;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333C47;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #282f38;
  text-decoration: none;
  color: #fff;
}

.fs_style_26 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  background: #1E2329;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button,
.color-button.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_21 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_21:hover,
.fs_style_21:focus,
.fsStateSelected .fs_style_21,
.fsStateSelected .fs_style_21 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_21 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_22 {
  display: inline-block;
  border: 1px solid #000066;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #000066;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_22:hover,
.fs_style_22:focus,
.fsStateSelected .fs_style_22,
.fsStateSelected .fs_style_22 {
  background: #000066;
  color: #fff;
  text-decoration: none;
}

.fs_style_22 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_23 {
  display: inline-block;
  border: 1px solid #333C47;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #333C47;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fsStateSelected .fs_style_23 {
  background: #333C47;
  color: #fff;
  text-decoration: none;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fsStateSelected .fs_style_29 {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #333C47;
}

.fs_style_27 {
  padding: 20px 30px;
  font-size: 13px;
  line-height: 18px;
}

.fs_style_28 {
  padding: 30px 41px;
  font-size: 15px;
  line-height: 20px;
}

.fs_style_27,
.fs_style_28 {
  font-weight: 800;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57,
.fsStateSelected .fs_style_57 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #333C47;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.bpa-featured-profiles-1.fsList {
  margin-bottom: 50px;
}

.bpa-featured-profiles-1.fsList > .fsElementContent {
  text-align: center;
}

.bpa-featured-profiles-1.fsList article {
  position: relative;
  padding-bottom: 0 !important;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  border-bottom: 0;
}

.bpa-featured-profiles-1.fsList article > ul,
.bpa-featured-profiles-1.fsList article > div,
.bpa-featured-profiles-1.fsList article > a {
  position: relative;
  z-index: 5;
  width: 100%;
}

.bpa-featured-profiles-1.fsList article > .fsThumbnail {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #333;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 600px) {
  .fsBannerLeft .bpa-featured-profiles-1.fsList article > .fsThumbnail,
  .fsBannerRight .bpa-featured-profiles-1.fsList article > .fsThumbnail,
  .fsStyleOneThird .bpa-featured-profiles-1.fsList article > .fsThumbnail,
  .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-1.fsList article > .fsThumbnail,
  .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-1.fsList article > .fsThumbnail {
    padding: 20px;
  }
}

.bpa-featured-profiles-1.fsList article > .fsThumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 34%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 22, 31, 0)), to(#0C161F));
  background: linear-gradient(180deg, rgba(12, 22, 31, 0) 0%, #0C161F 100%);
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  z-index: 3;
}

.bpa-featured-profiles-1.fsList article > .fsThumbnail img {
  opacity: 0;
  max-width: 100%;
  width: 100%;
}

.bpa-featured-profiles-1.fsList article > .fsThumbnail .fsTitleHolder {
  position: relative;
  z-index: 5;
  width: 100%;
  color: #fff;
}

.bpa-featured-profiles-1.fsList article > .fsThumbnail + div,
.bpa-featured-profiles-1.fsList article > .fsThumbnail + ul,
.bpa-featured-profiles-1.fsList article > .fsThumbnail + a {
  margin: 10px 0 0;
}

.bpa-featured-profiles-1.fsList article > .fsThumbnail:hover:before,
.bpa-featured-profiles-1.fsList article > .fsThumbnail:focus:before {
  height: 42%;
}

.bpa-featured-profiles-1.fsList article .fsSummary {
  margin-top: 10px;
}

.bpa-featured-profiles-1.fsList article .fsReadMoreLink {
  margin-top: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

.bpa-featured-profiles-1.fsList article .fsCategories {
  margin: 0 0 5px;
}

.bpa-featured-profiles-1.fsList article .fsCategory {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.bpa-featured-profiles-1.fsList article .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.bpa-featured-profiles-1.fsList article .fsCategory:not(:last-child):after {
  content: ',';
}

.bpa-featured-profiles-1.fsList article .fsTitle {
  color: inherit;
  margin-bottom: 0;
}

.bpa-featured-profiles-1.fsList article .fsTitle a {
  color: inherit;
}

.bpa-featured-profiles-1.fsList article .fsTitle a:hover,
.bpa-featured-profiles-1.fsList article .fsTitle a:focus {
  color: inherit;
}

.bpa-featured-profiles-1.fsList .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 !important;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-1.fsList .fsListItems {
    margin: 0 -10px !important;
  }
}

.bpa-featured-profiles-1.fsList .fsListItems article {
  width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-1.fsList .fsListItems article {
    width: calc(50% - 20px);
    margin: 0 10px 20px !important;
  }
}

@media (min-width: 900px) {
  .bpa-featured-profiles-1.fsList .fsListItems article {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList .fsListItems article {
    width: 100%;
    margin: 0 10px 20px !important;
  }
}

@media (min-width: 900px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList .fsListItems article {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList .fsListItems article {
    width: calc(33.33% - 20px);
  }
}

.fsBannerLeft .bpa-featured-profiles-1.fsList .fsListItems article,
.fsBannerRight .bpa-featured-profiles-1.fsList .fsListItems article,
.fsStyleOneThird .bpa-featured-profiles-1.fsList .fsListItems article,
.fsTwoColumnLayout .bpa-featured-profiles-1.fsList .fsListItems article,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-1.fsList .fsListItems article,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-1.fsList .fsListItems article {
  width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-1.fsList.vertical .fsListItems {
    display: block;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 900px) {
  .bpa-featured-profiles-1.fsList.vertical .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.fsBannerLeft .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsBannerRight .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsStyleOneThird .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsTwoColumnLayout .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-1.fsList.vertical .fsListItems,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-1.fsList.vertical .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: none;
     -moz-column-count: none;
          column-count: none;
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 900px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.fsList.vertical .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1.fsList.vertical .fsListItems article {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    width: calc(100% - 20px);
  }
}

@media (min-width: 600px) {
  .bpa-featured-profiles-1.fsList.vertical .fsListItems article {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    width: calc(100% - 20px);
  }
}

.bpa-featured-profiles-1.fsList.vertical .fsListItems + .fsLoadMoreButton {
  margin-top: 20px;
}

.has-bpa-featured-profiles .fsElementDialog {
  width: 860px;
  color: #333C47;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
  margin-bottom: 30px;
  margin-right: 0;
  float: none;
}

@media (min-width: 600px) {
  .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
    margin-right: 30px;
    float: left;
  }
}

.has-bpa-featured-profiles .fsElementDialog .fsCategories {
  margin: 0 0 5px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory {
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child):after {
  content: ',';
}

.has-bpa-featured-profiles .fsElementDialog .fsTitle {
  margin-bottom: 20px;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 68px;
  font-family: "Frutiger LT W01_77 Black Cond", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  color: #616D7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #367DD3;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

@media (max-width: 599px) {
  table.fs_style_6 {
    display: block;
  }
}

table.fs_style_6 td {
  padding: 10px 20px;
  background: rgba(218, 227, 238, 0.3);
}

table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: rgba(218, 227, 238, 0.1);
}

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

table.fs_style_6 th {
  padding: 10px 20px;
  text-align: left;
  background: #333C47;
  color: #fff;
}

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

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

figcaption {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  font-style: italic;
}

.fs_style_24 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24,
.fs_style_24.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fs_style_24 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24 {
  background: #A59249;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000066;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #00004d;
  text-decoration: none;
  color: #fff;
}

.fs_style_25 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  background: #000033;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333C47;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #282f38;
  text-decoration: none;
  color: #fff;
}

.fs_style_26 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  background: #1E2329;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button,
.color-button.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_21 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_21:hover,
.fs_style_21:focus,
.fsStateSelected .fs_style_21,
.fsStateSelected .fs_style_21 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_21 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_22 {
  display: inline-block;
  border: 1px solid #000066;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #000066;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_22:hover,
.fs_style_22:focus,
.fsStateSelected .fs_style_22,
.fsStateSelected .fs_style_22 {
  background: #000066;
  color: #fff;
  text-decoration: none;
}

.fs_style_22 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_23 {
  display: inline-block;
  border: 1px solid #333C47;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #333C47;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fsStateSelected .fs_style_23 {
  background: #333C47;
  color: #fff;
  text-decoration: none;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fsStateSelected .fs_style_29 {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #333C47;
}

.fs_style_27 {
  padding: 20px 30px;
  font-size: 13px;
  line-height: 18px;
}

.fs_style_28 {
  padding: 30px 41px;
  font-size: 15px;
  line-height: 20px;
}

.fs_style_27,
.fs_style_28 {
  font-weight: 800;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57,
.fsStateSelected .fs_style_57 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #333C47;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-size: 64px;
  line-height: 68px;
  font-family: "Frutiger LT W01_77 Black Cond", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

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

h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 30px;
}

h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px;
  font-family: "open-sans-condensed", sans-serif;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-size: 15px;
  line-height: 21px;
  font-family: "open-sans-condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
  color: #616D7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #367DD3;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

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

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

@media (max-width: 599px) {
  table.fs_style_6 {
    display: block;
  }
}

table.fs_style_6 td {
  padding: 10px 20px;
  background: rgba(218, 227, 238, 0.3);
}

table.fs_style_6 tr:nth-of-type(odd) td {
  background-color: rgba(218, 227, 238, 0.1);
}

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

table.fs_style_6 th {
  padding: 10px 20px;
  text-align: left;
  background: #333C47;
  color: #fff;
}

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

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

figcaption {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
  font-style: italic;
}

.fs_style_24 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24,
.fs_style_24.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fs_style_24 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_24:hover,
.fs_style_24:focus,
.fsStateSelected .fs_style_24 {
  background: #A59249;
}

.fs_style_25 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #000066;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #00004d;
  text-decoration: none;
  color: #fff;
}

.fs_style_25 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  background: #000033;
}

.fs_style_26 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333C47;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #282f38;
  text-decoration: none;
  color: #fff;
}

.fs_style_26 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  background: #1E2329;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button,
.color-button.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_21 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_21:hover,
.fs_style_21:focus,
.fsStateSelected .fs_style_21,
.fsStateSelected .fs_style_21 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_21 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_22 {
  display: inline-block;
  border: 1px solid #000066;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #000066;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_22:hover,
.fs_style_22:focus,
.fsStateSelected .fs_style_22,
.fsStateSelected .fs_style_22 {
  background: #000066;
  color: #fff;
  text-decoration: none;
}

.fs_style_22 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_23 {
  display: inline-block;
  border: 1px solid #333C47;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #333C47;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fsStateSelected .fs_style_23 {
  background: #333C47;
  color: #fff;
  text-decoration: none;
}

.fs_style_23 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fsStateSelected .fs_style_29 {
  background: #fff;
  color: #fff;
  text-decoration: none;
}

.fs_style_29 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #333C47;
}

.fs_style_27 {
  padding: 20px 30px;
  font-size: 13px;
  line-height: 18px;
}

.fs_style_28 {
  padding: 30px 41px;
  font-size: 15px;
  line-height: 20px;
}

.fs_style_27,
.fs_style_28 {
  font-weight: 800;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #BBAA66;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #BBAA66;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57,
.fsStateSelected .fs_style_57 {
  background: #BBAA66;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #333C47;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

.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;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #BBAA66;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #b3a054;
  text-decoration: none;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  margin-top: 4px;
  font-weight: normal;
  font-size: 0.867em;
}

body:not(.fsComposeMode):not(.fsHasLeftBanner):not(.fsHasRightBanner) .bpa-testimonials-1 {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: relative;
}

body:not(.fsComposeMode) .bpa-testimonials-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F7F7F7;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent .testimonial-block {
  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;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > header .fsElementTitle {
  font-family: "open-sans", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
  color: #333C47;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark {
  background-color: #333C47;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark > header .fsElementTitle {
  color: #fff;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark .testimonial-block {
  background-color: #fff;
  color: #4C4C4C;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark .testimonial-block footer strong {
  color: #333C47;
}

body:not(.fsComposeMode) .testimonial-block {
  position: relative;
  display: inline-block;
  padding: 70px 25px 20px;
  margin-top: 70px;
  background-color: #333C47;
  color: #fff;
  text-align: center;
}

body:not(.fsComposeMode) .testimonial-block header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .testimonial-block header .fsElementHeaderContent,
body:not(.fsComposeMode) .testimonial-block header p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .testimonial-block header img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

body:not(.fsComposeMode) .testimonial-block footer {
  font-size: 0.929em;
}

body:not(.fsComposeMode) .testimonial-block footer strong {
  text-transform: uppercase;
}

body:not(.fsComposeMode) .testimonial-block footer a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}

body:not(.fsComposeMode) .testimonial-block:last-child {
  margin-bottom: 20px;
}