/*!
 * Roseburg Public Schools - bozrah_v5
 * @link: https://roseburgk12orus.finalsite.com
 * Site Template: newclientcustom
 * Built By: Ștefan Popescu
 * Project Manager: Frank Cabral
 * Designer: Holly Fehr
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-42-ga8d1521
 * Last built by: Ștefan Popescu
 */
// Build package info
buildinfo = {
  buildname : 'fs-webpack-build',
  ver : '5.3.2',
  template : 'newclientcustom',
};
@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.11111em;
  margin-left: 1.11111em;
}

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

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

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_XX th {
  padding: 10px 20px;
  background: #373737;
  color: #ffffff;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_XX td {
  padding: 10px 20px;
  background: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

.fs_style_XX {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XX:hover,
.fs_style_XX:focus,
.fsStateSelected .fs_style_XX,
.fs_style_XX.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fs_style_XY {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #163052;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_XY:hover,
.fs_style_XY:focus,
.fsStateSelected .fs_style_XY,
.fs_style_XY.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #696969;
  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(105, 105, 105, 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: #696969;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #696969;
}

.lead-in {
  font-size: 1.11111em;
  line-height: 1.2em;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
}

blockquote:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: '\201C';
}

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
}

cite:before {
  content: '- ';
}

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

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

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

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

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

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #696969;
  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: #0058a6;
  background: transparent;
}

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

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

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #0058a6;
  background: #e5e5e5;
}

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

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

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

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

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

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

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

.nav-sub {
  display: none;
}

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

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    color: #696969;
    background-color: #e5e5e5;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #CC0000;
    color: #ffffff;
  }
}

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

@media screen and (max-width: 599px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\F054";
    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: #f8f8f8;
  }

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

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

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

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

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

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

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

  .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: #CC0000;
    color: #ffffff;
  }

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

@media (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #ffffff;
  background: transparent;
  padding: 1.11111em;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-main .fsNavPageInfo {
  background: #CC0000;
  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: #636363;
  background: transparent;
  padding: 0.55556em;
}

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

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

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

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

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

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

.mobile-toggle:before {
  margin-top: -0.22222em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.22222em 0 0 #fff;
          box-shadow: 0 0.22222em 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 .mobile-toggle:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  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: 0em;
  min-height: 100%;
  max-width: 33.33333em;
  background: #696969;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0 20px;
}

.skip-link {
  margin: 0;
}

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

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

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
}

.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
  background: url(images/logo.png) no-repeat 0 50%;
}

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

#fsFooter {
  padding: 20px;
  color: #fff;
}

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

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

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

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

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

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

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

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

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

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

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

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

body {
  font-size: 18px;
  line-height: 29px;
  color: #696969;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 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: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 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: 600px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 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: 700px) {
  .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: 18px;
  line-height: 29px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

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

.fsConstituentSearchForm > label > select {
  height: 34px;
  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: #F7F8FB;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 23px;
  padding: 13.33333px;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

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

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

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "\E913";
}

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

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

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

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

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

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

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(204, 0, 0, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #696969;
}

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

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

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

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

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

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

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

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

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

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

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

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

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

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

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #cfcfcf;
    -webkit-box-shadow: 0 1px 0 0 #cfcfcf;
            box-shadow: 0 1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #cfcfcf;
    border-top: 1px solid #cfcfcf;
    color: #696969;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #696969;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #696969;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #0058a6;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #cfcfcf;
            box-shadow: inset 0 -1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #373737;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
  }

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

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

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

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

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

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

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

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-bottom: 0;
}

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

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

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

/*! _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: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #696969;
}

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

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

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #0058a6;
  -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: #696969;
  -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: #CC0000;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - login */

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

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

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

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

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

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

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

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

.fsResetPasswordFields label > span {
  display: block;
}

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

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

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

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

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

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

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

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

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

/*! _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: 18px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

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

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

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

.fsVimeoList .fsVimeoListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

.fsYoutubeList .fsYoutubeListItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #373737;
  color: #fff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #131313;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 23px;
  padding: 13.33333px;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  background: #F7F8FB;
  color: #000000;
}

.fsTabs .fsTabsNav li a:hover {
  background: #F7F8FB;
  color: #CC0000;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #000000;
  color: #ffffff;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

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

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

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

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #e5e5e5;
}

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

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #696969 !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #e5e5e5;
  color: #373737;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f8f8f8;
  color: #636363;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #0058a6;
  color: #ffffff;
}

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #CC0000;
}

/*! pages - home v0.0.1 */

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 33.33333%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #1c1c1c;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#1c1c1c";
}

.colors.main ol li:nth-of-type(2) {
  background: #363636;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#363636";
}

.colors.main ol li:nth-of-type(3) {
  background: #163052;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#163052";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #373737;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#373737";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #cfcfcf;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#cfcfcf";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Lato", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Lato, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 48px / line-height: 56px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 24px / line-height: 31px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 20px / line-height: 24px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 16px / line-height: 19px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 17px / line-height: 20px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 13px / line-height: 15px";
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}

body:not(.fsDraftMode) .swap-container > header {
  display: none;
}

.fsGoogleTranslate {
  position: relative;
  margin-left: auto !important;
}

@media (max-width: 1099px) {
  .fsGoogleTranslate {
    padding: 7px;
  }

  .fsGoogleTranslate:hover label,
  .fsGoogleTranslate.focused label {
    color: #ffffff;
    background: #373737;
  }

  .fsGoogleTranslate .goog-logo-link,
  .fsGoogleTranslate label {
    color: #ffffff !important;
  }

  .fsGoogleTranslate label {
    border: 1px solid #ffffff !important;
    padding-right: 7px;
  }
}

.fsGoogleTranslate .goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.fsGoogleTranslate:hover label,
.fsGoogleTranslate.focused label {
  color: #e5e5e5;
  text-decoration: underline;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
}

.fsGoogleTranslate .goog-logo-link {
  color: #f8f8f8 !important;
}

.fsGoogleTranslate .skiptranslate {
  font-size: 0;
  line-height: 1;
}

.fsGoogleTranslate .skiptranslate > span {
  display: none;
}

.fsGoogleTranslate label {
  color: #f8f8f8;
  display: block;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  height: 27px;
  border: 1px solid #636363;
  opacity: 1;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.fsGoogleTranslate label:after {
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  padding-left: 7px;
  vertical-align: bottom;
}

.fsGoogleTranslate select {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  margin: 0px;
  width: 100%;
  height: 27px;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none;
}

.button-1,
.fs_style_5 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #ffffff;
  color: #CC0000;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #CC0000;
}

.button-1:hover,
.button-1:focus,
.fsStateSelected .button-1,
.button-1.on,
.fs_style_5:hover,
.fs_style_5:focus,
.fsStateSelected .fs_style_5,
.fs_style_5.on {
  background: #CC0000;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-1 em,
.fs_style_5 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-1:hover,
.button-1:focus,
.fs_style_5:hover,
.fs_style_5:focus {
  border: 1px solid #CC0000;
}

.button-2,
.fs_style_6 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #CC0000;
}

.button-2:hover,
.button-2:focus,
.fsStateSelected .button-2,
.button-2.on,
.fs_style_6:hover,
.fs_style_6:focus,
.fsStateSelected .fs_style_6,
.fs_style_6.on {
  background: #ffffff;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-2 em,
.fs_style_6 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-3,
.fs_style_7 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #CC0000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #636363;
}

.button-3:hover,
.button-3:focus,
.fsStateSelected .button-3,
.button-3.on,
.fs_style_7:hover,
.fs_style_7:focus,
.fsStateSelected .fs_style_7,
.fs_style_7.on {
  background: #ffffff;
  color: #CC0000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-3 em,
.fs_style_7 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-3:hover,
.button-3:focus,
.fs_style_7:hover,
.fs_style_7:focus {
  border: 1px solid #636363;
}

.button-large-1,
.button-large-2,
.button-large-3,
.fs_style_8,
.fs_style_9,
.fs_style_10 {
  padding: 25px 15px !important;
  font-size: 17px !important;
  text-transform: uppercase;
  border-radius: 4px !important;
  max-width: 300px;
  width: 100%;
}

.button-large-1 em,
.button-large-2 em,
.button-large-3 em,
.fs_style_8 em,
.fs_style_9 em,
.fs_style_10 em {
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 500 !important;
}

.button-large-1,
.fs_style_8 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #ffffff;
  color: #CC0000;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #CC0000;
}

.button-large-1:hover,
.button-large-1:focus,
.fsStateSelected .button-large-1,
.button-large-1.on,
.fs_style_8:hover,
.fs_style_8:focus,
.fsStateSelected .fs_style_8,
.fs_style_8.on {
  background: #CC0000;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-large-1 em,
.fs_style_8 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-large-1:hover,
.button-large-1:focus,
.fs_style_8:hover,
.fs_style_8:focus {
  border: 1px solid #CC0000;
}

.button-large-2,
.fs_style_9 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #CC0000;
}

.button-large-2:hover,
.button-large-2:focus,
.fsStateSelected .button-large-2,
.button-large-2.on,
.fs_style_9:hover,
.fs_style_9:focus,
.fsStateSelected .fs_style_9,
.fs_style_9.on {
  background: #ffffff;
  color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-large-2 em,
.fs_style_9 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-large-3,
.fs_style_10 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #CC0000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #636363;
}

.button-large-3:hover,
.button-large-3:focus,
.fsStateSelected .button-large-3,
.button-large-3.on,
.fs_style_10:hover,
.fs_style_10:focus,
.fsStateSelected .fs_style_10,
.fs_style_10.on {
  background: #ffffff;
  color: #CC0000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-large-3 em,
.fs_style_10 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-large-3:hover,
.button-large-3:focus,
.fs_style_10:hover,
.fs_style_10:focus {
  border: 1px solid #636363;
}

.button-dark {
  padding: 30px;
  background: #131313;
}

.button-dark > header .fsElementTitle {
  color: #ffffff;
}

.button-on-dark,
.fs_style_11 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #ffffff;
}

