/*!
 * San Ramon Valley Christian Academy - default_18
 * @link: http://srvcaorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Tom Schisler
 * Project Manager: Michelle Walker
 * Designer: Site Designer
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: efe8cb7
 * Last built by: Tom Schisler
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #1D1D1D;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #8C1515;
  text-transform: none;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #1D1D1D;
  text-transform: none;
  margin-bottom: 15px;
}

h4 {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #1D1D1D;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D1D1D;
  text-transform: none;
  margin-bottom: 15px;
}

h6 {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #1D1D1D;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsFacebookFrom,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D1D1D;
  text-transform: none;
  margin-bottom: 15px;
  text-transform: none;
  color: #1D1D1D;
}

.fsTitle > a,
.fsAthleticsRosterList li > div.fsRosterName > a,
.fsFacebookFrom > a,
.fsVimeoTitle > a,
.fsYoutubeTitle > a {
  color: #1D1D1D;
}

.fsTitle > a:hover,
.fsAthleticsRosterList li > div.fsRosterName > a:hover,
.fsFacebookFrom > a:hover,
.fsVimeoTitle > a:hover,
.fsYoutubeTitle > a:hover,
.fsTitle > a:focus,
.fsAthleticsRosterList li > div.fsRosterName > a:focus,
.fsFacebookFrom > a:focus,
.fsVimeoTitle > a:focus,
.fsYoutubeTitle > a:focus {
  color: #8C1515;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #8C1515;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #8C1515;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.table-styled,
table.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 599px) {
  .fsAthleticsEvent.fsTable .fsElementTable,
  .fsAthleticsRoster .fsElementTable,
  table.table-styled,
  table.fs_style_31 {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.table-styled tr,
table.fs_style_31 tr {
  border-bottom: 1px solid #fff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.table-styled tr:nth-of-type(odd) td,
table.fs_style_31 tr:nth-of-type(odd) td {
  background: #F0F0F0;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.table-styled th,
table.table-styled td,
table.fs_style_31 th,
table.fs_style_31 td {
  padding: 14px 21px 12px;
  vertical-align: top;
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.table-styled th,
table.fs_style_31 th {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1D1D1D;
  text-transform: none;
  margin-bottom: 15px;
  text-align: left;
  background: #8C1515;
  color: #fff;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.table-styled td,
table.fs_style_31 td {
  background: #F7F7F7;
  color: #1D1D1D;
}

figure[class^="fsImage"],
.fsResourceElement .fsResourceTypeImage {
  margin: 0 0 20px 0;
  padding: 0;
}

figure[class^="fsImage"] figure,
.fsResourceElement .fsResourceTypeImage figure {
  margin: 0;
  padding: 0;
  display: block;
}

figure[class^="fsImage"] picture,
.fsResourceElement .fsResourceTypeImage picture {
  margin: 0;
  padding: 0;
  display: block;
}

figure[class^="fsImage"] picture img,
.fsResourceElement .fsResourceTypeImage picture img {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
}

figure[class^="fsImage"] figcaption,
.fsResourceElement .fsResourceTypeImage figcaption {
  background: transparent;
  display: block;
  padding: 15px 15px 0 15px;
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #70757D;
  text-align: left;
}

figure[class^="fsImage"] figcaption p,
.fsResourceElement .fsResourceTypeImage figcaption p {
  margin: 0 0 15px 0;
  padding: 0;
}

figure[class^="fsImage"] figcaption p:last-child,
.fsResourceElement .fsResourceTypeImage figcaption p:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=left],
  figure[class^="fsImage"].left {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 500px) {
  figure[class^="fsImage"][style*=right],
  figure[class^="fsImage"].right {
    float: right;
    margin-left: 20px;
  }
}

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

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

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

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

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

.fsElement > header .fsElementTitle {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #1D1D1D;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsReadMoreLink {
  font-weight: 700;
}

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

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

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

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

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

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

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #8C1515;
  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 #E1E1E1;
}

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

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #1D1D1D;
  font-size: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
  font-family: "IcoMoon";
  font-weight: normal;
}

.fsSlideshow .fsNextButton.fsUpArrow:before,
.fsSlideshow .fsNextButton.fsDownArrow:before,
.fsSlideshow .fsPrevButton.fsUpArrow:before,
.fsSlideshow .fsPrevButton.fsDownArrow:before {
  top: auto;
  bottom: 0;
}

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

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

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: rgba(29, 29, 29, 0.75);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPrevButton:before {
  content: "\E905";
}

.fsSlideshow .fsNextButton:before {
  content: "\E906";
}

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

.fsSlideshow .fsPager li {
  margin: 0 7.5px;
  padding: 0;
  width: 10px;
  height: 10px;
  position: relative;
  vertical-align: middle;
}

.fsSlideshow .fsPager li:first-child {
  margin-left: 0;
}

.fsSlideshow .fsPager li:last-child {
  margin-right: 0;
}

.fsSlideshow .fsPager li button {
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
}

.fsSlideshow .fsPager li button:before {
  content: "\F1DB";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #1D1D1D;
  background: transparent;
  font-size: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  width: auto;
  height: auto;
  border-radius: 0;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  content: "\F1DB";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #8C1515;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsSlideshow .fsPager li.slick-active button:before {
  content: "\F111";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #1D1D1D;
  background: transparent;
  opacity: 1;
}

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

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

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: black;
}

.fsElementDialog {
  color: #1D1D1D;
}

.fs_style_23 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #C4932A;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #1D1D1D;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23 {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fs_style_23:hover,
.fsContent .fs_style_23:focus,
.fsContent .fsStateSelected .fs_style_23 {
  text-decoration: none;
}

.fs_style_23.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fs_style_23 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fs_style_23,
.wide-right > .fsStyleColumn-1 .fs_style_23,
.fsBannerLeft .fs_style_23,
.fsBannerRight .fs_style_23,
.fsStyleOneThird .fs_style_23,
.fsThreeColumnLayout > .fsDiv .fs_style_23,
.fsFourColumnLayout > .fsDiv .fs_style_23 {
  width: 100%;
  display: block;
}

.fs_style_25 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #8C1515;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25 {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fs_style_25:hover,
.fsContent .fs_style_25:focus,
.fsContent .fsStateSelected .fs_style_25 {
  text-decoration: none;
}

.fs_style_25.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fs_style_25 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fs_style_25,
.wide-right > .fsStyleColumn-1 .fs_style_25,
.fsBannerLeft .fs_style_25,
.fsBannerRight .fs_style_25,
.fsStyleOneThird .fs_style_25,
.fsThreeColumnLayout > .fsDiv .fs_style_25,
.fsFourColumnLayout > .fsDiv .fs_style_25 {
  width: 100%;
  display: block;
}

.fs_style_26 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #70757D;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26 {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fs_style_26:hover,
.fsContent .fs_style_26:focus,
.fsContent .fsStateSelected .fs_style_26 {
  text-decoration: none;
}

.fs_style_26.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fs_style_26 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fs_style_26,
.wide-right > .fsStyleColumn-1 .fs_style_26,
.fsBannerLeft .fs_style_26,
.fsBannerRight .fs_style_26,
.fsStyleOneThird .fs_style_26,
.fsThreeColumnLayout > .fsDiv .fs_style_26,
.fsFourColumnLayout > .fsDiv .fs_style_26 {
  width: 100%;
  display: block;
}

.fs_style_34 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 1px #8C1515;
          box-shadow: inset 0 0 0 1px #8C1515;
  color: #8C1515;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34 {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fs_style_34:hover,
.fsContent .fs_style_34:focus,
.fsContent .fsStateSelected .fs_style_34 {
  text-decoration: none;
}

.fs_style_34.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fs_style_34 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fs_style_34,
.wide-right > .fsStyleColumn-1 .fs_style_34,
.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  display: block;
}

.fs_style_34:hover,
.fs_style_34:focus {
  -webkit-box-shadow: inset 0 0 0 1px #1D1D1D;
          box-shadow: inset 0 0 0 1px #1D1D1D;
}

.j-paginate.juicer-button {
  display: block;
}

.fs_style_33 {
  display: block;
  width: 100%;
  color: #1D1D1D;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 20px 16px 56px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: transparent;
  margin-bottom: 6px;
  -webkit-box-shadow: inset 0 0 0 1px #1D1D1D;
          box-shadow: inset 0 0 0 1px #1D1D1D;
}

.fs_style_33:before {
  content: "\F0C1";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 16px;
  line-height: 1;
  color: #1D1D1D;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover,
.fs_style_33:focus {
  color: #8C1515;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 2px #8C1515;
          box-shadow: inset 0 0 0 2px #8C1515;
}

.fsContent .fs_style_33:hover,
.fsContent .fs_style_33:focus {
  text-decoration: none;
}

.fs_style_33:hover:before,
.fs_style_33:focus:before {
  color: #8C1515;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_32 {
  display: block;
  width: 100%;
  color: #1D1D1D;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 20px 16px 56px;
  border-radius: 2px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: transparent;
  margin-bottom: 6px;
  -webkit-box-shadow: inset 0 0 0 1px #1D1D1D;
          box-shadow: inset 0 0 0 1px #1D1D1D;
}

.fs_style_32:before {
  content: "\F019";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 16px;
  line-height: 1;
  color: #1D1D1D;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_32:hover,
.fs_style_32:focus {
  color: #8C1515;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 2px #8C1515;
          box-shadow: inset 0 0 0 2px #8C1515;
}

.fsContent .fs_style_32:hover,
.fsContent .fs_style_32:focus {
  text-decoration: none;
}

.fs_style_32:hover:before,
.fs_style_32:focus:before {
  color: #8C1515;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.fsLoadMoreButton {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #70757D;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsLoadMoreButton:hover,
.fsLoadMoreButton:focus,
.fsStateSelected .fsLoadMoreButton {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fsLoadMoreButton:hover,
.fsContent .fsLoadMoreButton:focus,
.fsContent .fsStateSelected .fsLoadMoreButton {
  text-decoration: none;
}

.fsLoadMoreButton.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fsLoadMoreButton em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fsLoadMoreButton,
.wide-right > .fsStyleColumn-1 .fsLoadMoreButton,
.fsBannerLeft .fsLoadMoreButton,
.fsBannerRight .fsLoadMoreButton,
.fsStyleOneThird .fsLoadMoreButton,
.fsThreeColumnLayout > .fsDiv .fsLoadMoreButton,
.fsFourColumnLayout > .fsDiv .fsLoadMoreButton {
  width: 100%;
  display: block;
}

.fsBannerLeft .fsLoadMoreButton,
.fsBannerRight .fsLoadMoreButton,
.fsStyleOneThird .fsLoadMoreButton,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsLoadMoreButton,
.fsThreeColumnLayout > .fsDiv .fsLoadMoreButton,
.fsFourColumnLayout > .fsDiv .fsLoadMoreButton,
.wide-left > .fsStyleColumn-last .fsLoadMoreButton,
.wide-right > .fsStyleColumn-1 .fsLoadMoreButton {
  width: 100%;
}

.fsDisplayNavigation input[type='radio'] ~ span,
.fsLegend .fsElementControls input[type='radio'] ~ span {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1D1D1D;
  background-color: #717273;
}

.fsDisplayNavigation input[type='radio'] ~ span:hover,
.fsLegend .fsElementControls input[type='radio'] ~ span:hover {
  background-color: #F2F2F2;
}

.fsDisplayNavigation input[type='radio']:checked ~ span,
.fsLegend .fsElementControls input[type='radio']:checked ~ span {
  text-shadow: none;
  background-color: #E1E1E1;
}

.fsDisplayNavigation ul > li:first-child span,
.fsLegend .fsElementControls ul > li:first-child span {
  border-radius: 2px 0 0 2px;
}

.fsDisplayNavigation ul > li:last-child span,
.fsLegend .fsElementControls ul > li:last-child span {
  border-radius: 0 2px 2px 0;
}

.fsStyleUpdateButton,
.submitBtn {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #C4932A;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #1D1D1D;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.submitBtn:hover,
.submitBtn:focus,
.fsStateSelected .submitBtn {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fsStyleUpdateButton:hover,
.fsContent .fsStyleUpdateButton:focus,
.fsContent .fsStateSelected .fsStyleUpdateButton,
.fsContent .submitBtn:hover,
.fsContent .submitBtn:focus,
.fsContent .fsStateSelected .submitBtn {
  text-decoration: none;
}

.fsStyleUpdateButton.fs_style_27,
.submitBtn.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fsStyleUpdateButton em,
.submitBtn em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fsStyleUpdateButton,
.wide-right > .fsStyleColumn-1 .fsStyleUpdateButton,
.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton,
.wide-left > .fsStyleColumn-last .submitBtn,
.wide-right > .fsStyleColumn-1 .submitBtn,
.fsBannerLeft .submitBtn,
.fsBannerRight .submitBtn,
.fsStyleOneThird .submitBtn,
.fsThreeColumnLayout > .fsDiv .submitBtn,
.fsFourColumnLayout > .fsDiv .submitBtn {
  width: 100%;
  display: block;
}

.close-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  color: transparent;
  word-wrap: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 15px;
  cursor: pointer;
}

.close-button:hover:before {
  color: #C4932A;
}

.close-button:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  z-index: 90000;
  pointer-events: none;
}

.skip-link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  color: transparent;
  background: transparent;
  white-space: nowrap;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  pointer-events: auto;
}

.skip-link a:focus {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  -webkit-transition: background .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: background .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out, background .25s ease-in-out;
  transition: transform .25s ease-in-out, background .25s ease-in-out, -webkit-transform .25s ease-in-out;
  pointer-events: auto;
}

.lead-in,
.fs_style_24 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  color: #1D1D1D;
}

blockquote,
.blockquote,
.fs_style_28 {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto 30px;
  padding: 50px 40px 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  color: #1D1D1D;
  text-align: center;
}

.fsBannerRight blockquote,
.fsBannerRight blockquote,
.fsBannerRight .blockquote,
.fsBannerRight .blockquote,
.fsBannerRight .fs_style_28,
.fsBannerRight .fs_style_28 {
  font-size: 16px;
  line-height: 28px;
}

blockquote:before,
.blockquote:before,
.fs_style_28:before {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #F2F2F2;
  content: '';
}

blockquote:after,
.blockquote:after,
.fs_style_28:after {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 80px;
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  color: #F2F2F2;
  background: #fff;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
}

blockquote + p {
  margin-top: 20px;
}

.citation,
.fs_style_30,
cite {
  margin: 0 auto 50px;
  padding: 0;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  color: #70757D;
  text-align: center;
  text-transform: uppercase;
}

.callout-content,
.fs_style_29 {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 34px;
  color: #1D1D1D;
  border-left: 5px solid #E1E1E1;
}

.fsBannerRight .callout-content,
.fsBannerRight .callout-content,
.fsBannerRight .fs_style_29,
.fsBannerRight .fs_style_29 {
  font-size: 16px;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

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

.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;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-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 {
  display: none;
}

@media (min-width: 1000px) {
  .nav-tier {
    display: block;
    padding: 20px;
    margin: 0 0 20px 0;
    border: solid 1px #E1E1E1;
  }
}

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

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

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

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #8C1515;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #8C1515;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #8C1515;
  background: transparent;
}

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #8C1515;
  background: transparent;
}

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

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

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

.nav-tier .fsNavLevel1 > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 30px;
  font-size: 15px;
  line-height: 18px;
}

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

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

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

.nav-sub {
  display: none;
}

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

  .nav-sub > header .fsElementTitle {
    position: relative;
    display: block;
    margin: 20px 20px 0 20px;
    padding: 17px 20px;
    font-size: 16px;
    line-height: 16px;
    color: #C4932A;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFE6;
            box-shadow: inset 0 0 0 1px #DFDFE6;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #fff;
    color: #717273;
  }
}

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

@media screen and (max-width: 999px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\E902";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    position: absolute;
    right: 0;
    width: 50px;
    height: auto;
    text-align: center;
    -webkit-box-shadow: inset 1px 0 0 0 #DFDFE6;
            box-shadow: inset 1px 0 0 0 #DFDFE6;
    color: #8E8E8E;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 0 20px;
    margin: -1px 20px 20px;
    -webkit-box-shadow: inset 0 0 0 1px #DFDFE6;
            box-shadow: inset 0 0 0 1px #DFDFE6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #C4932A;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #C4932A;
            box-shadow: inset 0 0 0 1px #C4932A;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "\E900";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
  }
}

.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: 1000px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

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

.fsHeader .nav-sub {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  background: #fff;
}

@media (min-width: 1000px) {
  .fsHeader .nav-sub {
    border-bottom: solid 1px #E1E1E1;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .nav-sub .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 10px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

@media (min-width: 1000px) {
  .nav-sub .fsNavLevel1 > li {
    border-bottom: none;
  }
}

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

.nav-sub .fsNavLevel1 > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 1000px) {
  .nav-sub .fsNavLevel1 > li > a {
    padding: 8px 20px;
  }
}

.nav-sub .fsNavLevel2 {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 1000px) {
  .nav-sub .fsNavLevel2 {
    display: 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: 1000px) {
  .fsHeader .nav-main {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    z-index: 500;
  }
}

.fsMenu .nav-main {
  margin: 0 0 30px 0;
  padding: 0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
}

.fsMenu .nav-main .fsNavLevel1 > li {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
}

.fsMenu .nav-main .fsNavLevel1 > li > a {
  padding: 17px 0;
}

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

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

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

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li:hover > a,
  .nav-main .fsNavLevel1 > li:focus-within > a,
  .nav-main .fsNavLevel1 > li.menu-item-open > a {
    color: #8C1515;
    background: #fff;
  }
}

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

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #C4932A;
    background: transparent;
  }
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 22px 15px;
    color: #1D1D1D;
  }
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #C4932A;
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li > a:focus {
    color: #8C1515;
    background: #fff;
  }
}

.nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo,
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo,
.nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo > div,
.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo > div,
.nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo > div {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-main .fsNavPageInfo {
  text-align: left;
  z-index: 300;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 40px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px #e3e3e3;
  border-top: none;
}

.nav-main .fsNavPageInfo > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-main .fsNavPageDescription {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 320px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  font-size: 18px;
  line-height: 1.44444;
  padding-right: 40px;
}

.nav-main .fsNavPageDescription p {
  margin: 0 0 25px;
  padding: 25px;
  -webkit-box-shadow: inset 0 0 0 1px #e3e3e3;
          box-shadow: inset 0 0 0 1px #e3e3e3;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.nav-main .fsNavPageDescription p:last-child {
  margin-bottom: 0;
}

.nav-main .fsNavPageDescription strong,
.nav-main .fsNavPageDescription b {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.nav-main .fsNavPageDescription a {
  margin: 0;
  padding: 0;
  color: #C4932A;
}

.nav-main .fsNavPageDescription a:hover,
.nav-main .fsNavPageDescription a:focus {
  color: #8C1515;
}

.nav-main .fsNavPageThumbnail {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 220px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

.nav-main .fsNavPageThumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-main .fsNavLevel2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  width: calc(100% - 540px);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 40px;
}

.nav-main .fsNavLevel2 li {
  border-bottom: solid 1px #e3e3e3;
}

.nav-main .fsNavLevel2 li:last-child {
  border-bottom: none;
}

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

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

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

.menu-trigger-container {
  margin: 0 0 0 auto;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
}

@media (min-width: 1000px) {
  .menu-trigger-container {
    display: none;
  }
}

.menu-trigger-container > .fsElementContent {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
}

.menu-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: #fff;
  cursor: pointer;
}

.menu-trigger:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.menu-trigger span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.menu-trigger span:hover:before {
  opacity: 0.75;
}

.menu-trigger span:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.active-menu .menu-trigger span:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #C4932A;
}

#fsMenu {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 80px;
  height: 100%;
  height: calc(100 - 80px);
  height: 100vh;
  height: calc(100vh - 80px);
  width: 100%;
  background: #8C1515;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 9001;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 700px) {
  #fsMenu {
    top: 90px;
    height: calc(100 - 90px);
    height: calc(100vh - 90px);
  }
}

@media (min-width: 1000px) {
  #fsMenu {
    display: none;
  }
}

.active-menu #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);
  overflow-y: auto;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 1;
  visibility: visible;
}

body.active-menu.fsAccountBarVisible #fsMenu {
  top: 135px;
  height: calc(100% -135px);
  height: calc(100vh - 135px);
}

.fsMenu {
  padding: 0 20px;
  margin: 0;
  height: 100%;
  width: 100%;
}

.fsMenu .fsElement > header .fsElementTitle {
  color: #fff;
}

.nav-social {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 1000px) {
  .nav-social {
    width: auto;
    text-align: right;
  }
}

.nav-social > header > .fsElementHeaderContent {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: #E6BE67;
}

.nav-social > header > .fsElementHeaderContent p {
  margin-bottom: 30px;
}

.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;
  margin: 0 10px;
}

.nav-social .fsNavLevel1 li:first-child {
  margin-left: 0;
}

.nav-social .fsNavLevel1 li:last-child {
  margin-right: 0;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

.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: #C4932A;
  border-color: #C4932A;
}

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

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

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

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

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

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

.nav-utility-header {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

@media (min-width: 1000px) {
  .nav-utility-header {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#fsHeader .nav-utility-header {
  display: none;
}

@media (min-width: 1000px) {
  #fsHeader .nav-utility-header {
    display: block;
    margin-right: 0;
  }
}

.nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.nav-utility-header .fsNavLevel1 li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 li {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.nav-utility-header .fsNavLevel1 li.login a:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-header .fsNavLevel1 li.inquire a:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-header .fsNavLevel1 li.calendar a:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-header .fsNavLevel1 li.search {
  display: none;
}

@media (min-width: 1000px) {
  .nav-utility-header .fsNavLevel1 li.search {
    display: block;
  }
}

.nav-utility-header .fsNavLevel1 li.search a:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-utility-header .fsNavLevel1 li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #E6BE67;
  text-transform: uppercase;
}

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

.nav-utility-header .fsNavLevel1 li a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}

.nav-utility-footer {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .nav-utility-footer {
    text-align: left;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

@media (min-width: 700px) {
  .nav-utility-footer .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (min-width: 700px) {
  .nav-utility-footer .fsNavLevel1 li {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.nav-utility-footer .fsNavLevel1 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.nav-utility-footer .fsNavLevel1 a:hover,
.nav-utility-footer .fsNavLevel1 a:focus {
  text-decoration: underline;
}

/*! structure - header v0.0.1 */

