/*!
 * Eden Prairie Independent School District - default_19
 * @link: http://edenprorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Josh Webb
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.1.1
 * Git Tag: v5.1.1-36-g6086746
 * Last built by: Kosha Burnett
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

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

h1 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 11px;
}

h1.fsPageTitle:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-right: 5px;
  color: #D7282F;
  line-height: 50px;
}

h1.fsPageTitle:after {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 5px;
  color: #D7282F;
  line-height: 50px;
}

h2 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}

h3 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

h4 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
}

h5 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

h6 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #D7282F;
  font-weight: 700;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_25 {
  margin-bottom: 20px;
  border: 0 !important;
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_25 th {
  padding: 13px;
  background: #D7282F;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_25 td {
  padding: 13px;
  background-color: rgba(240, 240, 240, 0.25);
  font-size: 17px;
  line-height: 25px;
}

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

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

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

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

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_25:last-child {
  margin-bottom: 0;
}

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

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

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

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

.fs_style_26 {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.fs_style_26:before,
.fs_style_26:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.fs_style_26:before {
  left: 0;
}

.fs_style_26:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fs_style_26:hover:before,
.fs_style_26:hover:after,
.fs_style_26:focus:before,
.fs_style_26:focus:after,
.fsStateSelected .fs_style_26:before,
.fsStateSelected .fs_style_26:after,
.fs_style_26.on:before,
.fs_style_26.on:after {
  width: 50%;
}

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

.fs_style_27 {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #222222;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #222222;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.fs_style_27:before,
.fs_style_27:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.fs_style_27:before {
  left: 0;
}

.fs_style_27:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: transparent;
  color: #222222 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fs_style_27:hover:before,
.fs_style_27:hover:after,
.fs_style_27:focus:before,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:before,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:before,
.fs_style_27.on:after {
  width: 50%;
}

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

.fs_style_28 {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #222222;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #222222;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:before,
.fs_style_28:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.fs_style_28:before {
  left: 0;
}

.fs_style_28:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: transparent;
  color: #222222 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fs_style_28:hover:before,
.fs_style_28:hover:after,
.fs_style_28:focus:before,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:before,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:before,
.fs_style_28.on:after {
  width: 50%;
}

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

.fsStyleDefaultButton {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:before,
.fsStyleDefaultButton:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.fsStyleDefaultButton:before {
  left: 0;
}

.fsStyleDefaultButton:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:before,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:before,
.fsStyleDefaultButton.on:after {
  width: 50%;
}

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

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

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

.fsStyleUpdateButton:not(.fsSearchElementSearchButton) {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 16px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fsStyleUpdateButton:not(.fsSearchElementSearchButton):hover,
.fsStyleUpdateButton:not(.fsSearchElementSearchButton):focus,
.fsStateSelected .fsStyleUpdateButton:not(.fsSearchElementSearchButton),
.fsStyleUpdateButton:not(.fsSearchElementSearchButton).on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsElementDialog {
  color: #5f5f5f;
}

.lead-in,
.fs_style_24 {
  font-size: 1.375em;
  line-height: 1.36364em;
  color: #222222;
}

blockquote {
  position: relative;
  margin: 30px 0;
  background-color: #222222;
  padding: 73px 27px 33px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

blockquote:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  text-align: center;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  border-radius: 100%;
  background: #D7282F;
  position: absolute;
  top: 27px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

blockquote.left {
  float: left;
  margin-right: 20px;
}

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

blockquote.right {
  float: right;
  margin-left: 20px;
}

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

cite {
  display: block;
  margin: 12px 0 20px;
  font-style: normal;
  font-size: 17px;
  line-height: 19px;
  font-weight: normal;
}

.callout {
  padding: 20px;
  background: #D7282F;
  color: #fff;
}

.callout.left {
  float: left;
  margin-left: 20px;
}

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

.callout.right {
  float: right;
  margin-right: 20px;
}

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

body:not(.fsComposeMode) .callout-box {
  background: #f1f1f1;
  color: #5f5f5f;
}

body:not(.fsComposeMode) .callout-box > header {
  background-size: cover;
  background-position: 50% 50%;
}

body:not(.fsComposeMode) .callout-box > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .callout-box > header .fsElementHeaderContent figure {
  margin: 0;
  line-height: 0;
  visibility: hidden;
}

body:not(.fsComposeMode) .callout-box h2 {
  color: #222222;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-transform: none;
  margin-bottom: 18px;
}

body:not(.fsComposeMode) .callout-box a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28) {
  color: #c2242a;
  text-decoration: underline;
}

body:not(.fsComposeMode) .callout-box a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28):hover,
body:not(.fsComposeMode) .callout-box a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28):focus {
  color: #222222;
}

body:not(.fsComposeMode) .callout-box > .fsElementContent {
  padding: 30px;
}

body:not(.fsComposeMode) .callout-box.primary {
  background: #D7282F;
  color: #ffffff;
}

body:not(.fsComposeMode) .callout-box.primary h2 {
  color: inherit;
}

body:not(.fsComposeMode) .callout-box.primary a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28) {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .callout-box.primary a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28):hover {
  color: #fdfdfd;
  text-shadow: 1px 1px 0 #333;
}

body:not(.fsComposeMode) .callout-box.primary > header:before {
  background: #131313 !important;
}

body:not(.fsComposeMode) .callout-box.secondary {
  background: #222222;
  color: #ffffff;
}

body:not(.fsComposeMode) .callout-box.secondary h2 {
  color: inherit;
}

body:not(.fsComposeMode) .callout-box.secondary a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28) {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .callout-box.secondary a:not(.fs_style_26):not(.fs_style_27):not(.fs_style_28):hover {
  color: #ffffff;
  opacity: .66;
}

body:not(.fsComposeMode) .callout-box.secondary > header:before {
  background: #131313 !important;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
  }

  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header {
    z-index: 2;
  }

  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent {
    position: relative;
    z-index: 1;
  }

  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent:before,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent:before {
    content: "\E90B";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 312px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
}

body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent:before {
  left: -10px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent:before {
  right: -10px;
}

body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@-webkit-keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.photo-button {
  position: relative;
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

#fsBannerRight .photo-button,
#fsBannerLeft .photo-button {
  font-size: 16px;
  line-height: 24px;
}

#fsBannerRight .photo-button h2,
#fsBannerLeft .photo-button h2 {
  font-size: 25px;
  line-height: 35px;
}

.photo-button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.photo-button > header .fsElementHeaderContent {
  margin: 0;
}

.photo-button > header a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  font-size: 0;
  z-index: 2;
}

.photo-button > .fsElementContent {
  height: 100%;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  -webkit-transition: background .3s;
  transition: background .3s;
  background: rgba(215, 40, 47, 0);
}

.photo-button > .fsElementContent h2 {
  color: inherit;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.photo-button > .fsElementContent p {
  padding-top: 20px;
  margin: 0;
  max-height: 0px;
  overflow: hidden;
}

.photo-button:hover > .fsElementContent,
.photo-button:focus > .fsElementContent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(215, 40, 47, 0.9);
}

.photo-button:hover > .fsElementContent p,
.photo-button:focus > .fsElementContent p {
  max-height: 100%;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #222222;
  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;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

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

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

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

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

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

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

.nav-tier {
  background: #222222;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin: 0;
}

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

.nav-tier ul li a {
  display: block;
  padding: 17px 25px;
  color: #ffffff;
  background: transparent;
  font-weight: normal;
}

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

.nav-tier ul li.fsNavCurrentPage > a {
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
}

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
}

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

.nav-tier .fsNavLevel1 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav-tier .fsNavLevel1 > li > a {
  text-decoration: none;
}

.nav-tier .fsNavLevel2 {
  display: none;
}

.nav-sub {
  background: #222222;
  padding: 20px 30px;
}

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

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

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

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

.nav-sub ul li a {
  display: block;
  padding: 12px 10px;
  color: #fff;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
}

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

.nav-sub ul li.fsNavCurrentPage > a {
  color: #fff;
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

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

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

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

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

.nav-sub .fsNavLevel1 > li > a:hover,
.nav-sub .fsNavLevel1 > li > a:focus {
  background: #D7282F;
  font-weight: 700;
}

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

.nav-sub .fsNavLevel2 > li > a:hover,
.nav-sub .fsNavLevel2 > li > a:focus {
  background: #D7282F;
  font-weight: 700;
}

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

.nav-sub .fsNavLevel3 > li > a:hover,
.nav-sub .fsNavLevel3 > li > a:focus {
  background: #D7282F;
  font-weight: 700;
}

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

.nav-sub .fsNavLevel4 > li > a:hover,
.nav-sub .fsNavLevel4 > li > a:focus {
  background: #D7282F;
  font-weight: 700;
}

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

.nav-sub .fsNavLevel5 > li > a:hover,
.nav-sub .fsNavLevel5 > li > a:focus {
  background: #D7282F;
  font-weight: 700;
}

.nav-main {
  margin-bottom: 0;
  position: relative;
  height: 82px;
}

.sticky .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #D7282F;
  padding-right: 30px;
}

.sticky.fsAccountBarVisible .nav-main {
  top: 45px;
}

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

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

@media (min-width: 930px) {
  .nav-main {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 38px;
  }
}

@media (min-width: 930px) {
  .nav-main .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

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

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

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

.nav-main .fsNavLevel1 > li {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

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

.nav-main .fsNavLevel1 > li.fsNavParentPage > a:before {
  display: block;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 0 solid #222222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

.nav-main .fsNavLevel1 > li:hover > a:before {
  border-bottom: 10px solid #222222;
}

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

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #222222;
  background: transparent;
  padding: 30px 20px;
  text-decoration: none;
  position: relative;
}

.sticky .nav-main .fsNavLevel1 > li > a {
  padding: 15px 20px;
  color: #fff;
}

.has-hero .nav-main .fsNavLevel1 > li > a {
  color: #fff;
}

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

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

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

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}

.nav-main .fsNavPageInfo {
  background: #222222;
  text-align: left;
  z-index: 300;
  width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

.nav-main .fsNavPageThumbnail {
  height: 154px;
  width: 209px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 27px 28px 27px 27px;
}

.nav-main .fsNavPageDescription {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
  width: 195px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 27px 48px 27px 0;
}

.nav-main .fsNavLevel2 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.nav-main .fsNavLevel2.column-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: 30px;
}

.nav-main .fsNavLevel2.column-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-right: 30px;
}

.nav-main .fsNavLevel2 li {
  font-size: 15px;
  line-height: 19px;
}

.nav-main .fsNavLevel2 li:not(:last-child) {
  border-bottom: 1px solid #434343;
}

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

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

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

.drawer-ribbon {
  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;
  height: 24px;
  width: 75px;
  line-height: 0;
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 9001;
  margin: 0;
}

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

.drawer-is-active .drawer-ribbon {
  display: none;
}

.mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  padding: 16px 20px 16px 40px;
  text-transform: uppercase;
}

.mobile-toggle:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

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

.mobile-toggle:hover:before,
.mobile-toggle:focus:before {
  color: #ffffff;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, -webkit-transform .35s ease-in-out;
  transition: opacity .35s, visibility .35s, -webkit-transform .35s ease-in-out;
  transition: opacity .35s, visibility .35s, transform .35s ease-in-out;
  transition: opacity .35s, visibility .35s, transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 37.5em;
  background: #5f5f5f;
}

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, -webkit-transform .35s ease-in-out;
  transition: opacity .35s, visibility .35s, -webkit-transform .35s ease-in-out;
  transition: opacity .35s, visibility .35s, transform .35s ease-in-out;
  transition: opacity .35s, visibility .35s, transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 384px;
  background: #222222;
  z-index: 9000;
}

.fsMenu .fsEmbed {
  margin-bottom: 0;
}

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

.drawer-is-active .fsMenu:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 250%;
  height: 100%;
  background: repeating-linear-gradient(32deg, rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75) 20px, rgba(68, 68, 68, 0.8) 20px, rgba(68, 68, 68, 0.8) 22px);
  z-index: 400;
}

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

.fsMenu .menu-close {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 23px;
  right: 23px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  color: transparent;
  text-align: center;
  cursor: pointer;
  z-index: 9000;
}

.fsMenu .menu-close:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color .3s;
  transition: color .3s;
}

.fsMenu .menu-close:hover:before,
.fsMenu .menu-close:focus:before {
  color: #222222;
}

.fsMenu .nav-social {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.fsMenu .nav-social .fsNavLevel1 a {
  height: 35px;
  width: 35px;
  border-color: #fff;
}

.fsMenu .nav-social .fsNavLevel1 a:before {
  font-size: 18px;
  line-height: 35px;
}

.nav-utility-mobile {
  background: #D7282F;
  margin: 0 !important;
  padding: 0 !important;
  zoom: 1;
}

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

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

.nav-utility-mobile:after {
  display: table;
  clear: both;
  content: '';
}

.nav-utility-mobile.contact {
  padding: 0 0 20px !important;
}

.nav-utility-mobile .fsElementTitle {
  padding: 0 30px;
  font-size: 12px;
  color: #5f5f5f;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.nav-utility-mobile ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0;
}

.nav-utility-mobile ul.fsNavLevel1 li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.nav-utility-mobile ul.fsNavLevel1 li:first-child {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}

.nav-utility-mobile ul.fsNavLevel1 li:not(:last-child) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.nav-utility-mobile ul.fsNavLevel1 li.our-district > a {
  padding: 22px 10px;
  width: calc(100% - 75px);
}

.nav-utility-mobile ul.fsNavLevel1 li.our-district > a:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

.nav-utility-mobile ul.fsNavLevel1 li.search-trigger,
.nav-utility-mobile ul.fsNavLevel1 li.translate {
  display: none;
}

.nav-utility-mobile ul.fsNavLevel1 li:last-child {
  border: 0;
}

.nav-utility-mobile ul.fsNavLevel1 li.active {
  background: rgba(0, 0, 0, 0.1);
}

.nav-utility-mobile ul.fsNavLevel1 li.active > a {
  font-weight: 700;
}

.nav-utility-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a,
.nav-utility-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  text-decoration: underline;
}

.nav-utility-mobile ul.fsNavLevel1 li span.sub-trigger {
  display: block;
  width: 40px;
  height: 26px;
  position: absolute;
  top: 6px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

.nav-utility-mobile ul.fsNavLevel1 li span.sub-trigger:after {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 21px;
}

#fsMenu .nav-utility-mobile li.active > a {
  border: none;
  text-decoration: underline;
}

#fsMenu .nav-utility-mobile li.active > span.sub-trigger:after {
  content: "\E917";
}

.nav-utility-mobile ul.fsNavLevel1 li a {
  display: block;
  color: #fff;
  padding: 10px 10px;
  margin: 0 11px;
  text-decoration: none;
  letter-spacing: 1px;
}

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

.nav-utility-mobile ul.fsNavLevel2 {
  margin: 0;
  padding: 0 0 0 30px;
}

.nav-utility-mobile ul.fsNavLevel2 li {
  text-transform: none;
  font-size: 15px;
  line-height: 26px;
  border: none !important;
}

.nav-utility-mobile ul.fsNavLevel2 li:last-child {
  padding-bottom: 20px;
}

.nav-utility-mobile ul.fsNavLevel2 li > a {
  letter-spacing: normal;
  font-weight: normal;
  padding: 5px 10px;
}

.nav-utility-mobile .fsNavPageInfo {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: none;
  overflow: visible;
  max-height: 100%;
  display: none;
}

.nav-main-mobile {
  position: relative;
  top: 0;
  margin: 20px 0 30px !important;
  padding: 0;
  zoom: 1;
  background: #222222;
}

.nav-main-mobile,
.nav-main-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-main-mobile li {
  margin: 0;
  padding: 0;
}

.nav-main-mobile:after {
  display: table;
  clear: both;
  content: '';
}

.nav-main-mobile .fsElementTitle {
  padding: 0 30px;
  font-size: 12px;
  color: #5f5f5f;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.nav-main-mobile ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0 14px;
}

.nav-main-mobile ul.fsNavLevel1 li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 10;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.66);
}

.nav-main-mobile ul.fsNavLevel1 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.nav-main-mobile ul.fsNavLevel1 li.active {
  background: rgba(255, 255, 255, 0.1);
}

.nav-main-mobile ul.fsNavLevel1 li.active > a {
  font-weight: 700;
}

.nav-main-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a,
.nav-main-mobile ul.fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  text-decoration: underline;
}

.nav-main-mobile ul.fsNavLevel1 li span.sub-trigger {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
  cursor: pointer;
}

.nav-main-mobile ul.fsNavLevel1 li span.sub-trigger:after {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 21px;
}

#fsMenu .nav-main-mobile li.active > span.sub-trigger:after {
  content: "\E917";
}

.nav-main-mobile ul.fsNavLevel1 li a {
  display: block;
  color: #fff;
  padding: 15px 10px;
  margin: 0 11px;
  text-decoration: none;
  font-weight: 700;
}

.nav-main-mobile ul.fsNavLevel2 {
  margin: 0;
  padding: 0 0 0 30px;
}

.nav-main-mobile ul.fsNavLevel2 li {
  text-transform: none;
  border: none;
}

.nav-main-mobile ul.fsNavLevel2 li span.sub-trigger {
  top: 5px;
}

.nav-main-mobile ul.fsNavLevel2 li.active {
  background: none;
}

.nav-main-mobile ul.fsNavLevel2 li:last-child {
  padding-bottom: 20px;
}

.nav-main-mobile ul.fsNavLevel2 li > a {
  padding: 8px 10px;
  font-weight: normal;
}

.nav-main-mobile .fsNavPageInfo {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: none;
  overflow: visible;
  max-height: 100%;
  display: none;
}

.nav-main-mobile ul.fsNavLevel3 {
  padding: 0 0 0 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;
}

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

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

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

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\E907";
  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: "\E909";
  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: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\E90C";
  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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

.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 {
  text-decoration: none !important;
  background: #D7282F;
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  text-decoration: none !important;
  position: relative;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 100%;
}

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

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

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  text-decoration: none !important;
  background: #D7282F;
}

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

.utility-container {
  background: #D7282F;
  margin: 0;
}

@media (min-width: 930px) {
  .utility-container {
    padding-right: 42px;
    padding-left: 42px;
  }
}

.utility-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-utility-header {
  margin-bottom: 0;
  z-index: 9000;
}

.nav-utility-header.left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .nav-utility-header.left {
    display: none;
  }
}

.nav-utility-header.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}

@media (min-width: 700px) {
  .nav-utility-header.right {
    padding-right: 20px;
  }
}

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

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

.nav-utility-header .fsNavLevel1 li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.nav-utility-header .fsNavLevel1 li.fsNavParentPage > a {
  position: relative;
}

.nav-utility-header .fsNavLevel1 li.fsNavParentPage > a:before {
  display: block;
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 0 solid #222222;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-utility-header .fsNavLevel1 li.fsNavParentPage > a:after {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
}

.nav-utility-header .fsNavLevel1 li.fsNavParentPage:hover > a,
.nav-utility-header .fsNavLevel1 li.fsNavParentPage:focus > a {
  position: relative;
}

.nav-utility-header .fsNavLevel1 li.fsNavParentPage:hover > a:before,
.nav-utility-header .fsNavLevel1 li.fsNavParentPage:focus > a:before {
  border-bottom: 10px solid #222222;
}

.nav-utility-header .fsNavLevel1 li.our-district > a:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

@media (max-width: 700px) {
  .nav-utility-header .fsNavLevel1 li.contact-us {
    display: none;
  }
}

.nav-utility-header .fsNavLevel1 li.contact-us > a:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

.nav-utility-header .fsNavLevel1 li.translate {
  position: relative;
}

.nav-utility-header .fsNavLevel1 li.translate > a {
  padding-left: 40px;
}

.nav-utility-header .fsNavLevel1 li.translate > a:before {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 22px;
  line-height: 19px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.nav-utility-header .fsNavLevel1 li.translate > a:after {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 5px;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 99;
}

@media (min-width: 700px) {
  .nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate {
    margin-left: 0;
  }
}

@media (min-width: 930px) {
  .nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate {
    margin-left: 0;
  }
}

@media (min-width: 1180px) {
  .nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate {
    margin-left: 0;
  }
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate:hover,
.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate:focus {
  background: transparent;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate > .fsElementContent {
  height: 100%;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element label {
  position: absolute;
  top: -9999em;
  left: -9999em;
  z-index: -1;
  color: transparent;
  background: transparent;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget img,
.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget .goog-logo-link {
  display: none;
  color: #000000;
  background-color: #ffffff;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget > div {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget > div select::-ms-expand {
  display: none;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  border: none !important;
  border-radius: 0;
  font-size: 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget > div > select option {
  color: #000000;
  font-size: 14px;
  background: #ffffff;
}

.nav-utility-header .fsNavLevel1 li.translate .fsGoogleTranslate #google_translate_element .goog-te-gadget > span {
  display: none;
}

.nav-utility-header .fsNavLevel1 li.search-trigger > a {
  height: 36px;
  width: 40px;
  color: transparent;
  text-align: center;
  position: relative;
  font-size: 0;
}

.nav-utility-header .fsNavLevel1 li.search-trigger > a:before {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-utility-header .fsNavLevel1 li a {
  color: #fff;
  padding: 15px;
  font-weight: 800;
  text-decoration: none;
}

.nav-utility-header .fsNavLevel1 li:hover > a,
.nav-utility-header .fsNavLevel1 li:focus > a {
  background: #B2292E;
}

html.js .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo,
html:not(.js) .nav-utility-header .fsNavLevel1 li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.menu-item-open html.js .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-utility-header .fsNavLevel1 li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

html.js .nav-utility-header .fsNavLevel1 li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

html:not(.js) .nav-utility-header .fsNavLevel1 li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

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

html:not(.js) .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

html:not(.js) .nav-utility-header .fsNavLevel1 li:hover > .fsNavPageInfo {
  max-height: 9999px;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

@media (max-width: 599px) {
  html:not(.js) .nav-utility-header .fsNavLevel1 li:focus > .fsNavPageInfo {
    max-height: 9999px;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }
}

.nav-utility-header .fsNavPageInfo {
  background: #222222;
  text-align: left;
  z-index: 300;
  width: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.nav-utility-header .fsNavLevel2 {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.nav-utility-header .fsNavLevel2:first-child {
  padding: 30px 10px 30px 27px;
}

.nav-utility-header .fsNavLevel2:last-child {
  padding: 30px 27px 30px 10px;
}

.nav-utility-header .fsNavLevel2 li {
  font-size: 15px;
  line-height: 18px;
  display: block;
}

.nav-utility-header .fsNavLevel2 li:not(:last-child) {
  border-bottom: 1px solid #434343;
}

.nav-utility-header .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 10px 5px;
  text-transform: none;
}

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

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

.nav-utility-footer {
  margin-bottom: 20px;
}

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

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

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

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

.nav-utility-footer .fsNavLevel1 > li:not(:last-child) {
  padding-right: 24px;
  position: relative;
}

.nav-utility-footer .fsNavLevel1 > li:not(:last-child):after {
  display: block;
  content: '/';
  opacity: .5;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.nav-utility-footer .fsNavLevel1 > li a {
  padding: 0;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nav-utility-footer .fsNavLevel1 > li a:hover,
.nav-utility-footer .fsNavLevel1 > li a:focus {
  opacity: .7;
}

/*! structure - header v0.0.1 */