.button-on-dark:hover,
.button-on-dark:focus,
.fsStateSelected .button-on-dark,
.button-on-dark.on,
.fs_style_11:hover,
.fs_style_11:focus,
.fsStateSelected .fs_style_11,
.fs_style_11.on {
  background: #ffffff;
  color: #CC0000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.button-on-dark em,
.fs_style_11 em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.button-download,
.fs_style_12,
.button-link,
.fs_style_13 {
  display: block;
  padding: 15px 23px;
  background: #F7F8FB;
  border: 1px solid #F0F0F0;
  color: #252B33;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
}

.button-download:before,
.fs_style_12:before,
.button-link:before,
.fs_style_13:before {
  margin-right: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

.button-download:hover,
.fs_style_12:hover,
.button-link:hover,
.fs_style_13:hover {
  color: #CC0000;
  background: #F7F8FB;
}

.button-download > a,
.fs_style_12 > a,
.button-link > a,
.fs_style_13 > a {
  text-decoration: inherit;
  color: #252B33;
}

.button-download > a:hover,
.fs_style_12 > a:hover,
.button-link > a:hover,
.fs_style_13 > a:hover {
  color: #CC0000;
  background: #F7F8FB;
}

.fsContent .button-download,
.fsContent .fs_style_12,
.fsContent .button-link,
.fsContent .fs_style_13 {
  font-weight: 700;
  text-decoration: inherit;
}

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

.button-link:before,
.fs_style_13:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsAccount input[type="submit"] {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #CC0000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  display: block;
  border: 1px solid #CC0000;
}

.fsAccount input[type="submit"]:hover,
.fsAccount input[type="submit"]:focus,
.fsStateSelected .fsAccount input[type="submit"],
.fsAccount input[type="submit"].on {
  background: #ffffff;
  color: #CC0000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.fsAccount input[type="submit"] em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.fsAccount input[type="submit"]:hover,
.fsAccount input[type="submit"]:focus {
  border: 1px solid #CC0000;
}

.fsStyleDefaultButton,
.fsComposerFormEmbed form .submitBtn,
.fsStyleUpdateButton,
.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 17px 15px;
  background: #CC0000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #CC0000;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on,
.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on,
.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on,
.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #ffffff;
  color: #CC0000;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.fsStyleDefaultButton em,
.fsComposerFormEmbed form .submitBtn em,
.fsStyleUpdateButton em,
.vimeo_view_link a em {
  display: block;
  font-size: 16px;
  font-style: normal;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.vimeo_view_link a:hover,
.vimeo_view_link a:focus {
  border: 1px solid #CC0000;
}

.fsStyleDefaultButton.fsLoadMoreButton,
.fsComposerFormEmbed form .submitBtn.fsLoadMoreButton,
.fsStyleUpdateButton.fsLoadMoreButton,
.vimeo_view_link a.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll,
.fsComposerFormEmbed form .submitBtn.fsSelectAll,
.fsStyleUpdateButton.fsSelectAll,
.vimeo_view_link a.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsConstituentSearchButton {
  padding-top: 9px;
  padding-bottom: 9px;
}

h1 {
  color: #CC0000;
  font-weight: bold;
}

h2 {
  color: #CC0000;
  font-weight: bold;
}

h3 {
  color: #CC0000;
  font-weight: bold;
}

h4 {
  color: #CC0000;
  font-weight: bold;
  text-transform: uppercase;
}

h5 {
  color: #CC0000;
  font-weight: bold;
}

h6 {
  color: #CC0000;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #0058a6;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #696969;
  text-decoration: none;
}

.fsBannerLeft .fsElement > header .fsElementTitle,
.fsBannerRight .fsElement > header .fsElementTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

.table-style,
.table-styled,
.fs_style_14 {
  display: table;
  color: #696969;
  margin-bottom: 20px;
}

.table-style th,
.table-styled th,
.fs_style_14 th {
  padding: 12px 20px;
  color: #ffffff;
  font-weight: 600;
  background: #CC0000;
  font-size: 17px;
}

.table-style td,
.table-styled td,
.fs_style_14 td {
  padding: 9px 20px;
  background-color: #F7F8FB;
}

.table-style tr:nth-of-type(odd) td,
.table-styled tr:nth-of-type(odd) td,
.fs_style_14 tr:nth-of-type(odd) td {
  background-color: #E8EBF2;
}

.lead-in,
.fs_style_4 {
  color: #252B33;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  display: block;
  margin: 20px 0;
  background: transparent;
}

blockquote,
.blockquote,
.fs_style_15 {
  display: block;
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding: 40px 10px 0 10px;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-style: italic;
  font-weight: 600;
}

blockquote:before,
.blockquote:before,
.fs_style_15:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 60px;
  color: #000000;
  width: 80px;
  height: 60px;
  background: #ffffff;
  text-align: center;
}

.fsBanner blockquote,
.fsBanner .blockquote,
.fsBanner .fs_style_15 {
  font-size: 20px;
}

.fs_style_3,
cite {
  margin: 10px 0 30px 0;
  display: block;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.callout-content,
.fs_style_1 {
  display: block;
  padding: 10px 10px 10px 20px;
  font-weight: 300;
  line-height: 1.4;
  background: transparent;
  color: #696969;
  font-size: 24px;
  border-left: 2px solid #F0F0F0;
}

.callout-box-one,
.callout-box-two,
.callout-box-default {
  display: block;
  background: #F7F8FB;
  color: #696969;
}

.callout-box-one a,
.callout-box-two a,
.callout-box-default a {
  color: #131313;
  text-decoration: underline;
}

.callout-box-one a:hover,
.callout-box-two a:hover,
.callout-box-default a:hover {
  color: #131313;
  text-decoration: none;
}

.callout-box-one > header .fsElementHeaderContent,
.callout-box-two > header .fsElementHeaderContent,
.callout-box-default > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box-one > header .fsImage picture,
.callout-box-two > header .fsImage picture,
.callout-box-default > header .fsImage picture {
  display: block;
}

.callout-box-one > header .fsImage img,
.callout-box-two > header .fsImage img,
.callout-box-default > header .fsImage img {
  display: block;
  width: 100%;
  height: auto;
}

.callout-box-one > .fsElementContent,
.callout-box-two > .fsElementContent,
.callout-box-default > .fsElementContent {
  padding: 30px;
  line-height: 1.4;
  font-size: 18px;
  line-height: 29px;
}

.fsBannerLeft .callout-box-one > .fsElementContent,
.fsBannerLeft .callout-box-two > .fsElementContent,
.fsBannerLeft .callout-box-default > .fsElementContent,
.fsBannerRight .callout-box-one > .fsElementContent,
.fsBannerRight .callout-box-two > .fsElementContent,
.fsBannerRight .callout-box-default > .fsElementContent {
  padding: 20px;
}

.callout-box-one > .fsElementContent h2,
.callout-box-two > .fsElementContent h2,
.callout-box-default > .fsElementContent h2 {
  color: #CC0000;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 700;
  color: inherit;
}

@media (min-width: 800px) {
  body:not(.fsDraftMode) .left.callout-box-one,
  body:not(.fsDraftMode) .left.callout-box-two,
  body:not(.fsDraftMode) .left.callout-box-default,
  body:not(.fsDraftMode) .right.callout-box-one,
  body:not(.fsDraftMode) .right.callout-box-two,
  body:not(.fsDraftMode) .right.callout-box-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 800px) {
  body:not(.fsDraftMode) .left.callout-box-one > header,
  body:not(.fsDraftMode) .left.callout-box-two > header,
  body:not(.fsDraftMode) .left.callout-box-default > header,
  body:not(.fsDraftMode) .left.callout-box-one > .fsElementContent,
  body:not(.fsDraftMode) .left.callout-box-two > .fsElementContent,
  body:not(.fsDraftMode) .left.callout-box-default > .fsElementContent,
  body:not(.fsDraftMode) .right.callout-box-one > header,
  body:not(.fsDraftMode) .right.callout-box-two > header,
  body:not(.fsDraftMode) .right.callout-box-default > header,
  body:not(.fsDraftMode) .right.callout-box-one > .fsElementContent,
  body:not(.fsDraftMode) .right.callout-box-two > .fsElementContent,
  body:not(.fsDraftMode) .right.callout-box-default > .fsElementContent {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%;
  }
}

body:not(.fsDraftMode) .left.callout-box-one > header,
body:not(.fsDraftMode) .left.callout-box-two > header,
body:not(.fsDraftMode) .left.callout-box-default > header,
body:not(.fsDraftMode) .right.callout-box-one > header,
body:not(.fsDraftMode) .right.callout-box-two > header,
body:not(.fsDraftMode) .right.callout-box-default > header {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

body:not(.fsDraftMode) .left.callout-box-one > header .fsImage,
body:not(.fsDraftMode) .left.callout-box-two > header .fsImage,
body:not(.fsDraftMode) .left.callout-box-default > header .fsImage,
body:not(.fsDraftMode) .right.callout-box-one > header .fsImage,
body:not(.fsDraftMode) .right.callout-box-two > header .fsImage,
body:not(.fsDraftMode) .right.callout-box-default > header .fsImage {
  opacity: 0;
  visibility: hidden;
}

body:not(.fsDraftMode) .left.callout-box-one,
body:not(.fsDraftMode) .left.callout-box-two,
body:not(.fsDraftMode) .left.callout-box-default {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body:not(.fsDraftMode) .right.callout-box-one,
body:not(.fsDraftMode) .right.callout-box-two,
body:not(.fsDraftMode) .right.callout-box-default {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.callout-box-one {
  background: #CC0000;
  color: #ffffff;
}

.callout-box-one > .fsElementContent {
  border: 1px solid #DEDEDE;
}

.callout-box-one a {
  color: #ffffff;
}

.callout-box-one a:hover {
  color: #ffffff;
}

.callout-box-two {
  background: #000000;
  color: #ffffff;
}

.callout-box-two a {
  color: #ffffff;
}

.callout-box-two a:hover {
  color: #ffffff;
}

.callout-box-default {
  background: #F7F8FB;
  color: #696969;
}

.callout-box-default a {
  color: #131313;
}

.callout-box-default a:hover {
  color: #131313;
}

.callout-box-default > .fsElementContent h2 {
  color: #CC0000;
}

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

.fsAthleticsEvent .fsElementEventIcon img {
  max-height: 20px;
}

.fsAthleticsEvent .fsResultCustom a {
  text-decoration: underline;
}

.fsAthleticsEvent .fsResultCustom a:hover {
  text-decoration: none;
}

#fsAccountBar a:hover {
  text-decoration: underline !important;
}

.fsAccordion .fsPanel > header {
  border-radius: 4px;
  border: 0px;
  margin-top: 3px;
}

.fsAccordion .fsPanel > header h2 {
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  border: 0px;
}

.fsAccordion .fsPanel > .fsElementContent {
  border: 0px;
}

.fsAccordion.fsPanelIconAfter .fsPanel > header h2::after,
.fsAccordion.fsPanelIconBefore .fsPanel > header h2::before {
  font-family: "IcoMoon";
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  font-size: 14px;
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header {
  border-bottom: 0px;
}

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before {
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
      -ms-transform: translateY(-50%) rotate(90deg) !important;
          transform: translateY(-50%) rotate(90deg) !important;
}

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header {
  border-bottom: 0px;
}

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2::after {
  -webkit-transform: translateY(-50%) rotate(90deg) !important;
      -ms-transform: translateY(-50%) rotate(90deg) !important;
          transform: translateY(-50%) rotate(90deg) !important;
}

.fsCalendar article {
  padding-left: 95px;
}

.fsCalendar .fsReadMoreLink {
  display: block;
  padding-top: 5px;
  color: #CC0000;
  text-decoration: none;
  letter-spacing: 1.3px;
  font-weight: 700;
  text-transform: uppercase;
}

.fsCalendar .fsReadMoreLink:hover,
.fsCalendar .fsReadMoreLink:focus {
  color: #CC0000;
  text-decoration: underline;
}

.fsCalendar .fsDate {
  border-radius: 0;
  width: 80px;
  height: 80px;
  background: 2px solid #CC0000;
}

.fsCalendar .fsDate .fsDayName {
  display: none;
  color: #ffffff;
}

.fsCalendar .fsDate .fsMonth,
.fsCalendar .fsDate .fsDayName {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}

.fsCalendar .fsDate .fsDay {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
}

.fsCalendar .fsDate .fsYear {
  display: none;
  color: #ffffff;
}

.fsCalendar .fsTitle,
.fsCalendar .fsTitle a {
  color: #CC0000;
  font-weight: 600;
  font-size: 16px;
}

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

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

.fsCalendar .fsEventDetails {
  padding-top: 4px;
}

.fsCalendar .fsEventDetails .fsTimeRange {
  font-size: 14px;
}

.fsCalendar .fsEventDetails .fsTimeRange:before {
  content: "\F017";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  min-width: 14px;
  font-size: 14px;
  margin-right: 2px;
  color: #636363;
  text-align: center;
}

.fsCalendar .fsEventDetails .fsLocation {
  font-size: 14px;
}

.fsCalendar .fsEventDetails .fsLocation:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  min-width: 14px;
  font-size: 14px;
  margin-right: 4px;
  color: #636363;
  text-align: center;
}

.fsCalendar .fsDescription {
  padding-top: 4px;
}

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

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsTitle {
  margin-bottom: 10px;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
  margin: 5px auto 20px;
}

@media (max-width: 509px) {
  .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
    padding-left: 0;
  }

  .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
    position: relative;
  }
}

.fsCalendar.fsList article {
  margin-bottom: 30px;
}

.fsDisplayNavigation input[type='radio'] ~ span {
  color: #111;
}

.fsDisplayNavigation input[type='radio']:checked ~ span {
  background: #555;
}

@media (max-width: 549px) {
  .fsDialog.fsCalendar .fsDialogContent article {
    padding-left: 0;
  }

  .fsDialog.fsCalendar .fsDialogContent .fsDate {
    position: relative;
    margin-bottom: 15px;
  }
}

.fsPostElement .fsReadMoreLink {
  color: #CC0000;
  display: block;
  padding-top: 5px;
  text-decoration: none;
  letter-spacing: 1.3px;
  font-weight: 700;
  text-transform: uppercase;
}

.fsPostElement .fsReadMoreLink:hover,
.fsPostElement .fsReadMoreLink:focus {
  color: #CC0000;
  text-decoration: underline;
}

.fsPostElement.fsList article {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.fsPostElement.fsList article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsPostElement .fsStyleInlineList {
  margin-left: 0;
}

.fsPostElement .fsCategories {
  padding-bottom: 10px;
}

.fsPostElement .fsCategories .fsCategory {
  color: #CC0000;
  background-color: #F0F0F0;
  border-right: 0;
  font-size: 10px;
  line-height: 1.3;
  margin-right: 6px;
}

.fsPostElement .fsAuthor {
  color: #CC0000;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.fsPostElement .fsDateTime {
  color: #CC0000;
  padding-bottom: 10px;
  display: block;
}

.fsPostElement .fsTag {
  border: 1px solid #e5e5e5;
  color: #CC0000;
  background: #fff;
  margin-right: 6px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
}

.fsPostElement .fsSummary {
  margin-bottom: 15px;
}

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

.fsPostElement .fsTitle {
  line-height: 1.2;
  font-size: 18px;
}

.fsPostElement .fsTitle a {
  color: #CC0000;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

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

.slick-arrow.fsPrevButton,
.slick-arrow.fsNextButton {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow.fsPrevButton:before,
.slick-arrow.fsNextButton:before {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slick-arrow.fsPrevButton {
  left: 0;
}

.slick-arrow.fsPrevButton:before {
  content: "\F104";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.slick-arrow.fsNextButton {
  right: 0;
}

.slick-arrow.fsNextButton:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsElementSlideshow .fsPager {
  text-align: center;
  padding-top: 35px !important;
}

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

.fsElementSlideshow .fsPager li {
  margin: 0;
  padding: 0;
}

.fsElementSlideshow .fsPager li {
  margin: 5px 4px;
  display: inline-block;
}

.fsElementSlideshow .fsPager li button {
  cursor: pointer;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #CC0000;
  text-indent: -9999px;
}

.fsElementSlideshow .fsPager li button:before {
  display: none;
}

.fsElementSlideshow .fsPager li button:hover,
.fsElementSlideshow .fsPager li button:focus {
  background-color: #CC0000;
  border-color: #CC0000;
}

.fsElementSlideshow .fsPager li.slick-active button {
  background: #CC0000;
  border-color: #CC0000;
}

.fsElementSlideshow .fsPager li.slick-active button:focus {
  border-color: #00b;
}

.slick-dots {
  text-align: center;
  padding-top: 35px !important;
}

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

.slick-dots li {
  margin: 0;
  padding: 0;
}

.slick-dots li {
  margin: 5px 4px;
  display: inline-block;
}

.slick-dots li button {
  cursor: pointer;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #CC0000;
  text-indent: -9999px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background-color: #CC0000;
  border-color: #CC0000;
}

.slick-dots li.slick-active button {
  background: #CC0000;
  border-color: #CC0000;
}

.slick-dots li.slick-active button:focus {
  border-color: #00b;
}

.fsTabs .fsPanel .fsElementTitle:before,
.fsTabs .fsPanel .fsElementTitle:after {
  font-family: "IcoMoon";
  font-size: 20px;
}

.fsTabs .fsTabsNav .fsTabsNavItem {
  margin-right: 13px;
}

.fsTabs .fsTabsNav .fsTabsNavItem a {
  position: relative;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  background: #F7F8FB;
  border: 1px solid #F0F0F0;
  border-radius: 4px;
}

.fsTabs .fsTabsNav .fsTabsNavItem a:hover {
  color: #CC0000;
  background: #F7F8FB;
  border: 1px solid #F0F0F0;
}

.fsTabs .fsTabsNav .fsTabsNavItem a:before {
  content: '\E913';
  font-family: "IcoMoon";
  font-size: 20px;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  left: 50%;
  bottom: -16px;
  color: #000000;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected:hover > a {
  color: #ffffff;
  border: 1px solid #F0F0F0;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}

.fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a:before {
  opacity: 1;
}

@media (max-width: 599px) {
  .fsTabs .fsPanel > header h2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
  }

  .fsTabs .fsPanel > header h2:before,
  .fsTabs .fsPanel > header h2:after {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }

  .fsTabs .fsPanel > .fsElementContent {
    padding: 20px 0;
  }
}

.home .fsTabs .fsTabsNav .fsTabsNavItem:first-child {
  margin-right: 20px;
}

.home .fsTabs .fsTabsNav .fsTabsNavItem a {
  color: #ffffff;
  background: #CC0000;
  border: 0px solid #000000;
  border-radius: 0;
}

.home .fsTabs .fsTabsNav .fsTabsNavItem a:before {
  display: none;
}

.home .fsTabs .fsTabsNav .fsTabsNavItem a:hover {
  background-color: rgba(204, 0, 0, 0.8);
}

.home .fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected:hover > a {
  color: #CC0000;
}

.home .fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a {
  background: #e5e5e5;
  color: #CC0000;
  border: 0px solid #F0F0F0;
  border-radius: 0;
}

.home .fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a:hover {
  border: 0px solid #F0F0F0;
}

.home.black_text .fsTabs .fsTabsNav .fsTabsNavItem a {
  color: #000000;
}

.home.black_text .fsTabs .fsTabsNav .fsTabsNavItem a:hover,
.home.black_text .fsTabs .fsTabsNav .fsTabsNavItem a:focus {
  color: #000000;
}

.search-button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  font-size: 0;
  padding: 0px 20px;
  position: relative;
  width: 65px;
  cursor: pointer;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.search-button:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #ffffff;
}

.search-button:hover,
.search-button:focus {
  background: #131313;
}

.search-button:hover:before,
.search-button:focus:before {
  color: #ffffff;
}

.active-search .search-button:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (max-width: 1099px) {
  .search-button {
    display: none;
  }

  .search-button:before {
    color: #ffffff;
  }
}

.no-hero #fsHeader .site-search {
  border: 1px solid #e5e5e5;
}

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

#fsHeader .site-search {
  width: 100%;
  max-width: 325px !important;
  display: inline-block;
  position: absolute;
  border-radius: 0px;
  z-index: 9005;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.active-search #fsHeader .site-search {
  opacity: 1;
  visibility: visible;
  width: 325px;
}

#fsHeader .site-search .fsSearchElementKeyword {
  background: #ffffff;
  padding: 10px 50px 10px 15px;
  height: 52px;
  font-size: 18px;
  margin-bottom: 0;
}

#fsHeader .site-search .fsSearchElementKeyword ::-webkit-input-placeholder {
  color: #636363;
}

#fsHeader .site-search .fsSearchElementKeyword :-moz-placeholder {
  color: #636363;
  opacity: 1;
}

#fsHeader .site-search .fsSearchElementKeyword ::-moz-placeholder {
  color: #636363;
  opacity: 1;
}

#fsHeader .site-search .fsSearchElementKeyword :-ms-input-placeholder {
  color: #636363;
}

#fsHeader .site-search .fsSearchElementKeyword .fsStyleSearchField {
  border: 0;
  background: transparent;
  line-height: 1;
  color: #131313;
}

