/*!
 * Community High School District 155 - default_18
 * @link: https://d155org.finalsite.com
 * Site Template: newclientcustom
 * Built By: Alexandru Dinca
 * Project Manager: Frank Cabral
 * Designer: Heidi Beutel
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.3.0
 * Git Tag: v4.3.0-18-g7c55790
 * 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,
.fsFacebookFrom,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  color: #A90000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

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

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 749px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 20px;
}

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

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

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

.fs_style_27,
.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 60px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_27 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td {
  padding: 10px 20px;
  background: #F2F2F2;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  color: #4d4d4d;
}

.fs_style_27 tr:nth-of-type(odd) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background: rgba(0, 0, 0, 0);
}

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

.fs_style_27 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #A90000;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

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

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 60px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

.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: #4d4d4d;
  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(77, 77, 77, 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: #4d4d4d;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #4d4d4d;
}

.button {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.button:hover,
.button:focus,
.fsStateSelected .button {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.color-button {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #800000;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.hollow-button {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: transparent;
  color: #800000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border: 0.2em solid #800000;
}

.hollow-button:hover,
.hollow-button:focus,
.fsStateSelected .hollow-button {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fs_style_28 {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28 {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fs_style_29 {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #4d4d4d;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  /*min-width: 149px;*/
  /*max-width: 200px;*/
  border: 2px solid #cdcdcd;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  background: #4d4d4d;
  border: 2px solid #4d4d4d;
  color: #fff;
  text-decoration: none;
}

body:not(.fsComposeMode) .dark-area {
  padding: 30px;
  background: #303030;
  width: 100%;
  max-width: 278px;
}