.fsTwoColumnLayout.header-top {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background: #8C1515;
  color: #fff;
}

@media (min-width: 700px) {
  .fsTwoColumnLayout.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1000px) {
  .fsTwoColumnLayout.header-top {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.fsTwoColumnLayout.header-top .fsStyleColumn {
  margin: 0;
  padding: 0;
  float: none;
}

.fsTwoColumnLayout.header-top .fsStyleColumn-1 {
  text-align: left;
}

.fsTwoColumnLayout.header-top .fsStyleColumn-2 {
  text-align: right;
}

.site-info-container {
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.site-info-container > .fsElementContent {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 205px;
  height: auto;
}

@media (min-width: 700px) {
  .site-info-container > .fsElementContent {
    width: 380px;
  }
}

.site-info-container > .fsElementContent .fsImage {
  margin-bottom: 0;
}

.site-info-container > .fsElementContent .fsImage picture {
  display: block;
}

.site-info-container > .fsElementContent .fsImage picture img {
  width: 100%;
  height: auto;
}

.site-info-container > .fsElementContent a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-cpp .site-info-container > .fsElementContent {
  width: 151px;
  height: auto;
}

@media (min-width: 700px) {
  .header-cpp .site-info-container > .fsElementContent {
    width: 226px;
  }
}

#fsFooter {
  background: #8C1515;
  color: #fff;
}

#fsFooter .fsBanner {
  margin: 0;
  padding: 0 0 35px 0;
}

.footer-ctas {
  position: relative;
  background-color: #8C1515;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.footer-ctas > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 56.25em;
  max-width: 56.25rem;
  padding: 70px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
}

@media (min-width: 900px) {
  .footer-ctas > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer-ctas > .fsElementContent .fsContent > .fsElementContent {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 700px) {
  .footer-ctas > .fsElementContent .fsContent > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.footer-ctas > .fsElementContent .fsContent > .fsElementContent p {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-ctas > .fsElementContent .fsContent > .fsElementContent p:last-child .fs_style_34 {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .footer-ctas > .fsElementContent .fsContent > .fsElementContent p {
    width: auto;
  }
}

.footer-ctas > .fsElementContent .fsContent > .fsElementContent .fs_style_34 {
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}

@media (min-width: 700px) {
  .footer-ctas > .fsElementContent .fsContent > .fsElementContent .fs_style_34 {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .footer-ctas > .fsElementContent .fsContent > .fsElementContent .fs_style_34 {
    width: 280px;
  }
}

.footer-ctas > .fsElementContent .fsContent > .fsElementContent .fs_style_34:hover,
.footer-ctas > .fsElementContent .fsContent > .fsElementContent .fs_style_34:focus {
  background: #C4932A;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #C4932A;
          box-shadow: inset 0 0 0 1px #C4932A;
}

.footer-bottom {
  margin: 0;
  padding: 50px 20px 25px 20px;
}

.footer-bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 1000px) {
  .footer-bottom > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-divider {
  margin: 15px 0 20px 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
}

.footer-divider hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.25);
}

.school-details-container {
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .school-details-container {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-left: 20px;
  }
}

@media (min-width: 1000px) {
  .school-details-container > header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 55px;
  }
}

.school-details-container > header > .fsElementHeaderContent {
  margin-bottom: 0;
}

.school-details-container > header .fsImage {
  margin: 0 auto 20px;
  padding: 0;
  width: 60px;
  height: auto;
}

@media (min-width: 1000px) {
  .school-details-container > header .fsImage {
    width: 105px;
  }
}

.school-details-container > .fsElementContent a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #E6BE67;
  text-transform: uppercase;
}

.school-details {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}

.school-details [itemprop='name'] {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

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

.school-details [itemprop='telephone'] {
  font-weight: 700;
}

.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: "proxima-nova", sans-serif;
  background: #8C1515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
}

@media screen and (max-width: 999px) {
  body.active-menu {
    overflow: hidden;
    -webkit-transition: overflow 0s ease-in-out .5s;
    transition: overflow 0s ease-in-out .5s;
  }

  body.active-menu #fsPageWrapper {
    overflow: hidden;
    height: 100vh;
  }
}

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

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

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

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

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

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 50px;
    width: 310px;
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 50px;
    width: 310px;
    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: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 50px;
    width: 310px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 132px;
  opacity: 0.2;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  #fsPoweredByFinalsite {
    margin-right: 0;
  }
}