#fsHeader {
  background: #f1f1f1;
  z-index: 500;
}

#fsHeader .header-main {
  margin: 0;
  width: 100%;
  z-index: 500;
}

#fsHeader .header-main > .fsElementContent {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 930px) {
  #fsHeader .header-main > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.has-hero #fsHeader .header-main {
  position: absolute;
  top: 50px;
  left: 0;
}

.skip-link {
  margin: 0;
  z-index: 9002;
}

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

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

.site-info-container {
  height: 102px;
  width: 230px;
  margin: 0 auto 15px;
}

@media (min-width: 930px) {
  .site-info-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 38px;
  }
}

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

.has-hero .site-info-container figure.color {
  display: none;
}

.has-hero .site-info-container figure.white {
  display: block;
}

.site-info-container figure.white {
  display: none;
}

.site-info-container figure img {
  width: auto;
  max-height: 102px;
}

.site-info-container a {
  display: block;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}

.hero {
  height: 450px;
  position: relative;
  z-index: 1;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.hero:before {
  display: block;
  content: '';
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.hero .fsResourceTypeImage {
  display: none;
}

body:not(.fsComposeMode) .hero-slideshow {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  height: 383px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .hero-slideshow {
    height: 700px;
  }
}

body:not(.fsComposeMode) .hero-slideshow:before {
  display: block;
  content: '';
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: .75;
}

body:not(.fsComposeMode) .hero-slideshow > header {
  width: 100%;
  position: absolute;
  bottom: 83px;
  left: 0;
  z-index: 5;
  text-align: center;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .hero-slideshow > header {
    bottom: 50px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .hero-slideshow > header {
    bottom: 140px;
  }
}

body:not(.fsComposeMode) .hero-slideshow > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .hero-slideshow > header .fs_style_28 {
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  padding: 12px 20px;
  letter-spacing: 2px;
  line-height: 22px;
  font-weight: 900;
  background-color: rgba(34, 34, 34, 0.33);
  border: 2px solid #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

body:not(.fsComposeMode) .hero-slideshow > header .fs_style_28:hover,
body:not(.fsComposeMode) .hero-slideshow > header .fs_style_28:focus {
  background: #fff;
  color: #222222;
  text-shadow: none;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .hero-slideshow > header .fs_style_28 {
    width: auto;
    margin: 0 20px;
  }
}

body:not(.fsComposeMode) .hero-slideshow .scroll-down {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: transparent;
  font-size: 0;
  height: 52px;
  width: 28px;
  -webkit-animation: 4s bounce ease-in-out infinite;
  animation: 4s bounce ease-in-out infinite;
  cursor: pointer;
  z-index: 99;
}

body:not(.fsComposeMode) .hero-slideshow .scroll-down:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 25px;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .hero-slideshow .scroll-down {
    display: none;
  }
}

body:not(.fsComposeMode) .hero-slideshow .scroll-down:hover:before,
body:not(.fsComposeMode) .hero-slideshow .scroll-down:focus:before {
  color: #D7282F;
}

body:not(.fsComposeMode) .hero-slideshow .slick-slider {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .hero-slideshow .fsResourceTypeVideo {
  padding: 0 !important;
  position: relative;
}

@media (max-width: 700px) {
  body:not(.fsComposeMode) .hero-slideshow .fsResourceTypeVideo video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body:not(.fsComposeMode) .hero-slideshow article {
  padding: 0;
  display: block;
  height: 383px;
  width: 100%;
  background-size: cover;
  background-position: 50% top;
  overflow: hidden;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .hero-slideshow article {
    height: 700px;
  }
}

body:not(.fsComposeMode) .hero-slideshow article figure {
  visibility: hidden;
}

body:not(.fsComposeMode) .hero-slideshow .fsSlideshowPause,
body:not(.fsComposeMode) .hero-slideshow .fsSlideshowPlay {
  top: auto;
  bottom: 15px;
  left: 15px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .hero-slideshow .fsSlideshowPause,
  body:not(.fsComposeMode) .hero-slideshow .fsSlideshowPlay {
    left: 40px;
    bottom: 40px;
  }
}

#fsFooter {
  padding: 0 0 40px;
  color: #fff;
  text-align: center;
}

#fsFooter h2,
#fsFooter h3,
#fsFooter h4,
#fsFooter h5,
#fsFooter h6,
#fsFooter a {
  color: inherit;
}

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

@media (max-width: 1220px) {
  #fsFooter .fsBanner {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

#fsFooter .fsBanner:after {
  content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

#fsFooter .address-container {
  padding-top: 141px;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
}

#fsFooter .address-container:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 50px;
  position: absolute;
  top: 62px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 1250px) {
  #fsFooter .address-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  #fsFooter .address-container > .fsElementContent .school-details-container,
  #fsFooter .address-container > .fsElementContent .nav-utility-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  #fsFooter .address-container > .fsElementContent .nav-social {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: right;
  }
}

#fsFooter .school-details-container {
  margin-bottom: 0;
}