#fsHeader .site-search .fsSearchElementSearchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  padding: 15px 19px;
  background: none;
  cursor: pointer;
  border: 0px;
}

#fsHeader .site-search .fsSearchElementSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #CC0000;
}

#fsHeader .site-search .fsSearchElementSearchButton:hover:before {
  color: #131313;
}

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

@media (max-width: 1099px) {
  #fsHeader .site-search {
    left: 50px;
    max-width: 305px !important;
  }

  #fsHeader .site-search .fsSearchElementKeyword {
    height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #fsHeader .site-search .fsSearchElementSearchButton {
    padding: 11px 14px;
  }
}

#fsMenu .site-search {
  padding-right: 83px;
  min-height: 64px;
}

#fsMenu .site-search form {
  position: relative;
}

#fsMenu .site-search .fsSearchElementKeyword {
  background: transparent;
  padding: 0 36px 0 0;
  height: 30px;
  font-size: 18px;
  margin-bottom: 0;
  border: 0px solid #959595;
  background: #fff;
}

#fsMenu .site-search .fsSearchElementKeyword ::-webkit-input-placeholder {
  color: #373737;
}

#fsMenu .site-search .fsSearchElementKeyword :-moz-placeholder {
  color: #373737;
  opacity: 1;
}

#fsMenu .site-search .fsSearchElementKeyword ::-moz-placeholder {
  color: #373737;
  opacity: 1;
}