#fsPoweredByFinalsite:hover {
  opacity: .6;
}

#fsPoweredByFinalsite a {
  color: #fff;
}

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

.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 #aeaeae;
  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 #aeaeae;
  -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: #F2F2F2;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  position: relative;
  margin-bottom: 3px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 20px;
  color: #1D1D1D;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.fsAccordion .fsPanel > header h2:before,
.fsTabs .fsPanel > header h2:before,
.fsAccordion .fsPanel > header h2:after,
.fsTabs .fsPanel > header h2:after {
  content: '';
}

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

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

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

.fsAccordion .fsPanel > header:hover h2:before,
.fsTabs .fsPanel > header:hover h2:before,
.fsAccordion .fsPanel > header:hover h2:after,
.fsTabs .fsPanel > header:hover h2:after {
  content: '';
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before,
.fsAccordion .fsPanel.fsStateOpen > header h2:after,
.fsTabs .fsPanel.fsStateOpen > header h2:after {
  content: '';
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding-top: 30px;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header > h2,
.fsPanelIconBefore.fsTabs .fsPanel > header > h2 {
  padding-left: 80px;
  -webkit-box-shadow: inset 0 10px 0 0 #F2F2F2, inset 0 -10px 0 0 #F2F2F2, inset 67px 0 0 0 #F2F2F2, inset 68px 0 0 0 rgba(29, 29, 29, 0.1);
          box-shadow: inset 0 10px 0 0 #F2F2F2, inset 0 -10px 0 0 #F2F2F2, inset 67px 0 0 0 #F2F2F2, inset 68px 0 0 0 rgba(29, 29, 29, 0.1);
}

.fsPanelIconBefore.fsAccordion .fsPanel > header > h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header > h2:before {
  display: block;
  background: transparent;
  content: '';
  margin: 0;
  width: auto;
  min-width: 68px;
  height: auto;
  min-height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  font-size: 16px !important;
  line-height: 1 !important;
  border: none !important;
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 0;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header:hover > h2,
.fsPanelIconBefore.fsTabs .fsPanel > header:hover > h2 {
  color: #fff;
  -webkit-box-shadow: inset 0 10px 0 0 #1D1D1D, inset 0 -10px 0 0 #1D1D1D, inset 67px 0 0 0 #1D1D1D, inset 68px 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 10px 0 0 #1D1D1D, inset 0 -10px 0 0 #1D1D1D, inset 67px 0 0 0 #1D1D1D, inset 68px 0 0 0 rgba(255, 255, 255, 0.3);
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header > h2,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header > h2 {
  color: #fff;
  -webkit-box-shadow: inset 0 10px 0 0 #8C1515, inset 0 -10px 0 0 #8C1515, inset 67px 0 0 0 #8C1515, inset 68px 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 10px 0 0 #8C1515, inset 0 -10px 0 0 #8C1515, inset 67px 0 0 0 #8C1515, inset 68px 0 0 0 rgba(255, 255, 255, 0.3);
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header > h2:before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header > h2:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header > h2,
.fsPanelIconAfter.fsTabs .fsPanel > header > h2 {
  padding-right: 80px;
  -webkit-box-shadow: inset 0 10px 0 0 #F2F2F2, inset 0 -10px 0 0 #F2F2F2, inset -67px 0 0 0 #F2F2F2, inset -68px 0 0 0 rgba(29, 29, 29, 0.1);
          box-shadow: inset 0 10px 0 0 #F2F2F2, inset 0 -10px 0 0 #F2F2F2, inset -67px 0 0 0 #F2F2F2, inset -68px 0 0 0 rgba(29, 29, 29, 0.1);
}

.fsPanelIconAfter.fsAccordion .fsPanel > header > h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header > h2:after {
  display: block;
  background: transparent;
  content: '';
  margin: 0;
  width: auto;
  min-width: 68px;
  height: auto;
  min-height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  font-size: 16px !important;
  line-height: 1 !important;
  border: none !important;
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 0;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header:hover > h2,
.fsPanelIconAfter.fsTabs .fsPanel > header:hover > h2 {
  color: #fff;
  -webkit-box-shadow: inset 0 10px 0 0 #1D1D1D, inset 0 -10px 0 0 #1D1D1D, inset -67px 0 0 0 #1D1D1D, inset -68px 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 10px 0 0 #1D1D1D, inset 0 -10px 0 0 #1D1D1D, inset -67px 0 0 0 #1D1D1D, inset -68px 0 0 0 rgba(255, 255, 255, 0.3);
}

.fsPanelIconAfter.fsAccordion .fsPanel > header:hover > h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header:hover > h2:after {
  color: #fff;
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header > h2,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header > h2 {
  color: #fff;
  -webkit-box-shadow: inset 0 10px 0 0 #8C1515, inset 0 -10px 0 0 #8C1515, inset -67px 0 0 0 #8C1515, inset -68px 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 10px 0 0 #8C1515, inset 0 -10px 0 0 #8C1515, inset -67px 0 0 0 #8C1515, inset -68px 0 0 0 rgba(255, 255, 255, 0.3);
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header > h2:after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header > h2:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
}

/*! 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: 24px;
  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-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #1D1D1D;
  text-transform: none;
  margin-bottom: 15px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

.fsCalendar article {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: none;
}

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

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

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

.fsCalendar .fsDate > span.fsMonth {
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

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

.fsCalendar .fsDescription {
  margin-top: 15px;
  margin-bottom: 15px;
}

.fsCalendar .fsTimeRange,
.fsCalendar .fsAllDay {
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #70757D;
}

.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before {
  content: "\F017";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 12px;
  margin-right: 0;
  font-size: 12px;
  text-align: center;
}

.fsCalendar .fsAllDay:before {
  margin-right: 4px;
}

.fsCalendar .fsLocation {
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #70757D;
}

.fsCalendar .fsLocation:before {
  content: "\F041";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 12px;
  margin-right: 4px;
  font-size: 12px;
  text-align: center;
}

.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 .fsListItems + button {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(140, 21, 21, 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(140, 21, 21, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(140, 21, 21, 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 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #8C1515;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .scroll-up span:hover,
.fsContent .scroll-up span:focus,
.fsContent .fsStateSelected .scroll-up span {
  text-decoration: none;
}

.scroll-up span.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.scroll-up span em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .scroll-up span,
.wide-right > .fsStyleColumn-1 .scroll-up span,
.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  display: block;
}

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - forms */

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

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

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

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1D;
}

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

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

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #8C1515;
}

.fsComposerFormEmbed form .required {
  color: #8C1515;
}

.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: #8C1515;
  -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: #8C1515;
  -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: none;
  display: inline-block;
  min-width: 200px;
  background: #8C1515;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 0;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fsComposerFormEmbed form .submitBtn:hover,
.fsContent .fsComposerFormEmbed form .submitBtn:focus,
.fsContent .fsStateSelected .fsComposerFormEmbed form .submitBtn {
  text-decoration: none;
}

.fsComposerFormEmbed form .submitBtn.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fsComposerFormEmbed form .submitBtn,
.wide-right > .fsStyleColumn-1 .fsComposerFormEmbed form .submitBtn,
.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn {
  width: 100%;
  display: block;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "proxima-nova", 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: #373737;
}

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

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

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

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

.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 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #8C1515;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .fsResetContinue:hover,
.fsContent .fsResetContinue:focus,
.fsContent .fsStateSelected .fsResetContinue,
.fsContent .fsResetCancel:hover,
.fsContent .fsResetCancel:focus,
.fsContent .fsStateSelected .fsResetCancel,
.fsContent .fsLoginNewSuccess > button:hover,
.fsContent .fsLoginNewSuccess > button:focus,
.fsContent .fsStateSelected .fsLoginNewSuccess > button {
  text-decoration: none;
}

.fsResetContinue.fs_style_27,
.fsResetCancel.fs_style_27,
.fsLoginNewSuccess > button.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .fsResetContinue,
.wide-right > .fsStyleColumn-1 .fsResetContinue,
.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsThreeColumnLayout > .fsDiv .fsResetContinue,
.fsFourColumnLayout > .fsDiv .fsResetContinue,
.wide-left > .fsStyleColumn-last .fsResetCancel,
.wide-right > .fsStyleColumn-1 .fsResetCancel,
.fsBannerLeft .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsThreeColumnLayout > .fsDiv .fsResetCancel,
.fsFourColumnLayout > .fsDiv .fsResetCancel,
.wide-left > .fsStyleColumn-last .fsLoginNewSuccess > button,
.wide-right > .fsStyleColumn-1 .fsLoginNewSuccess > button,
.fsBannerLeft .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsThreeColumnLayout > .fsDiv .fsLoginNewSuccess > button,
.fsFourColumnLayout > .fsDiv .fsLoginNewSuccess > button {
  width: 100%;
  display: block;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

dialog.fsResource.fsElementDialog {
  margin-top: 100px !important;
  top: calc(50% - 50px);
  border: 0;
  font-family: "proxima-nova", sans-serif;
}

dialog.fsResource.fsElementDialog::-webkit-backdrop,
dialog.fsResource.fsElementDialog + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.8);
}

dialog.fsResource.fsElementDialog::backdrop,
dialog.fsResource.fsElementDialog + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.8);
}

dialog.fsResource.fsElementDialog .fsDialogCloseButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  cursor: pointer;
  color: #C4932A;
  font-size: 0;
  z-index: 9000;
}

dialog.fsResource.fsElementDialog .fsDialogCloseButton:hover {
  color: #fff;
  text-decoration: none;
}

dialog.fsResource.fsElementDialog .fsDialogCloseButton:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

dialog.fsMediaLinkDialog,
dialog.resourceModal {
  position: relative;
  margin-top: 100px !important;
  top: calc(50% - 50px);
  width: 100%;
  max-width: 1000px;
  height: auto;
  min-height: 63%;
  border: 0;
  background: #000;
  overflow: visible;
  font-family: "proxima-nova", sans-serif;
}

dialog.fsMediaLinkDialog::-webkit-backdrop,
dialog.fsMediaLinkDialog + .fsDialogBackdrop,
dialog.resourceModal::-webkit-backdrop,
dialog.resourceModal + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.8);
}