#fsFooter .nav-social {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .school-details [itemprop='name'],
  .school-details [itemprop='streetAddress'],
  .school-details [itemprop='addressLocality'] {
    display: inline-block;
    padding-right: 24px;
    position: relative;
  }

  .school-details [itemprop='name']:after,
  .school-details [itemprop='streetAddress']:after,
  .school-details [itemprop='addressLocality']:after {
    display: block;
    content: '/';
    opacity: .5;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.school-details {
  margin-bottom: 0;
}

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

@media (min-width: 700px) {
  .school-details [itemprop='address'] {
    display: inline-block;
  }
}

@media (max-width: 700px) {
  .school-details [itemprop='streetAddress'] {
    display: block;
  }
}

@media (min-width: 700px) {
  .school-details [itemprop='telephone'] {
    display: inline-block;
  }
}

@media (min-width: 1000px) {
  .school-details [itemprop='telephone'] {
    padding-right: 24px;
    position: relative;
  }

  .school-details [itemprop='telephone']:after {
    display: block;
    content: '/';
    opacity: .5;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: "Open Sans", sans-serif;
  background: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 850px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 520px);
    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: 750px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 320px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 850px) {
  .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: 850px) {
  .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: 850px) {
  .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: 850px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

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

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

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

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

@media (min-width: 850px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 320px;
    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: 750px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 850px) {
  .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% - 320px);
  }
}

#fsPoweredByFinalsite {
  margin: 20px auto;
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

.fsConstituent .fsFullName {
  font-size: 18px;
  line-height: 25px;
}

.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 #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  margin-bottom: 3px;
  display: block;
  font-size: 20px;
  line-height: 23px;
  padding: 15px 20px 19px;
  color: #222222;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

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

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

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 18px;
  font-family: "IcoMoon";
  content: "\E90D";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 18px;
  font-family: "IcoMoon";
  content: "\E917";
}

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

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 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 .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 82px;
  width: 82px;
  color: #222222;
  background: #ffffff;
  border: 3px solid #D7282F;
  border-radius: 100%;
  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;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}

.fsCalendar .fsDate > span.fsMonth {
  font-size: 17px;
}

.fsCalendar .fsDate > span.fsDay {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.fsCalendar .fsTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 10px;
}

.fsCalendar .fsTitle a {
  text-decoration: none;
  color: #222222;
}

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

.fsCalendar .fsEventDetails {
  font-size: 17px;
  line-height: 25px;
}

.fsCalendar .fsTimeRange {
  margin-bottom: 10px;
}

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

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