.fs_style_30 {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  /*min-width: 218px;*/
  /*max-width: 218px;*/
  padding: 12px 20px;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30 {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30 {
  background: #fff;
  border: 2px solid #fff;
  color: #A90000;
  text-decoration: none;
}

.fs_style_31 {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  padding: 23.5px 20px;
  font-size: 18px;
  line-height: 24px;
  min-width: 280px;
  max-width: 280px;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31 {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  display: block;
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 399px) {
  .fs_style_31 {
    min-width: 100%;
    max-width: 100%;
  }
}

.fs_style_31 em {
  font-style: normal;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: block;
  text-transform: none;
  font-weight: 400;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fs_style_31:hover em,
.fs_style_31:focus em,
.fsStateSelected .fs_style_31 em {
  color: #fff;
}

.fs_style_32 {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #4d4d4d;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  padding: 23.5px 20px;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid #cdcdcd;
  min-width: 280px;
  max-width: 280px;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32 {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  display: block;
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 399px) {
  .fs_style_32 {
    min-width: 100%;
    max-width: 100%;
  }
}

.fs_style_32 em {
  font-style: normal;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: block;
  text-transform: none;
  font-weight: 400;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32 {
  border: 2px solid #4d4d4d;
  background: #4d4d4d;
}

.fs_style_32:hover em,
.fs_style_32:focus em,
.fsStateSelected .fs_style_32 em {
  color: #fff;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

.fs_style_33,
.fs_style_34 {
  position: relative;
  min-width: 320px;
  max-width: 320px;
  padding: 15px 10px 15px 56px;
  border-radius: 4px;
  background: #F2F2F2;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #4d4d4d;
  cursor: pointer;
  text-align: left;
}

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

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33,
.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  display: block;
  min-width: 100%;
  max-width: 100%;
}

@media (max-width: 399px) {
  .fs_style_33,
  .fs_style_34 {
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
}

.fs_style_33:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-size: 16px;
  color: #A90000;
  position: absolute;
  top: 16px;
  left: 24px;
  font-weight: 400;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fs_style_33:hover:before {
  color: #fff;
}

.fs_style_34:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-size: 16px;
  color: #A90000;
  position: absolute;
  top: 16px;
  left: 24px;
  font-weight: 400;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fs_style_34:hover:before {
  color: #fff;
}

.lead-in,
.fs_style_24 {
  font-size: 23px;
  line-height: 33px;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  color: #4d4d4d;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 749px) {
  .lead-in,
  .fs_style_24 {
    font-size: 20px;
    line-height: 30px;
  }
}

blockquote {
  position: relative;
  margin: 0px 0px 60px 0px;
  padding: 40px 0px;
  font-size: 22px;
  line-height: 36px;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  color: #A90000;
  text-align: center;
}

blockquote:before {
  position: absolute;
  top: 0px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 23px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #800000;
}

blockquote:after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -ms-transform: translateX(-50%) rotate(180deg);
      transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 23px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #800000;
}

cite,
.fs_style_26 {
  display: block;
  margin: 20px 0px 0px 0px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #757575;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

cite:before,
.fs_style_26:before {
  /*content: '- ';*/
}

.callout,
.fs_style_25 {
  padding: 0px 20px 0px 15px;
  background: transparent;
  color: #A90000;
  display: block;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  border-left: 4px solid #800000;
  margin-bottom: 60px;
}

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

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

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

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

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #757575;
  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 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-sub {
  position: relative;
  overflow: hidden;
  display: none;
}

@media (min-width: 700px) {
  .nav-sub {
    background-color: #F2F2F2;
    padding: 15px 30px 25px 30px;
  }
}

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

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #F2F2F2;
    background-color: #800000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #ff1010;
    color: #F2F2F2;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #800000;
    color: #F2F2F2;
  }

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

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

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

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

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

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

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

@media (min-width: 700px) {
  .nav-sub > header > .fsElementTitle {
    display: none;
  }
}

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

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

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

.nav-sub ul li > .nav-sub-btn {
  border: none;
  background: transparent;
  margin: auto;
  position: absolute;
  cursor: pointer;
  padding: 0px;
  top: 9px;
  right: 0;
  width: 17px;
  height: 17px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.nav-sub ul li > .nav-sub-btn:before {
  content: "+";
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #4d4d4d;
  font-size: 23px;
  line-height: 23px;
}

.nav-sub ul li > .fsNavPageInfo {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
}

.nav-sub ul li.active-nav > .nav-sub-btn:before {
  content: "-";
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 1px;
  color: #4d4d4d;
  font-size: 38px;
  line-height: 7px;
}

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

.nav-sub ul li a {
  display: block;
  padding: 8px 0px;
  color: #4d4d4d;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #303030;
  background: transparent;
  text-decoration: underline;
}

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

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

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #303030;
  background: transparent;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 700px) {
  .nav-sub ul.fsNavLevel1 > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-sub ul.fsNavLevel1 > li > .nav-sub-btn {
    top: 16px;
  }

  .nav-sub ul.fsNavLevel1 > li.active-nav {
    padding-bottom: 8px;
  }

  .nav-sub ul.fsNavLevel1 > li.active-nav > a {
    padding-top: 15px;
    padding-bottom: 8px;
  }
}

@media (min-width: 800px) {
  .nav-sub ul li.fsNavParentPage > a {
    padding-right: 20px;
  }
}

.nav-sub ul li.fsNavCurrentPage > .fsNavPageInfo,
.nav-sub ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.nav-sub ul li.fsNavCurrentPage > .nav-sub-btn:before,
.nav-sub ul li.fsNavCurrentPageAncestor > .nav-sub-btn:before {
  content: "-";
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 1px;
  color: #4d4d4d;
  font-size: 38px;
  line-height: 7px;
}

.nav-main {
  margin-bottom: 0;
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #A90000;
}

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    /*@include compartment;*/
    /*text-align: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*flex-wrap: wrap;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

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

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

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

.nav-main .fsNavLevel1 > li {
  margin-right: 35px;
}

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

.nav-main .fsNavLevel1 > li:last-child {
  margin: 0px;
}

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

.nav-main .fsNavLevel1 > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 20px 0px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}

.nav-main .fsNavLevel1 > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #800000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.nav-main .fsNavLevel1 > li > a:focus:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.nav-main .fsNavPageInfo {
  background: #F2F2F2;
  text-align: left;
  z-index: 300;
}

.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 .fsNavLevel2 li a {
  display: block;
  color: #4d4d4d;
  background: transparent;
  padding: 15px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  border-bottom: 1px solid #cdcdcd;
}

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

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

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  left: 0 !important;
  width: 530px;
  padding: 10px 30px 25px 30px;
  opacity: 0;
  visibility: hidden;
}

.nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

.nav-main nav ul.fsNavLevel1 > li.fsNavParentPage > div.fsNavPageInfo ul.sub-list {
  position: relative;
  display: inline-block;
  float: left;
  width: 220px;
  margin-right: 30px;
}

.nav-main nav ul.fsNavLevel1 > li.fsNavParentPage > div.fsNavPageInfo ul.sub-list:last-child {
  margin: 0px;
}

@media (max-width: 999px) {
  .nav-main {
    display: none !important;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 13px;
  }

  .nav-main .fsNavLevel1 > li {
    margin-right: 15px;
  }
}

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

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
}

.drawer-trigger:before,
.drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 13px;
  content: '';
  background: #fff;
}

.drawer-trigger:before {
  margin-top: -0.25em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.drawer-trigger:after {
  -webkit-box-shadow: 0 0.25em 0 0 #fff;
          box-shadow: 0 0.25em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

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

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

.fsComposeMode .mobile-menu-trigger {
  display: none;
}

.mobile-menu-trigger {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: #A90000;
  text-align: center;
  cursor: pointer;
}

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

.mobile-menu-trigger > .fsElementContent {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-trigger p {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.mobile-menu-trigger p:before {
  content: "\E90F";
  font-family: "IcoMoon";
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline-block;
  color: #fff;
  width: 13px;
  height: 11px;
  line-height: 11px;
  font-size: 12px;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0px;
  min-height: 100%;
  max-width: 320px;
  background: #fff;
  height: auto;
}

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

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

@media (max-width: 499px) {
  .fsMenu {
    max-width: 100%;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).drawer-is-active #fsMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#fsMenu .mobile-main-nav {
  display: block;
  position: relative;
  padding: 0px 30px 40px 30px;
  margin: 0px;
  background-color: #A90000;
}

#fsMenu .mobile-main-nav nav ul > li {
  position: relative;
}

#fsMenu .mobile-main-nav nav ul > li > .fsNavPageInfo {
  display: none;
}

#fsMenu .mobile-main-nav nav ul > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-decoration: none !important;
}

#fsMenu .mobile-main-nav nav ul > li > span.expand-nav {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

#fsMenu .mobile-main-nav nav ul > li > span.expand-nav:before {
  position: absolute;
  top: 0px;
  content: "+";
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

#fsMenu .mobile-main-nav nav ul > li.active > span.expand-nav:before {
  content: "-";
  top: -3px;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage > a {
  color: #fff;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPage > .fsNavPageInfo {
  display: block !important;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor > a {
  color: #fff;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor > .fsNavPageInfo {
  display: block !important;
}

#fsMenu .mobile-main-nav nav ul > li.fsNavCurrentPageAncestor > span.expand-nav:before {
  content: "-";
  top: -3px;
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 0px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel1 > li > a > span.main-mobile-upper {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  line-height: 15px;
  font-weight: 600;
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel1 > li > span.expand-nav {
  top: 16px;
}

#fsMenu .mobile-main-nav nav ul.fsNavLevel2 > li > span.expand-nav {
  top: 2px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel2 li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel2 > li > a {
  padding-left: 20px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel2 > li:first-child > a {
  padding-top: 0px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel2 > li:last-child > a {
  padding-bottom: 15px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel3 li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel3 > li > a {
  padding-left: 40px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel3 > li:first-child > a {
  padding-top: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel3 > li:last-child > a {
  padding-bottom: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel4 li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel4 > li > a {
  padding-left: 60px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel4 > li:first-child > a {
  padding-top: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel4 > li:last-child > a {
  padding-bottom: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel5 li a {
  padding-top: 8px;
  padding-bottom: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel5 > li > a {
  padding-left: 80px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel5 > li:first-child > a {
  padding-top: 8px;
}

body:not(.fsComposeMode) .mobile-main-nav .fsNavLevel5 > li:last-child > a {
  padding-bottom: 8px;
}

#fsMenu .mobile-util {
  position: relative;
  margin: 0px;
  padding: 40px 30px 0px 30px;
  width: 100%;
  background: #fff;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li {
  position: relative;
  display: block;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  position: relative;
  display: table;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > a:hover,
#fsMenu .mobile-util nav ul.fsNavLevel1 > li > a:focus {
  color: #4d4d4d;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  line-height: 20px;
  padding: 7px 20px;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:hover,
#fsMenu .mobile-util nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:focus {
  text-decoration: underline;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li span.expand-util {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li span.expand-util:before {
  position: absolute;
  top: 0px;
  content: "+";
  color: #4d4d4d;
  font-size: 27px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

#fsMenu .mobile-util nav ul.fsNavLevel1 > li.active-util span.expand-util:before {
  content: "-";
  top: -3px;
}

.close-mobile-menu {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: #A90000;
  text-align: center;
  cursor: pointer;
  margin: 0px;
}

.close-mobile-menu > .fsElementContent {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.close-mobile-menu p {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.close-mobile-menu p:before {
  content: "\E90A";
  font-family: "IcoMoon";
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline-block;
  color: #fff;
  width: 11px;
  height: 11px;
  line-height: 11px;
  font-size: 11px;
}

.fsMenu .mobile-login-button {
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #A90000;
  z-index: 100;
}

.fsMenu .mobile-login-button p {
  margin: 0px !important;
}

.fsMenu .mobile-login-button a {
  max-height: 60px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.fsMenu .mobile-login-button a:before {
  content: "\E90B";
  margin-right: 11px;
  margin-bottom: 2px;
  display: inline-block;
  color: #fff;
  width: 14px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: "IcoMoon";
}

.fsMenu .mobile-login-button a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #800000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fsMenu .site-translate {
  position: relative;
  margin: 5px 30px 0px 30px;
}

.fsMenu .mobile-buttons {
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 0px 30px;
}

.fsMenu .mobile-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsMenu .mobile-buttons ul,
.fsMenu .mobile-buttons ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsMenu .mobile-buttons ul li {
  margin: 0;
  padding: 0;
}

.fsMenu .mobile-buttons ul li {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.fsMenu .mobile-buttons ul li a {
  color: #4d4d4d;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 6px 15px;
  text-align: center;
  border: 2px solid #cdcdcd;
  border-radius: 4px;
  background: #fff;
}

.fsMenu .mobile-buttons ul li a:hover,
.fsMenu .mobile-buttons ul li a:focus {
  background: #4d4d4d;
  color: #fff;
  border: 2px solid #4d4d4d;
  text-decoration: none;
}

.fsMenu .mobile-buttons ul li > [href*='skyward'] {
  position: relative;
  padding-left: 33px;
}

.fsMenu .mobile-buttons ul li > [href*='skyward']:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  color: #A90000;
  top: 7px;
  left: 11px;
  position: absolute;
}

.fsMenu .mobile-buttons ul li > [href*='skyward']:hover:before,
.fsMenu .mobile-buttons ul li > [href*='skyward']:focus:before {
  color: #fff;
  border: none !important;
}

#fsMenu .mobile-search {
  position: relative;
  display: block;
  height: 35px;
  margin: 40px 30px 40px 30px;
}

#fsMenu .mobile-search form {
  height: 35px;
}

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

#fsMenu .mobile-search form .fsSearchElementKeyword {
  margin: 0px;
}

#fsMenu .mobile-search form .fsButtonClear {
  display: none !important;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField {
  height: 35px;
  padding: 5px 50px 5px 20px;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  border: none;
  background-color: #F2F2F2;
  width: 100%;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField::placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField:-ms-input-placeholder {
  color: #4d4d4d;
}

#fsMenu .mobile-search form .fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  color: #4d4d4d;
}

#fsMenu .mobile-search form button.fsSearchElementSearchButton.fsStyleUpdateButton {
  position: absolute;
  top: 0;
  right: 10px;
  height: 35px;
  width: 30px;
  display: block;
  max-width: 20px;
  min-width: 20px;
  border: none;
  border-radius: 0px;
  background: transparent;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 0px;
  cursor: pointer;
}

#fsMenu .mobile-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:after {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E909";
  font-size: 12px;
  line-height: 13px;
  height: 13px;
  font-family: "IcoMoon";
  color: #4d4d4d;
}

#fsMenu .mobile-search form button.fsSearchElementSearchButton.fsStyleUpdateButton:before {
  display: none;
}

#fsMenu .mobile-district-links {
  position: relative;
  margin: 0px;
  padding: 20px 30px 20px 30px;
  width: 100%;
  background: #F2F2F2;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li {
  position: relative;
  display: block;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  position: relative;
  display: table;
  padding: 12px 0px;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > a:hover,
#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > a:focus {
  color: #4d4d4d;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li:first-child > [href*='district']:after {
  content: "\E901";
  font-size: 11px;
  color: #4d4d4d;
  font-family: "IcoMoon";
  display: inline-block;
  margin-left: 7px;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li:first-child > [href*='district']:after:hover:after,
#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li:first-child > [href*='district']:after:focus:after {
  color: #303030;
  border: none !important;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  line-height: 20px;
  padding: 7px 20px;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:hover,
#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:focus {
  text-decoration: underline;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li span.expand-util {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li span.expand-util:before {
  position: absolute;
  top: 0px;
  content: "+";
  color: #4d4d4d;
  font-size: 27px;
  line-height: 20px;
  width: 20px;
  text-align: center;
}

#fsMenu .mobile-district-links nav ul.fsNavLevel1 > li.active-util span.expand-util:before {
  content: "-";
  top: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #303030;
  height: 46px;
  width: 46px;
  border-radius: 100%;
}

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

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

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

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

body:not(.fsComposeMode) .nav-social a {
  text-decoration: none !important;
}

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0px;
  margin: 0px;
}

.skip-link {
  margin: 0;
}

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

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

.site-translate {
  margin: 0px;
  padding-top: 5px;
  display: block;
}

.site-translate footer {
  width: 140px;
}

.site-translate footer .fsElementFooterContent {
  margin: 0px;
}

.site-translate .fsElementContent {
  margin-right: 31px;
}

.site-translate #google_translate_element {
  height: 18px;
  width: 100%;
  position: relative;
  /* overflow-y: hidden; */
  opacity: 1;
  padding-top: 0px;
  z-index: 99;
  padding-left: 20px;
}

.site-translate #google_translate_element:focus,
.site-translate #google_translate_element:focus-within {
  outline: 1px solid #4d90fe;
}

.site-translate #google_translate_element:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  color: #A90000;
  font-size: 13px;
  top: -2px;
  left: 0px;
  width: 20px;
  text-align: center;
  height: 18px;
}

.site-translate #google_translate_element label {
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all ease in out 0.3s;
  transition: all ease in out 0.3s;
}

.site-translate #google_translate_element:hover:before,
.site-translate #google_translate_element:focus:before {
  color: #A90000;
}

.site-translate #google_translate_element:hover label,
.site-translate #google_translate_element:focus label {
  color: #A90000;
}