dialog.fsMediaLinkDialog::backdrop,
dialog.fsMediaLinkDialog + .fsDialogBackdrop,
dialog.resourceModal::backdrop,
dialog.resourceModal + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.8);
}

dialog.fsMediaLinkDialog #fsMediaPlayerDialogCloseButton,
dialog.fsMediaLinkDialog .resourceModalCloseButton,
dialog.resourceModal #fsMediaPlayerDialogCloseButton,
dialog.resourceModal .resourceModalCloseButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  cursor: pointer;
  color: #C4932A;
  font-size: 0;
  z-index: 9000;
}

dialog.fsMediaLinkDialog #fsMediaPlayerDialogCloseButton:hover,
dialog.fsMediaLinkDialog .resourceModalCloseButton:hover,
dialog.resourceModal #fsMediaPlayerDialogCloseButton:hover,
dialog.resourceModal .resourceModalCloseButton:hover {
  color: #fff;
  text-decoration: none;
}

dialog.fsMediaLinkDialog #fsMediaPlayerDialogCloseButton:before,
dialog.fsMediaLinkDialog .resourceModalCloseButton:before,
dialog.resourceModal #fsMediaPlayerDialogCloseButton:before,
dialog.resourceModal .resourceModalCloseButton:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

dialog.resourceModal video,
dialog.resourceModal iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

dialog.resourceModal iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.resourceModal + .backdrop {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1D1D1D;
  font-family: "proxima-nova", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsSlideshow .fsElementSlideshow {
  position: relative;
}

.fsSlideshow .fsElementSlideshowControls {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  text-align: left;
  z-index: 500;
  pointer-events: none;
}

.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay,
.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 0;
  line-height: 0;
  color: #fff;
  border: none;
  pointer-events: auto;
}

.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:hover,
.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:focus,
.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:hover,
.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:focus {
  color: rgba(255, 255, 255, 0.75);
}

.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:before,
.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:before {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: 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[class*="fsThumbnailAlign"] .fsTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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 .fsAuthor {
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #70757D;
}

.fsPostElement .fsAuthor + .fsDateTime {
  border-left: 2px solid #1D1D1D;
  padding-left: 10px;
}

.fsPostElement .fsDateTime {
  margin-bottom: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #70757D;
}

.fsPostElement .fsSummary {
  margin-top: 10px;
}

.fsPostElement .fsCategories {
  margin: 0 0 10px 0;
  padding: 0;
}

.fsPostElement .fsCategories .fsCategory {
  margin: 0 5px 5px 0;
  padding: 5px 8px;
  border: none;
  border-radius: 0;
  background: #70757D;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.fsPostElement .fsTags {
  border: 1px solid #F2F2F2;
  border-radius: 0;
  background: #F2F2F2;
  margin: 15px 0;
  padding: 11px 14px;
  font-size: 12px;
  line-height: 16px;
}

.fsPostElement .fsTags .fsTag {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  background: transparent;
  color: #1D1D1D;
}

.fsPostElement .fsTags .fsTag:after {
  display: inline-block;
  margin: 0 5px;
  content: ",";
}

.fsPostElement .fsTags .fsTag:last-child:after,
.fsPostElement .fsTags .fsTag:only-child:after {
  display: none;
}

.fsPostElement .fsThumbnail {
  margin-bottom: 10px;
}

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E1E1E1;
}

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

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

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

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

.fsSearchElement.fsSearchForm {
  position: relative;
}

#fsHeader .fsSearchElement.fsSearchForm {
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
  background: #1D1D1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsHeader .fsSearchElement.fsSearchForm ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

#fsHeader .fsSearchElement.fsSearchForm :-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

#fsHeader .fsSearchElement.fsSearchForm ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

#fsHeader .fsSearchElement.fsSearchForm :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.active-search #fsHeader .fsSearchElement.fsSearchForm {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}

#fsHeader .fsSearchElement.fsSearchForm > footer {
  padding: 22px 28px 22px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  background: #1D1D1D;
}

#fsHeader .fsSearchElement.fsSearchForm > footer .fsElementFooterContent {
  margin-top: 0;
}

#fsHeader .fsSearchElement.fsSearchForm > footer .close-search {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: #fff;
  cursor: pointer;
}

#fsHeader .fsSearchElement.fsSearchForm > footer .close-search:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

#fsHeader .fsSearchElement.fsSearchForm > footer .close-search span {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

#fsHeader .fsSearchElement.fsSearchForm > footer .close-search span:hover:before {
  opacity: 0.75;
}

#fsHeader .fsSearchElement.fsSearchForm > footer .close-search span:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  width: 18px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm > .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background: #1D1D1D;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

@media (min-width: 1220px) {
  #fsHeader .fsSearchElement.fsSearchForm > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

#fsHeader .fsSearchElement.fsSearchForm form {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsStyleSearchField {
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsButtonClear:before {
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
  color: #fff;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
  color: #C4932A;
}

#fsHeader .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
  color: inherit;
}

#fsMenu .fsSearchElement.fsSearchForm {
  margin-bottom: 0;
}

#fsMenu .fsSearchElement.fsSearchForm ::-webkit-input-placeholder {
  color: #E6BE67;
}

#fsMenu .fsSearchElement.fsSearchForm :-moz-placeholder {
  color: #E6BE67;
}

#fsMenu .fsSearchElement.fsSearchForm ::-moz-placeholder {
  color: #E6BE67;
}

#fsMenu .fsSearchElement.fsSearchForm :-ms-input-placeholder {
  color: #E6BE67;
}

#fsMenu .fsSearchElement.fsSearchForm > .fsElementContent {
  height: auto;
}

#fsMenu .fsSearchElement.fsSearchForm form {
  border-bottom: none;
}

#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  line-height: 14px;
}

#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsStyleSearchField {
  height: 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #C4932A;
  text-transform: uppercase;
}

#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsButtonClear:before {
  color: #fff;
}

#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
  height: 14px;
  color: #fff;
}

#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
  color: #C4932A;
}

#fsMenu .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
  line-height: 14px;
  color: inherit;
}

.fsSearchElement.fsSearchForm > .fsElementContent {
  padding: 17px 0;
  width: auto;
  height: 74px;
}

.fsSearchElement.fsSearchForm form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-bottom: 1px solid #ccc;
}