.fsCalendar article {
  margin-bottom: 40px;
}

.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(215, 40, 47, 0.15);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up span {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.scroll-up span:before,
.scroll-up span:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.scroll-up span:before {
  left: 0;
}

.scroll-up span:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.scroll-up span:hover:before,
.scroll-up span:hover:after,
.scroll-up span:focus:before,
.scroll-up span:focus:after,
.fsStateSelected .scroll-up span:before,
.fsStateSelected .scroll-up span:after,
.scroll-up span.on:before,
.scroll-up span.on:after {
  width: 50%;
}

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

.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.fsSlideshowHorizontal .fsElementSlideshow article {
  margin-bottom: 0;
  border: 0;
  padding: 100px 0 0 0;
  text-align: center;
  margin-top: 0;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 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: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
}

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

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

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #D7282F;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

.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: #D7282F;
  -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: #222222;
  -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 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 16px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #242424;
}

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

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

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

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

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

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #5f5f5f;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.fsResetContinue:before,
.fsResetContinue:after,
.fsResetCancel:before,
.fsResetCancel:after,
.fsLoginNewSuccess > button:before,
.fsLoginNewSuccess > button:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.fsResetContinue:before,
.fsResetCancel:before,
.fsLoginNewSuccess > button:before {
  left: 0;
}

.fsResetContinue:after,
.fsResetCancel:after,
.fsLoginNewSuccess > button:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fsResetContinue:hover:before,
.fsResetContinue:hover:after,
.fsResetContinue:focus:before,
.fsResetContinue:focus:after,
.fsStateSelected .fsResetContinue:before,
.fsStateSelected .fsResetContinue:after,
.fsResetContinue.on:before,
.fsResetContinue.on:after,
.fsResetCancel:hover:before,
.fsResetCancel:hover:after,
.fsResetCancel:focus:before,
.fsResetCancel:focus:after,
.fsStateSelected .fsResetCancel:before,
.fsStateSelected .fsResetCancel:after,
.fsResetCancel.on:before,
.fsResetCancel.on:after,
.fsLoginNewSuccess > button:hover:before,
.fsLoginNewSuccess > button:hover:after,
.fsLoginNewSuccess > button:focus:before,
.fsLoginNewSuccess > button:focus:after,
.fsStateSelected .fsLoginNewSuccess > button:before,
.fsStateSelected .fsLoginNewSuccess > button:after,
.fsLoginNewSuccess > button.on:before,
.fsLoginNewSuccess > button.on:after {
  width: 50%;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

.fsPostElement .fsTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 10px;
}

.fsPostElement .fsTitle a {
  text-decoration: none;
  color: #222222;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  color: #D7282F;
}

.fsPostElement .fsAuthor {
  font-size: 15px;
  line-height: 18px;
}

.fsPostElement .fsDateTime {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
}