#fsMenu .site-search .fsSearchElementKeyword :-ms-input-placeholder {
  color: #373737;
}

#fsMenu .site-search .fsSearchElementKeyword .fsStyleSearchField {
  border: 0;
  padding: 4px 6px 4px 15px;
  background: transparent;
  line-height: 1;
  color: #131313;
}

#fsMenu .site-search .fsSearchElementSearchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  height: 30px;
  padding: 9px 11px;
  background: none;
  cursor: pointer;
  border: 0px;
}

#fsMenu .site-search .fsSearchElementSearchButton:hover:before {
  color: #131313;
}

#fsMenu .site-search .fsSearchElementSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #131313;
}

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

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

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

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

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

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

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

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

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

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

html {
  background: #CC0000;
}

body.active-menu {
  pointer-events: none;
}

body.active-menu:after {
  content: '';
  opacity: 1;
  visibility: visible;
}

body:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 8999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

@media (min-width: 1100px) {
  body:after {
    display: none;
  }
}

#fsPageBodyWrapper {
  padding-top: 50px;
}

.skip-link a:focus {
  color: #fff;
}

#fsHeader {
  margin: 0;
  padding: 0;
  background: #ffffff;
  min-height: 150px;
}

@media (max-width: 699px) {
  #fsHeader {
    min-height: 130px;
  }
}

#fsHeader .fsElement,
#fsHeader figure[class^="fsImage"],
#fsHeader .fsResourceElement .fsResourceTypeImage {
  margin-bottom: 0;
}

.header-container {
  background: #CC0000;
}

.header-container > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 14px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  left: 0px;
  z-index: 2;
  max-width: 230px;
}

@media (min-width: 460px) {
  .logo-container {
    left: 20px;
    padding: 18px 20px;
    max-width: 350px;
  }
}

@media (min-width: 1220px) {
  .logo-container {
    left: calc(50% - 590px);
  }
}

@media (max-width: 599px) {
  .logo-container {
    max-width: 250px;
    padding: 15px;
  }
}

.logo-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1100px) {
  .logo-container {
    margin-right: auto;
  }

  .drawer-is-active .logo-container {
    display: none;
  }
}

.logo-image {
  margin-right: 17px;
}

.logo-image img {
  max-height: 80px;
  width: auto;
  display: block;
}

@media (max-width: 599px) {
  .logo-image img {
    max-height: 40px;
    width: auto;
  }
}

.logo-title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .logo-title {
    max-width: 265px;
  }
}

.logo-title .fsElementContent {
  color: #CC0000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

@media (max-width: 599px) {
  .logo-title .fsElementContent {
    font-size: 14px;
  }
}

@media (max-width: 499px) {
  .logo-title .fsElementContent {
    font-size: 16px;
  }
}

.logo-title footer .fsElementFooterContent {
  margin-top: 0;
  color: #CC0000;
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 599px) {
  .logo-title footer .fsElementFooterContent {
    font-size: 10px;
  }
}

.logo-title a {
  color: #CC0000;
  text-decoration: none;
}

.logo-title a:hover {
  color: #CC0000;
  text-decoration: none;
}

#fsFooter {
  background: #CC0000;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

#fsFooter .fsBanner {
  display: block;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

#fsFooter .fsBanner .footer-flex {
  position: relative;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#fsFooter .fsBanner .footer-flex > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 699px) {
  #fsFooter .fsBanner .footer-flex > .fsElementContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }

  #fsFooter .fsBanner .footer-flex > .fsElementContent > * {
    width: 100%;
  }
}

#fsFooter a {
  color: #ffffff;
}

#fsFooter a:hover {
  color: #ffffff;
  text-decoration: none;
}

#fsFooter .logo-title {
  font-size: 31px;
  margin-bottom: 20px;
  max-width: 100%;
}

@media (max-width: 699px) {
  #fsFooter .logo-title {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#fsFooter .school-details-container {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media (min-width: 1100px) {
  #fsFooter .school-details-container {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: auto;
  }
}

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

#fsFooter .nav-utility-footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  #fsFooter .nav-utility-footer {
    padding: 0 95px;
  }
}

@media (min-width: 1100px) {
  #fsFooter .nav-utility-footer {
    width: calc(35% - 70px);
    max-width: 350px;
    padding: 0;
    margin: 0 70px 0 0;
    margin-left: auto;
  }
}

#fsFooter .nav-utility-footer ul {
  position: relative;
}

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

#fsFooter .nav-utility-footer ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  #fsFooter .nav-utility-footer ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

@media (min-width: 1100px) {
  #fsFooter .nav-utility-footer ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

#fsFooter .nav-utility-footer ul li {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}

@media (min-width: 700px) {
  #fsFooter .nav-utility-footer ul li {
    margin: 0;
    max-width: none;
    text-align: center;
  }
}

@media (min-width: 1100px) {
  #fsFooter .nav-utility-footer ul li {
    text-align: left;
  }
}

#fsFooter .nav-utility-footer ul li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding: 5px 0px 5px;
}

#fsFooter .nav-utility-footer ul li a:hover,
#fsFooter .nav-utility-footer ul li a:focus {
  text-decoration: none;
}

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

#fsFooter .nav-social ul {
  text-align: left;
}

@media (max-width: 699px) {
  #fsFooter .nav-social ul {
    text-align: center;
  }
}

#fsFooter .nav-social header {
  padding-bottom: 7px;
}

#fsFooter .nav-social header .fsElementTitle {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
}

.nav-privacy-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #000000;
}

@media (max-width: 699px) {
  .nav-privacy-footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.nav-privacy-footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 699px) {
  .nav-privacy-footer > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav-privacy-footer ul {
  text-align: left;
}

.nav-privacy-footer ul li {
  display: inline-block;
  margin-right: 15px;
}

.nav-privacy-footer ul li a {
  padding: 5px 0;
  line-height: 1.2;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.nav-privacy-footer ul li a:hover,
.nav-privacy-footer ul li a:focus {
  text-decoration: underline !important;
}

@media (max-width: 699px) {
  .nav-privacy-footer ul {
    text-align: center;
  }

  .nav-privacy-footer ul li {
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

#fsPoweredByFinalsite {
  width: 134px;
  left: auto;
  margin: 0;
}

@media (max-width: 699px) {
  #fsPoweredByFinalsite {
    position: relative;
  }
}

.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.home #fsPageBodyWrapper #fsPageBody {
  max-width: 100%;
  position: static;
}

.home .fsLayout > .fsDiv {
  margin-bottom: 0;
}

.home .nav-sub,
.home .fsBreadcrumb {
  display: none !important;
}

#fsPageWrapper {
  background-color: #fff;
}

#fsHeader .hero {
  position: relative;
}

#fsHeader .hero .fsElementSlideshow {
  padding: 0;
}

#fsHeader .hero article {
  height: 44vw;
  max-height: 800px;
  min-height: 230px !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#fsHeader .hero article:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 242px;
  opacity: 0.71;
  bottom: 0;
  left: 0;
  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%);
}

#fsHeader .hero article picture {
  min-height: 200px;
}

#fsHeader .hero article img {
  display: none;
}

#fsHeader .hero article video {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#fsHeader .hero article.fsResourceTypeVideo {
  height: 44vw;
  max-height: 800px;
  min-height: 230px !important;
}

#fsHeader .hero article.fsResourceTypeVideo figcaption {
  display: none;
}

#fsHeader .hero .slick-slider {
  margin-bottom: 0;
}