.fsSearchElement.fsSearchForm .fsFieldLabel {
  display: none;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin: 0;
  padding: 0 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsStyleSearchField {
  border: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  color: #1D1D1D;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsButtonClear:before {
  content: "\F056";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 12px;
  line-height: 24px;
  color: #1D1D1D;
  background: transparent;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: 5px solid lime;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 40px;
  width: 18px;
  min-width: auto;
  color: #1D1D1D;
  background: transparent;
  font-size: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover,
.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
  background: transparent;
  color: #8C1515;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 40px;
}

.fsSearchElement.fsList .fsSearchCustomResults {
  margin-bottom: 10px;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  color: #1D1D1D;
}

.fsSearchElement.fsList .fsSearchResultInfo .fsSearchResultTotal,
.fsSearchElement.fsList .fsSearchResultInfo .fsSearchResultTiming {
  color: #8C1515;
}

.fsSearchElement.fsList .fsListItems,
.fsSearchElement.fsList .fsListItems ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsSearchElement.fsList .fsListItems li {
  margin: 0;
  padding: 0;
}

.fsSearchElement.fsList .fsListItems > li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1D1D1D;
}

.fsSearchElement.fsList .fsListItems > li .fsSearchResultURL {
  margin-bottom: 5px;
  font-weight: 400;
  color: #1D1D1D;
}

.fsSearchElement.fsList .fsListItems > li .fsSummary {
  font-weight: 400;
  color: #1D1D1D;
}

.fsSearchElement.fsList .fsListItems > li .fsSummary .fsSearchResultMatch {
  font-weight: 700;
  color: #8C1515;
}

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

.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 #E1E1E1;
  -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 #E1E1E1;
  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 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #8C1515;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .vimeo_view_link a:hover,
.fsContent .vimeo_view_link a:focus,
.fsContent .fsStateSelected .vimeo_view_link a {
  text-decoration: none;
}

.vimeo_view_link a.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.vimeo_view_link a em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .vimeo_view_link a,
.wide-right > .fsStyleColumn-1 .vimeo_view_link a,
.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsThreeColumnLayout > .fsDiv .vimeo_view_link a,
.fsFourColumnLayout > .fsDiv .vimeo_view_link a {
  width: 100%;
  display: block;
}

/*! 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 #E1E1E1;
  -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 #E1E1E1;
  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 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: #8C1515;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .Youtube_view_link a:hover,
.fsContent .Youtube_view_link a:focus,
.fsContent .fsStateSelected .Youtube_view_link a {
  text-decoration: none;
}

.Youtube_view_link a.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.Youtube_view_link a em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .Youtube_view_link a,
.wide-right > .fsStyleColumn-1 .Youtube_view_link a,
.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsThreeColumnLayout > .fsDiv .Youtube_view_link a,
.fsFourColumnLayout > .fsDiv .Youtube_view_link a {
  width: 100%;
  display: block;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

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

.fsTabs .fsTabsNav li {
  margin-right: 10px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  -webkit-box-shadow: inset 0 -5px 0 0 #F2F2F2;
          box-shadow: inset 0 -5px 0 0 #F2F2F2;
  padding: 14px 21px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background: #fff;
  color: #1D1D1D;
}

.fsTabs .fsTabsNav li a:hover {
  background: #fff;
  color: #1D1D1D;
  -webkit-box-shadow: inset 0 -5px 0 0 #1D1D1D;
          box-shadow: inset 0 -5px 0 0 #1D1D1D;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #8C1515;
  color: #fff;
  -webkit-box-shadow: inset 0 -5px 0 0 #8C1515;
          box-shadow: inset 0 -5px 0 0 #8C1515;
  border-radius: 0;
}

@media (min-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    padding-left: 0;
    padding-right: 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: 5px 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch,
.wide-right > .fsStyleColumn-1 .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:not(.wide-left):not(.wide-right) > .fsDiv .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch > div,
.wide-right > .fsStyleColumn-1 .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch .fsFieldContainer,
.wide-right > .fsStyleColumn-1 .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:not(.wide-left):not(.wide-right) > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.wide-right > .fsStyleColumn-1 .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.wide-left > .fsStyleColumn-last .fsElementToolsSearch .fsElementToolsSearchButton,
.wide-right > .fsStyleColumn-1 .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: #F2F2F2;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #F2F2F2;
  background: white;
}

/*! _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 #E1E1E1;
          box-shadow: inset 0 -1px 0 0 #E1E1E1;
}

.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: #d4d4d4;
  color: #1D1D1D;
  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: #bbbbbb;
  color: #1D1D1D;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #E1E1E1;
  color: #aeaeae;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #e23e3e;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #F2F2F2;
}

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

.callout-box-light,
.callout-box-dark,
.callout-box-red {
  display: block;
  padding: 30px 20px;
}

.callout-box-light > header,
.callout-box-dark > header,
.callout-box-red > 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;
}

.callout-box-light > header .fsElementTitle,
.callout-box-dark > header .fsElementTitle,
.callout-box-red > header .fsElementTitle {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #1D1D1D;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: inherit;
}

.callout-box-light > header .fsElementHeaderContent,
.callout-box-dark > header .fsElementHeaderContent,
.callout-box-red > header .fsElementHeaderContent {
  margin: -30px -20px 15px;
  width: 100%;
  width: calc(100% + 60px);
}

.callout-box-light > header .fsImage,
.callout-box-dark > header .fsImage,
.callout-box-red > header .fsImage {
  margin-bottom: 0;
}

.callout-box-light > header .fsImage picture,
.callout-box-dark > header .fsImage picture,
.callout-box-red > header .fsImage picture {
  display: block;
}

.callout-box-light > header .fsImage img,
.callout-box-dark > header .fsImage img,
.callout-box-red > header .fsImage img {
  display: block;
  width: 100%;
  height: auto;
}

.wide-left > .fsStyleColumn-last .callout-box-light,
.wide-left > .fsStyleColumn-last .callout-box-dark,
.wide-left > .fsStyleColumn-last .callout-box-red,
.wide-right > .fsStyleColumn-1 .callout-box-light,
.wide-right > .fsStyleColumn-1 .callout-box-dark,
.wide-right > .fsStyleColumn-1 .callout-box-red,
.fsBannerLeft .callout-box-light,
.fsBannerLeft .callout-box-dark,
.fsBannerLeft .callout-box-red,
.fsBannerRight .callout-box-light,
.fsBannerRight .callout-box-dark,
.fsBannerRight .callout-box-red,
.fsStyleOneThird .callout-box-light,
.fsStyleOneThird .callout-box-dark,
.fsStyleOneThird .callout-box-red,
.fsThreeColumnLayout > .fsDiv .callout-box-light,
.fsThreeColumnLayout > .fsDiv .callout-box-dark,
.fsThreeColumnLayout > .fsDiv .callout-box-red,
.fsFourColumnLayout > .fsDiv .callout-box-light,
.fsFourColumnLayout > .fsDiv .callout-box-dark,
.fsFourColumnLayout > .fsDiv .callout-box-red {
  padding: 30px 20px;
}

.wide-left > .fsStyleColumn-last .callout-box-light > header .fsElementHeaderContent,
.wide-left > .fsStyleColumn-last .callout-box-dark > header .fsElementHeaderContent,
.wide-left > .fsStyleColumn-last .callout-box-red > header .fsElementHeaderContent,
.wide-right > .fsStyleColumn-1 .callout-box-light > header .fsElementHeaderContent,
.wide-right > .fsStyleColumn-1 .callout-box-dark > header .fsElementHeaderContent,
.wide-right > .fsStyleColumn-1 .callout-box-red > header .fsElementHeaderContent,
.fsBannerLeft .callout-box-light > header .fsElementHeaderContent,
.fsBannerLeft .callout-box-dark > header .fsElementHeaderContent,
.fsBannerLeft .callout-box-red > header .fsElementHeaderContent,
.fsBannerRight .callout-box-light > header .fsElementHeaderContent,
.fsBannerRight .callout-box-dark > header .fsElementHeaderContent,
.fsBannerRight .callout-box-red > header .fsElementHeaderContent,
.fsStyleOneThird .callout-box-light > header .fsElementHeaderContent,
.fsStyleOneThird .callout-box-dark > header .fsElementHeaderContent,
.fsStyleOneThird .callout-box-red > header .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .callout-box-light > header .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .callout-box-dark > header .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .callout-box-red > header .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .callout-box-light > header .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .callout-box-dark > header .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .callout-box-red > header .fsElementHeaderContent {
  margin: -30px -20px 30px;
  width: calc(100% + 40px);
}

.left.callout-box-light,
.left.callout-box-dark,
.left.callout-box-red,
.right.callout-box-light,
.right.callout-box-dark,
.right.callout-box-red {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .left.callout-box-light,
  .left.callout-box-dark,
  .left.callout-box-red,
  .right.callout-box-light,
  .right.callout-box-dark,
  .right.callout-box-red {
    position: relative;
  }
}

@media (min-width: 1100px) {
  .left.callout-box-light,
  .left.callout-box-dark,
  .left.callout-box-red,
  .right.callout-box-light,
  .right.callout-box-dark,
  .right.callout-box-red {
    min-height: 300px;
  }
}

@media (min-width: 1000px) {
  .left.callout-box-light > header,
  .left.callout-box-dark > header,
  .left.callout-box-red > header,
  .right.callout-box-light > header,
  .right.callout-box-dark > header,
  .right.callout-box-red > header {
    display: block;
  }
}

.left.callout-box-light > header .fsElementTitle,
.left.callout-box-dark > header .fsElementTitle,
.left.callout-box-red > header .fsElementTitle,
.right.callout-box-light > header .fsElementTitle,
.right.callout-box-dark > header .fsElementTitle,
.right.callout-box-red > header .fsElementTitle {
  width: 100%;
}

@media (min-width: 1000px) {
  .left.callout-box-light > header > .fsElementHeaderContent,
  .left.callout-box-dark > header > .fsElementHeaderContent,
  .left.callout-box-red > header > .fsElementHeaderContent,
  .right.callout-box-light > header > .fsElementHeaderContent,
  .right.callout-box-dark > header > .fsElementHeaderContent,
  .right.callout-box-red > header > .fsElementHeaderContent {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    z-index: 1;
    overflow: hidden;
  }
}

.left.callout-box-light > header > .fsElementHeaderContent figure,
.left.callout-box-dark > header > .fsElementHeaderContent figure,
.left.callout-box-red > header > .fsElementHeaderContent figure,
.left.callout-box-light > header > .fsElementHeaderContent picture,
.left.callout-box-dark > header > .fsElementHeaderContent picture,
.left.callout-box-red > header > .fsElementHeaderContent picture,
.right.callout-box-light > header > .fsElementHeaderContent figure,
.right.callout-box-dark > header > .fsElementHeaderContent figure,
.right.callout-box-red > header > .fsElementHeaderContent figure,
.right.callout-box-light > header > .fsElementHeaderContent picture,
.right.callout-box-dark > header > .fsElementHeaderContent picture,
.right.callout-box-red > header > .fsElementHeaderContent picture {
  display: block;
}

@media (min-width: 1000px) {
  .left.callout-box-light > header > .fsElementHeaderContent figure,
  .left.callout-box-dark > header > .fsElementHeaderContent figure,
  .left.callout-box-red > header > .fsElementHeaderContent figure,
  .left.callout-box-light > header > .fsElementHeaderContent picture,
  .left.callout-box-dark > header > .fsElementHeaderContent picture,
  .left.callout-box-red > header > .fsElementHeaderContent picture,
  .right.callout-box-light > header > .fsElementHeaderContent figure,
  .right.callout-box-dark > header > .fsElementHeaderContent figure,
  .right.callout-box-red > header > .fsElementHeaderContent figure,
  .right.callout-box-light > header > .fsElementHeaderContent picture,
  .right.callout-box-dark > header > .fsElementHeaderContent picture,
  .right.callout-box-red > header > .fsElementHeaderContent picture {
    height: 100%;
    width: 100%;
  }
}

.left.callout-box-light > header > .fsElementHeaderContent img,
.left.callout-box-dark > header > .fsElementHeaderContent img,
.left.callout-box-red > header > .fsElementHeaderContent img,
.right.callout-box-light > header > .fsElementHeaderContent img,
.right.callout-box-dark > header > .fsElementHeaderContent img,
.right.callout-box-red > header > .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

@media (min-width: 1000px) {
  .left.callout-box-light > header > .fsElementHeaderContent img,
  .left.callout-box-dark > header > .fsElementHeaderContent img,
  .left.callout-box-red > header > .fsElementHeaderContent img,
  .right.callout-box-light > header > .fsElementHeaderContent img,
  .right.callout-box-dark > header > .fsElementHeaderContent img,
  .right.callout-box-red > header > .fsElementHeaderContent img {
    display: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
  }
}

.fsComposeMode .left.callout-box-light > header > .fsElementHeaderContent img,
.fsComposeMode .left.callout-box-dark > header > .fsElementHeaderContent img,
.fsComposeMode .left.callout-box-red > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-light > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-dark > header > .fsElementHeaderContent img,
.fsComposeMode .right.callout-box-red > header > .fsElementHeaderContent img {
  display: block;
  opacity: .5;
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
}

@media (min-width: 1000px) {
  .left.callout-box-light,
  .left.callout-box-dark,
  .left.callout-box-red {
    padding-left: calc(50% + 30px);
  }
}

@media (min-width: 1000px) {
  .left.callout-box-light > header > .fsElementHeaderContent,
  .left.callout-box-dark > header > .fsElementHeaderContent,
  .left.callout-box-red > header > .fsElementHeaderContent {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1000px) {
  .right.callout-box-light,
  .right.callout-box-dark,
  .right.callout-box-red {
    padding-right: calc(50% + 30px);
  }
}

@media (min-width: 1000px) {
  .right.callout-box-light > header > .fsElementHeaderContent,
  .right.callout-box-dark > header > .fsElementHeaderContent,
  .right.callout-box-red > header > .fsElementHeaderContent {
    right: 0;
    left: auto;
  }
}

.callout-box-light {
  background-color: #F2F2F2;
  color: #1D1D1D;
}

.callout-box-light h1,
.callout-box-light h2,
.callout-box-light h3,
.callout-box-light h4,
.callout-box-light h5,
.callout-box-light h6,
.callout-box-light a {
  color: inherit;
}

.callout-box-light a:hover,
.callout-box-light a:focus {
  color: inherit;
}

.callout-box-light a {
  color: #8C1515;
}

.callout-box-dark {
  background-color: #1D1D1D;
  color: #fff;
}

.callout-box-dark h1,
.callout-box-dark h2,
.callout-box-dark h3,
.callout-box-dark h4,
.callout-box-dark h5,
.callout-box-dark h6,
.callout-box-dark a {
  color: inherit;
}

.callout-box-dark a:hover,
.callout-box-dark a:focus {
  color: inherit;
}

.callout-box-dark a {
  color: #C4932A;
}

.callout-box-red {
  background-color: #8C1515;
  color: #fff;
}

.callout-box-red h1,
.callout-box-red h2,
.callout-box-red h3,
.callout-box-red h4,
.callout-box-red h5,
.callout-box-red h6,
.callout-box-red a {
  color: inherit;
}

.callout-box-red a:hover,
.callout-box-red a:focus {
  color: inherit;
}

.callout-box-red a {
  color: #fff;
}

/*! pages - home v0.0.1 */