.site-translate #google_translate_element span {
  display: none;
}

.site-translate .goog-te-gadget {
  height: 18px;
  font-size: 0px;
}

.site-translate .goog-te-gadget > div {
  height: 18px;
}

.site-translate .goog-te-gadget .goog-te-combo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0px;
  margin: 0;
  height: 18px;
  width: 100%;
  cursor: pointer;
  border: 0;
  padding: 0;
  border-radius: 0;
  color: transparent;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: .01px;
  opacity: 0;
  text-overflow: "";
}

.site-translate .goog-te-gadget .goog-te-combo option {
  color: #4d4d4d;
  font-size: 12px;
}

.site-info-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #303030;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .site-info-container {
    font-size: 18px;
    line-height: 24px;
  }
}

.site-info-container img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
  height: auto;
}

@media (max-width: 699px) {
  .site-info-container img {
    max-height: 60px;
  }
}

.site-info-container footer {
  margin-left: 30px;
}

@media (max-width: 699px) {
  .site-info-container footer {
    margin-left: 14px;
  }
}

.site-info-container footer > .fsElementFooterContent {
  margin: 0px;
}

.site-info-container footer p {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #303030;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .site-info-container footer p {
    font-size: 18px;
    line-height: 24px;
  }
}

.site-info-container footer a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #303030;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .site-info-container footer a {
    font-size: 18px;
    line-height: 24px;
  }
}

.site-info-container footer a:hover,
.site-info-container footer a:focus {
  text-decoration: none;
  color: #303030;
}

.fsHeader .top-header {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0px;
  padding: 0px 40px;
  background: #fff;
}

@media (max-width: 999px) {
  .fsHeader .top-header {
    padding: 0px 20px;
  }
}

@media (max-width: 699px) {
  .fsHeader .top-header {
    height: 110px;
  }
}

.fsHeader .top-header > .fsElementContent {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 999px) {
  .fsHeader .top-header > .fsElementContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fsHeader .top-header .site-info-container {
  width: 50%;
  margin: 0px;
  position: absolute;
  top: 30px;
  left: 40px;
}

@media (max-width: 999px) {
  .fsHeader .top-header .site-info-container {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fsHeader .top-header-util {
  position: relative;
  margin: 0px;
  padding: 0px 6px 0px 0px;
}

@media (max-width: 999px) {
  .fsHeader .top-header-util {
    display: none;
  }
}

.fsHeader .top-header-util > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fsHeader .header-links {
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  z-index: 300;
}

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

.fsHeader .header-links nav ul li {
  margin: 0;
  padding: 0;
}

.fsHeader .header-links ul.fsNavLevel1 > li {
  position: relative;
  display: inline-block;
  margin: 0px 25px 0px 0px;
}

.fsHeader .header-links ul.fsNavLevel1 > li > a {
  color: #4d4d4d;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  padding: 0px 0px 10px 0px;
  position: relative;
}

.fsHeader .header-links ul.fsNavLevel1 > li > a:hover,
.fsHeader .header-links ul.fsNavLevel1 > li > a:focus {
  color: #A90000;
  text-decoration: underline;
}

.fsHeader .header-links ul.fsNavLevel1 > li.fsNavParentPage > a:after {
  content: "";
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #4d4d4d;
}

.fsHeader .header-links ul.fsNavLevel1 > li.menu-item-open > .fsNavPageInfo,
.fsHeader .header-links ul.fsNavLevel1 > li:hover > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

.fsHeader .header-links ul.fsNavLevel1 > li.menu-item-open > a,
.fsHeader .header-links ul.fsNavLevel1 > li:hover > a {
  color: #A90000;
  text-decoration: underline;
}

.fsHeader .header-links ul.fsNavLevel1 > li.menu-item-open > a:after,
.fsHeader .header-links ul.fsNavLevel1 > li:hover > a:after {
  border-top: 5px solid #A90000;
}

.fsHeader .header-links ul.fsNavLevel1 > li > .fsNavPageInfo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 28px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-color: #F2F2F2;
  padding: 10px 30px 25px 30px;
  text-align: left;
  width: 240px;
  z-index: 300;
}

.fsHeader .header-links ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  line-height: 20px;
  padding: 15px 0px;
  border-bottom: 1px solid #cdcdcd;
}

.fsHeader .header-links ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:hover,
.fsHeader .header-links ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:focus {
  color: #303030;
  text-decoration: underline;
}

#fsHeader .header-search {
  position: absolute;
  top: -2px;
  right: -15px;
  height: 35px;
  margin-right: 37px;
  z-index: 400;
}

#fsHeader .header-search > header .fsElementHeaderContent,
#fsHeader .header-search > footer .fsElementFooterContent {
  margin: 0px !important;
}

#fsHeader .header-search form {
  height: 35px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

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

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

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

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField {
  height: 35px;
  padding: 5px 50px 5px 20px;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border: none;
  background-color: #F2F2F2;
  width: 300px;
}

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField::placeholder {
  color: #4d4d4d;
  opacity: 1;
}

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField:-ms-input-placeholder {
  color: #4d4d4d;
}

#fsHeader .header-search form .fsStyleSearchField.fsStyleDefaultField::-ms-input-placeholder {
  color: #4d4d4d;
}

#fsHeader .header-search form .fsSearchElementSearchButton.fsStyleUpdateButton {
  position: absolute;
  top: 0;
  right: 10px;
  height: 35px;
  width: 30px;
  display: block;
  max-width: 20px;
  min-width: 20px;
  border: none;
  border-radius: 0px;
  background: transparent;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 0px;
  cursor: pointer;
}

#fsHeader .header-search form .fsSearchElementSearchButton.fsStyleUpdateButton:after {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E909";
  font-size: 12px;
  line-height: 13px;
  height: 13px;
  font-family: "IcoMoon";
  color: #4d4d4d;
}

#fsHeader .header-search form .fsSearchElementSearchButton.fsStyleUpdateButton:before {
  display: none;
}

#fsHeader .header-search button.open-header-search {
  position: absolute;
  top: 0;
  right: -35px;
  width: 30px;
  height: 35px;
  display: block;
  font-size: 0px;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

#fsHeader .header-search button.open-header-search:after {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E909";
  font-size: 12px;
  line-height: 13px;
  height: 13px;
  font-family: "IcoMoon";
  color: #A90000;
}

#fsHeader .header-search button.close-header-search {
  position: absolute;
  top: 0;
  right: -35px;
  width: 30px;
  height: 35px;
  display: block;
  font-size: 0px;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

#fsHeader .header-search button.close-header-search:after {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E90A";
  font-size: 12px;
  line-height: 13px;
  height: 13px;
  font-family: "IcoMoon";
  color: #A90000;
}

#fsHeader .header-search.open-search {
  opacity: 1;
  visibility: visible;
}

#fsHeader .header-search.open-search form {
  opacity: 1;
  visibility: visible;
  display: block;
}

#fsHeader .header-search.open-search button.close-header-search {
  opacity: 1;
  visibility: visible;
}

#fsHeader .header-search.open-search button.open-header-search {
  opacity: 0;
  visibility: hidden;
}

.fsHeader .header-buttons {
  position: relative;
}

@media (max-width: 999px) {
  .fsHeader .header-buttons {
    display: none;
  }
}

.fsHeader .header-buttons ul,
.fsHeader .header-buttons ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsHeader .header-buttons ul li {
  margin: 0;
  padding: 0;
}

.fsHeader .header-buttons ul li {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 20px;
}

.fsHeader .header-buttons ul li a {
  color: #4d4d4d;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 6px 15px;
  text-align: center;
  border: 2px solid #cdcdcd;
  border-radius: 4px;
  background: #fff;
}