.fsPostElement .fsSummary {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.fsPostElement .fsReadMoreLink {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

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

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

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

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

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

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

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearchElement.site-search {
  margin: 0;
  border-radius: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 9005;
  opacity: 0;
  height: 49px;
  width: 360px;
  max-width: 100%;
  position: absolute;
  top: -100px;
  right: 0px;
}

@media (min-width: 700px) {
  .fsSearchElement.site-search {
    right: 30px;
  }
}

.search-active .fsSearchElement.site-search {
  opacity: 1;
  top: 0px;
}

.fsSearchElement.site-search form {
  height: 49px;
  width: 100%;
  background: #B2292E;
}

.fsSearchElement.site-search form label {
  position: absolute;
  top: -100px;
  left: -100px;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}

.fsSearchElement.site-search form .fsStyleSearchField {
  width: calc(100% - 49px);
  border: 0;
  background: transparent;
  height: 49px;
  padding: 0 0 0 15px;
  color: #fff;
}

.fsSearchElement.site-search form .fsButtonClear {
  right: 59px;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 35px;
  width: 35px;
  background: transparent;
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 0;
  color: transparent;
  -webkit-transition: background .3s;
  transition: background .3s;
  border-radius: 100%;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:hover,
.fsSearchElement.site-search form .fsSearchElementSearchButton:focus {
  background: rgba(0, 0, 0, 0.2);
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:after {
  display: none;
}

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.vimeo_view_link a:before,
.vimeo_view_link a:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.vimeo_view_link a:before {
  left: 0;
}

.vimeo_view_link a:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.vimeo_view_link a:hover:before,
.vimeo_view_link a:hover:after,
.vimeo_view_link a:focus:before,
.vimeo_view_link a:focus:after,
.fsStateSelected .vimeo_view_link a:before,
.fsStateSelected .vimeo_view_link a:after,
.vimeo_view_link a.on:before,
.vimeo_view_link a.on:after {
  width: 50%;
}

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

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #5f5f5f;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.Youtube_view_link a:before,
.Youtube_view_link a:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.Youtube_view_link a:before {
  left: 0;
}

.Youtube_view_link a:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.Youtube_view_link a:hover:before,
.Youtube_view_link a:hover:after,
.Youtube_view_link a:focus:before,
.Youtube_view_link a:focus:after,
.fsStateSelected .Youtube_view_link a:before,
.fsStateSelected .Youtube_view_link a:after,
.Youtube_view_link a.on:before,
.Youtube_view_link a.on:after {
  width: 50%;
}

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

/*! elements - tabs */

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

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

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

.fsTabs .fsTabsNav li {
  margin-right: 12px;
  margin-bottom: 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  margin-bottom: 3px;
  display: block;
  font-size: 20px;
  line-height: 23px;
  padding: 15px 20px 19px;
  color: #222222;
  -webkit-transition: .3s;
  transition: .3s;
  background: #f1f1f1;
  color: #222222;
  font-size: 18px;
  line-height: 25px;
  padding: 13px 18px;
  margin-bottom: 0;
}

.fsTabs .fsTabsNav li a:hover {
  background: #222222;
  color: #fff;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #D7282F;
  color: #fff;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 30px 26px;
  border: 2px solid #D7282F;
}

@media (max-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    border: 0;
    padding: 20px 26px;
  }
}

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

@media (max-width: 600px) {
  .fsTabs .fsStateOpen {
    margin-bottom: 3px !important;
  }

  .fsTabs .fsStateOpen h2 {
    margin-bottom: 0 !important;
  }
}

/*! -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 10px;
  margin: 0;
}

.fsToolsList.fsStyleSelectList > li.fsStateSelected .fsStyleDefaultButton {
  color: #D7282F;
  background: #fff;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 0 0 20px;
  padding: 15px 29px;
  background: #D7282F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 3px solid #D7282F;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:before,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:after {
  display: block;
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:before {
  left: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:after {
  right: 0;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:focus,
.fsStateSelected .fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton.on {
  background: transparent;
  color: #D7282F !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1 !important;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover:before,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover:after,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:focus:before,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton:focus:after,
.fsStateSelected .fsToolsList.fsStyleSelectList .fsStyleDefaultButton:before,
.fsStateSelected .fsToolsList.fsStyleSelectList .fsStyleDefaultButton:after,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton.on:before,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton.on:after {
  width: 50%;
}

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

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

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

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

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #e5e5e5;
}

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

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
          box-shadow: inset 0 -1px 0 0 #e5e5e5;
}

.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: #e5e5e5;
  color: #5f5f5f;
  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: #cfcfcf;
  color: #5f5f5f;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #e5e5e5;
  color: #b2b2b2;
}

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

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #D7282F;
}

.fsElement .fsElementTitle {
  font-size: 30px;
  line-height: 40px;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  background: none;
}

.home #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: 50% top;
  background-attachment: fixed;
}

.home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.home .fsPageLayout {
  margin-right: 0px;
  margin-left: 0px;
}

.home .fsPageLayout > .fsDiv {
  padding: 0;
  margin-bottom: 0;
}

.home .fsPageLayout > .fsDiv > .fsElement {
  background: #fff;
  margin-bottom: 0;
}

body:not(.fsDraftMode) .unique > header .fsElementTitle,
body:not(.fsDraftMode) .inspire > header .fsElementTitle,
body:not(.fsComposeMode) .experience > header .fsElementTitle,
body:not(.fsComposeMode) .new-experience > header .fsElementTitle,
body:not(.fsComposeMode) .news-events > header .fsElementTitle,
body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 34px;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  margin: 0 15px 36px;
  padding-right: 36px;
  padding-left: 36px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique > header .fsElementTitle,
  body:not(.fsDraftMode) .inspire > header .fsElementTitle,
  body:not(.fsComposeMode) .experience > header .fsElementTitle,
  body:not(.fsComposeMode) .new-experience > header .fsElementTitle,
  body:not(.fsComposeMode) .news-events > header .fsElementTitle,
  body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle {
    font-size: 35px;
    letter-spacing: 2.33px;
    line-height: 48px;
  }
}

body:not(.fsDraftMode) .unique > header .fsElementTitle:before,
body:not(.fsDraftMode) .inspire > header .fsElementTitle:before,
body:not(.fsComposeMode) .experience > header .fsElementTitle:before,
body:not(.fsComposeMode) .new-experience > header .fsElementTitle:before,
body:not(.fsComposeMode) .news-events > header .fsElementTitle:before,
body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:before,
body:not(.fsDraftMode) .unique > header .fsElementTitle:after,
body:not(.fsDraftMode) .inspire > header .fsElementTitle:after,
body:not(.fsComposeMode) .experience > header .fsElementTitle:after,
body:not(.fsComposeMode) .new-experience > header .fsElementTitle:after,
body:not(.fsComposeMode) .news-events > header .fsElementTitle:after,
body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:after {
  display: inline-block;
  color: #D7282F;
  font-size: 40px;
  line-height: 34px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(0, -50%) rotateY(90deg);
          transform: translate(0, -50%) rotateY(90deg);
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique > header .fsElementTitle:before,
  body:not(.fsDraftMode) .inspire > header .fsElementTitle:before,
  body:not(.fsComposeMode) .experience > header .fsElementTitle:before,
  body:not(.fsComposeMode) .new-experience > header .fsElementTitle:before,
  body:not(.fsComposeMode) .news-events > header .fsElementTitle:before,
  body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:before,
  body:not(.fsDraftMode) .unique > header .fsElementTitle:after,
  body:not(.fsDraftMode) .inspire > header .fsElementTitle:after,
  body:not(.fsComposeMode) .experience > header .fsElementTitle:after,
  body:not(.fsComposeMode) .new-experience > header .fsElementTitle:after,
  body:not(.fsComposeMode) .news-events > header .fsElementTitle:after,
  body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:after {
    position: relative;
    line-height: 48px;
    top: 20px;
  }
}

body:not(.fsDraftMode) .unique > header .fsElementTitle:before,
body:not(.fsDraftMode) .inspire > header .fsElementTitle:before,
body:not(.fsComposeMode) .experience > header .fsElementTitle:before,
body:not(.fsComposeMode) .new-experience > header .fsElementTitle:before,
body:not(.fsComposeMode) .news-events > header .fsElementTitle:before,
body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique > header .fsElementTitle:before,
  body:not(.fsDraftMode) .inspire > header .fsElementTitle:before,
  body:not(.fsComposeMode) .experience > header .fsElementTitle:before,
  body:not(.fsComposeMode) .new-experience > header .fsElementTitle:before,
  body:not(.fsComposeMode) .news-events > header .fsElementTitle:before,
  body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:before {
    margin-right: 10px;
  }
}

body:not(.fsDraftMode) .unique > header .fsElementTitle:after,
body:not(.fsDraftMode) .inspire > header .fsElementTitle:after,
body:not(.fsComposeMode) .experience > header .fsElementTitle:after,
body:not(.fsComposeMode) .new-experience > header .fsElementTitle:after,
body:not(.fsComposeMode) .news-events > header .fsElementTitle:after,
body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:after {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique > header .fsElementTitle:after,
  body:not(.fsDraftMode) .inspire > header .fsElementTitle:after,
  body:not(.fsComposeMode) .experience > header .fsElementTitle:after,
  body:not(.fsComposeMode) .new-experience > header .fsElementTitle:after,
  body:not(.fsComposeMode) .news-events > header .fsElementTitle:after,
  body:not(.fsComposeMode) .connect-with-us > header .fsElementTitle:after {
    margin-left: 10px;
  }
}

body:not(.fsDraftMode) .unique > header .wingme.fsElementTitle:before,
body:not(.fsDraftMode) .inspire > header .wingme.fsElementTitle:before,
body:not(.fsComposeMode) .experience > header .wingme.fsElementTitle:before,
body:not(.fsComposeMode) .new-experience > header .wingme.fsElementTitle:before,
body:not(.fsComposeMode) .news-events > header .wingme.fsElementTitle:before,
body:not(.fsComposeMode) .connect-with-us > header .wingme.fsElementTitle:before,
body:not(.fsDraftMode) .unique > header .wingme.fsElementTitle:after,
body:not(.fsDraftMode) .inspire > header .wingme.fsElementTitle:after,
body:not(.fsComposeMode) .experience > header .wingme.fsElementTitle:after,
body:not(.fsComposeMode) .new-experience > header .wingme.fsElementTitle:after,
body:not(.fsComposeMode) .news-events > header .wingme.fsElementTitle:after,
body:not(.fsComposeMode) .connect-with-us > header .wingme.fsElementTitle:after {
  -webkit-transform: translate(0, -50%) rotateY(0deg);
          transform: translate(0, -50%) rotateY(0deg);
}

body:not(.fsDraftMode) .unique > footer .paging,
body:not(.fsDraftMode) .inspire > footer .paging,
body:not(.fsComposeMode) .experience > footer .paging,
body:not(.fsComposeMode) .new-experience > footer .paging {
  position: relative;
  height: 112px;
  width: 100%;
}

@media (min-width: 1000px) {
  body:not(.fsDraftMode) .unique > footer .paging,
  body:not(.fsDraftMode) .inspire > footer .paging,
  body:not(.fsComposeMode) .experience > footer .paging,
  body:not(.fsComposeMode) .new-experience > footer .paging {
    height: 156px;
  }
}

body:not(.fsDraftMode) .unique > footer .paging span,
body:not(.fsDraftMode) .inspire > footer .paging span,
body:not(.fsComposeMode) .experience > footer .paging span,
body:not(.fsComposeMode) .new-experience > footer .paging span {
  display: none;
}

body:not(.fsDraftMode) .unique > footer .paging .slick-prev,
body:not(.fsDraftMode) .inspire > footer .paging .slick-prev,
body:not(.fsComposeMode) .experience > footer .paging .slick-prev,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-prev,
body:not(.fsDraftMode) .unique > footer .paging .slick-next,
body:not(.fsDraftMode) .inspire > footer .paging .slick-next,
body:not(.fsComposeMode) .experience > footer .paging .slick-next,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-next,
body:not(.fsDraftMode) .unique > footer .paging .slick-arrow,
body:not(.fsDraftMode) .inspire > footer .paging .slick-arrow,
body:not(.fsComposeMode) .experience > footer .paging .slick-arrow,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

body:not(.fsDraftMode) .unique > footer .paging .slick-prev:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-prev:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-prev:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-prev:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-next:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-next:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-next:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-next:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-arrow:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-arrow:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-arrow:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow:before {
  font-size: 20px;
  color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsDraftMode) .unique > footer .paging .slick-prev:hover:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-prev:hover:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-prev:hover:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-prev:hover:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-prev:focus:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-prev:focus:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-prev:focus:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-prev:focus:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-next:hover:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-next:hover:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-next:hover:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-next:hover:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-next:focus:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-next:focus:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-next:focus:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-next:focus:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-arrow:hover:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-arrow:hover:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-arrow:hover:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow:hover:before,
body:not(.fsDraftMode) .unique > footer .paging .slick-arrow:focus:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-arrow:focus:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-arrow:focus:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow:focus:before {
  color: #D7282F;
}

body:not(.fsDraftMode) .unique > footer .paging .slick-prev,
body:not(.fsDraftMode) .inspire > footer .paging .slick-prev,
body:not(.fsComposeMode) .experience > footer .paging .slick-prev,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-prev,
body:not(.fsDraftMode) .unique > footer .paging .fsLeftArrow,
body:not(.fsDraftMode) .inspire > footer .paging .fsLeftArrow,
body:not(.fsComposeMode) .experience > footer .paging .fsLeftArrow,
body:not(.fsComposeMode) .new-experience > footer .paging .fsLeftArrow {
  left: 50%;
  -webkit-transform: translate(-50px, -50%);
      -ms-transform: translate(-50px, -50%);
          transform: translate(-50px, -50%);
}

body:not(.fsDraftMode) .unique > footer .paging .slick-prev:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-prev:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-prev:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-prev:before,
body:not(.fsDraftMode) .unique > footer .paging .fsLeftArrow:before,
body:not(.fsDraftMode) .inspire > footer .paging .fsLeftArrow:before,
body:not(.fsComposeMode) .experience > footer .paging .fsLeftArrow:before,
body:not(.fsComposeMode) .new-experience > footer .paging .fsLeftArrow:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsDraftMode) .unique > footer .paging .slick-next,
body:not(.fsDraftMode) .inspire > footer .paging .slick-next,
body:not(.fsComposeMode) .experience > footer .paging .slick-next,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-next,
body:not(.fsDraftMode) .unique > footer .paging .fsRightArrow,
body:not(.fsDraftMode) .inspire > footer .paging .fsRightArrow,
body:not(.fsComposeMode) .experience > footer .paging .fsRightArrow,
body:not(.fsComposeMode) .new-experience > footer .paging .fsRightArrow {
  left: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 1px solid rgba(137, 137, 137, 0.25);
}

body:not(.fsDraftMode) .unique > footer .paging .slick-next:before,
body:not(.fsDraftMode) .inspire > footer .paging .slick-next:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-next:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-next:before,
body:not(.fsDraftMode) .unique > footer .paging .fsRightArrow:before,
body:not(.fsDraftMode) .inspire > footer .paging .fsRightArrow:before,
body:not(.fsComposeMode) .experience > footer .paging .fsRightArrow:before,
body:not(.fsComposeMode) .new-experience > footer .paging .fsRightArrow:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsDraftMode) .unique {
  padding-top: 45px;
  overflow: hidden;
  position: relative;
  background: transparent;
}

body:not(.fsDraftMode) .unique img {
  opacity: 0;
}

body:not(.fsDraftMode) .unique .fsResourceElement .fsListItems {
  margin: 0;
  display: block;
}

body:not(.fsDraftMode) .unique .fsResourceElement .fsListItems article {
  padding: 0;
  opacity: 0;
}

body:not(.fsDraftMode) .unique .fsResourceElement .fsListItems article.slick-slide {
  opacity: 1;
}

body:not(.fsDraftMode) .unique .fsResourceElement .fsListItems article figure {
  width: 100%;
}

body:not(.fsDraftMode) .unique .fsResourceElement .fsListItems article figcaption {
  margin: 0;
}

body:not(.fsDraftMode) .unique > header {
  padding-top: 20px;
  position: relative;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique > header {
    padding-bottom: 26px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsDraftMode) .unique > header {
    padding-bottom: 46px;
  }
}

body:not(.fsDraftMode) .unique > header .fsElementTitle {
  z-index: 2;
}

body:not(.fsDraftMode) .unique .bg-circles {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background .5s;
  transition: background .5s;
}

body:not(.fsDraftMode) .unique .bg-circles.triggered .floating-circle,
body:not(.fsDraftMode) .unique .bg-circles.triggered .floating-circle2,
body:not(.fsDraftMode) .unique .bg-circles.triggered .floating-circle3,
body:not(.fsDraftMode) .unique .bg-circles.triggered .floating-circle4,
body:not(.fsDraftMode) .unique .bg-circles.triggered .bg-circle {
  opacity: 1;
}

body:not(.fsDraftMode) .unique .bg-circles #floatingCirclePath,
body:not(.fsDraftMode) .unique .bg-circles #floatingCircle2Path,
body:not(.fsDraftMode) .unique .bg-circles #floatingCircle3Path,
body:not(.fsDraftMode) .unique .bg-circles #floatingCircle4Path {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}

body:not(.fsDraftMode) .unique .bg-circles .floating-circle,
body:not(.fsDraftMode) .unique .bg-circles .floating-circle2,
body:not(.fsDraftMode) .unique .bg-circles .floating-circle3,
body:not(.fsDraftMode) .unique .bg-circles .floating-circle4 {
  display: block;
  border-radius: 100%;
  background: #f1f1f1;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  height: 50px;
  width: 50px;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

body:not(.fsDraftMode) .unique .bg-circles .floating-circle2 {
  height: 75px;
  width: 75px;
}

body:not(.fsDraftMode) .unique .bg-circles .floating-circle3 {
  height: 25px;
  width: 25px;
}

body:not(.fsDraftMode) .unique .bg-circles .floating-circle4 {
  height: 90px;
  width: 90px;
}

body:not(.fsDraftMode) .unique .bg-circles .bg-circle {
  display: block;
  border-radius: 100%;
  background: #f1f1f1;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

body:not(.fsDraftMode) .unique .bg-circles .bg-circle.one {
  height: 475px;
  width: 475px;
  top: 57px;
  left: 1.04167%;
}

body:not(.fsDraftMode) .unique .bg-circles .bg-circle.two {
  height: 164px;
  width: 164px;
  top: 470px;
  left: 4.86111%;
}

body:not(.fsDraftMode) .unique .bg-circles .bg-circle.three {
  height: 183px;
  width: 183px;
  top: 126px;
  left: 43.125%;
}

body:not(.fsDraftMode) .unique .bg-circles .bg-circle.four {
  height: 382px;
  width: 382px;
  top: 252px;
  left: 52.36111%;
}

body:not(.fsDraftMode) .unique .bg-circles .bg-circle.five {
  height: 279px;
  width: 279px;
  top: 126px;
  left: 79.51389%;
}

body:not(.fsDraftMode) .unique .unique-slider-1 {
  margin: 0 15px;
  z-index: 30;
  background: #D7282F;
  width: auto;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique .unique-slider-1 {
    width: 700px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1000px) {
  body:not(.fsDraftMode) .unique .unique-slider-1 {
    margin-left: 16.66667%;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure {
  width: 280px;
  margin: 0;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 385px;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > header,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent picture,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > header,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure picture {
  height: 220px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% top;
  display: block;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > header,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent picture,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > header,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure picture {
    width: 50%;
    height: 385px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > header figure,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent picture figure,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > header figure,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure picture figure {
  display: none;
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption {
  background: #D7282F;
  color: #fff;
  padding: 20px;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption {
    width: 50%;
    height: 385px;
    overflow: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 30px;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent a,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption a,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent a,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption a {
  color: #fff;
  text-decoration: none;
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent a:hover,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent a:focus,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption a:hover,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption a:focus,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent a:hover,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent a:focus,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption a:hover,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption a:focus {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent h2,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent .fsTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption h2,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption .fsTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent h2,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent .fsTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption h2,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption .fsTitle {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent h2,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent .fsResourceTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent > .fsElementContent .fsTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption h2,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption .fsResourceTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsElement.fsContent figcaption .fsTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent h2,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent .fsResourceTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure > .fsElementContent .fsTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption h2,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption .fsResourceTitle,
  body:not(.fsDraftMode) .unique .unique-slider-1 .fsResource figure figcaption .fsTitle {
    font-size: 25px;
    line-height: 35px;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-1 .fsResourceName {
  display: none;
}

body:not(.fsDraftMode) .unique > footer {
  position: relative;
  z-index: 10;
}

@media (min-width: 1000px) {
  body:not(.fsDraftMode) .unique > footer {
    margin-top: -50px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsDraftMode) .unique > footer > .fsElementFooterContent {
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsDraftMode) .unique > footer .paging {
    height: 50px;
    width: 101px;
    left: 16.66667%;
    margin-left: 720px;
  }

  body:not(.fsDraftMode) .unique > footer .paging button {
    z-index: 10;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-2 {
  display: none;
  z-index: 1;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .unique .unique-slider-2 {
    display: block;
    width: 100%;
    position: absolute;
    top: 275px;
    left: 0;
  }
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource {
  height: 200px;
  width: 279px;
  overflow: hidden;
  position: relative;
  margin: 0 1px;
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent:before,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: background .3s;
  transition: background .3s;
  background: rgba(215, 40, 47, 0);
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent:hover:before,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource:hover:before {
  background: rgba(215, 40, 47, 0.9);
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent > header,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent picture,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource > header,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource picture {
  height: 200px;
  width: 279px;
  background-size: cover;
  background-position: 50% top;
  display: block;
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent > .fsElementContent,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent figcaption,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource > .fsElementContent,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource figcaption {
  height: 200px;
  width: 279px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  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;
  z-index: 1;
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent > .fsElementContent:before,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent figcaption:before,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource > .fsElementContent:before,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource figcaption:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent > .fsElementContent h2,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent > .fsElementContent .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent figcaption h2,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent figcaption .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource > .fsElementContent h2,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource > .fsElementContent .fsResourceTitle,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource figcaption h2,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource figcaption .fsResourceTitle {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
}

body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent > .fsElementContent p,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsContent figcaption p,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource > .fsElementContent p,
body:not(.fsDraftMode) .unique .unique-slider-2 .fsResource figcaption p {
  display: none;
}

body.fsDraftMode .unique img {
  max-width: 300px;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }

  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }

  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

body:not(.fsDraftMode) .inspire {
  background: rgba(241, 241, 241, 0.9) !important;
}

body:not(.fsDraftMode) .inspire > header {
  padding-top: 46px;
}

@media (min-width: 700px) {
  body:not(.fsDraftMode) .inspire > header {
    padding-top: 76px;
  }
}

body:not(.fsDraftMode) .inspire .fsListItems {
  margin: 0;
  display: block;
}

body:not(.fsDraftMode) .inspire > .fsElementContent {
  margin-bottom: 0;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsElementSlideshow {
  margin: 0;
  padding: 0;
}

@media (min-width: 1400px) {
  body:not(.fsDraftMode) .inspire > .fsElementContent .slick-list {
    height: 340px !important;
  }
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent,
body:not(.fsDraftMode) .inspire > .fsElementContent article {
  position: relative;
  border-radius: 100%;
  padding: 0;
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1400px) {
  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent,
  body:not(.fsDraftMode) .inspire > .fsElementContent article {
    margin-top: 56px;
    width: 225px !important;
  }
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:after,
body:not(.fsDraftMode) .inspire > .fsElementContent article:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 100%;
  content: "";
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner > .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner > .fsTitle {
  display: none;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner:before,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner:before {
  display: block;
  content: '';
  height: 65%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner > header,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner > header {
  padding-bottom: 40px;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner > header .fsElementTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner > header .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner > header .fsElementTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner > header .fsTitle {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .circle-inner > header .fsResourceName,
body:not(.fsDraftMode) .inspire > .fsElementContent article .circle-inner > header .fsResourceName {
  display: none;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure {
  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;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 5;
  border-radius: 100%;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure .fsTitle {
  display: none;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent h3,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure h3,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent h3,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure h3,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure .fsTitle {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  color: inherit;
  margin: 0 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent figcaption .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure figcaption .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent figcaption .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure figcaption .fsTitle {
  display: block !important;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent p,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure p,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent p,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure p {
  margin: 0 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent p:first-of-type,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure p:first-of-type,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent p:first-of-type,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure p:first-of-type {
  display: none;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent a,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure a,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent a,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure a {
  color: inherit;
  text-decoration: none;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent .fsElementContent a:hover,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent figure a:hover,
body:not(.fsDraftMode) .inspire > .fsElementContent article .fsElementContent a:hover,
body:not(.fsDraftMode) .inspire > .fsElementContent article figure a:hover {
  color: #ffffff;
  text-decoration: underline;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent picture,
body:not(.fsDraftMode) .inspire > .fsElementContent article picture {
  display: none;
}

@media (min-width: 1400px) {
  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:not(.slick-current) h3,
  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:not(.slick-current) p:not(:last-child),
  body:not(.fsDraftMode) .inspire > .fsElementContent article:not(.slick-current) h3,
  body:not(.fsDraftMode) .inspire > .fsElementContent article:not(.slick-current) p:not(:last-child) {
    display: none;
  }
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus-within .circle-inner,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus-within .circle-inner {
  background: rgba(215, 40, 47, 0.85);
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus-within header,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus-within header {
  opacity: 0;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus-within .fsElementContent,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus-within .fsElementContent {
  opacity: 1;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:hover .circle-inner,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus .circle-inner,
body:not(.fsDraftMode) .inspire > .fsElementContent article:hover .circle-inner,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus .circle-inner {
  background: rgba(215, 40, 47, 0.85);
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:hover .circle-inner figure,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus .circle-inner figure,
body:not(.fsDraftMode) .inspire > .fsElementContent article:hover .circle-inner figure,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus .circle-inner figure {
  opacity: 1;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:hover header,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus header,
body:not(.fsDraftMode) .inspire > .fsElementContent article:hover header,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus header {
  opacity: 0;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:hover .fsElementContent,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent:focus .fsElementContent,
body:not(.fsDraftMode) .inspire > .fsElementContent article:hover .fsElementContent,
body:not(.fsDraftMode) .inspire > .fsElementContent article:focus .fsElementContent {
  opacity: 1;
}

@media (min-width: 1400px) {
  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current,
  body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    margin: 57px 65px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current .circle-inner > header,
  body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current .circle-inner > header {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }

  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current .circle-inner > .fsElementContent,
  body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current figure,
  body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current .circle-inner > .fsElementContent,
  body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current figure {
    -webkit-transform: scale(0.68);
        -ms-transform: scale(0.68);
            transform: scale(0.68);
  }
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current .circle-inner .fsElementTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current .circle-inner .fsTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current .circle-inner .fsElementTitle,
body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current .circle-inner .fsTitle {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
}

body:not(.fsDraftMode) .inspire > .fsElementContent .fsContent.slick-current .circle-inner p:first-of-type,
body:not(.fsDraftMode) .inspire > .fsElementContent article.slick-current .circle-inner p:first-of-type {
  display: block !important;
}

body.fsDraftMode .inspire .fsContent,
body.fsDraftMode .inspire .fsResource {
  width: 300px;
  height: 300px;
  background-size: contain;
}

body:not(.fsComposeMode) .experience {
  background: #D7282F !important;
  color: #ffffff;
  padding-top: 46px;
  overflow: hidden;
}

body:not(.fsComposeMode) .experience .fsListItems {
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode) .experience > header .fsElementTitle {
  color: #ffffff;
}

body:not(.fsComposeMode) .experience > header .fsElementTitle:before,
body:not(.fsComposeMode) .experience > header .fsElementTitle:after {
  color: #ffffff;
}

body:not(.fsComposeMode) .experience > .fsElementContent {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .experience > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1379px) {
  body:not(.fsComposeMode) .experience > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1379px;
    display: block;
    display: block;
    height: 778px;
  }
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource {
  min-height: 260px;
  margin-bottom: 0;
  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;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  -webkit-transition: background all .5s;
  transition: background all .5s;
  background-size: cover;
  background-position: center;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent img,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource img {
  display: none;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:before,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(34, 34, 34, 0.3);
  z-index: -1;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    height: 230px;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:nth-child(3),
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:nth-child(3) {
    width: 100%;
    height: 402px;
  }
}

@media (min-width: 1379px) {
  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 50px;
    width: 28.13633%;
    position: absolute;
    -webkit-transform: rotateX(0) translateY(500px);
            transform: rotateX(0) translateY(500px);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:first-child,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:first-child {
    padding-right: 40px;
    top: 0;
    left: 0;
  }

  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsContent:first-child,
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsResource:first-child {
    -webkit-animation: flip 1.2s forwards ease-in-out;
    animation: flip 1.2s forwards ease-in-out;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:nth-child(2),
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:nth-child(2) {
    top: 106px;
    right: 0;
  }

  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsContent:nth-child(2),
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsResource:nth-child(2) {
    -webkit-animation: flip 1.2s forwards ease-in-out;
    animation: flip 1.2s forwards ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:nth-child(3),
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:nth-child(3) {
    left: 25.67078%;
    width: 46.70051%;
    height: 583px;
    z-index: 5;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    top: 46px;
    -webkit-transform: rotateX(0) translateY(731px);
            transform: rotateX(0) translateY(731px);
  }

  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsContent:nth-child(3),
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsResource:nth-child(3) {
    -webkit-animation: flip 1.2s forwards ease-in-out;
    animation: flip 1.2s forwards ease-in-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:nth-child(4),
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:nth-child(4) {
    padding-right: 50px;
    top: 306px;
    left: 0.50761%;
  }

  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsContent:nth-child(4),
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsResource:nth-child(4) {
    -webkit-animation: flip 1.2s forwards ease-in-out;
    animation: flip 1.2s forwards ease-in-out;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:nth-child(5),
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:nth-child(5) {
    padding-left: 84px;
    bottom: 47px;
    right: 5.36621%;
  }

  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsContent:nth-child(5),
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsResource:nth-child(5) {
    -webkit-animation: flip 1.2s forwards ease-in-out;
    animation: flip 1.2s forwards ease-in-out;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:nth-child(n + 6),
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:nth-child(n + 6) {
    display: none;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus-within,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus-within {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 10;
    padding: 20px !important;
  }

  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:hover,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:hover,
  body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 10;
    padding: 20px !important;
  }
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > header .fsElementHeaderContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > header .fsElementHeaderContent p,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > header .fsElementHeaderContent p {
  margin: 0;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > header .fsElementHeaderContent a,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > header .fsElementHeaderContent a {
  display: block;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent .fsElementTitle,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent .fsTitle.fsResourceTitle,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource .fsElementTitle,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource .fsTitle.fsResourceTitle {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.66);
  color: #fff;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent h2,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent h3,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent h4,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent h5,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent h6,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource h2,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource h3,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource h4,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource h5,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource h6 {
  color: inherit;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent figcaption p,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource figcaption p {
  display: none;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > .fsElementContent a,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent figcaption p a,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > .fsElementContent a,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource figcaption p a {
  color: #fff;
  text-decoration: none;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > .fsElementContent a:hover,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent > .fsElementContent a:focus,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent figcaption p a:hover,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent figcaption p a:focus,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > .fsElementContent a:hover,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource > .fsElementContent a:focus,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource figcaption p a:hover,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource figcaption p a:focus {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus-within > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus-within figcaption p,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus-within > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus-within figcaption p {
  display: block;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus-within:before,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus-within:before {
  background: rgba(34, 34, 34, 0.9);
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:hover > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:hover figcaption p,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus figcaption p,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:hover > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:hover figcaption p,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus > .fsElementContent,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus figcaption p {
  display: block;
}

body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:hover:before,
body:not(.fsComposeMode) .experience > .fsElementContent .fsContent:focus:before,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:hover:before,
body:not(.fsComposeMode) .experience > .fsElementContent .fsResource:focus:before {
  background: rgba(34, 34, 34, 0.9);
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .experience > footer {
    display: none;
  }
}

body:not(.fsComposeMode) .experience > footer .paging .slick-arrow {
  border-color: rgba(255, 255, 255, 0.25);
}

body:not(.fsComposeMode) .experience > footer .paging .slick-arrow:before {
  color: #fff;
}

body:not(.fsComposeMode) .experience > footer .paging .slick-arrow:hover:before,
body:not(.fsComposeMode) .experience > footer .paging .slick-arrow:focus:before {
  color: #222222;
}

@media (min-width: 1379px) {
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsContent,
  body:not(.fsComposeMode) .experience.triggered > .fsElementContent .fsResource {
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  0% {
    transform: rotateX(-90deg) translateY(500px);
    -webkit-transform: rotateX(-90deg) translateY(500px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes flip {
  0% {
    transform: rotateX(-90deg) translateY(500px);
    -webkit-transform: rotateX(-90deg) translateY(500px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
  }
}

body:not(.fsComposeMode) .new-experience {
  background: #D7282F !important;
  color: #ffffff;
  padding-top: 46px;
  overflow: hidden;
  padding-bottom: 30px;
}

body:not(.fsComposeMode) .new-experience .fsListItems {
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode) .new-experience > header .fsElementTitle {
  color: #ffffff;
}

body:not(.fsComposeMode) .new-experience > header .fsElementTitle:before,
body:not(.fsComposeMode) .new-experience > header .fsElementTitle:after {
  color: #ffffff;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .new-experience > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource {
  min-height: 260px;
  margin-bottom: 0;
  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;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  -webkit-transition: background all .5s;
  transition: background all .5s;
  background-size: cover;
  background-position: center;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent img,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource img {
  display: none;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:before,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(34, 34, 34, 0.3);
  z-index: -1;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent,
  body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    height: 230px;
  }
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > header .fsElementHeaderContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > header .fsElementHeaderContent p,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > header .fsElementHeaderContent p {
  margin: 0;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > header .fsElementHeaderContent a,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > header .fsElementHeaderContent a {
  display: block;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent .fsElementTitle,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent .fsTitle.fsResourceTitle,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource .fsElementTitle,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource .fsTitle.fsResourceTitle {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 0;
  font-weight: 900;
  color: #222222;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 34px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.66);
  color: #fff;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent h2,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent h3,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent h4,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent h5,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent h6,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource h2,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource h3,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource h4,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource h5,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource h6 {
  color: inherit;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent figcaption p,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource figcaption p {
  display: none;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > .fsElementContent a,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent figcaption p a,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > .fsElementContent a,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource figcaption p a {
  color: #fff;
  text-decoration: none;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > .fsElementContent a:hover,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent > .fsElementContent a:focus,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent figcaption p a:hover,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent figcaption p a:focus,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > .fsElementContent a:hover,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource > .fsElementContent a:focus,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource figcaption p a:hover,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource figcaption p a:focus {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:focus-within > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:focus-within figcaption p,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:focus-within > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:focus-within figcaption p {
  display: block;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:focus-within:before,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:focus-within:before {
  background: rgba(34, 34, 34, 0.9);
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:hover > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:hover figcaption p,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:focus > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:focus figcaption p,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:hover > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:hover figcaption p,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:focus > .fsElementContent,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:focus figcaption p {
  display: block;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:hover:before,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsContent:focus:before,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:hover:before,
body:not(.fsComposeMode) .new-experience > .fsElementContent .fsResource:focus:before {
  background: rgba(34, 34, 34, 0.9);
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .eight {
  width: 100%;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .eight .fsListItems {
  max-width: 1380px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .new-experience > .fsElementContent .eight .fsResource {
    width: calc(33.33% - 10px);
    height: 270px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .eight .fsResource:nth-child(4),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .eight .fsResource:nth-child(8) {
    width: 100%;
    height: 500px;
  }
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .nine {
  width: 100%;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .nine .fsListItems {
  max-width: 1380px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .new-experience > .fsElementContent .nine .fsResource {
    width: calc(33.33% - 10px);
    height: 270px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .nine .fsResource:nth-child(4) {
    width: 100%;
    height: 500px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .nine .fsResource:nth-child(5),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .nine .fsResource:nth-child(6) {
    width: calc(50% - 10px);
    height: 360px;
  }
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .ten {
  width: 100%;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .ten .fsListItems {
  max-width: 1380px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .new-experience > .fsElementContent .ten .fsResource {
    width: calc(33.33% - 10px);
    height: 270px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .ten .fsResource:nth-child(4),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .ten .fsResource:nth-child(8) {
    width: 100%;
    height: 500px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .ten .fsResource:nth-child(9),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .ten .fsResource:nth-child(10) {
    width: calc(50% - 10px);
    height: 360px;
  }
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven {
  width: 100%;
}

body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsListItems {
  max-width: 1380px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsResource {
    width: calc(33.33% - 10px);
    height: 270px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsResource:nth-child(4) {
    width: 100%;
    height: 500px;
  }

  body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsResource:nth-child(5),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsResource:nth-child(6),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsResource:nth-child(10),
  body:not(.fsComposeMode) .new-experience > .fsElementContent .eleven .fsResource:nth-child(11) {
    width: calc(50% - 10px);
    height: 360px;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .new-experience > footer {
    display: none;
  }
}

body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow {
  border-color: rgba(255, 255, 255, 0.25);
}

body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow:before {
  color: #fff;
}

body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow:hover:before,
body:not(.fsComposeMode) .new-experience > footer .paging .slick-arrow:focus:before {
  color: #222222;
}

body:not(.fsComposeMode) .news-events {
  background: rgba(34, 34, 34, 0.5) !important;
  position: relative;
  z-index: 1;
}

body:not(.fsComposeMode) .news-events:before {
  display: block;
  content: '';
  background: #fff;
  height: calc(100% - 225px);
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-events:before {
    height: calc(100% - 225px);
  }
}

body:not(.fsComposeMode) .news-events > header {
  padding-top: 67px;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-events > header {
    padding-bottom: 12px;
  }
}

body:not(.fsComposeMode) .news-events > header .fsElementTitle {
  color: #fff;
}

body:not(.fsComposeMode) .news-events .fsPanel {
  background: #fff;
}

body:not(.fsComposeMode) .news-events .fsTabs .fsPanel > .fsElementContent {
  border-top: 0;
}

@media (max-width: 600px) {
  body:not(.fsComposeMode) .news-events .fsTabs .fsPanel > .fsElementContent {
    padding: 30px 26px;
    border: 2px solid #D7282F;
    border-top: 0;
  }
}

@media (max-width: 600px) {
  body:not(.fsComposeMode) .news-events .fsTabs .fsPanel > header {
    background: #D7282F !important;
  }

  body:not(.fsComposeMode) .news-events .fsTabs .fsPanel > header > .fsElementTitle {
    color: #fff !important;
  }

  body:not(.fsComposeMode) .news-events .fsTabs .fsPanel.fsStateOpen > header {
    background: #ffffff !important;
  }

  body:not(.fsComposeMode) .news-events .fsTabs .fsPanel.fsStateOpen > header > .fsElementTitle {
    color: #222222 !important;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-events .fsTabs {
    opacity: .5;
    -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
            transform: translate(0, 100px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  body:not(.fsComposeMode) .news-events .fsTabs.triggered {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-events .fsTabsNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-events .fsTabsNav li {
    width: calc(33.33% - 12px);
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

body:not(.fsComposeMode) .news-events .fsTabsNav li > a {
  background: #D7282F;
  border-top: 5px solid #D7282F;
  color: #fff;
  border-left: 2px solid #D7282F;
  border-right: 2px solid #D7282F;
  text-transform: uppercase;
  text-align: center;
}

body:not(.fsComposeMode) .news-events .fsTabsNav li > a:hover {
  background: #fff;
  color: #222222;
  border-color: #D7282F;
}

body:not(.fsComposeMode) .news-events .fsTabsNav li.fsStateSelected > a {
  background: #fff;
  color: #222222;
}

body:not(.fsComposeMode) .news-events .fsPanel.fsStateOpen > header {
  background: #fff;
  border-top: 5px solid #D7282F;
  border-left: 2px solid #D7282F;
  border-right: 2px solid #D7282F;
}

body:not(.fsComposeMode) .news-events .fsPanel.fsStateOpen > header h2 {
  color: #222222;
}

body:not(.fsComposeMode) .news-events > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 0;
  z-index: 1;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .news-events > .fsElementContent {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body:not(.fsComposeMode) .news-events > footer {
  background: #fff;
  text-align: center;
  padding-top: 56px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  zoom: 1;
}

body:not(.fsComposeMode) .news-events > footer:after {
  display: table;
  clear: both;
  content: '';
}

body:not(.fsComposeMode) .news-events > footer .fs_style_27 {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 19px;
  display: block;
  width: 100%;
  padding: 11px 25px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .news-events > footer .fs_style_27 {
    display: inline-block;
    width: auto;
    margin: 0 10px 30px;
  }
}

body:not(.fsComposeMode) .news-events > footer .fsElementFooterContent {
  margin-top: 0;
}

@media (max-width: 600px) {
  body:not(.fsComposeMode) .news-events .fsCalendar.fsSlideshow .fsElementSlideshow {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-events .fsCalendar.fsSlideshow article {
    margin-top: 40px;
  }
}

body:not(.fsComposeMode) .news-events .news-tab > .fsElementContent {
  position: relative;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-events .news-tab > .fsElementContent {
    padding-left: 65%;
    padding-right: 78px;
    min-height: 457px;
  }
}

body:not(.fsComposeMode) .news-events .news-tab article:not(:first-child) .fsThumbnail {
  display: none;
}

body:not(.fsComposeMode) .news-events .news-tab article .fsTitle {
  font-size: 22px;
  line-height: 30px;
}

body:not(.fsComposeMode) .news-events .news-tab article .fsReadMoreLink {
  display: none;
}

@media (max-width: 700px) {
  body:not(.fsComposeMode) .news-events .news-tab article:first-child {
    background: none !important;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-events .news-tab article:first-child {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 371px;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child:hover .fsTitle,
  body:not(.fsComposeMode) .news-events .news-tab article:first-child:focus .fsTitle {
    padding-bottom: 0;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child:hover .fsReadMoreLink,
  body:not(.fsComposeMode) .news-events .news-tab article:first-child:focus .fsReadMoreLink {
    max-height: auto;
    padding-bottom: 30px !important;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsThumbnail {
    display: none;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsTitle {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsTitle a {
    display: block;
    color: #fff;
    padding: 0 30px 30px;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsTitle a:before {
    display: block;
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    z-index: -1;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsTitle a:hover,
  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsTitle a:focus {
    text-decoration: underline;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsReadMoreLink {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    max-height: 0px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsReadMoreLink:hover,
  body:not(.fsComposeMode) .news-events .news-tab article:first-child .fsReadMoreLink:focus {
    text-decoration: underline;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-events .news-tab article:first-child {
    width: calc(60% - 40px);
    height: 341px;
    overflow: hidden;
    position: absolute;
    top: 55px;
    left: 55px;
    background: #000;
    background-size: cover;
    background-position: 50% top;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-events .news-tab article:nth-child(2) {
    padding-top: 30px;
  }
}

body:not(.fsComposeMode) .news-events .news-tab article:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(137, 137, 137, 0.53);
}

body:not(.fsComposeMode) .news-events .videos-tab.fsStateOpen > .fsElementContent {
  width: 100%;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .news-events .videos-tab.fsStateOpen > .fsElementContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-events .videos-tab.fsStateOpen > .fsElementContent {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode) .news-events .videos-tab.fsStateOpen > .fsElementContent > a {
  width: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

body:not(.fsComposeMode) .news-events .videos-tab.fsStateOpen > .fsElementContent .fsResourceElement {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .news-events .videos-tab.fsStateOpen > .fsElementContent .fsResourceElement {
    width: calc(50% - 50px);
    margin: 0;
  }
}

body:not(.fsComposeMode) .connect-with-us {
  background: rgba(241, 241, 241, 0.9) !important;
  padding-bottom: 70px;
}

body:not(.fsComposeMode) .connect-with-us > header {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 48px 15px 0;
}

body:not(.fsComposeMode) .connect-with-us > header figure {
  display: none;
}

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

@media (max-width: 1220px) {
  body:not(.fsComposeMode) .connect-with-us > .fsElementContent {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body:not(.fsComposeMode) .connect-with-us .j-paginate.juicer-button {
  display: none;
}

body:not(.fsComposeMode) .connect-with-us .feed-item {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

body:not(.fsComposeMode) .connect-with-us .feed-item .j-date {
  color: #5f5f5f;
}

body:not(.fsComposeMode) .connect-with-us .feed-item .j-message {
  font-weight: normal !important;
}

body:not(.fsComposeMode) .connect-with-us .feed-item .j-poster > a:hover *,
body:not(.fsComposeMode) .connect-with-us .feed-item .j-poster > a:focus * {
  color: #222222;
}

body:not(.fsComposeMode) .connect-with-us .feed-item a:hover,
body:not(.fsComposeMode) .connect-with-us .feed-item a:focus {
  color: #222222;
}

body:not(.fsComposeMode) .connect-with-us .feed-item a:hover *,
body:not(.fsComposeMode) .connect-with-us .feed-item a:focus * {
  color: #222222;
}

body:not(.fsComposeMode) .connect-with-us .feed-item a:hover:before,
body:not(.fsComposeMode) .connect-with-us .feed-item a:focus:before {
  color: #222222;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 25%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #5f5f5f;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#5f5f5f";
}

.colors.main ol li:nth-of-type(2) {
  background: #D7282F;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#D7282F";
}

.colors.main ol li:nth-of-type(3) {
  background: #222222;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#222222";
}

.colors.main ol li:nth-of-type(4) {
  background: #f1f1f1;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#f1f1f1";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #373737;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#373737";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #cfcfcf;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#cfcfcf";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Open Sans", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Open Sans, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 50px / line-height: 70px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 40px / line-height: 50px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 30px / line-height: 40px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 25px / line-height: 32px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 20px / line-height: 30px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 13px / line-height: 18px";
}

body:not(.fsComposeMode) .red-hoverbox article {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
}

body:not(.fsComposeMode) .red-hoverbox article:before {
  display: block;
  content: '';
  height: 65%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

body:not(.fsComposeMode) .red-hoverbox article:hover:before,
body:not(.fsComposeMode) .red-hoverbox article:focus:before {
  display: none;
}

body:not(.fsComposeMode) .red-hoverbox article:hover figcaption,
body:not(.fsComposeMode) .red-hoverbox article:focus figcaption {
  opacity: 1;
}

body:not(.fsComposeMode) .red-hoverbox picture {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body:not(.fsComposeMode) .red-hoverbox picture img {
  display: none;
}

body:not(.fsComposeMode) .red-hoverbox figcaption {
  width: 100%;
  height: 100%;
  margin-top: 0;
  background-color: rgba(215, 40, 47, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: bold;
  padding: 25px;
}

body:not(.fsComposeMode) .red-hoverbox figcaption h2,
body:not(.fsComposeMode) .red-hoverbox figcaption h3,
body:not(.fsComposeMode) .red-hoverbox figcaption h4,
body:not(.fsComposeMode) .red-hoverbox figcaption h5,
body:not(.fsComposeMode) .red-hoverbox figcaption h6 {
  color: inherit;
}

body:not(.fsComposeMode) .red-hoverbox .fsListItems {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .red-hoverbox .fsListItems.fsStyleThreeColumns > article {
    width: 49%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .red-hoverbox .fsListItems.fsStyleThreeColumns > article {
    width: 32%;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .red-hoverbox .fsListItems.fsStyleFourColumns > article {
    width: 49%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .red-hoverbox .fsListItems.fsStyleFourColumns > article {
    width: 32%;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .red-hoverbox .fsListItems.fsStyleFourColumns > article {
    width: 24%;
  }
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}