#fsHeader .hero .slick-slide {
  padding: 0;
}

#fsHeader .hero .fsElementSlideshowControls > button {
  z-index: 2;
  top: auto;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
}

#fsHeader .hero .fsElementSlideshowControls > button:before {
  width: 8px;
  height: 14px;
  margin-top: 3px;
}

#fsHeader .hero .fsElementSlideshowControls > button:hover {
  background: transparent;
}

#fsHeader .hero .fsElementSlideshowControls > button.fsSlideshowPlay:before {
  margin-top: 0;
}

#fsHeader .hero button.slick-arrow {
  top: auto;
  bottom: 20px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  left: 50%;
  margin-left: 27px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

#fsHeader .hero button.slick-arrow.fsLeftArrow {
  margin-left: -57px;
}

#fsHeader .hero button.slick-arrow:before {
  color: #ffffff !important;
  font-size: 28px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#fsHeader .hero button.slick-arrow.fsRightArrow:before {
  -webkit-transform: translate(5%, -50%);
      -ms-transform: translate(5%, -50%);
          transform: translate(5%, -50%);
}

#fsHeader .hero button.slick-arrow:hover.fsLeftArrow:before {
  -webkit-transform: translate(-8%, -50%);
      -ms-transform: translate(-8%, -50%);
          transform: translate(-8%, -50%);
}

#fsHeader .hero button.slick-arrow:hover.fsRightArrow:before {
  -webkit-transform: translate(13%, -50%);
      -ms-transform: translate(13%, -50%);
          transform: translate(13%, -50%);
}

#fsHeader .hero .fsPager {
  position: absolute;
  top: auto;
  right: 40px;
  padding-top: 0 !important;
  top: 40px;
  width: auto;
}

@media (max-width: 799px) {
  #fsHeader .hero .fsPager {
    bottom: -40px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}

#fsHeader .hero .fsPager li {
  display: inline-block;
  margin: 5px 5px;
  width: auto;
  height: auto;
}

#fsHeader .hero .fsPager li button {
  width: 16px;
  height: 16px;
}

#fsHeader .hero .fsPager li button {
  background-color: rgba(255, 255, 255, 0.7);
}

#fsHeader .hero .fsPager li.slick-active button {
  background-color: #fff;
}

@media (max-width: 699px) {
  #fsHeader .hero .fsPager li.slick-active button {
    background-color: #000000;
  }
}

#fsHeader .hero .fsPager li button:hover,
#fsHeader .hero .fsPager li button:focus {
  background-color: #fff !important;
}

@media (max-width: 699px) {
  #fsHeader .hero .fsPager li button:hover,
  #fsHeader .hero .fsPager li button:focus {
    background-color: #373737 !important;
  }
}

#fsHeader .hero .fsResourceCollectionDescription {
  margin: 0;
}

#fsHeader .hero figcaption {
  padding: 20px 40px 20px;
  margin: 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #373737;
  z-index: 2;
  width: 100%;
  font-style: normal;
}

#fsHeader .hero figcaption a {
  display: inline-block;
  padding: 15px 22px;
  font-size: 14px;
  border: 2px solid #CC0000;
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  margin-top: 20px;
}

#fsHeader .hero figcaption a:hover,
#fsHeader .hero figcaption a:focus {
  background-color: #CC0000;
  color: #ffffff;
}

@media (min-width: 700px) {
  #fsHeader .hero figcaption {
    display: block;
    width: 100%;
    padding: 0 165px;
    z-index: 2;
    background: none;
    position: absolute;
    bottom: 93px;
    left: 0px;
    right: 0;
    color: #fff;
    text-align: center;
  }

  #fsHeader .hero figcaption .figcaption-inner {
    text-align: center;
  }

  #fsHeader .hero figcaption a {
    background: none;
    border: 2px solid #ffffff;
  }

  #fsHeader .hero figcaption a:hover,
  #fsHeader .hero figcaption a:active,
  #fsHeader .hero figcaption a:focus {
    background-color: #ffffff;
    color: #CC0000;
  }
}

#fsHeader .hero .fsTitle {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 0px;
  position: relative;
}

@media (min-width: 700px) {
  #fsHeader .hero .fsTitle {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.75);
  }

  #fsHeader .hero .fsTitle:before {
    content: '';
    position: absolute;
    width: 115px;
    height: 10px;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #000000;
  }
}

@media (min-width: 900px) {
  #fsHeader .hero .fsTitle {
    font-size: 46px;
  }
}

@media (min-width: 1100px) {
  #fsHeader .hero .fsTitle {
    font-size: 54px;
  }
}

@media (max-width: 699px) {
  #fsHeader .hero {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }

  #fsHeader .hero article {
    border-bottom: 0px solid #000000;
  }

  #fsHeader .hero figcaption {
    border-top: 5px solid #000000;
    text-align: center;
  }

  #fsHeader .hero figcaption:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #fsHeader .hero figcaption .fsTitle {
    text-align: center;
    position: relative;
  }

  #fsHeader .hero article {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
  }

  #fsHeader .hero article picture {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #fsHeader .hero article picture img {
    display: block !important;
    visibility: hidden;
  }

  #fsHeader .hero article figcaption {
    position: relative !important;
    background-color: #CC0000;
    padding-top: 25px;
    padding-bottom: 48px;
  }

  #fsHeader .hero article figcaption .fsTitle {
    color: #ffffff;
    font-size: 28px;
  }
}

body:not(.fsDraftMode) #fsPageBodyWrapper .hero {
  display: none;
}

.home-feeds {
  position: relative;
  padding: 60px 40px;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
}

@media (max-width: 899px) {
  .home-feeds {
    padding: 40px 20px;
  }
}

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

.home-feeds header {
  padding-bottom: 30px;
  text-align: center;
}

.home-feeds header > .fsElementTitle {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home-feeds header > .fsElementTitle:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
}

@media (max-width: 899px) {
  .home-feeds header > .fsElementTitle {
    font-size: 32px;
  }
}

.home-feeds header .fsElementTitle {
  color: #fff;
}

.home-feeds .j-date {
  color: #242424;
}

.home-feeds .juicer-feed .j-paginate {
  background-color: #fff;
  color: #373737;
  position: relative;
}

.home-feeds .juicer-feed .j-paginate:hover {
  background: #242424;
  color: #ffffff;
}

.home-feeds .j-poster a:hover * {
  color: #131313;
}

.juicer-feed.white li.feed-item.j-twitter .j-message,
.juicer-feed.user li.feed-item.j-twitter .j-message,
.juicer-feed.juicer-widget li.feed-item.j-twitter .j-message,
.juicer-feed.colors li.feed-item.j-twitter .j-message,
.juicer-feed.gray li.feed-item.j-twitter .j-message,
.juicer-feed.modern li.feed-item.j-twitter .j-message,
.juicer-feed.polaroid li.feed-item.j-twitter .j-message {
  font-weight: 400;
}

body:not(.fsDraftMode) .home-feeds:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

body:not(.fsDraftMode) .home-feeds .slick-slide {
  text-align: center;
}

.j-poster h3:hover,
.j-poster h3:focus,
.j-poster .twitter-poster:hover,
.j-poster .twitter-poster:focus {
  color: #000000;
}

body:not(.fsDraftMode) #fsHeader .nav-home-cta-links {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 699px) {
  body:not(.fsDraftMode) #fsHeader .nav-home-cta-links {
    display: none;
  }
}

#fsHeader .nav-home-cta-links ul li {
  margin-bottom: 10px;
}

#fsHeader .nav-home-cta-links ul li a {
  min-width: 165px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px;
  letter-spacing: .2em;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

#fsHeader .nav-home-cta-links ul li a:hover,
#fsHeader .nav-home-cta-links ul li a:focus {
  color: #fff;
  background: #CC0000;
}

#fsMenu .nav-home-cta-links {
  padding-left: 0;
  padding-right: 0;
}

#fsMenu .nav-home-cta-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fsMenu .nav-home-cta-links ul li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#fsMenu .nav-home-cta-links ul li a {
  border-right: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 16px 10px;
  background-color: #ffffff;
  color: #CC0000;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

#fsMenu .nav-home-cta-links ul li a:hover,
#fsMenu .nav-home-cta-links ul li a:focus {
  color: #fff;
  background: #CC0000;
}

#fsMenu .nav-home-cta-links ul li:last-child a {
  border-right: 0px;
}

.callout-boxes {
  position: relative;
  padding-top: 60px;
}

.callout-boxes > header {
  text-align: center;
  text-align: center;
  padding-bottom: 30px;
}

.callout-boxes > header > .fsElementTitle {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.callout-boxes > header > .fsElementTitle:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
}

@media (max-width: 899px) {
  .callout-boxes > header > .fsElementTitle {
    font-size: 32px;
  }
}

.callout-boxes > header > .fsElementHeaderContent {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  padding: 10px 10%;
}

@media (max-width: 799px) {
  .callout-boxes > header > .fsElementHeaderContent {
    line-height: 1.5;
  }
}

@media (max-width: 599px) {
  .callout-boxes > header > .fsElementHeaderContent {
    line-height: 1.2;
  }
}