.fsHeader .header-buttons ul li a:hover,
.fsHeader .header-buttons ul li a:focus {
  background: #4d4d4d;
  color: #fff;
  border: 2px solid #4d4d4d;
  text-decoration: none;
}

.fsHeader .header-buttons ul li > [href*='skyward'] {
  position: relative;
  padding-left: 33px;
}

.fsHeader .header-buttons ul li > [href*='skyward']:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  color: #A90000;
  top: 7px;
  left: 11px;
  position: absolute;
}

.fsHeader .header-buttons ul li > [href*='skyward']:hover:before,
.fsHeader .header-buttons ul li > [href*='skyward']:focus:before {
  color: #fff;
  border: none !important;
}

.fsHeader .nav-header {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0px;
  padding: 0px 0px 0px 40px;
  background: #A90000;
}

@media (max-width: 999px) {
  .fsHeader .nav-header {
    height: 40px;
    padding: 0px;
  }
}

.fsHeader .nav-header .header-login-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  background-color: #A90000;
  z-index: 100;
}

@media (max-width: 999px) {
  .fsHeader .nav-header .header-login-button {
    display: none;
  }
}

.fsHeader .nav-header .header-login-button p {
  margin: 0px !important;
}

.fsHeader .nav-header .header-login-button a {
  max-height: 60px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 154px;
  min-width: 154px;
}

.fsHeader .nav-header .header-login-button a:before {
  content: "\E90B";
  margin-right: 11px;
  margin-bottom: 2px;
  display: inline-block;
  color: #fff;
  width: 14px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: "IcoMoon";
}

.fsHeader .nav-header .header-login-button a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #800000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fsHeader .nav-header .header-login-button a:hover,
.fsHeader .nav-header .header-login-button a:hover {
  background: transparent;
  text-decoration: none;
}

.fsHeader .nav-header .header-login-button a:hover:after,
.fsHeader .nav-header .header-login-button a:hover:after {
  width: 100%;
}

.fsHeader .district-top-bar {
  position: relative;
  margin: 0px;
  background-color: #F2F2F2;
  padding: 0px 40px 0px 10px;
  text-align: right;
  z-index: 500;
}

@media (max-width: 999px) {
  .fsHeader .district-top-bar {
    display: none;
  }
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 25px;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li > a {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  padding: 7px 0px;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li > a:hover,
.fsHeader .district-top-bar ul.fsNavLevel1 > li > a:focus {
  color: #303030;
  text-decoration: underline;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li.fsNavParentPage > a:after {
  content: "";
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #4d4d4d;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li.fsNavParentPage > a:after {
  border-top: 5px solid #303030;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li.menu-item-open > .fsNavPageInfo,
.fsHeader .district-top-bar ul.fsNavLevel1 > li:hover > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li.menu-item-open > a,
.fsHeader .district-top-bar ul.fsNavLevel1 > li:hover > a {
  color: #303030;
  text-decoration: underline;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li > .fsNavPageInfo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 28px;
  right: 0px;
  background-color: #F2F2F2;
  padding: 8px 25px 20px 25px;
  text-align: left;
  width: 210px;
  z-index: 300;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a {
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  line-height: 20px;
  padding: 12px 0px;
  border-bottom: 1px solid #cdcdcd;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:hover,
.fsHeader .district-top-bar ul.fsNavLevel1 > li > .fsNavPageInfo ul.fsNavLevel2 li a:focus {
  color: #303030;
  text-decoration: underline;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li:first-child > [href*='district']:after {
  content: "\E901";
  font-size: 11px;
  color: #4d4d4d;
  font-family: "IcoMoon";
  display: inline-block;
  margin-left: 7px;
}

.fsHeader .district-top-bar ul.fsNavLevel1 > li:first-child > [href*='district']:after:hover:after,
.fsHeader .district-top-bar ul.fsNavLevel1 > li:first-child > [href*='district']:after:focus:after {
  color: #303030;
  border: none !important;
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .site-info-container footer {
    padding-right: 20px;
  }

  .site-info-container footer a {
    font-size: 16px;
  }
}

#fsFooter {
  padding: 0px 20px 0px 20px;
  color: #fff;
  background: #303030;
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0px 83px 0px;
}

@media (max-width: 899px) {
  #fsFooter .fsBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 50px 0px 70px 0px;
  }
}

@media (max-width: 549px) {
  #fsFooter .fsBanner {
    padding: 40px 0px 40px 0px;
  }
}

#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 {
  /*flex: 0 1 100%;*/
}

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

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

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

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

.school-details a {
  color: inherit;
}

.fsFooter .footer-info {
  position: relative;
  display: block;
  margin: 0px;
  width: 365px;
}

@media (max-width: 899px) {
  .fsFooter .footer-info {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 50px;
  }
}

.fsFooter .school-address {
  position: relative;
  color: #fff;
  display: block;
  margin: 0px 0px 30px 0px;
  width: 365px;
}

@media (max-width: 899px) {
  .fsFooter .school-address {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.fsFooter .school-address > header > h2.fsElementTitle {
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

.fsFooter .school-address ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.fsFooter .school-address ul li {
  font-family: "Open Sans", sans-serif;
  color: #FCFDFE;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.fsFooter .school-address p {
  margin: 0px;
}

.fsFooter .school-address a {
  font-family: "Open Sans", sans-serif;
  color: #FCFDFE;
  font-size: 16px;
  line-height: 28px;
}

.fsFooter .school-address a:hover,
.fsFooter .school-address a:focus {
  text-decoration: underline;
  color: #fff;
}

.fsFooter .footer-social {
  position: relative;
  margin: 0px !important;
}

.fsFooter .footer-utility {
  position: relative;
  display: block;
  margin: 0px;
  width: 400px;
}

@media (max-width: 899px) {
  .fsFooter .footer-utility {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 549px) {
  .fsFooter .footer-utility {
    width: 100%;
    max-width: 100%;
  }
}

.fsFooter .footer-utility nav ul li {
  position: relative;
  display: inline-block;
  width: calc(50% - 41px);
  text-align: left;
  margin: 0px 0px 20px 20px;
}

@media (max-width: 899px) {
  .fsFooter .footer-utility nav ul li {
    width: 50%;
    text-align: center;
    margin: 0px;
    padding: 0px 5px;
  }
}

@media (max-width: 549px) {
  .fsFooter .footer-utility nav ul li {
    width: 100%;
    margin: 0px 0px 20px 0px;
    display: block;
  }
}

.fsFooter .footer-utility nav ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  opacity: 0.75;
}

.fsFooter .footer-utility nav ul li a:hover,
.fsFooter .footer-utility nav ul li a:focus {
  opacity: 1;
  text-decoration: underline;
}

.fsFooter .fsBanner #fsPoweredByFinalsite {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 132px;
  max-width: 132px;
  margin: 0px;
  display: block;
}

@media (max-width: 899px) {
  .fsFooter .fsBanner #fsPoweredByFinalsite {
    right: inherit;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    bottom: 20px;
  }
}

/*! 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: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  /*@include padding-y($gutter * 2);*/
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

@media (max-width: 749px) {
  #fsPageBodyWrapper {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

#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: 800px) {
  #fsPageBody {
    display: block;
  }
}

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

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

@media (min-width: 800px) {
  #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: 260px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #bfbfbf;
  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 #bfbfbf;
  -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: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 0px;
  display: block;
  font-size: 15px !important;
  padding: 14px;
  color: #4d4d4d;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 24px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
}

@media (max-width: 749px) {
  .fsAccordion .fsPanel > header h2,
  .fsTabs .fsPanel > header h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

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

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

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

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

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

.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: 10px;
  height: 11px;
  position: absolute;
  margin: 0;
  top: 20px;
  font-size: 20px;
  line-height: 11px;
  content: "+";
}

.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: 10px;
  height: 11px;
  position: absolute;
  margin: 0;
  top: 20px;
  font-size: 20px;
  line-height: 11px;
  content: "-";
}

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

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

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

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

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

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

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsTabsNav a,
.fsTabs .fsPanel > header h2 a {
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel {
  position: relative;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #CDCDCD;
  visibility: visible;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel:hover:after {
  height: 4px;
  background: #800000;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel.fsStateOpen:after {
  height: 2px;
  background: #800000;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel:first-of-type,
body:not(.fsComposeMode) .fsTabs .fsPanel:first-of-type {
  border-top: 2px solid #cdcdcd;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel:first-of-type.fsStateOpen,
body:not(.fsComposeMode) .fsTabs .fsPanel:first-of-type.fsStateOpen {
  border-top: 2px solid transparent;
}

.fsPanel > header ~ .fsElementContent {
  padding: 25px 30px 25px 30px;
}

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

.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: 0px;
  min-height: 80px;
  padding-top: 0;
}

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

.fsCalendar .fsDate {
  /*position: absolute;*/
  top: 0;
  left: 0;
  text-align: left;
  height: auto;
  width: auto;
  color: #757575;
  background: transparent;
  position: relative;
  margin-bottom: 23px;
  display: block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 18px;
  font-size: 14px;
  /*    display: flex; flex-direction: column; justify-content: center;*/
}

.fsCalendar .fsDate:after {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #800000;
}

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

.fsCalendar .fsTitle {
  margin-bottom: 5px;
  color: #A90000;
}

.fsCalendar .fsTitle a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #A90000;
  font-size: 16px;
  line-height: 24px;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  color: #757575;
  text-decoration: underline;
}

.fsCalendar .fsTimeRange {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.fsCalendar .fsTimeRange:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-size: 11px;
  line-height: 11px;
  color: #A90000;
  display: inline-block;
  margin-right: 7px;
}

.fsCalendar .fsLocation {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 3px;
}

.fsCalendar .fsLocation:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-size: 11px;
  line-height: 11px;
  color: #A90000;
  display: inline-block;
  margin-right: 12px;
}

.fsCalendar .fsAllDay {
  position: relative;
}

.fsCalendar .fsAllDay:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-size: 11px;
  line-height: 11px;
  color: #A90000;
  display: inline-block;
  margin-right: 7px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 15px;
  line-height: 25px;
}

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

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.fsCalendar.fsList article {
  margin-bottom: 50px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1em !important;
}

.fsCalendar.fsSlideshowVertical.fsSlideshow .fsNextButton,
.fsCalendar.fsSlideshowVertical.fsSlideshow .fsPrevButton {
  padding-bottom: 10px;
}

.fsCalendar.fsSlideshowVertical.fsSlideshow .fsNextButton:before,
.fsCalendar.fsSlideshowVertical.fsSlideshow .fsPrevButton:before {
  font-size: 40px;
}

.fsCalendar.fsSlideshowVertical.fsSlideshow article {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(169, 0, 0, 0.25);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scroll-up span {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

.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.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: 28px;
  color: #4d4d4d;
}

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

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

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

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

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

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

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #A90000;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #A90000;
}

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

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

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

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

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

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

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

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

.fsStyleUpdateButton.fsLoginSubmit {
  border: 2px solid #800000 !important;
}

.fsStyleUpdateButton.fsLoginSubmit:hover,
.fsStyleUpdateButton.fsLoginSubmit:focus {
  border: 2px solid #A90000 !important;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsCustomSlider .fsElement {
  margin-bottom: 0;
}

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #800000;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Slab", Georgia, serif;
}

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
}