.home:not(.fsComposeMode) .fsPageTitle {
  display: none;
}

.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding: 0;
}

.home:not(.fsComposeMode) #fsPageBody {
  width: 100%;
  max-width: 100%;
}

.home:not(.fsComposeMode) .fsPageLayout {
  margin: 0;
  padding: 0;
}

.home:not(.fsComposeMode) .fsPageLayout > .fsDiv {
  margin: 0;
  padding: 0;
}

.home:not(.fsComposeMode) .love-learn-lead,
.home:not(.fsComposeMode) .whats-happening,
.home:not(.fsComposeMode) .our-community,
.home:not(.fsComposeMode) .divisions {
  position: relative;
  margin: 0;
  padding: 0;
}

.home:not(.fsComposeMode) .love-learn-lead > header .fsElementTitle,
.home:not(.fsComposeMode) .whats-happening > header .fsElementTitle,
.home:not(.fsComposeMode) .our-community > header .fsElementTitle,
.home:not(.fsComposeMode) .divisions > header .fsElementTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.home:not(.fsComposeMode) .love-learn-lead > .fsElementContent,
.home:not(.fsComposeMode) .whats-happening > .fsElementContent,
.home:not(.fsComposeMode) .our-community > .fsElementContent,
.home:not(.fsComposeMode) .divisions > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 70px 35px;
  margin: 0 auto;
}

.home:not(.fsComposeMode) .love-learn-lead .fsContent > header .fsElementTitle,
.home:not(.fsComposeMode) .whats-happening .fsContent > header .fsElementTitle,
.home:not(.fsComposeMode) .our-community .fsContent > header .fsElementTitle,
.home:not(.fsComposeMode) .divisions .fsContent > header .fsElementTitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.home:not(.fsComposeMode) .video-treatment .video-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 9000;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .video-treatment .video-controls {
    top: auto;
    bottom: 20px;
  }
}

.home:not(.fsComposeMode) .video-treatment .video-controls button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.home:not(.fsComposeMode) .video-treatment .video-controls button:hover,
.home:not(.fsComposeMode) .video-treatment .video-controls button:focus {
  color: #fff;
}

.home:not(.fsComposeMode) .video-treatment .video-controls button span {
  font-size: 0;
  line-height: 0;
  color: inherit;
}

.home:not(.fsComposeMode) .video-treatment .video-controls button span:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: inherit;
}

.home:not(.fsComposeMode) .video-treatment .video-controls button.play:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home:not(.fsComposeMode) .video-treatment .video-controls button.pause:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home:not(.fsComposeMode) .love-learn-lead > header > .fsElementTitle {
  margin-top: 0;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #1D1D1D;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home:not(.fsComposeMode) .love-learn-lead > .fsElementContent {
  padding-right: 80px;
  padding-left: 80px;
}

.home:not(.fsComposeMode) .love-learn-lead .fsContent {
  text-align: center;
}

.home:not(.fsComposeMode) .love-learn-lead .fsContent > header,
.home:not(.fsComposeMode) .love-learn-lead .fsContent > .fsElementContent,
.home:not(.fsComposeMode) .love-learn-lead .fsContent > footer {
  position: relative;
  margin: 0 auto;
  max-width: 12.5em;
  max-width: 12.5rem;
}