.callout-boxes > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  .callout-boxes > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.callout-boxes > .fsElementContent > .fsElement {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  margin-bottom: 0;
  min-height: 320px;
  min-width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.62);
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 0 20px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 699px) {
  .callout-boxes > .fsElementContent > .fsElement .inner-wrapper {
    padding: 0 16px;
    line-height: 1.2;
    font-size: 15px;
  }
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > * {
  position: relative;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper header {
  padding: 25px 0px;
  position: relative;
}

@media (max-width: 599px) {
  .callout-boxes > .fsElementContent > .fsElement .inner-wrapper header {
    padding: 20px 0;
  }
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper header:before {
  content: '';
  position: absolute;
  width: 71px;
  height: 4px;
  bottom: -4px;
  left: 50%;
  background-color: #000000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper header .fsElementTitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.1;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent,
.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer {
  max-height: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent .fsElementFooterContent,
.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer .fsElementFooterContent {
  margin-top: 0;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent a,
.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer a {
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent a:hover,
.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent a:focus,
.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer a:hover,
.callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer a:focus {
  background-color: #fff;
  color: #131313;
}

@media (max-width: 699px) {
  .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > .fsElementContent a,
  .callout-boxes > .fsElementContent > .fsElement .inner-wrapper > footer a {
    padding: 8px 15px;
  }
}

.callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper,
.callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper,
.callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper {
  bottom: 0;
  min-height: 100%;
}

.callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper header:before,
.callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper header:before,
.callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper header:before {
  bottom: 1px;
}

.callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper > .fsElementContent,
.callout-boxes > .fsElementContent > .fsElement:hover .inner-wrapper > footer,
.callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper > .fsElementContent,
.callout-boxes > .fsElementContent > .fsElement:focus .inner-wrapper > footer,
.callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper > .fsElementContent,
.callout-boxes > .fsElementContent > .fsElement.focused .inner-wrapper > footer {
  padding-top: 20px;
  max-height: 460px;
  height: auto;
}

@media (min-width: 600px) {
  .callout-boxes > .fsElementContent > .fsElement {
    min-width: 50%;
    min-height: 360px;
  }

  .callout-boxes > .fsElementContent > .fsElement .inner-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 1000px) {
  .callout-boxes > .fsElementContent > .fsElement {
    min-width: 33.33%;
    min-height: 410px;
  }
}

.home-infographic {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.home-infographic:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.72;
}

.home-infographic > header {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.home-infographic > header > .fsElementTitle {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.home-infographic > header > .fsElementTitle:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
}

@media (max-width: 899px) {
  .home-infographic > header > .fsElementTitle {
    font-size: 32px;
  }
}

.home-infographic > header .fsElementTitle {
  color: #fff;
}

.home-infographic > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: static;
  padding-top: 40px;
  padding-bottom: 20px;
}

.home-infographic > .fsElementContent > .fsElement,
.home-infographic > .fsElementContent .slick-slide {
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}

.home-infographic > .fsElementContent > .fsElement.slick-active:after,
.home-infographic > .fsElementContent .slick-slide.slick-active:after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #000000;
  height: 120px;
  top: 0;
  right: -1px;
}

.home-infographic > .fsElementContent > .fsElement header,
.home-infographic > .fsElementContent .slick-slide header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  position: relative;
  margin-bottom: 30px;
}

.home-infographic > .fsElementContent > .fsElement header .fsElementTitle,
.home-infographic > .fsElementContent .slick-slide header .fsElementTitle {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.2;
  font-size: 95px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
}

.home-infographic > .fsElementContent > .fsElement a,
.home-infographic > .fsElementContent .slick-slide a {
  color: #fff;
}

.home-infographic > .fsElementContent > .fsElement a:hover,
.home-infographic > .fsElementContent > .fsElement a:focus,
.home-infographic > .fsElementContent .slick-slide a:hover,
.home-infographic > .fsElementContent .slick-slide a:focus {
  color: #fff;
}

.home-infographic .slick-dots {
  z-index: 2;
  position: relative;
}

.home-infographic .slick-dots li button {
  border-color: #ffffff;
}

.home-infographic .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #ffffff;
}

body:not(.fsDraftMode) .home-infographic .slick-slide {
  text-align: center;
}

.fsDraftMode .home-infographic > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsDraftMode .home-infographic > .fsElementContent > .fsElement {
  width: 33%;
  z-index: 2;
}

.tabbed-treatment {
  padding-top: 40px;
  padding-bottom: 120px;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (max-width: 899px) {
  .tabbed-treatment {
    padding-bottom: 60px;
  }
}

@media (max-width: 599px) {
  .tabbed-treatment {
    padding-bottom: 20px;
  }
}

.tabbed-treatment > header {
  text-align: center;
  padding-bottom: 30px;
}

.tabbed-treatment > header > .fsElementTitle {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: #CC0000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.tabbed-treatment > header > .fsElementTitle:before {
  content: '';
  position: absolute;
  width: 115px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
}

@media (max-width: 899px) {
  .tabbed-treatment > header > .fsElementTitle {
    font-size: 32px;
  }
}

.tabbed-treatment .fsPanel .fsElementContent {
  background-color: #e5e5e5;
}

.tabbed-treatment .fsPanel > header {
  display: none !important;
}

.tabbed-treatment .fsTabsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabbed-treatment .fsTabsNav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.tabbed-treatment .fsTabsNav li a {
  border-radius: 4px 4px 0px 0px;
  font-size: 33px !important;
  line-height: 1.2;
  padding: 30px 0px !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}

.tabbed-treatment .fsTabsNav li:last-child {
  margin-right: 0;
}

.tabbed-treatment .fsPostElement {
  padding: 60px 0 50px;
}

.tabbed-treatment .fsPostElement footer {
  text-align: center;
}

.tabbed-treatment .fsPostElement footer a {
  display: inline-block;
  padding: 15px 22px;
  font-size: 14px;
  border: 2px solid #CC0000;
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-weight: 600;
  color: #CC0000;
  text-decoration: none;
}

.tabbed-treatment .fsPostElement footer a:hover,
.tabbed-treatment .fsPostElement footer a:focus {
  background-color: #CC0000;
  color: #ffffff;
}

.tabbed-treatment .fsPostElement article {
  background-color: #fff;
  padding-bottom: 18px;
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
}

.tabbed-treatment .fsPostElement article > * {
  padding-left: 16px;
  padding-right: 16px;
}

.tabbed-treatment .fsPostElement article .fsThumbnail {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 8px solid #000000;
}

.tabbed-treatment .fsPostElement article .fsThumbnail img {
  margin-bottom: 0;
}

.tabbed-treatment .fsPostElement .fsDateTime {
  font-size: 10px;
  padding-bottom: 5px;
}

.tabbed-treatment .fsPostElement .fsTitle {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  padding-bottom: 10px;
}

.tabbed-treatment .fsPostElement .fsTitle a {
  font-size: 24px;
  margin-bottom: 6px;
}

@media (max-width: 599px) {
  .tabbed-treatment .fsPostElement .fsTitle {
    font-size: 18px;
  }

  .tabbed-treatment .fsPostElement .fsTitle a {
    font-size: 18px;
  }
}

.tabbed-treatment .fsCalendar {
  padding: 60px 0 50px;
}

.tabbed-treatment .fsCalendar footer {
  text-align: center;
}

.tabbed-treatment .fsCalendar footer a {
  display: inline-block;
  padding: 15px 22px;
  font-size: 14px;
  border: 2px solid #CC0000;
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-weight: 600;
  color: #CC0000;
  text-decoration: none;
}

.tabbed-treatment .fsCalendar footer a:hover,
.tabbed-treatment .fsCalendar footer a:focus {
  background-color: #CC0000;
  color: #ffffff;
}

.tabbed-treatment .fsCalendar article {
  background-color: #fff;
  padding-bottom: 18px;
  padding: 0 0 35px;
  margin: 0 20px;
}

.tabbed-treatment .fsCalendar article .fsTitle,
.tabbed-treatment .fsCalendar article .fsTitle a {
  font-size: 24px;
  line-height: 1.2;
}

@media (max-width: 599px) {
  .tabbed-treatment .fsCalendar article .fsTitle,
  .tabbed-treatment .fsCalendar article .fsTitle a {
    font-size: 18px;
  }
}

.tabbed-treatment .fsCalendar article .fsTitle {
  padding-top: 10px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
}

.tabbed-treatment .fsCalendar article .fsTitle:after {
  content: '';
  position: absolute;
  width: 74px;
  height: 4px;
  background: #000000;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tabbed-treatment .fsCalendar article > * {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.tabbed-treatment .fsCalendar article .fsReadMoreLink {
  display: none;
}

.tabbed-treatment .fsCalendar article .fsTimeRange:before,
.tabbed-treatment .fsCalendar article .fsLocation:before {
  display: none;
}

.tabbed-treatment .fsCalendar article .fsDate {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
  height: auto;
}

.tabbed-treatment .fsCalendar article .fsDate .fsDay {
  width: 100%;
  font-size: 120px;
}

@media (max-width: 599px) {
  .tabbed-treatment .fsCalendar article .fsDate .fsDay {
    font-size: 80px;
  }
}

.tabbed-treatment .fsCalendar article .fsDate .fsMonth {
  display: block;
  width: 50%;
  padding-left: 12px;
  text-align: left;
  font-size: 23px;
}

@media (max-width: 599px) {
  .tabbed-treatment .fsCalendar article .fsDate .fsMonth {
    font-size: 18px;
  }
}

.tabbed-treatment .fsCalendar article .fsDate .fsDayName {
  text-align: right;
  display: block;
  width: 50%;
  padding-right: 12px;
  font-size: 23px;
  position: relative;
}

@media (max-width: 599px) {
  .tabbed-treatment .fsCalendar article .fsDate .fsDayName {
    font-size: 18px;
  }
}

.tabbed-treatment .fsCalendar article .fsDate .fsDayName:after {
  content: '-';
  position: absolute;
  top: 0;
  right: -5px;
}

.tabbed-treatment .fsPostElement .slick-arrow.fsNextButton,
.tabbed-treatment .fsCalendar .slick-arrow.fsNextButton {
  right: -12px;
}

.tabbed-treatment .fsPostElement .slick-arrow.fsPrevButton,
.tabbed-treatment .fsCalendar .slick-arrow.fsPrevButton {
  left: -12px;
}

body:not(.fsComposeMode) .testimonial-slideshow {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  padding-top: 74px;
  padding-bottom: 44px;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .testimonial-slideshow {
    padding-bottom: 93px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .testimonial-slideshow {
    padding-top: 90px;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > header {
  padding: 0 15px 50px;
  margin: 0;
  text-align: center;
}

body:not(.fsComposeMode) .testimonial-slideshow > header h2 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .testimonial-slideshow > header a {
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .testimonial-slideshow > header a:hover,
body:not(.fsComposeMode) .testimonial-slideshow > header a:focus {
  color: #000000;
  text-decoration: underline;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow {
    padding-left: 75px;
    padding-right: 75px;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent {
  max-width: 1180px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content:before {
  content: '';
  display: block;
  width: 3000px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #0f0;
  background: linear-gradient(to right, rgba(221, 221, 221, 0) 0%, #dddddd 1475px, rgba(221, 221, 221, 0) 1475px, rgba(221, 221, 221, 0) 1525px, #dddddd 1525px, #dddddd 100%);
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content:after {
  content: '\201C';
  display: block;
  height: 30px;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #aaaaaa;
  font-size: 64px;
  line-height: 64px;
  font-family: 'Georgia';
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent {
  margin: 0;
  padding: 33px 20px 0 20px;
  text-align: center;
  color: #666666;
  font-size: 19px;
  line-height: 32px;
  font-weight: 300;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent {
    font-size: 20px;
    line-height: 32px;
    padding: 33px 0 0 0;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent:before,
body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElementContent:after {
  display: none;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > header {
  display: none;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > footer {
  color: #545454;
  font-size: 14px;
  margin-top: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > footer {
    margin-top: 29px;
  }
}

@media (max-width: 399px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-content .fsElement > footer {
    margin-bottom: 37px;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation {
  max-width: 800px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .slick-dots {
  text-align: center;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation ul,
body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li {
  display: inline-block;
  padding: 4px 4px 4px 4px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li {
    padding: 4px 8px;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:before {
  content: '';
  display: block;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
      -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  border: 1px solid #cccccc;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:before {
    width: 58px;
    height: 58px;
    border-width: 3px;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:after {
  content: '';
  display: block;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
      -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  background-color: #cccccc;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:after {
    width: 50px;
    height: 50px;
  }
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:hover:before,
body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:focus:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:hover:after,
body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li:focus:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li.slick-active:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border-color: #000000;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation li.slick-active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background-color: #000000;
  opacity: 1;
}

body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .testimonial-thumbnail {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 0px;
  position: relative;
  z-index: 12;
  background-color: #dcdcdd;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 400px) {
  body:not(.fsComposeMode) .testimonial-slideshow > .fsElementContent .testimonial-navigation .testimonial-thumbnail {
    width: 50px;
    height: 50px;
  }
}

.nav-main {
  position: relative;
  background-color: #CC0000;
  z-index: 3;
  width: 100%;
}

@media (min-width: 1100px) {
  .nav-main {
    display: none !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }

  .drawer-is-active .nav-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    width: 100%;
  }
}

.nav-main .fsNavLevel1 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-main .fsNavLevel1 > li > a {
  position: relative;
  padding: 28px 15px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.75px;
}

.nav-main .fsNavLevel1 > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}

.nav-main .fsNavLevel1 > li.menu-item-open a:before,
.nav-main .fsNavLevel1 > li:hover a:before,
.nav-main .fsNavLevel1 > li:focus a:before {
  opacity: 1;
}

.nav-main .fsNavLevel1 li:nth-last-child(-n+3) .fsNavPageInfo {
  left: auto !important;
  right: 0;
}

.nav-main .fsNavPageInfo {
  background: #ffffff;
  width: 410px;
  color: #ffffff;
  -webkit-box-shadow: 0px 9px 33px -4px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 9px 33px -4px rgba(0, 0, 0, 0.6);
}

.nav-main .fsNavPageInfo li {
  padding: 2px 0;
}

.nav-main .fsNavPageInfo a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.nav-main .fsNavPageInfo a:hover {
  color: #ffffff;
  text-decoration: underline;
}

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

.nav-main .col-wrap {
  padding: 0 30px;
  margin: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.nav-main .col-wrap .menu-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 50%;
}

.nav-main .col-wrap .menu-col.column-1 {
  padding-right: 10px;
}

.nav-main .col-wrap .menu-col.column-2 {
  padding-left: 10px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
}

.nav-main .fsNavLevel2 li a:hover {
  text-decoration: underline;
}

.nav-main .fsNavLevel2 li.fsNavCurrentPage > a {
  text-decoration: underline;
}

.nav-utility-header,
.nav-portal-header {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff3;
  vertical-align: top;
}

.nav-utility-header .fsNavLevel1,
.nav-portal-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-utility-header .fsNavLevel1 > li,
.nav-portal-header .fsNavLevel1 > li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.nav-utility-header .fsNavLevel1 > li:not(:last-child),
.nav-portal-header .fsNavLevel1 > li:not(:last-child) {
  margin-right: 5px;
}

.nav-utility-header .fsNavLevel1 > li:hover > a,
.nav-portal-header .fsNavLevel1 > li:hover > a {
  color: #ffffff;
  background: transparent;
}

.nav-utility-header .fsNavLevel1 > li > a,
.nav-portal-header .fsNavLevel1 > li > a {
  color: #ffffff;
  background: transparent;
  padding: 24px 10px;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
}

.nav-utility-header .fsNavLevel1 > li > a:hover,
.nav-utility-header .fsNavLevel1 > li > a:focus,
.nav-portal-header .fsNavLevel1 > li > a:hover,
.nav-portal-header .fsNavLevel1 > li > a:focus {
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
}

@media (max-width: 1099px) {
  .nav-utility-header,
  .nav-portal-header {
    display: none;
  }
}

.nav-portal-header .fsNavLevel1 > li:hover > a,
.nav-portal-header .fsNavLevel1 > li.fsNavCurrentPage > a,
.nav-portal-header .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
  color: #ffffff;
  background: transparent;
}

.nav-portal-header .fsNavLevel1 > li > a {
  color: #ffffff;
  background: transparent;
}

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

html .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

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

html .nav-utility-header .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

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

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

html .nav-utility-header .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
}

.nav-utility-header .fsNavLevel1 > li .fsNavPageInfo {
  display: block;
  right: 0 !important;
  left: auto !important;
}

@media (min-width: 1100px) {
  .nav-utility-header .fsNavLevel1 > li .fsNavPageInfo {
    width: 210px;
    text-align: right;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
  }
}

.nav-utility-header .fsNavPageInfo {
  display: none;
}

.nav-utility-header .fsNavLevel2 {
  padding: 10px 15px;
  width: 100%;
}

.nav-utility-header .fsNavLevel2 li {
  width: auto;
}

.nav-utility-header .fsNavLevel2 li a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
  text-transform: none;
  color: #636363;
  background: transparent;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  background: transparent;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .nav-sub {
    padding: 0px;
  }

  .nav-sub > header .fsElementTitle {
    font-size: 20px;
    font-weight: 400;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    color: #4D4D4D;
  }

  .no-hero .nav-sub > header .fsElementTitle {
    border-top: 22px solid #CC0000;
  }

  .nav-sub > header .fsElementTitle:after {
    font-family: icomoon;
  }

  .nav-sub .fsNavLevel1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 600px) {
  #fsHeader .nav-sub {
    display: block;
    background: #000000;
  }

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

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

  #fsHeader .nav-sub .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #fsHeader .nav-sub .fsNavLevel1 li {
    border-bottom: 0;
  }

  #fsHeader .nav-sub .fsNavLevel1 li a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
  }

  #fsHeader .nav-sub .fsNavLevel1 li a:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    bottom: 3px;
    left: 10px;
    background: #fff;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }

  #fsHeader .nav-sub .fsNavLevel1 li a:hover:before,
  #fsHeader .nav-sub .fsNavLevel1 li a:focus:before {
    width: calc(100% - 20px);
  }

  #fsHeader .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:before {
    width: calc(100% - 20px);
  }

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

  #fsHeader .nav-sub .has-expander > a {
    padding-right: 10px;
  }

  #fsHeader .nav-sub .fsNavLevel2 {
    display: none !important;
  }
}

@media (min-width: 600px) {
  body:not(.fsDraftMode) .nav-sub {
    display: none;
  }

  body:not(.fsDraftMode) .nav-sub.show-navigation {
    display: block;
  }

  body.no-hero #fsHeader .nav-sub {
    display: none;
  }
}

@media (min-width: 600px) {
  .nav-sub {
    background-color: #F7F8FB;
    padding: 10px 20px;
  }

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

.nav-sub a {
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

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

.nav-sub li.fsNavCurrentPage > a {
  font-weight: 600;
}

.nav-sub.show-navigation .fsNavLevel1 > li {
  border-bottom: 1px solid #F0F0F0 !important;
}

.nav-sub .has-expander > a {
  padding-right: 30px;
  position: relative;
}

.nav-sub .expander {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  font-size: 0px;
  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;
  cursor: pointer;
}

.nav-sub .expander:before {
  content: '+';
  font-size: 18px;
}

.nav-sub .expanded > a {
  color: #000000;
}

.nav-sub .expanded > a:hover {
  color: #000000;
}

.nav-sub .expanded > a > .expander:before {
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-sub .fsNavLevel2,
.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
  display: none;
}

.menu-trigger-container {
  padding: 0px !important;
}

#fsHeader .menu-trigger-container,
#fsMenu .menu-trigger-container {
  position: relative;
  min-width: 65px;
  min-height: 64px;
}

#fsHeader .menu-trigger-container button,
#fsMenu .menu-trigger-container button {
  min-width: 65px;
}

#fsHeader .menu-trigger-container button:hover,
#fsHeader .menu-trigger-container button:focus,
#fsMenu .menu-trigger-container button:hover,
#fsMenu .menu-trigger-container button:focus {
  background-color: #131313;
}

#fsHeader .menu-trigger-container .fsElementContent,
#fsMenu .menu-trigger-container .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

#fsHeader .menu-trigger-container button,
#fsMenu .menu-trigger-container button {
  padding: 0 25px;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#fsHeader .menu-trigger-container button span,
#fsMenu .menu-trigger-container button span {
  text-indent: 0;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-right: 43px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
}

@media (max-width: 1099px) {
  #fsHeader .menu-trigger-container button,
  #fsMenu .menu-trigger-container button {
    border-left: 0px;
  }

  #fsHeader .menu-trigger-container button span,
  #fsMenu .menu-trigger-container button span {
    display: none;
  }
}

#fsMenu .menu-trigger-container {
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-toggle {
  text-indent: -9999px;
  right: 0px;
  z-index: 2;
  left: auto;
  top: 0px;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  max-width: 40px;
}

.mobile-toggle:before,
.mobile-toggle:after {
  height: 3px;
  width: 33px;
  background: #ffffff;
  left: auto;
  right: 0;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.mobile-toggle:before {
  margin-top: -0.5em;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.5em 0 0 #ffffff;
          box-shadow: 0 0.5em 0 0 #ffffff;
}

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

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  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);
  height: 100vh;
  overflow-y: scroll;
  background: #CC0000;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0px;
  width: 100%;
  max-width: 320px;
}

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

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

.fsMenu .fsElement {
  margin-bottom: 0;
  padding: 14px 20px;
}

.fsMenu .fsElement header .fsElementTitle {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  padding-bottom: 17px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.nav-mobile-main {
  background: #ffffff;
  padding: 0 !important;
}

.nav-mobile-main .fsNavLevel1 li {
  text-align: left;
}

.nav-mobile-main .fsNavLevel1 li.expanded > a:before,
.nav-mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:before {
  width: 5px;
}

.nav-mobile-main .fsNavLevel1 li > a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: -18px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.nav-mobile-main .fsNavLevel1 > li {
  padding: 3px 18px;
  border-bottom: 1px solid #e5e5e5;
}

.nav-mobile-main .fsNavLevel1 > li > a {
  padding: 12px 0px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  color: #CC0000;
}

.nav-mobile-main .fsNavLevel1 > li > a:hover,
.nav-mobile-main .fsNavLevel1 > li > a:focus {
  color: #CC0000;
  text-decoration: underline;
}

.nav-mobile-main .fsNavLevel2 {
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-mobile-main .fsNavLevel2 li a {
  color: #636363;
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  line-height: 1.2;
}

.nav-mobile-main .fsNavLevel2 li a:hover,
.nav-mobile-main .fsNavLevel2 li a:focus {
  text-decoration: underline;
}

.nav-mobile-main .fsNavLevel2 li .fsNavCurrentPage > a,
.nav-mobile-main .fsNavLevel2 li .fsNavPageAncestor > a {
  color: #CC0000;
}

.nav-mobile-main .fsNavLevel3 {
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-mobile-main .fsNavLevel4 {
  padding-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-mobile-main .fsNavLevel5 {
  padding-left: 45px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-mobile-district .fsNavLevel1 li,
.nav-mobile-utility .fsNavLevel1 li,
.nav-mobile-portals .fsNavLevel1 li {
  text-align: left;
}

.nav-mobile-district .fsNavLevel1 li.expanded > a:before,
.nav-mobile-district .fsNavLevel1 li.fsNavCurrentPage > a:before,
.nav-mobile-utility .fsNavLevel1 li.expanded > a:before,
.nav-mobile-utility .fsNavLevel1 li.fsNavCurrentPage > a:before,
.nav-mobile-portals .fsNavLevel1 li.expanded > a:before,
.nav-mobile-portals .fsNavLevel1 li.fsNavCurrentPage > a:before {
  width: 5px;
}

.nav-mobile-district .fsNavLevel1 li > a:before,
.nav-mobile-utility .fsNavLevel1 li > a:before,
.nav-mobile-portals .fsNavLevel1 li > a:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: -18px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.nav-mobile-district .fsNavLevel1 li.quicklinks,
.nav-mobile-utility .fsNavLevel1 li.quicklinks,
.nav-mobile-portals .fsNavLevel1 li.quicklinks {
  display: none;
}

.nav-mobile-district .fsNavLevel1 > li,
.nav-mobile-utility .fsNavLevel1 > li,
.nav-mobile-portals .fsNavLevel1 > li {
  padding: 1px 0;
}

.nav-mobile-district .fsNavLevel1 > li > a,
.nav-mobile-utility .fsNavLevel1 > li > a,
.nav-mobile-portals .fsNavLevel1 > li > a {
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
}

.nav-mobile-district .fsNavLevel1 > li > a:hover,
.nav-mobile-district .fsNavLevel1 > li > a:focus,
.nav-mobile-utility .fsNavLevel1 > li > a:hover,
.nav-mobile-utility .fsNavLevel1 > li > a:focus,
.nav-mobile-portals .fsNavLevel1 > li > a:hover,
.nav-mobile-portals .fsNavLevel1 > li > a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.nav-mobile-district .fsNavLevel2,
.nav-mobile-utility .fsNavLevel2,
.nav-mobile-portals .fsNavLevel2 {
  padding-left: 15px;
}

.nav-mobile-district .fsNavLevel2 li a,
.nav-mobile-utility .fsNavLevel2 li a,
.nav-mobile-portals .fsNavLevel2 li a {
  color: #fff;
  font-size: 14px;
}

.nav-mobile-callout-button ul li {
  text-align: center;
}

.nav-mobile-callout-button ul li a {
  display: block;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  padding: 23px 25px;
}

.nav-mobile-callout-button ul li a:hover {
  background: #CC0000;
  color: #ffffff;
}

.nav-mobile-main a,
.nav-mobile-district a,
.nav-mobile-portals a,
.nav-mobile-utility a {
  position: relative;
}

.nav-mobile-main .has-expander > a,
.nav-mobile-district .has-expander > a,
.nav-mobile-portals .has-expander > a,
.nav-mobile-utility .has-expander > a {
  padding-right: 50px;
}

.nav-mobile-main .expander,
.nav-mobile-district .expander,
.nav-mobile-portals .expander,
.nav-mobile-utility .expander {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  font-size: 0px;
  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;
  cursor: pointer;
}

.nav-mobile-main .expander:before,
.nav-mobile-district .expander:before,
.nav-mobile-portals .expander:before,
.nav-mobile-utility .expander:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #fff;
}

.nav-mobile-main .expanded > a > .expander:before,
.nav-mobile-main .fsNavCurrentPage > a > .expander:before,
.nav-mobile-district .expanded > a > .expander:before,
.nav-mobile-district .fsNavCurrentPage > a > .expander:before,
.nav-mobile-portals .expanded > a > .expander:before,
.nav-mobile-portals .fsNavCurrentPage > a > .expander:before,
.nav-mobile-utility .expanded > a > .expander:before,
.nav-mobile-utility .fsNavCurrentPage > a > .expander:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-mobile-main .fsNavLevel2,
.nav-mobile-main .fsNavLevel3,
.nav-mobile-main .fsNavLevel4,
.nav-mobile-main .fsNavLevel5,
.nav-mobile-district .fsNavLevel2,
.nav-mobile-district .fsNavLevel3,
.nav-mobile-district .fsNavLevel4,
.nav-mobile-district .fsNavLevel5,
.nav-mobile-portals .fsNavLevel2,
.nav-mobile-portals .fsNavLevel3,
.nav-mobile-portals .fsNavLevel4,
.nav-mobile-portals .fsNavLevel5,
.nav-mobile-utility .fsNavLevel2,
.nav-mobile-utility .fsNavLevel3,
.nav-mobile-utility .fsNavLevel4,
.nav-mobile-utility .fsNavLevel5 {
  display: none;
}

.nav-mobile-main .expander:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #CC0000;
}

.nav-social {
  margin: 0 0 0px !important;
}

@media (max-width: 1099px) {
  .nav-social {
    margin-bottom: 30px;
  }
}

.nav-social .fsNavLevel1 {
  vertical-align: bottom;
  text-align: center;
  padding-left: 0px;
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: transparent !important;
  border: 0px solid transparent !important;
  text-decoration: none !important;
}

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

.nav-social .fsNavLevel1 a:hover,
.nav-social .fsNavLevel1 a:focus {
  background: #131313 !important;
  border: 0px solid transparent !important;
  text-decoration: none !important;
}

.nav-social .fsNavLevel1 a:hover:before,
.nav-social .fsNavLevel1 a:focus:before {
  color: #ffffff !important;
}

.nav-district {
  display: none;
}

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

.nav-mobile-district {
  display: block;
}

.district-active .nav-mobile-district {
  display: block;
}

.nav-district {
  margin-bottom: 0;
  background: #242424;
  color: #ffffff;
  display: none;
}

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

.nav-district .fsNavLevel1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-district .fsNavLevel1 > li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 10px;
}

.nav-district .fsNavLevel1 > li:first-child {
  padding-left: 0;
}

.nav-district .fsNavLevel1 > li:last-child {
  padding-right: 0;
}

.nav-district .fsNavLevel1 > li:hover > a,
.nav-district .fsNavLevel1 > li:focus > a {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
  text-decoration: underline;
}

.nav-district .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
  content: "\F107";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 4px;
  line-height: 1;
  text-decoration: none !important;
}

.nav-district .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > a:after {
  text-decoration: none !important;
}

.nav-district .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
}

.nav-district .fsNavLevel1 > li.back {
  display: none;
}

@media (min-width: 1100px) {
  .nav-district .fsNavLevel1 > li.back {
    display: block;
  }
}

.nav-district .fsNavLevel1 > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.nav-district .fsNavLevel1 > li > a:focus {
  color: #ffffff;
}

html.js .nav-district .fsNavLevel1 > li {
  position: relative;
}

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

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

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

html.js .nav-district .fsNavLevel1 > li:hover .fsNavPageInfo {
  max-height: 9999px;
}

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

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

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

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

.nav-district .fsNavLevel1 > li .fsNavPageInfo {
  display: block;
  right: 0px;
  left: auto !important;
}

@media (min-width: 1100px) {
  .nav-district .fsNavLevel1 > li .fsNavPageInfo {
    width: 210px;
    text-align: left;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e5e5e5;
  }
}

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

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

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

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

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

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

.nav-district .fsNavPageInfo {
  display: none;
}

.nav-district .fsNavLevel2 {
  padding: 10px 0;
}

.nav-district .fsNavLevel2 li {
  width: auto;
}

.nav-district .fsNavLevel2 li a {
  display: block;
  color: #242424;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
}

.nav-district .fsNavLevel2 li a:hover,
.nav-district .fsNavLevel2 li a:focus {
  color: #242424;
  text-decoration: underline;
}

.nav-district .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #242424;
  text-decoration: underline;
}