.fsCustomSlider.slider-playing .slider-play-btn:before,
.fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  background-color: #800000;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(128, 0, 0, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    color: #303030;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) and (max-width: 749px) {
  .fsCustomSlider .caption-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block;
  }
}

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0;
}

.fsCustomSlider .caption-desc:empty {
  display: none;
}

body:not(.fsComposeMode) .internal-image {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 31.25vw;
  max-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .universal-slideshow {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  max-height: 650px;
}

@media (max-width: 1149px) {
  body:not(.fsComposeMode) .universal-slideshow {
    margin: 0px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: auto;
    max-height: inherit;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  top: inherit;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: rgba(48, 48, 48, 0.67);
  z-index: 30;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button {
    width: 25px;
    height: 25px;
    top: calc(45.13vw - 35px);
    left: 10px;
  }

  body:not(.fsComposeMode) .universal-slideshow .fsElementSlideshowControls > button:before {
    background-size: 80%;
  }
}

body:not(.fsComposeMode) .universal-slideshow button.fsNextButton {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 20px;
  z-index: 30;
  width: 40px;
  height: 40px;
  background-color: rgba(48, 48, 48, 0.67);
  border: none;
  border-radius: 100%;
  display: block;
  font-size: 0;
  cursor: pointer;
}

body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:hover,
body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:focus {
  background: #303030;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsNextButton {
    top: calc(45.13vw/2);
    width: 30px;
    height: 30px;
    right: 10px;
  }
}

body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E90D";
  font-family: "IcoMoon";
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  width: 42%;
  height: 18px;
  text-align: left;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsNextButton:before {
    font-size: 13px;
  }
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 20px;
  z-index: 30;
  width: 40px;
  height: 40px;
  background-color: rgba(48, 48, 48, 0.67);
  border: none;
  border-radius: 100%;
  display: block;
  font-size: 0;
  cursor: pointer;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton {
    top: calc(45.13vw/2);
    width: 30px;
    height: 30px;
    left: 10px;
  }
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:hover,
body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:focus {
  background: #303030;
}

body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E90C";
  font-family: "IcoMoon";
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  width: 41%;
  height: 18px;
  text-align: right;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow button.fsPrevButton:before {
    font-size: 13px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article {
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 650px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .universal-slideshow article {
    height: auto;
    max-height: inherit;
  }
}

body:not(.fsComposeMode) .universal-slideshow article picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 650px;
  height: 45.13vw;
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
}

body:not(.fsComposeMode) .universal-slideshow article picture:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
}