@media (min-width: 600px) {
  .home:not(.fsComposeMode) .love-learn-lead .fsContent > header,
  .home:not(.fsComposeMode) .love-learn-lead .fsContent > .fsElementContent,
  .home:not(.fsComposeMode) .love-learn-lead .fsContent > footer {
    position: relative;
    margin: 0 auto;
    max-width: 37.5em;
    max-width: 37.5rem;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .love-learn-lead .fsContent > header,
  .home:not(.fsComposeMode) .love-learn-lead .fsContent > .fsElementContent,
  .home:not(.fsComposeMode) .love-learn-lead .fsContent > footer {
    position: relative;
    margin: 0 auto;
    max-width: 45em;
    max-width: 45rem;
  }
}

.home:not(.fsComposeMode) .love-learn-lead .fsNextButton {
  border-left: 1px solid #000;
}

.home:not(.fsComposeMode) .love-learn-lead .fsPrevButton {
  border-right: 1px solid #000;
}

.home:not(.fsComposeMode) .whats-happening {
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.home:not(.fsComposeMode) .whats-happening:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.home:not(.fsComposeMode) .whats-happening > .fsElementContent {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 500;
}

.home:not(.fsComposeMode) .whats-happening .fsContent {
  color: #fff;
  text-align: center;
}

.home:not(.fsComposeMode) .whats-happening .fsContent > header .fsElementTitle {
  color: #fff;
}

.home:not(.fsComposeMode) .whats-happening .fsContent > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 56.25em;
  max-width: 56.25rem;
  padding: 20px 0 50px;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .whats-happening .fsContent > .fsElementContent {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.home:not(.fsComposeMode) .whats-happening .fsContent > footer .fsElementFooterContent {
  margin-top: 0;
}

.home:not(.fsComposeMode) .whats-happening .fsContent > footer .fsElementFooterContent p,
.home:not(.fsComposeMode) .whats-happening .fsContent > footer .fsElementFooterContent div {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .whats-happening .fsContent > footer .fsElementFooterContent p,
  .home:not(.fsComposeMode) .whats-happening .fsContent > footer .fsElementFooterContent div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:hover,
.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:focus,
.fsStateSelected .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34 {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:hover,
.fsContent .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:focus,
.fsContent .fsStateSelected .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34 {
  text-decoration: none;
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34,
.wide-right > .fsStyleColumn-1 .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34,
.fsBannerLeft .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34,
.fsBannerRight .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34,
.fsStyleOneThird .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34,
.fsThreeColumnLayout > .fsDiv .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34,
.fsFourColumnLayout > .fsDiv .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34 {
  width: 100%;
  display: block;
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34.fs_style_27 {
  width: 100%;
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34 {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }

  .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:first-of-type {
    margin-left: 0;
  }

  .home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:last-of-type {
    margin-right: 0;
  }
}

.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:hover,
.home:not(.fsComposeMode) .whats-happening .fsContent .fs_style_34:focus {
  -webkit-box-shadow: inset 0 0 0 1px #C4932A;
          box-shadow: inset 0 0 0 1px #C4932A;
  background: #C4932A;
  color: #fff;
}

.home:not(.fsComposeMode) .our-community {
  background-color: transparent;
  background-position: right bottom;
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .our-community {
    background-size: auto auto;
  }
}

.home:not(.fsComposeMode) .our-community > .fsElementContent {
  padding: 100px 35px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .our-community > .fsElementContent {
    padding-right: 90px;
    padding-left: 90px;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .our-community > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-right: 100px;
    padding-bottom: 160px;
    padding-left: 100px;
  }
}

@media (min-width: 1220px) {
  .home:not(.fsComposeMode) .our-community > .fsElementContent {
    padding-bottom: 100px;
  }
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) {
  padding-top: 70px;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) {
    padding-top: 0;
    padding-left: 80px;
  }
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) > footer .fsElementFooterContent {
  margin-top: 50px;
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34 {
  border: none;
  display: inline-block;
  min-width: 200px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 20px;
  margin: 0 auto 10px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 0 0 1px #C4932A;
          box-shadow: inset 0 0 0 1px #C4932A;
  color: #C4932A;
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34:hover,
.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34:focus,
.fsStateSelected .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34 {
  color: #fff;
  background-color: #1D1D1D;
}

.fsContent .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34:hover,
.fsContent .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34:focus,
.fsContent .fsStateSelected .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34 {
  text-decoration: none;
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34.fs_style_27 {
  padding: 21px 30px;
  font-size: 16px;
  line-height: 18px;
  width: 300px;
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34 em {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
}

.wide-left > .fsStyleColumn-last .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34,
.wide-right > .fsStyleColumn-1 .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34,
.fsBannerLeft .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34,
.fsBannerRight .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34,
.fsStyleOneThird .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34,
.fsThreeColumnLayout > .fsDiv .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34,
.fsFourColumnLayout > .fsDiv .home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34 {
  width: 100%;
  display: block;
}

.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34:hover,
.home:not(.fsComposeMode) .our-community .fsContent:not(.video-lightbox) .fs_style_34:focus {
  -webkit-box-shadow: inset 0 0 0 1px #C4932A;
          box-shadow: inset 0 0 0 1px #C4932A;
  background: #C4932A;
  color: #fff;
}

.home:not(.fsComposeMode) .divisions {
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.home:not(.fsComposeMode) .divisions:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.home:not(.fsComposeMode) .divisions > .fsElementContent {
  position: relative;
  padding: 60px 15px;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .divisions > .fsElementContent {
    padding: 70px 90px;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .divisions > .fsElementContent {
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.home:not(.fsComposeMode) .divisions .fsContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  height: auto;
  min-height: 430px;
  margin: 0 auto 30px;
  padding: 40px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.home:not(.fsComposeMode) .divisions .fsContainer:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .divisions .fsContainer {
    min-height: 370px;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .divisions .fsContainer {
    margin-bottom: 0;
    width: 30%;
    min-height: 520px;
  }
}

.home:not(.fsComposeMode) .divisions .fsContainer > header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.home:not(.fsComposeMode) .divisions .fsContainer > header .fsElementTitle {
  color: #E6BE67;
}

.home:not(.fsComposeMode) .divisions .fsContainer > .fsElementContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .fsElementFooterContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 0;
  min-height: 32px;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .fsElementFooterContent a {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .fsElementFooterContent a:hover,
.home:not(.fsComposeMode) .divisions .fsContainer > footer .fsElementFooterContent a:focus {
  color: #E6BE67;
  -webkit-box-shadow: inset 0 -1px 0 0 #E6BE67;
          box-shadow: inset 0 -1px 0 0 #E6BE67;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 72px;
  height: auto;
  z-index: 9000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .divider {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 16px;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  width: auto;
  min-width: 1px;
  height: auto;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .slick-arrow {
  position: relative;
  top: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 0;
  line-height: 0;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .slick-arrow:hover:before,
.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .slick-arrow:focus:before {
  color: rgba(255, 255, 255, 0.75);
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .slick-arrow:before {
  text-align: center;
  color: #fff;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .slick-arrow.fsPrevButton:before {
  left: 0;
}

.home:not(.fsComposeMode) .divisions .fsContainer > footer .arrows .slick-arrow.fsNextButton:before {
  right: 0;
}

.home:not(.fsComposeMode) .divisions .fsContent {
  color: #fff;
}

.home:not(.fsComposeMode) .divisions .fsContent > header .fsElementTitle {
  color: #fff;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.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: 36.36364%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 18.18182%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 9.09091%;
  }
}

.colors ol li:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
}

.colors ol li:nth-of-type(1) {
  background: #1D1D1D;
}

.colors ol li:nth-of-type(1):after {
  content: "#1D1D1D";
}

.colors ol li:nth-of-type(2) {
  background: #8C1515;
}

.colors ol li:nth-of-type(2):after {
  content: "#8C1515";
}

.colors ol li:nth-of-type(3) {
  background: #C4932A;
}

.colors ol li:nth-of-type(3):after {
  content: "#C4932A";
}

.colors ol li:nth-of-type(4) {
  background: #E6BE67;
}

.colors ol li:nth-of-type(4):after {
  content: "#E6BE67";
}

.colors ol li:nth-of-type(5) {
  background: #FFB302;
}

.colors ol li:nth-of-type(5):after {
  content: "#FFB302";
}

.colors ol li:nth-of-type(6) {
  background: #70757D;
}

.colors ol li:nth-of-type(6):after {
  content: "#70757D";
}

.colors ol li:nth-of-type(7) {
  background: #E1E1E1;
}

.colors ol li:nth-of-type(7):after {
  content: "#E1E1E1";
}

.colors ol li:nth-of-type(8) {
  background: #F2F2F2;
}

.colors ol li:nth-of-type(8):after {
  content: "#F2F2F2";
}

.colors ol li:nth-of-type(9) {
  background: #717273;
}

.colors ol li:nth-of-type(9):after {
  content: "#717273";
}

.colors ol li:nth-of-type(10) {
  background: #000;
}

.colors ol li:nth-of-type(10):after {
  content: "#000";
}

.colors ol li:nth-of-type(11) {
  background: #fff;
}

.colors ol li:nth-of-type(11):after {
  content: "#fff";
}

.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: "proxima-nova", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "proxima-nova, sans-serif";
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(3) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(3):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers .fsElementContent h1:after {
  content: " size: 40px / line: 50px";
}

.headers .fsElementContent h2:after {
  content: " size: 28px / line: 34px";
}

.headers .fsElementContent h3:after {
  content: " size: 20px / line: 34px";
}

.headers .fsElementContent h4:after {
  content: " size: 16px / line: 18px";
}

.headers .fsElementContent h5:after {
  content: " size: 18px / line: 28px";
}

.headers .fsElementContent h6:after {
  content: " size: 12px / line: 18px";
}

body:not(.fsComposeMode) .hero-treatment {
  margin: 0;
  padding: 0;
  display: block;
  background: #fff;
  position: relative;
  z-index: 200;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .hero-treatment {
    margin-top: -60px;
  }
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshow .slick-slider {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .hero-treatment.fsSlideshowHorizontal .fsElementSlideshow {
  padding-right: 0;
  padding-left: 0;
}

body:not(.fsComposeMode) .hero-treatment > header {
  display: none;
}

body:not(.fsComposeMode) .hero-treatment .fsElementSlideshow {
  position: relative;
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode) .hero-treatment .arrows {
  width: 140px;
  margin: 20px auto 0;
  padding: 0 0 10px 0;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment .arrows {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 50px;
    left: 0;
  }
}

body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow {
  color: #1D1D1D;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow {
    color: #fff;
  }
}

body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow:hover:before,
body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow:focus:before {
  color: rgba(29, 29, 29, 0.75);
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow:hover:before,
  body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow:focus:before {
    color: rgba(255, 255, 255, 0.75);
  }
}

body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow:before {
  font-size: 30px;
  line-height: 22px;
  color: #1D1D1D;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment .arrows .slick-arrow:before {
    color: #fff;
  }
}

body:not(.fsComposeMode) .hero-treatment article {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 180px;
  max-height: 500px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  overflow: hidden;
}

body:not(.fsComposeMode) .hero-treatment article.fsResourceTypeVideo .fsTitle {
  margin: 20px 0 0 0;
  color: #1D1D1D;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment article.fsResourceTypeVideo .fsTitle {
    margin: 0 0 20px 0;
    color: #fff;
  }
}

body:not(.fsComposeMode) .hero-treatment figure {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 200;
}

body:not(.fsComposeMode) .hero-treatment picture,
body:not(.fsComposeMode) .hero-treatment video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 500px;
  z-index: 400;
}

body:not(.fsComposeMode) .hero-treatment picture img,
body:not(.fsComposeMode) .hero-treatment video img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .hero-treatment video {
    height: 500px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body:not(.fsComposeMode) .hero-treatment .fsTitle {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 500;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment .fsTitle {
    display: none;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
  }
}

body:not(.fsComposeMode) .hero-treatment figcaption,
body:not(.fsComposeMode) .hero-treatment .fsDescription {
  position: relative;
  margin: 0 auto;
  max-width: 85em;
  max-width: 85rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  position: relative;
  background: #fff;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  color: inherit;
  color: #1D1D1D;
  z-index: 500;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .hero-treatment figcaption,
  body:not(.fsComposeMode) .hero-treatment .fsDescription {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment figcaption,
  body:not(.fsComposeMode) .hero-treatment .fsDescription {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 150px;
    left: 0;
    background: transparent;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode) .hero-treatment figcaption,
  body:not(.fsComposeMode) .hero-treatment .fsDescription {
    padding-right: 50px;
    padding-left: 50px;
  }
}

body:not(.fsComposeMode) .hero-treatment figcaption .fsTitle,
body:not(.fsComposeMode) .hero-treatment .fsDescription .fsTitle {
  display: none;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment figcaption .fsTitle,
  body:not(.fsComposeMode) .hero-treatment .fsDescription .fsTitle {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body:not(.fsComposeMode) .hero-treatment figcaption p,
body:not(.fsComposeMode) .hero-treatment .fsDescription p {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment figcaption p,
  body:not(.fsComposeMode) .hero-treatment .fsDescription p {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .hero-treatment figcaption p:last-child,
body:not(.fsComposeMode) .hero-treatment .fsDescription p:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hero-treatment figcaption p.button,
  body:not(.fsComposeMode) .hero-treatment .fsDescription p.button {
    margin-top: 50px;
    margin-bottom: -100px;
    text-align: right;
  }
}

body:not(.fsComposeMode) .video-treatment {
  margin: 0;
  padding: 0;
  display: block;
  background: #fff;
  position: relative;
  z-index: 200;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .video-treatment {
    margin-top: -60px;
  }
}

body:not(.fsComposeMode) .video-treatment > header {
  display: none;
}

body:not(.fsComposeMode) .video-treatment .fsElementContent {
  min-height: 180px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .video-treatment .fsElementContent {
    height: 100vh;
    height: calc(100vh - 110px);
  }
}

body:not(.fsComposeMode) .video-treatment article {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 180px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  overflow: hidden;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .video-treatment article {
    height: 100%;
  }
}

body:not(.fsComposeMode) .video-treatment article.fsResourceTypeVideo .fsTitle {
  margin: 20px 0 0 0;
  color: #1D1D1D;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .video-treatment article.fsResourceTypeVideo .fsTitle {
    margin: 0 0 20px 0;
    color: #fff;
  }
}

body:not(.fsComposeMode) .video-treatment video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 400;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .video-treatment video img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .video-treatment .fsTitle {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 500;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .video-treatment .fsTitle {
    display: none;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
  }
}

body:not(.fsComposeMode) .video-treatment .fsDescription {
  position: relative;
  margin: 0 auto;
  max-width: 85em;
  max-width: 85rem;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  position: relative;
  background: #fff;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  color: inherit;
  color: #1D1D1D;
  z-index: 500;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .video-treatment .fsDescription {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .video-treatment .fsDescription {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 150px;
    left: 0;
    background: transparent;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode) .video-treatment .fsDescription {
    padding-right: 50px;
    padding-left: 50px;
  }
}

body:not(.fsComposeMode) .video-treatment .fsDescription .fsTitle {
  display: none;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .video-treatment .fsDescription .fsTitle {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body:not(.fsComposeMode) .video-treatment .fsDescription p {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .video-treatment .fsDescription p {
    margin-bottom: 0;
  }
}

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

@media (min-width: 800px) {
  body:not(.fsComposeMode) .video-treatment .fsDescription p.button {
    margin-top: 50px;
    margin-bottom: -100px;
    text-align: right;
  }
}

body:not(.fsComposeMode) .video-lightbox {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

body:not(.fsComposeMode) .video-lightbox:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  background: rgba(0, 0, 0, 0.4);
}

body:not(.fsComposeMode) .video-lightbox > .fsElementContent {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

body:not(.fsComposeMode) .video-lightbox > .fsElementContent > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}

body:not(.fsComposeMode) .video-lightbox > .fsElementContent a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100%;
}

body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:hover,
body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:hover:before,
body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:focus:before {
  opacity: 0.75;
}

body:not(.fsComposeMode) .video-lightbox > .fsElementContent a:before {
  content: '';
  background-image: url(images/play.png);
  background-color: transparent;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: inherit;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1000px) {
  .nav-main.sticky {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9000;
  }

  .fsAccountBarVisible .nav-main.sticky {
    top: 45px;
    border-top: 1px solid #E1E1E1;
  }
}

.placeholder {
  display: none;
}

.placeholder.sticky {
  display: block;
}

body:not(.fsComposeMode) .fsContainer.full-width-red {
  position: relative;
  max-width: 0vw;
  margin: 0 auto 40px;
  padding: 0;
}

body:not(.fsComposeMode) .fsContainer.full-width-red > header,
body:not(.fsComposeMode) .fsContainer.full-width-red > footer,
body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent {
  margin-right: -50vw;
  margin-left: -50vw;
  padding-right: 1.25em;
  padding-left: 1.25em;
  width: 100vw;
  background: #8C1515;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > header,
  body:not(.fsComposeMode) .fsContainer.full-width-red > footer,
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-red > header > .fsElementTitle,
body:not(.fsComposeMode) .fsContainer.full-width-red > header > .fsElementHeaderContent {
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsElement {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsElement > .fsElement {
  color: #fff;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-3 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-3 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-red > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-4 {
    padding-right: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-red > footer > .fsElementFooterContent {
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-red h1,
body:not(.fsComposeMode) .fsContainer.full-width-red h2,
body:not(.fsComposeMode) .fsContainer.full-width-red h3,
body:not(.fsComposeMode) .fsContainer.full-width-red h4,
body:not(.fsComposeMode) .fsContainer.full-width-red h5,
body:not(.fsComposeMode) .fsContainer.full-width-red h6,
body:not(.fsComposeMode) .fsContainer.full-width-red .lead-in,
body:not(.fsComposeMode) .fsContainer.full-width-red .fs_style_24,
body:not(.fsComposeMode) .fsContainer.full-width-red blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-red .blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-red .fs_style_28,
body:not(.fsComposeMode) .fsContainer.full-width-red .citation,
body:not(.fsComposeMode) .fsContainer.full-width-red .fs_style_30,
body:not(.fsComposeMode) .fsContainer.full-width-red cite {
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-red a {
  color: #C4932A;
}

body:not(.fsComposeMode) .fsContainer.full-width-red a:hover,
body:not(.fsComposeMode) .fsContainer.full-width-red a:focus {
  color: #C4932A;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow {
  position: relative;
  max-width: 0vw;
  margin: 0 auto 40px;
  padding: 0;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow > header,
body:not(.fsComposeMode) .fsContainer.full-width-yellow > footer,
body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent {
  margin-right: -50vw;
  margin-left: -50vw;
  padding-right: 1.25em;
  padding-left: 1.25em;
  width: 100vw;
  background: #C4932A;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > header,
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > footer,
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow > header > .fsElementTitle,
body:not(.fsComposeMode) .fsContainer.full-width-yellow > header > .fsElementHeaderContent {
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsElement {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsElement > .fsElement {
  color: #1D1D1D;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-3 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-3 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-yellow > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-4 {
    padding-right: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow > footer > .fsElementFooterContent {
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow h1,
body:not(.fsComposeMode) .fsContainer.full-width-yellow h2,
body:not(.fsComposeMode) .fsContainer.full-width-yellow h3,
body:not(.fsComposeMode) .fsContainer.full-width-yellow h4,
body:not(.fsComposeMode) .fsContainer.full-width-yellow h5,
body:not(.fsComposeMode) .fsContainer.full-width-yellow h6,
body:not(.fsComposeMode) .fsContainer.full-width-yellow .lead-in,
body:not(.fsComposeMode) .fsContainer.full-width-yellow .fs_style_24,
body:not(.fsComposeMode) .fsContainer.full-width-yellow blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-yellow .blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-yellow .fs_style_28,
body:not(.fsComposeMode) .fsContainer.full-width-yellow .citation,
body:not(.fsComposeMode) .fsContainer.full-width-yellow .fs_style_30,
body:not(.fsComposeMode) .fsContainer.full-width-yellow cite {
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow a {
  color: #8C1515;
}

body:not(.fsComposeMode) .fsContainer.full-width-yellow a:hover,
body:not(.fsComposeMode) .fsContainer.full-width-yellow a:focus {
  color: #8C1515;
}

body:not(.fsComposeMode) .fsContainer.full-width-light {
  position: relative;
  max-width: 0vw;
  margin: 0 auto 40px;
  padding: 0;
}

body:not(.fsComposeMode) .fsContainer.full-width-light > header,
body:not(.fsComposeMode) .fsContainer.full-width-light > footer,
body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent {
  margin-right: -50vw;
  margin-left: -50vw;
  padding-right: 1.25em;
  padding-left: 1.25em;
  width: 100vw;
  background: #F2F2F2;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > header,
  body:not(.fsComposeMode) .fsContainer.full-width-light > footer,
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-light > header > .fsElementTitle,
body:not(.fsComposeMode) .fsContainer.full-width-light > header > .fsElementHeaderContent {
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsElement {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsElement > .fsElement {
  color: #1D1D1D;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-3 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-3 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-light > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-4 {
    padding-right: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-light > footer > .fsElementFooterContent {
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-light h1,
body:not(.fsComposeMode) .fsContainer.full-width-light h2,
body:not(.fsComposeMode) .fsContainer.full-width-light h3,
body:not(.fsComposeMode) .fsContainer.full-width-light h4,
body:not(.fsComposeMode) .fsContainer.full-width-light h5,
body:not(.fsComposeMode) .fsContainer.full-width-light h6,
body:not(.fsComposeMode) .fsContainer.full-width-light .lead-in,
body:not(.fsComposeMode) .fsContainer.full-width-light .fs_style_24,
body:not(.fsComposeMode) .fsContainer.full-width-light blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-light .blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-light .fs_style_28,
body:not(.fsComposeMode) .fsContainer.full-width-light .citation,
body:not(.fsComposeMode) .fsContainer.full-width-light .fs_style_30,
body:not(.fsComposeMode) .fsContainer.full-width-light cite {
  color: #1D1D1D;
}

body:not(.fsComposeMode) .fsContainer.full-width-light a {
  color: #8C1515;
}

body:not(.fsComposeMode) .fsContainer.full-width-light a:hover,
body:not(.fsComposeMode) .fsContainer.full-width-light a:focus {
  color: #8C1515;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark {
  position: relative;
  max-width: 0vw;
  margin: 0 auto 40px;
  padding: 0;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark > header,
body:not(.fsComposeMode) .fsContainer.full-width-dark > footer,
body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent {
  margin-right: -50vw;
  margin-left: -50vw;
  padding-right: 1.25em;
  padding-left: 1.25em;
  width: 100vw;
  background: #1D1D1D;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > header,
  body:not(.fsComposeMode) .fsContainer.full-width-dark > footer,
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-dark > header > .fsElementTitle,
body:not(.fsComposeMode) .fsContainer.full-width-dark > header > .fsElementHeaderContent {
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsElement {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsElement > .fsElement {
  color: #fff;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsTwoColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsThreeColumnLayout > .fsStyleColumn-3 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-1 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-2 {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-3 {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsContainer.full-width-dark > .fsElementContent > .fsFourColumnLayout > .fsStyleColumn-4 {
    padding-right: 0;
  }
}

body:not(.fsComposeMode) .fsContainer.full-width-dark > footer > .fsElementFooterContent {
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark h1,
body:not(.fsComposeMode) .fsContainer.full-width-dark h2,
body:not(.fsComposeMode) .fsContainer.full-width-dark h3,
body:not(.fsComposeMode) .fsContainer.full-width-dark h4,
body:not(.fsComposeMode) .fsContainer.full-width-dark h5,
body:not(.fsComposeMode) .fsContainer.full-width-dark h6,
body:not(.fsComposeMode) .fsContainer.full-width-dark .lead-in,
body:not(.fsComposeMode) .fsContainer.full-width-dark .fs_style_24,
body:not(.fsComposeMode) .fsContainer.full-width-dark blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-dark .blockquote,
body:not(.fsComposeMode) .fsContainer.full-width-dark .fs_style_28,
body:not(.fsComposeMode) .fsContainer.full-width-dark .citation,
body:not(.fsComposeMode) .fsContainer.full-width-dark .fs_style_30,
body:not(.fsComposeMode) .fsContainer.full-width-dark cite {
  color: #fff;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark a {
  color: #C4932A;
}

body:not(.fsComposeMode) .fsContainer.full-width-dark a:hover,
body:not(.fsComposeMode) .fsContainer.full-width-dark a:focus {
  color: #C4932A;
}

body:not(.fsComposeMode) .fsSingleItem.full-width-image {
  position: relative;
  max-width: 0vw;
  margin: 0 auto 20px;
  padding: 0;
}

body:not(.fsComposeMode) .fsSingleItem.full-width-image > .fsElementContent {
  margin-right: -50vw;
  margin-left: -50vw;
  padding-right: 0;
  padding-left: 0;
  width: 100vw;
}

body:not(.fsComposeMode) .fsSingleItem.full-width-image .fsResourceTypeImage {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow: hidden;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

body:not(.fsComposeMode) .fsSingleItem.full-width-image .fsResourceTypeImage img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

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