body:not(.fsComposeMode) .universal-slideshow article picture img {
  min-width: 100%;
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption {
  position: absolute;
  bottom: 30px;
  right: 0px;
  width: 500px;
  height: auto;
  z-index: 10;
  padding: 25px 30px;
  margin: 0px;
  background-color: rgba(48, 48, 48, 0.65);
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption {
    padding: 20px 25px;
    width: 490px;
    font-size: 27px;
    line-height: 35px;
    bottom: 20px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption {
    position: relative;
    width: 100%;
    left: inherit;
    bottom: inherit;
    padding: 15px 10px;
    text-align: center;
    font-size: 22px;
    line-height: 29px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption p {
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
  margin: 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption p {
    font-size: 27px;
    line-height: 35px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption p {
    font-size: 22px;
    line-height: 29px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption p:last-child {
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption h1,
body:not(.fsComposeMode) .universal-slideshow article figcaption h2,
body:not(.fsComposeMode) .universal-slideshow article figcaption h3 {
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
  margin: 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption h1,
  body:not(.fsComposeMode) .universal-slideshow article figcaption h2,
  body:not(.fsComposeMode) .universal-slideshow article figcaption h3 {
    font-size: 27px;
    line-height: 35px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption h1,
  body:not(.fsComposeMode) .universal-slideshow article figcaption h2,
  body:not(.fsComposeMode) .universal-slideshow article figcaption h3 {
    font-size: 22px;
    line-height: 29px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption h1:last-child,
body:not(.fsComposeMode) .universal-slideshow article figcaption h2:last-child,
body:not(.fsComposeMode) .universal-slideshow article figcaption h3:last-child {
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption a {
  position: relative;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption a:hover,
body:not(.fsComposeMode) .universal-slideshow article figcaption a:focus {
  text-decoration: underline;
  color: #fff;
  opacity: 0.85;
}

body:not(.fsComposeMode) .image-caption figcaption {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #757575;
}

body:not(.fsComposeMode) .image-caption figcaption p {
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #757575;
}

.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 .fsThumbnail {
  margin-bottom: 10px;
}

.fsPostElement .fsTitle {
  margin-bottom: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #A90000;
}

.fsPostElement .fsTitle a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #A90000;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  text-decoration: underline;
  color: #757575;
}

.fsPostElement .fsAuthor {
  font-family: "Open Sans", sans-serif;
  color: #757575;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.fsPostElement .fsDateTime {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.fsPostElement .fsSummary {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
}

.fsPostElement .fsBody {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
  font-family: "Open Sans", sans-serif;
  color: #A90000;
  font-weight: 700;
  font-size: 15px;
  line-height: 25x;
  margin-top: 15px;
  display: table;
}

.fsPostElement .fsPostLink.fsReadMoreLink:hover,
.fsPostElement .fsPostLink.fsReadMoreLink:focus {
  text-decoration: underline;
  color: #757575;
}

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

.fsPostElement.fsList article:last-child {
  border: none;
}

/*! _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: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

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

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #800000 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #F2F2F2;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #A90000;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #F2F2F2;
}

.fsSearch.site-search :-moz-placeholder {
  color: #F2F2F2;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #F2F2F2;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #F2F2F2;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #4d4d4d;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #4d4d4d;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #4d4d4d;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.fsSearchResults .gsc-results,
.fsSearchFieldWithResults .gsc-results {
  width: 100%;
}

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #4d4d4d;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
  color: #800000;
}

.fsSearchResults .gsc-table-result,
.fsSearchResults .gsc-thumbnail-inside,
.fsSearchResults .gsc-url-top,
.fsSearchFieldWithResults .gsc-table-result,
.fsSearchFieldWithResults .gsc-thumbnail-inside,
.fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}

.fsSearchResults div.gs-title,
.fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}

.fsSearchResults a.gs-title,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page,
.fsSearchFieldWithResults a.gs-title,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #A90000 !important;
  outline: transparent;
}

.fsSearchResults a.gs-title:hover,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.fsSearchFieldWithResults a.gs-title:hover,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #757575 !important;
}

.fsSearchResults .gsc-control-cse .gs-spelling,
.fsSearchResults .gsc-control-cse .gs-result .gs-title,
.fsSearchResults .gsc-control-cse .gs-result .gs-title *,
.fsSearchFieldWithResults .gsc-control-cse .gs-spelling,
.fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title,
.fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.fsSearchResults .gsc-results .gsc-cursor-box,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cdcdcd;
}

.fsFacebookExtras {
  margin-top: 10px;
}

.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}

.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

/*! elements - social twitter */

.fsTwitter {
  margin-bottom: 20px;
}

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #cdcdcd;
  -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 #cdcdcd;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

.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 #cdcdcd;
  -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 #cdcdcd;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 2px solid #800000;
  margin: 0px 0px 10px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #A90000;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #A90000;
  border: 2px solid #A90000;
  color: #fff;
  text-decoration: none;
}

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

/*! elements - tabs */

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

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

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 0px;
  display: block;
  font-size: 15px !important;
  padding: 14px;
  color: #4d4d4d;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 24px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  background: transparent;
  color: #4d4d4d;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media (max-width: 749px) {
  .fsTabs .fsTabsNav li a {
    font-size: 26px;
    line-height: 32px;
  }
}

.fsTabs .fsTabsNav li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cdcdcd;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #303030;
}

.fsTabs .fsTabsNav li a:hover:after {
  background: #800000;
  height: 4px;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #A90000;
  color: #fff;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  background: #A90000;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

body:not(.fsComposeMode) .fsTabs .fsPanel {
  position: relative;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .fsTabs .fsPanel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #CDCDCD;
    visibility: visible;
  }

  body:not(.fsComposeMode) .fsTabs .fsPanel:hover:after {
    height: 4px;
    background: #800000;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .fsTabs .fsPanel.fsStateOpen:after {
    height: 2px;
    background: #800000;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

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

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

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

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

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

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

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

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #F2F2F2;
          box-shadow: inset 0 -1px 0 0 #F2F2F2;
}

.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: #4d4d4d;
  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: #cccccc;
  color: #4d4d4d;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #F2F2F2;
  color: #bfbfbf;
}

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

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

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

.custom-callout {
  position: relative;
  padding: 30px;
  background-color: #F2F2F2;
  overflow: hidden;
  margin-bottom: 60px;
}

.custom-callout > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.custom-callout > header > .fsElementTitle {
  line-height: 24px;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #303030;
  /*            @include column-sidebar { font-size: 22px; line-height: 23px; margin-bottom: 15px; letter-spacing: 0.36px; }*/
}

.custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 31px;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #cdcdcd;
}

.fsBannerLeft .custom-callout > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  height: 200px;
}

.custom-callout > .fsElementContent p {
  margin: 0px;
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 28px;
}

.custom-callout a {
  color: #303030;
}

.custom-callout a:hover,
.custom-callout a:focus {
  color: #303030;
  text-decoration: underline;
}

.fsBannerLeft .custom-callout,
.fsBannerRight .custom-callout,
.fsStyleOneThird .custom-callout,
.fsThreeColumnLayout > .fsDiv .custom-callout,
.fsFourColumnLayout > .fsDiv .custom-callout {
  padding: 30px;
}

body:not(.fsComposeMode) .custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

body.fsComposeMode .custom-callout header {
  overflow: hidden;
}

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

@media (max-width: 1199px) {
  .custom-callout.left {
    padding: 30px !important;
  }
}

.custom-callout.left > header > .fsElementTitle {
  color: #fff;
}

.custom-callout.left p {
  color: #fff;
}

.custom-callout.left a {
  color: #fff;
}

.custom-callout.left a:hover,
.custom-callout.left a:focus {
  color: #fff;
  text-decoration: underline;
}

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  border-bottom: none;
  border-right: 5px solid #800000;
}

@media (max-width: 1199px) {
  .custom-callout.left .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #800000;
    border-right: none;
  }
}

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

@media (max-width: 1199px) {
  .custom-callout.right {
    padding: 30px !important;
  }
}

.custom-callout.right > header > .fsElementTitle {
  color: #fff;
}

.custom-callout.right p {
  color: #fff;
}

.custom-callout.right a {
  color: #fff;
}

.custom-callout.right a:hover,
.custom-callout.right a:focus {
  color: #fff;
  text-decoration: underline;
}

.custom-callout.right .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  left: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  border-bottom: none;
  border-left: 5px solid #800000;
}

@media (max-width: 1199px) {
  .custom-callout.right .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #800000;
    border-left: none;
  }
}

.fsBannerLeft .custom-callout.left,
.fsBannerRight .custom-callout.left,
.fsStyleOneThird .custom-callout.left,
.fsThreeColumnLayout > .fsDiv .custom-callout.left,
.fsFourColumnLayout > .fsDiv .custom-callout.left {
  padding: 30px !important;
}

.fsBannerLeft .custom-callout.left > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout.left > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout.left > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout.left > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout.left > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 25px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #800000;
  border-right: none;
}

.fsBannerLeft .custom-callout.right,
.fsBannerRight .custom-callout.right,
.fsStyleOneThird .custom-callout.right,
.fsThreeColumnLayout > .fsDiv .custom-callout.right,
.fsFourColumnLayout > .fsDiv .custom-callout.right {
  padding: 30px !important;
}

.fsBannerLeft .custom-callout.right > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout.right > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout.right > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout.right > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout.right > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 25px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #800000;
  border-left: none;
}

body:not(.fsComposeMode) .content-block {
  position: relative;
  display: block;
  background-color: #F2F2F2;
  padding: 30px;
  color: #4d4d4d;
  margin-bottom: 60px;
}

body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle {
  color: #303030;
  font-size: 20px;
  line-height: 24px;
}

body:not(.fsComposeMode) .content-block p {
  color: #4d4d4d;
  margin-bottom: 10px;
}

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

body:not(.fsComposeMode) .content-block a {
  color: #303030;
}

body:not(.fsComposeMode) .content-block a:hover,
body:not(.fsComposeMode) .content-block a:focus {
  color: #303030;
  text-decoration: underline;
}

body:not(.fsComposeMode) .content-block.colored {
  background-color: #A90000;
  color: #fff;
}

body:not(.fsComposeMode) .content-block.colored > header > h2.fsElementTitle {
  color: #fff;
}

body:not(.fsComposeMode) .content-block.colored p {
  color: #fff;
}

body:not(.fsComposeMode) .content-block.colored a {
  color: #fff;
}

body:not(.fsComposeMode) .content-block.colored a:hover,
body:not(.fsComposeMode) .content-block.colored a:focus {
  color: #fff;
  text-decoration: underline;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px;
}

.home #fsPageBody {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout > .fsDiv {
  padding: 0px;
  margin: 0px;
}

.home .fsPageTitle {
  display: none;
}

body:not(.fsComposeMode) .home-container {
  position: relative;
  margin: 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .home-container .fsResourceElement video {
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .home-calendar {
  position: relative;
  /*@include compartment(1440px);*/
  padding: 0px;
  border-left: 10px solid #800000;
  margin: 80px auto;
}

@media (max-width: 669px) {
  body:not(.fsComposeMode) .home-calendar {
    margin: 40px auto;
  }
}

body:not(.fsComposeMode) .home-calendar > header {
  padding: 30px 68px 40px 30px;
  max-width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}

@media (max-width: 1179px) {
  body:not(.fsComposeMode) .home-calendar > header {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 30px 35px 40px 20px;
  }
}

body:not(.fsComposeMode) .home-calendar > header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .home-calendar > header h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #A90000;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .home-calendar > header h2 em {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0px;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent {
  position: relative;
  padding: 0px 58px 0px 300px;
  margin: 0px;
  z-index: 10;
}

@media (max-width: 1179px) {
  body:not(.fsComposeMode) .home-calendar > .fsElementContent {
    padding: 0px 58px 0px 10px;
  }
}

@media (max-width: 669px) {
  body:not(.fsComposeMode) .home-calendar > .fsElementContent {
    padding: 0px 25px 70px 10px;
  }
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article {
  position: relative;
  border: 1px solid #cdcdcd;
  background: #fff;
  height: 280px;
  margin: 0px 10px;
  padding: 30px;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus {
  background: #A90000;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsTitle,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsTitle {
  color: #fff;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsTitle a,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsTitle a {
  color: #fff;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsNotes,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsDescription,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsNotes,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsDescription {
  color: #fff;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsNotes a,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsDescription a,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsNotes a,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsDescription a {
  color: #fff;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsDate,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsAuthor,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsLocation,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsTimeRange,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsAllDay,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsDate,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsAuthor,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsLocation,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsTimeRange,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsAllDay {
  display: none;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsCalendarEventLink.fsReadMoreLink,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsCalendarEventLink.fsReadMoreLink {
  color: #fff !important;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsCalendarEventLink.fsReadMoreLink:hover,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:hover .fsCalendarEventLink.fsReadMoreLink:focus,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsCalendarEventLink.fsReadMoreLink:hover,
body:not(.fsComposeMode) .home-calendar > .fsElementContent article:focus .fsCalendarEventLink.fsReadMoreLink:focus {
  text-decoration: underline;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent article .fsNotes {
  position: relative;
  height: 47px;
  overflow: hidden;
  display: block;
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent button.slick-arrow.slick-prev {
  position: absolute;
  top: 111px;
  right: -30px;
  display: block !important;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  border: none;
  font-size: 0px;
  cursor: pointer;
  z-index: 200;
}

@media (max-width: 669px) {
  body:not(.fsComposeMode) .home-calendar > .fsElementContent button.slick-arrow.slick-prev {
    top: inherit;
    right: inherit;
    left: 10px;
    bottom: -40px;
  }
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent button.slick-arrow.slick-prev:before {
  content: "";
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 20px;
  color: #4d4d4d;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent button.slick-arrow.slick-next {
  position: absolute;
  top: 151px;
  right: -30px;
  display: block !important;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  border: none;
  font-size: 0px;
  cursor: pointer;
  z-index: 200;
}

@media (max-width: 669px) {
  body:not(.fsComposeMode) .home-calendar > .fsElementContent button.slick-arrow.slick-next {
    top: inherit;
    right: inherit;
    left: 50px;
    bottom: -40px;
  }
}

body:not(.fsComposeMode) .home-calendar > .fsElementContent button.slick-arrow.slick-next:before {
  content: "";
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 20px;
  color: #4d4d4d;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

body:not(.fsComposeMode) .homepage-news {
  position: relative;
  display: block;
  background-color: #A90000;
  margin: 0px;
  padding: 80px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .homepage-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 0px;
  }

  body:not(.fsComposeMode) .homepage-news:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0px;
    width: 10px;
    background: #800000;
    height: calc(100% - 80px);
  }
}

body:not(.fsComposeMode) .homepage-news > header {
  padding: 30px 30px 40px 10px;
  max-width: 240px;
  position: relative;
  z-index: 20;
  text-align: right;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .homepage-news > header {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 30px 30px 40px 20px;
  }
}

body:not(.fsComposeMode) .homepage-news > header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .homepage-news > header h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: right;
}

body:not(.fsComposeMode) .homepage-news > header h2 em {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0px;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
  text-align: right;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent {
  position: relative;
  display: block;
  padding: 0px 10px 0px 20px;
  max-width: 900px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: calc(100% - 15px);
  background: #800000;
  content: "";
}

@media (min-width: 1180px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent {
    min-width: 900px !important;
  }
}

@media (max-width: 1179px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent {
    max-width: 475px;
    min-width: 475px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent {
    max-width: 100%;
    min-width: 100%;
    padding: 0px 50px 20px 10px;
  }

  body:not(.fsComposeMode) .homepage-news > .fsElementContent:before {
    display: none;
  }
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article {
  border: none;
  padding: 0px;
  height: 267px;
  max-height: 267px;
  position: relative;
  margin: 10px 10px;
  max-width: 400px;
  background-color: #F2F2F2;
  overflow: hidden;
  float: left;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent article {
    max-width: 100%;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent article {
    height: 167px;
  }
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 1;
  max-width: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #A90000;
  margin: 0px 0px 12px 0px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsTitle a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #A90000;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsTitle a:hover,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsTitle a:focus {
  color: #757575;
  text-decoration: underline;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsSummary {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #4d4d4d;
  margin: 0px 0px 10px 0px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsPostLink.fsReadMoreLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #A90000;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsPostLink.fsReadMoreLink:hover,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article .fsPostLink.fsReadMoreLink:focus {
  color: #757575;
  text-decoration: underline;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper {
  position: absolute;
  top: 200px;
  width: 100%;
  height: auto;
  background-color: rgba(48, 48, 48, 0.68);
  padding: 12px 20px;
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper:hover,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper:focus,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper:focus-within {
  top: 0;
  height: 100%;
  padding: 20px 20px;
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper {
    top: 105px;
  }
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 25px 0px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsTitle a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsTitle a:hover,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsTitle a:focus {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsSummary {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin: 0px 0px 10px 0px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsPostLink.fsReadMoreLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsPostLink.fsReadMoreLink:hover,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article .post-wrapper .fsPostLink.fsReadMoreLink:focus {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article:hover .post-wrapper,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article:focus .post-wrapper,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article:focus-within .post-wrapper {
  top: 0;
  height: 100%;
  padding: 20px 20px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent .slick-slide > div {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

@media (min-width: 1180px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent .slick-list {
    height: 570px !important;
  }
}

@media (min-width: 1180px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent .slick-track {
    height: 570px !important;
  }
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-prev {
  position: absolute;
  top: 257px;
  right: 0px;
  display: block !important;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  border: none;
  font-size: 0px;
  cursor: pointer;
  z-index: 200;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-prev {
    top: 253px;
    right: -30px;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-prev {
    top: 155px;
  }
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-prev:before {
  content: "";
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-next {
  position: absolute;
  top: 305px;
  right: 0px;
  display: block !important;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  border: none;
  font-size: 0px;
  cursor: pointer;
  z-index: 200;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-next {
    top: 305px;
    right: -30px;
  }
}

@media (max-width: 499px) {
  body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-next {
    top: 200px;
  }
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent button.slick-arrow.slick-next:before {
  content: "";
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article:not(.has-image) {
  padding: 30px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article:hover .post-wrapper,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article:focus .post-wrapper,
body:not(.fsComposeMode) .homepage-news > .fsElementContent article:focus-within .post-wrapper {
  top: 0;
  height: 100%;
  padding: 20px 20px;
}

body:not(.fsComposeMode) .homepage-news > .fsElementContent article:not(.has-image):before {
  content: " ";
  position: absolute;
  z-index: 35;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5 ease;
}

body:not(.fsComposeMode) .homepage-feed {
  position: relative;
  /*@include compartment(1440px);*/
  padding: 0px;
  border-left: 10px solid #800000;
  margin: 80px auto;
}

@media (max-width: 669px) {
  body:not(.fsComposeMode) .homepage-feed {
    margin: 40px auto;
  }
}

body:not(.fsComposeMode) .homepage-feed > header {
  padding: 30px 68px 40px 30px;
  max-width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}

@media (max-width: 1179px) {
  body:not(.fsComposeMode) .homepage-feed > header {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 30px 35px 40px 20px;
  }
}

body:not(.fsComposeMode) .homepage-feed > header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .homepage-feed > header h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #A90000;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .homepage-feed > header h2 em {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin: 0px;
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
}

body:not(.fsComposeMode) .homepage-feed > .fsElementContent {
  position: relative;
  padding: 0px 20px 0px 280px;
  margin: 0px;
  z-index: 10;
}

@media (max-width: 1179px) {
  body:not(.fsComposeMode) .homepage-feed > .fsElementContent {
    padding: 0px 20px 0px 20px;
  }
}

@media (max-width: 669px) {
  body:not(.fsComposeMode) .homepage-feed > .fsElementContent {
    padding: 0px 20px 0px 20px;
  }
}

body:not(.fsComposeMode) .homepage-feed .j-paginate.juicer-button {
  display: none !important;
}

body:not(.fsComposeMode) .homepage-feed li.feed-item {
  /*margin: 0px !important;*/
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #4d4d4d;
  color: #4d4d4d;
}

.colors ol li:nth-of-type(1):after {
  content: "#4d4d4d";
}

.colors ol li:nth-of-type(2) {
  background: #A90000;
  color: #A90000;
}

.colors ol li:nth-of-type(2):after {
  content: "#A90000";
}

.colors ol li:nth-of-type(3) {
  background: #800000;
  color: #800000;
}

.colors ol li:nth-of-type(3):after {
  content: "#800000";
}

.colors ol li:nth-of-type(4) {
  background: #F2F2F2;
  color: #F2F2F2;
}

.colors ol li:nth-of-type(4):after {
  content: "#F2F2F2";
}

.colors ol li:nth-of-type(5) {
  background: #cdcdcd;
  color: #cdcdcd;
}

.colors ol li:nth-of-type(5):after {
  content: "#cdcdcd";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Roboto Slab", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Roboto Slab, Georgia, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Open Sans", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Open Sans, sans-serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 35px / line: 40px";
}

.headers h2:after {
  content: " size: 28px / line: 34px";
}

.headers h3:after {
  content: " size: 24px / line: 29px";
}

.headers h4:after {
  content: " size: 20px / line: 24px";
}

.headers h5:after {
  content: " size: 16px / line: 20px";
}

.headers h6:after {
  content: " size: 14px / line: 18px";
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  color: #A90000;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

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

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 749px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 20px;
}

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

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

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

.fs_style_27,
table.styled {
  margin-bottom: 60px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_27 td,
table.styled td {
  padding: 10px 20px;
  background: #F2F2F2;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  color: #4d4d4d;
}

.fs_style_27 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background: rgba(0, 0, 0, 0);
}

.fs_style_27 th,
.fs_style_27 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_27 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #A90000;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

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

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

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

/*! 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: 'bpa-infographic3'; src: url("/bpa-fonts/icomoon.eot?g063un"); src: url("/bpa-fonts/icomoon.eot?g063un#iefix") format("embedded-opentype"),  url("/bpa-fonts/icomoon.woff2?g063un") format("woff2"),  url("/bpa-fonts/icomoon.ttf?g063un") format("truetype"),  url("/bpa-fonts/icomoon.woff?g063un") format("woff"), url("/bpa-fonts/icomoon.svg?g063un#icomoon") format("svg"); font-weight: normal; font-style: normal; }*/

.bpa-infographic-3 section:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "\E911";
}

.icon-bicycle:before {
  content: "\E912";
}

.icon-books:before {
  content: "\E913";
}

.icon-bus:before {
  content: "\E914";
}

.icon-earth:before {
  content: "\E915";
}

.icon-family:before {
  content: "\E916";
}

.icon-gift:before {
  content: "\E917";
}

.icon-graduate:before {
  content: "\E918";
}

.icon-heart:before {
  content: "\E919";
}

.icon-ipad:before {
  content: "\E91A";
}

.icon-leaf:before {
  content: "\E91B";
}

.icon-marker:before {
  content: "\E91C";
}

.icon-mortarboard:before {
  content: "\E91D";
}

.icon-note:before {
  content: "\E91E";
}

.icon-pencil:before {
  content: "\E91F";
}

.icon-pie-chart:before {
  content: "\E920";
}

.icon-robot:before {
  content: "\E921";
}

.icon-skyscraper:before {
  content: "\E922";
}

.icon-star:before {
  content: "\E923";
}

.icon-trophy:before {
  content: "\E924";
}

.icon-university:before {
  content: "\E925";
}

.bpa-infographic-3 {
  position: relative;
  background-color: #f2f2f2;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0px 80px 0px;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3,
body:not(.fsHasRightBanner) .bpa-infographic-3 {
  width: 100vw;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 {
  width: 38%;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-2,
body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-2 {
  width: 24%;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 {
  width: 38%;
}

@media (max-width: 1179px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3.dark:before,
  body:not(.fsHasRightBanner) .bpa-infographic-3.dark:before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 0;
    left: 0;
    background: #163052;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3.dark:after,
  body:not(.fsHasRightBanner) .bpa-infographic-3.dark:after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    -ms-transform: translateX(99%);
    -webkit-transform: translateX(99%);
            transform: translateX(99%);
    top: 0;
    right: 0;
    background: #163052;
    visibility: visible;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement {
    padding-top: 80px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before {
    font-size: 25px;
    height: 70px;
    width: 70px;
    line-height: 67px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-2,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-2 {
    width: 100%;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

@media (max-width: 699px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 {
    padding: 40px 0px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
  }
}

body.fsHasLeftBanner .bpa-infographic-3,
body.fsHasRightBanner .bpa-infographic-3 {
  position: relative;
  margin: 0 auto;
  max-width: 48.75em;
  max-width: 48.75rem;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement {
  padding-top: 80px;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before {
  font-size: 25px;
  height: 70px;
  width: 70px;
  line-height: 67px;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 {
  width: 50%;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-2,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-2 {
  width: 100%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 {
  width: 50%;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

@media (max-width: 999px) {
  body.fsHasLeftBanner .bpa-infographic-3,
  body.fsHasRightBanner .bpa-infographic-3 {
    padding: 20px 0;
  }

  body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1,
  body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
  }

  body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3,
  body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
  }
}

.bpa-infographic-3 > header {
  text-align: center;
  padding-bottom: 30px;
}

.bpa-infographic-3 > header .fsElementTitle {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2;
}

.bpa-infographic-3 > .fsStyleColumn {
  padding-left: 10px;
  padding-right: 10px;
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement {
  color: #1c1c1c;
  position: relative;
  text-align: center;
}

body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement:before {
  position: relative !important;
  top: 0 !important;
}

body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementTitle,
body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  text-align: center !important;
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 1;
  -webkit-box-flex: 1;
          flex: 1 1;
  margin: 0 !important;
  min-height: 185px;
  min-width: 50%;
  padding: 110px 8px 5px 8px;
}

@media (max-width: 499px) {
  body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement {
    min-width: 100%;
  }
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement header,
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  width: 50%;
  padding: 0 5px;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement:before {
  color: #fff;
  background: #A90000;
  display: inline-block;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  top: 0;
  border-radius: 50%;
  line-height: 86px;
  font-size: 37px;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementTitle {
  display: block;
  text-align: right;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  color: #4d4d4d;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  line-height: 20px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  text-align: left;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 6px !important;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent p {
  margin: 0;
}

.bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 {
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
  border-bottom-color: #303030;
  border-bottom-width: 0px;
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 > .fsElement {
  padding-top: 300px;
}

.bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 > .fsElement:before {
  top: 20px;
  width: 250px;
  height: 250px;
  font-size: 130px;
  line-height: 220px;
}

.bpa-infographic-3.dark {
  background-color: #A90000;
}

.bpa-infographic-3.dark > header > .fsElementTitle {
  color: #fff;
}

.bpa-infographic-3.dark .fsStyleColumn-2 {
  border-bottom-color: #eee !important;
  border-left-color: #eee;
  border-right-color: #eee;
}

.bpa-infographic-3.dark > .fsStyleColumn > .fsElement {
  color: #fff;
}

.bpa-infographic-3.dark > .fsStyleColumn > .fsElement:before {
  color: #163052;
  background: #fff;
}

.bpa-infographic-3.dark > .fsStyleColumn > .fsElement .fsElementTitle {
  color: #fff;
}

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

.icon-list li {
  margin: 0;
  padding: 0;
}

.icon-list li {
  margin: 6px 0px;
}

.icon-list li:before {
  font-size: 30px;
  margin-right: 14px;
}

body:not(.fsComposeMode) .bpa-infographic-3 > header {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .bpa-infographic-3 > header h2 {
  position: relative;
  color: #A90000;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: table;
  white-space: nowrap;
  text-align: center;
}

body:not(.fsComposeMode) .bpa-infographic-3 > header h2 em {
  font-style: normal;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 300;
}

@media (max-width: 689px) {
  body:not(.fsComposeMode) .bpa-infographic-3 > header h2 em {
    position: relative;
    display: block;
  }
}

body:not(.fsComposeMode) .bpa-infographic-3 > header h2:before,
body:not(.fsComposeMode) .bpa-infographic-3 > header h2:after {
  border-top: 10px solid #800000;
  content: '';
  display: table-cell;
  position: relative;
  top: 12px;
  width: 45%;
}

@media (max-width: 689px) {
  body:not(.fsComposeMode) .bpa-infographic-3 > header h2:before,
  body:not(.fsComposeMode) .bpa-infographic-3 > header h2:after {
    top: 29px;
  }
}

body:not(.fsComposeMode) .bpa-infographic-3 > header h2:before {
  right: 1.5%;
}

@media (max-width: 689px) {
  body:not(.fsComposeMode) .bpa-infographic-3 > header h2:before {
    right: 5%;
  }
}

body:not(.fsComposeMode) .bpa-infographic-3 > header h2:after {
  left: 1.5%;
}

@media (max-width: 689px) {
  body:not(.fsComposeMode) .bpa-infographic-3 > header h2:after {
    left: 5%;
  }
}

body:not(.fsComposeMode) .bpa-infographic-3 footer {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}

body:not(.fsComposeMode) .bpa-infographic-3 footer .fsElementFooterContent {
  position: relative;
  text-align: center;
  margin: 40px 0px 0px 0px;
}

body:not(.fsComposeMode) .bpa-infographic-3 footer a {
  margin: 0px !important;
}

body:not(.fsComposeMode) .bpa-infographic-3 footer .fs_style_29 {
  background: #F2F2F2;
}

body:not(.fsComposeMode) .bpa-infographic-3 footer .fs_style_29:hover,
body:not(.fsComposeMode) .bpa-infographic-3 footer .fs_style_29:focus {
  background: #303030;
}

@media (max-width: 1179px) {
  body:not(.fsComposeMode) .bpa-infographic-3 footer {
    width: 100%;
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  body:not(.fsComposeMode) .bpa-infographic-3 footer .fsElementFooterContent {
    margin: 0px 0px 0px 0px;
  }
}

.infographic-icons section:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #A90000;
  display: inline-block;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  top: 0;
  border-radius: 50%;
  line-height: 86px;
  font-size: 37px;
}

.infographic-icons section {
  position: relative;
  display: block;
  text-align: center;
  padding: 110px 8px 5px 8px;
}