@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") 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#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px; }

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

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #737373;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #53798f; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th {
    padding: 10px 20px;
    text-align: left;
    background: #676767;
    color: #fff; }

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

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

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #727272; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #727272; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #535250; }

.fsElementDialog {
  color: #727272; }

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

/*! 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: #727272;
    font-size: 45px;
    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%;
    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(114, 114, 114, 0.5);
    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: #727272; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(114, 114, 114, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #727272;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(114, 114, 114, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #727272; }

/*! 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: #727272; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #727272; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #727272; }

.fsElementDialog {
  color: #727272; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #676767;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    background: #676767;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #53798f;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: #53798f;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #53798f;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #53798f; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: transparent;
    color: #53798f; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #727272;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #727272;
    color: #fff; }
  .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: #727272;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #727272;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.lead-in {
  font-size: 1.25em;
  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: #676767;
  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: #53798f;
  background: transparent; }

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #737373;
  background: transparent; }
  .fsNavigation a:hover, .fsNavigation a:focus {
    color: #53798f;
    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 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          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-toggle {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 20px;
  color: inherit;
  cursor: pointer;
  font-size: 0;
  line-height: 1; }
  .nav-toggle:after {
    content: "+";
    font-size: 16px;
    color: #fff; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #737373;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #53798f;
      background: transparent; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #676767;
    background: transparent; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #53798f;
      background: transparent; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: transparent; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #737373;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #737373;
        background: transparent; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #535250; }
    .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: block; }
  @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: 20px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #ffffff;
        background-color: #262627;
        transition: 0.3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #727272;
          color: #ffffff; }
        .nav-sub > header .fsElementTitle .fsElementTitle {
          position: relative;
          padding-right: 40px; } }
    @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 .nav-toggle {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          position: absolute;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px;
          color: inherit;
          cursor: pointer;
          font-size: 0;
          line-height: 1; }
          .nav-sub > header .fsElementTitle .nav-toggle:focus {
            outline: solid 2px; }
          .nav-sub > header .fsElementTitle .nav-toggle:hover, .nav-sub > header .fsElementTitle .nav-toggle:focus {
            background: #535250; }
          .nav-sub > header .fsElementTitle .nav-toggle:after {
            content: "+";
            font-size: 22px;
            color: inherit; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #ffffff; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #313132;
        background: #ffffff; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #727272;
          background: #ffffff; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #727272;
        background: #ffffff; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #727272;
          background: #ffffff; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #ffffff; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #313132;
          background: #ffffff; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #727272;
            background: #ffffff; }
      .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: #727272;
      color: #ffffff; }
      .nav-sub.active-nav > header .fsElementTitle .nav-toggle:after {
        content: "-";
        color: #ffffff; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: none; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    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; }
  .nav-sub.active-nav .nav-toggle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .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: #737373;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #53798f;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #676767;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #53798f;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #53798f;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #737373;
          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: 1px solid #535250; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 50px; }

@media (min-width: 600px) {
  .nav-sub {
    background: #fff;
    padding: 10px 20px; }
    .nav-sub header {
      position: relative;
      display: none; } }

.nav-sub ul li {
  position: relative; }
  .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
    font-weight: 700;
    text-decoration: underline; }
    .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus, .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
      text-decoration: none; }
  .nav-sub ul li a {
    text-decoration: none; }
    .nav-sub ul li a:hover, .nav-sub ul li a:focus {
      text-decoration: underline; }

.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.nav-sub .has-expander > a {
  width: calc(100% - 40px); }

.nav-sub .expander {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  font-size: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: background .3s; }
  .nav-sub .expander:before {
    content: '+';
    font-size: 18px; }
  .nav-sub .expander:hover, .nav-sub .expander:focus {
    background: rgba(0, 0, 0, 0.1); }

.nav-sub .expanded > .expander:before {
  content: "";
  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; }

.nav-sub .nav-toggle {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 20px;
  color: inherit;
  cursor: pointer;
  font-size: 0;
  line-height: 1; }
  .nav-sub .nav-toggle:focus {
    outline: solid 2px; }
  .nav-sub .nav-toggle:hover:after, .nav-sub .nav-toggle:focus:after {
    opacity: .8; }
  .nav-sub .nav-toggle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 18px;
    width: 40px;
    line-height: 40px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -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: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #535250;
    background: #53798f; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #535250;
    background: transparent; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 1.25em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #535250; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li: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: #676767;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.625em; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    color: #535250;
    background: #53798f; }

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

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.25em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.25em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -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;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 37.5em;
  background: #727272; }
  .fsMenu .mobile-search, .fsMenu .nav-main-mobile, .fsMenu .nav-utility-mobile, .fsMenu .focusOn {
    display: none; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .drawer-is-active .fsMenu .mobile-search {
      display: -ms-flexbox;
      display: flex; }
    .drawer-is-active .fsMenu .nav-main-mobile, .drawer-is-active .fsMenu .nav-utility-mobile, .drawer-is-active .fsMenu .focusOn {
      display: block; }

.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: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='googleplus']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wechat']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wordpress']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    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 #53798f;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #53798f;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "";
  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; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  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; }

.translation-container {
  display: none; }

.translate-2021 .fsEmbed.translate {
  display: none !important; }

.translate-2021 .header-utility-container > .fsElementContent .fsElement {
  border-left: 0;
  border-right: 1px solid rgba(114, 114, 114, 0.3); }

@media (min-width: 760px) {
  .translate-2021 .weglot-container:before {
    content: '';
    display: block;
    height: 26px;
    width: 5px;
    border-left: thin solid #fff;
    opacity: 0.5;
    position: relative;
    margin-top: 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 5px; }
  .translate-2021 .wg-default, .translate-2021 aside {
    background: none !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    display: -ms-flexbox;
    display: flex; }
    .translate-2021 .wg-default:hover .wgcurrent:after, .translate-2021 .wg-default:focus .wgcurrent:after, .translate-2021 aside:hover .wgcurrent:after, .translate-2021 aside:focus .wgcurrent:after {
      opacity: 1; }
    .translate-2021 .wg-default li, .translate-2021 aside li {
      margin-left: 0 !important; }
    .translate-2021 .wg-default .wgcurrent, .translate-2021 aside .wgcurrent {
      border: 0 !important; }
      .translate-2021 .wg-default .wgcurrent:after, .translate-2021 aside .wgcurrent:after {
        filter: invert(1);
        -ms-transform: rotate(none);
        transform: rotate(none);
        top: -2px !important;
        -ms-transform: rotate(0) !important;
        transform: rotate(0) !important;
        right: 15px !important;
        opacity: 0.5;
        transition: 0.3s; }
      .translate-2021 .wg-default .wgcurrent > a, .translate-2021 aside .wgcurrent > a {
        color: rgba(255, 255, 255, 0.5);
        text-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
        font-weight: bold;
        text-align: center;
        font-family: "Roboto", sans-serif;
        font-size: 14px !important;
        line-height: 1;
        height: 36px !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .translate-2021 .wg-default .wgcurrent > a:hover, .translate-2021 .wg-default .wgcurrent > a:focus, .translate-2021 aside .wgcurrent > a:hover, .translate-2021 aside .wgcurrent > a:focus {
          color: #fff !important; }
    .translate-2021 .wg-default .wg-drop.country-selector ul a, .translate-2021 aside .wg-drop.country-selector ul a {
      color: #000;
      font-size: 14px;
      text-align: left;
      margin-left: 5px; }
  .translate-2021 aside {
    display: block; } }

#fsFooter {
  padding: 20px;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -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: 24px;
    line-height: 26px;
    margin-bottom: 10px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

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

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

body {
  font-size: 16px;
  line-height: 22px;
  color: #727272; }

#fsPageWrapper {
  overflow-x: hidden;
  position: relative; }
  body.fsComposeMode #fsPageWrapper {
    overflow: visible; }

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

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -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 {
      -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 {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -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 {
        -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 {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -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 {
        -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.25em;
      padding-left: 1.25em; } }

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

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

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

.fsConstituent .fsWebsite strong {
  display: none; }

.fsConstituent .fsWebsite a {
  display: inline-block;
  font-size: 0; }
  .fsConstituent .fsWebsite a:before {
    content: 'Website';
    font-size: 16px; }

/*! 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

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

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

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

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 22px; }
  .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 #535250;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #535250;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #676767;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    margin-bottom: 2px;
    display: block;
    font-size: 21px;
    padding: 13.33333px;
    color: #535250;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #676767;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #535250;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #53798f; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #535250; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "-"; }

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

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

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

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

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

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

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

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

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

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

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

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

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

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

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

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

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

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

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px; }
  .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 #535250; }
  .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: #676767;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: -ms-flexbox;
  display: flex; }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background-color: rgba(103, 103, 103, 0.1); }
  .fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
    background-color: #f8f8f8; }

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    color: #727272; }
    .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;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
          position: relative; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0;
    -ms-flex-order: 3;
    order: 3; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: 100%;
    margin-top: 10px;
    -ms-flex-order: 5;
    order: 5; }
    @media (min-width: 900px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
        width: auto;
        margin-top: 0;
        -ms-flex-order: 3;
        order: 3; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0 0; }
    @media (min-width: 900px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -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;
      box-shadow: 0 1px 0 0 #cfcfcf; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
        border-bottom: solid 1px #cfcfcf;
        box-shadow: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      cursor: pointer;
      min-height: 44px;
      position: relative;
      padding: 0;
      margin: 0;
      border: none;
      height: auto !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-left: solid 1px #cfcfcf;
      border-top: 1px solid #cfcfcf;
      color: #727272;
      background: #fff;
      transition: .3s; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
        color: #fff;
        background: #53798f;
        transition: .3s; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
          color: #fff;
          background: #53798f;
          transition: .3s; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        margin: 0;
        -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: #737373;
        color: #fff; }
      .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;
        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 {
          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);
        -ms-transform: scale(0.875);
        transform: scale(0.875);
        margin-bottom: 3px; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        color: #fff;
        background: #373737; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
          background: inherit;
          color: inherit; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
      background: #f8f8f8;
      color: #636363;
      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 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #727272;
  color: #fff;
  border-radius: 0;
  text-align: center;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px; }
  .scroll-up:hover, .scroll-up:focus,
  .fsStateSelected .scroll-up {
    background: #727272;
    color: #fff; }
  .scroll-up em {
    display: block;
    font-style: normal; }
  .scroll-up:hover, .scroll-up:focus {
    background: #313132; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #727272;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 0; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #727272;
      color: #fff; }
    .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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: "Catamaran", sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #727272; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .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 #ccc; }
    .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: #737373;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #53798f; }
    .fsComposerFormEmbed form .required {
      color: #676767; }
    .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: #737373;
        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: #53798f;
          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 {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: #676767;
      color: #fff;
      border-radius: 0;
      text-align: center; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus,
      .fsStateSelected .fsComposerFormEmbed form .submitBtn {
        background: #676767;
        color: #fff; }
      .fsComposerFormEmbed form .submitBtn em {
        display: block;
        font-style: normal; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Catamaran", 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;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      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: safe-rgba(#727272, 0.5); }

:-moz-placeholder {
  color: safe-rgba(#727272, 0.5); }

::-moz-placeholder {
  color: safe-rgba(#727272, 0.5); }

:-ms-input-placeholder {
  color: safe-rgba(#727272, 0.5); }

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

.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: #727272;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    background: #727272;
    color: #fff; }
  .fsResetContinue em,
  .fsResetCancel em,
  .fsLoginNewSuccess > button em {
    display: block;
    font-style: normal; }

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #727272;
  font-family: "Catamaran", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #53798f;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px;
    font-family: "Catamaran", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Catamaran", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #53798f;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(83, 121, 143, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

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

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

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */
.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

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

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #53798f !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #535250;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Catamaran", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #676767;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      font-family: "Catamaran", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #53798f;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #727272; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 50px !important;
      color: #727272;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "Catamaran", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #727272;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 16px;
    font-family: "Catamaran", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: #53798f;
    transition: .3s; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
    border: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Catamaran", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #727272; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #53798f; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #737373 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #53798f !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

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

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

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  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 #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    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: #727272;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #727272;
    color: #fff; }
  .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 #dddedf;
  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 #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    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: #727272;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #727272;
    color: #fff; }
  .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: 32px;
        line-height: 34px;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #535250;
        transition: .3s;
        background: #676767;
        color: #535250; }
        .fsTabs .fsTabsNav li a:hover {
          background: #676767;
          color: #535250; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #53798f;
        color: #535250; }

.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,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .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: #727272;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #727272;
    background: white; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #535250; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #535250;
    color: #727272;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #535250;
      color: #727272; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #535250;
      color: #535250; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #676767;
      color: #fff; }

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

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

.fsElement.no-margin-top {
  margin-top: 0 !important; }
  .fsElement.no-margin-top.fsSharedContainer > .fsContainer {
    margin-top: 0 !important; }

.fsElement.no-margin-bottom {
  margin-bottom: 0 !important; }
  .fsElement.no-margin-bottom.fsSharedContainer > .fsContainer {
    margin-bottom: 0 !important; }

.fsElement.no-padding-top {
  padding-top: 0 !important; }
  .fsElement.no-padding-top.fsSharedContainer > .fsContainer {
    padding-top: 0 !important; }

.fsElement.no-padding-bottom {
  padding-bottom: 0 !important; }
  .fsElement.no-padding-bottom.fsSharedContainer > .fsContainer {
    padding-bottom: 0 !important; }

/*! pages - home v0.0.1 */
.has-hero body:not(.fsComposeMode) .icon-buttons {
  padding: 30px 20px;
  zoom: 1;
  font-family: "Catamaran", sans-serif; }
  .has-hero body:not(.fsComposeMode) .icon-buttons:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 900px) {
    .has-hero body:not(.fsComposeMode) .icon-buttons {
      padding: 15px 0;
      width: calc(100% - 80px);
      margin: 0 auto;
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      bottom: auto;
      -ms-transform: none;
      transform: none;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      max-width: 1182px; } }
  @media (min-width: 1400px) {
    .has-hero body:not(.fsComposeMode) .icon-buttons {
      top: -50px; } }

body:not(.fsComposeMode) .icon-buttons {
  padding: 30px 20px;
  zoom: 1;
  font-family: "Catamaran", sans-serif; }
  body:not(.fsComposeMode) .icon-buttons:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .icon-buttons {
      padding: 15px 0;
      width: calc(100% - 80px);
      position: relative;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      max-width: 1182px;
      margin: 15px 0; } }
  body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement {
    width: calc(50% - 1px);
    float: left;
    margin-bottom: 37px; }
    body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement:nth-child(odd) {
      border-right: 1px solid #fdfaf6; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement {
        width: 16.6%;
        margin-bottom: 0; }
        body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement:nth-child(even) {
          border-right: 1px solid #fdfaf6; }
        body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement:last-child {
          border-right: 0; } }
    body:not(.fsComposeMode) .icon-buttons > .fsElementContent > .fsElement p {
      margin: 0; }
  body:not(.fsComposeMode) .icon-buttons ~ .fsElement {
    padding-top: 80px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .icon-buttons ~ .fsElement {
        padding-top: 150px; } }
  body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a {
      display: block;
      padding-top: 70px;
      padding-bottom: 15px;
      position: relative;
      font-weight: 700;
      letter-spacing: 1px;
      text-decoration: none; }
      body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 15px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        color: #adaeb0;
        font-size: 44px;
        line-height: 1;
        font-family: 'bpa-icon-library';
        transition: all 0.3s linear; }
      body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:focus:before, body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:hover:before {
        top: 10px;
        color: #676767;
        font-size: 54px; }
      body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:focus:after, body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:focus:before, body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:hover:after, body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:hover:before {
        text-decoration: none; }
      body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:after, body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"] a:before {
        text-decoration: none; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-marker-icon a:before {
      content: "\e900"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-apple a:before {
      content: "\e901"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-backpack a:before {
      content: "\e902"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-bar-graph a:before {
      content: "\e903"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-baseball a:before {
      content: "\e904"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-book a:before {
      content: "\e905"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-briefcase a:before {
      content: "\e906"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-bullhorn a:before {
      content: "\e907"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-bus a:before {
      content: "\e908"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-calendar a:before {
      content: "\e909"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-camera a:before {
      content: "\e90a"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-certificate a:before {
      content: "\e90b"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-check a:before {
      content: "\e90c"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-chess a:before {
      content: "\e90d"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-city a:before {
      content: "\e90e"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-college a:before {
      content: "\e90f"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-cross a:before {
      content: "\e910"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-directory a:before {
      content: "\e911"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-diversity a:before {
      content: "\e912"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-door a:before {
      content: "\e913"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-droplet a:before {
      content: "\e914"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-enroll a:before {
      content: "\e915"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-faq a:before {
      content: "\e916"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-files a:before {
      content: "\e917"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-football a:before {
      content: "\e918"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-gift a:before {
      content: "\e919"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-giving a:before {
      content: "\e91a"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-globe a:before {
      content: "\e91b"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-grad a:before {
      content: "\e91c"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-group-boys a:before {
      content: "\e91d"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-group-coed a:before {
      content: "\e91e"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-group-girls a:before {
      content: "\e926"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-group a:before {
      content: "\e927"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-heart a:before {
      content: "\e928"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-info a:before {
      content: "\e929"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-jersey a:before {
      content: "\e92a"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-leaf a:before {
      content: "\e92b"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-lightbulb a:before {
      content: "\e92c"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-link a:before {
      content: "\e92d"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-list a:before {
      content: "\e92e"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-location a:before {
      content: "\e92f"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-lock a:before {
      content: "\e930"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-map a:before {
      content: "\e931"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-medal a:before {
      content: "\e932"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-microscope a:before {
      content: "\e933"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-music a:before {
      content: "\e934"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-paint a:before {
      content: "\e935"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-pencil a:before {
      content: "\e936"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-person a:before {
      content: "\e937"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-phone a:before {
      content: "\e938"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-piggy-bank a:before {
      content: "\e939"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-portion a:before {
      content: "\e93a"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-question a:before {
      content: "\e93b"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-ratio a:before {
      content: "\e93c"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-robot a:before {
      content: "\e93d"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-school a:before {
      content: "\e93e"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-screens a:before {
      content: "\e93f"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-settings a:before {
      content: "\e940"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-shoe a:before {
      content: "\e941"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-soccer a:before {
      content: "\e942"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-sports a:before {
      content: "\e943"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-star-of-david a:before {
      content: "\e944"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-star a:before {
      content: "\e945"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-store a:before {
      content: "\e946"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-sun a:before {
      content: "\e947"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-teacher a:before {
      content: "\e948"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-theater a:before {
      content: "\e949"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-time a:before {
      content: "\e94a"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-tree a:before {
      content: "\e94b"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-trophy a:before {
      content: "\e94c"; }
    body:not(.fsComposeMode) .icon-buttons .fsContent[class*="icon-"].icon-warning a:before {
      content: "\e94d"; }

body:not(.fsComposeMode).icon-examples #fsPageBodyWrapper {
  padding-top: 90px;
  padding-bottom: 90px; }

@media (min-width: 900px) {
  body:not(.fsComposeMode).icon-examples .icon-buttons {
    margin: 0 auto;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transform: none;
    transform: none; } }

body:not(.fsComposeMode).icon-examples .icon-buttons ~ .fsElement {
  padding-top: 0; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode).icon-examples .icon-buttons ~ .fsElement {
      padding-top: 0; } }

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

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #727272;
      color: #727272; }
      .colors ol li:nth-of-type(1):after {
        content: "#727272"; }
    .colors ol li:nth-of-type(2) {
      background: #676767;
      color: #676767; }
      .colors ol li:nth-of-type(2):after {
        content: "#676767"; }
    .colors ol li:nth-of-type(3) {
      background: #53798f;
      color: #53798f; }
      .colors ol li:nth-of-type(3):after {
        content: "#53798f"; }
    .colors ol li:nth-of-type(4) {
      background: #737373;
      color: #737373; }
      .colors ol li:nth-of-type(4):after {
        content: "#737373"; }
    .colors ol li:nth-of-type(5) {
      background: #fdfdfd;
      color: #fdfdfd; }
      .colors ol li:nth-of-type(5):after {
        content: "#fdfdfd"; }
    .colors ol li:nth-of-type(6) {
      background: #535250;
      color: #535250; }
      .colors ol li:nth-of-type(6):after {
        content: "#535250"; }
    .colors ol li:nth-of-type(1) {
      background: #727272;
      color: #727272; }
      .colors ol li:nth-of-type(1):after {
        content: "#727272"; }
    .colors ol li:nth-of-type(8) {
      background: #9e9e9e;
      color: #9e9e9e; }
      .colors ol li:nth-of-type(8):after {
        content: "#9e9e9e"; }
    .colors ol li:nth-of-type(9) {
      background: #f7f7f7;
      color: #f7f7f7; }
      .colors ol li:nth-of-type(9):after {
        content: "#f7f7f7"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Catamaran", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Catamaran, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Catamaran", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Catamaran, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 36px / line: 38px"; }

.headers h2:after {
  content: " size: 32px / line: 34px"; }

.headers h3:after {
  content: " size: 28px / line: 30px"; }

.headers h4:after {
  content: " size: 24px / line: 26px"; }

.headers h5:after {
  content: " size: 20px / line: 22px"; }

.headers h6:after {
  content: " size: 16px / line: 18px"; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }

html {
  background: #676767; }

body {
  color: #727272;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 28px; }

.drawer-is-active #fsPageWrapper {
  position: fixed;
  width: 100%; }

#fsPageBodyWrapper {
  padding: 100px 20px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .3s; }
  .drawer-is-active #fsPageBodyWrapper {
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    transition: transform .3s; }

.fs_style_35,
.fs_style_36 {
  display: block;
  margin: 0 0 6px;
  padding: 16px 56px 14px;
  border: 1px solid rgba(158, 158, 158, 0.5);
  position: relative;
  color: #535250;
  font-size: 14px;
  line-height: 20px;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  background: #f8f8f8; }
  .fs_style_35:before,
  .fs_style_36:before {
    position: absolute;
    top: 50%;
    left: 24px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px; }
  .fs_style_35:hover, .fs_style_35:focus,
  .fs_style_36:hover,
  .fs_style_36:focus {
    color: #676767;
    background: #dfdfdf;
    transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s; }
  .fs_style_35.fs_style_36:before,
  .fs_style_36.fs_style_36:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fs_style_35.fs_style_35:before,
  .fs_style_36.fs_style_35:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fs_style_24 {
  font-size: 24px;
  line-height: 32px;
  color: #727272;
  font-weight: 400; }

blockquote {
  background: #f8f8f8;
  border-left: 5px solid #53798f;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  color: #727272;
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 20px;
  margin: 28px 0; }
  blockquote p {
    margin: 0; }
  blockquote:before, blockquote:after {
    display: none; }

cite {
  color: #676767;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  margin: 5px 0 0; }
  cite:before, cite:after {
    display: none; }

.fs_style_29 {
  color: #676767;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 20px 10px 0; }

.fsBannerLeft .fsElement > header .fsElementTitle,
.fsBannerRight .fsElement > header .fsElementTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

.callout-box-light, .callout-box-dark, .callout-box-school {
  display: block;
  background: #f8f8f8;
  color: #ffffff; }
  .callout-box-light > header .fsElementHeaderContent, .callout-box-dark > header .fsElementHeaderContent, .callout-box-school > header .fsElementHeaderContent {
    margin-bottom: 0; }
  .callout-box-light > header .fsImage picture, .callout-box-dark > header .fsImage picture, .callout-box-school > header .fsImage picture {
    display: block; }
  .callout-box-light > header .fsImage img, .callout-box-dark > header .fsImage img, .callout-box-school > header .fsImage img {
    display: block;
    width: 100%;
    height: auto; }
  .callout-box-light > .fsElementContent, .callout-box-dark > .fsElementContent, .callout-box-school > .fsElementContent {
    padding: 30px; }
    .fsBannerLeft .callout-box-light > .fsElementContent, .fsBannerLeft .callout-box-dark > .fsElementContent, .fsBannerLeft .callout-box-school > .fsElementContent,
    .fsBannerRight .callout-box-light > .fsElementContent,
    .fsBannerRight .callout-box-dark > .fsElementContent,
    .fsBannerRight .callout-box-school > .fsElementContent {
      padding: 20px; }
    .callout-box-light > .fsElementContent h2, .callout-box-dark > .fsElementContent h2, .callout-box-school > .fsElementContent h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 20px;
      line-height: normal;
      margin-bottom: 5px;
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 16px;
      line-height: 26px;
      color: inherit;
      text-transform: uppercase; }
  .callout-box-light .fsElementAddWrapper, .callout-box-dark .fsElementAddWrapper, .callout-box-school .fsElementAddWrapper {
    width: 100%; }
  @media (min-width: 800px) {
    .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school, .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    .fsComposeMode .left.callout-box-light, .fsComposeMode .left.callout-box-dark, .fsComposeMode .left.callout-box-school, .fsComposeMode .right.callout-box-light, .fsComposeMode .right.callout-box-dark, .fsComposeMode .right.callout-box-school {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 800px) {
    .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header,
    .left.callout-box-light > .fsElementContent,
    .left.callout-box-dark > .fsElementContent,
    .left.callout-box-school > .fsElementContent, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header,
    .right.callout-box-light > .fsElementContent,
    .right.callout-box-dark > .fsElementContent,
    .right.callout-box-school > .fsElementContent {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  .left.callout-box-light > header, .left.callout-box-dark > header, .left.callout-box-school > header, .right.callout-box-light > header, .right.callout-box-dark > header, .right.callout-box-school > header {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    .left.callout-box-light > header .fsImage, .left.callout-box-dark > header .fsImage, .left.callout-box-school > header .fsImage, .right.callout-box-light > header .fsImage, .right.callout-box-dark > header .fsImage, .right.callout-box-school > header .fsImage {
      opacity: 0;
      visibility: hidden; }
  .left.callout-box-light, .left.callout-box-dark, .left.callout-box-school {
    -ms-flex-direction: row;
    flex-direction: row; }
  .right.callout-box-light, .right.callout-box-dark, .right.callout-box-school {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.callout-box-light {
  background: #f8f8f8;
  color: #535250; }
  .callout-box-light a:not([class*="fs_style"]) {
    color: #676767; }
    .callout-box-light a:not([class*="fs_style"]):hover, .callout-box-light a:not([class*="fs_style"]):focus {
      color: #676767;
      text-decoration: underline; }

.callout-box-dark {
  background: #535250;
  color: #ffffff; }
  .callout-box-dark a:not([class*="fs_style"]) {
    color: #e4e4e4; }
    .callout-box-dark a:not([class*="fs_style"]):hover, .callout-box-dark a:not([class*="fs_style"]):focus {
      color: #ffffff; }

.callout-box-school {
  background: #53798f;
  color: #ffffff; }
  .callout-box-school a:not([class*="fs_style"]) {
    color: #ffffff; }
    .callout-box-school a:not([class*="fs_style"]):hover, .callout-box-school a:not([class*="fs_style"]):focus {
      color: #ffffff;
      text-decoration: underline; }
  .callout-box-school.blue {
    background: #66a0cb; }

h1 {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: normal;
  color: #676767;
  text-transform: none; }

h2 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  color: #676767;
  text-transform: none; }

h3 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: normal;
  color: #676767;
  text-transform: none; }

h4 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #676767;
  text-transform: none; }

h5 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #676767;
  text-transform: none; }

h6 {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #535250;
  text-transform: none; }

p:last-child {
  margin: 0; }

a {
  color: #737373; }
  a:hover, a:focus {
    color: #53798f;
    cursor: pointer; }

button:hover, button:focus {
  cursor: pointer; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.table-styled,
.fs_style_28 {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .table-styled td,
  .fs_style_28 td {
    padding: 10px 20px;
    color: #535250;
    font-size: 16px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable tbody tr, .fsAthleticsRoster .fsElementTable tbody tr,
  table.styled tbody tr,
  .table-styled tbody tr,
  .fs_style_28 tbody tr {
    border-bottom: 1px solid #ffffff; }
    .fsAthleticsEvent.fsTable .fsElementTable tbody tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tbody tr:nth-of-type(odd) td,
    table.styled tbody tr:nth-of-type(odd) td,
    .table-styled tbody tr:nth-of-type(odd) td,
    .fs_style_28 tbody tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .table-styled th,
  .table-styled td,
  .fs_style_28 th,
  .fs_style_28 td {
    vertical-align: top;
    border-bottom: none;
    line-height: 24px; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .table-styled th,
  .fs_style_28 th {
    padding: 10px 20px;
    font-weight: 600;
    text-align: left;
    background: #676767;
    color: #fff; }

.fsElement.button-dark {
  background: #535250;
  padding: 40px; }

.fsStyleDefaultButton,
.vimeo_view_link a,
.fsStyleUpdateButton,
.fsLoginSubmit,
.button,
.button-1,
.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a6b7f;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #4a6b7f;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton,
  .vimeo_view_link a:hover,
  .vimeo_view_link a:focus,
  .fsStateSelected
  .vimeo_view_link a,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:focus,
  .fsStateSelected
  .fsStyleUpdateButton,
  .fsLoginSubmit:hover,
  .fsLoginSubmit:focus,
  .fsStateSelected
  .fsLoginSubmit,
  .button:hover,
  .button:focus,
  .fsStateSelected
  .button,
  .button-1:hover,
  .button-1:focus,
  .fsStateSelected
  .button-1,
  .fs_style_23:hover,
  .fs_style_23:focus,
  .fsStateSelected
  .fs_style_23 {
    border-color: #37505f;
    color: #ffffff;
    background: #37505f; }
  .fsStyleDefaultButton em,
  .vimeo_view_link a em,
  .fsStyleUpdateButton em,
  .fsLoginSubmit em,
  .button em,
  .button-1 em,
  .fs_style_23 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }

.button-2,
.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a6b7f;
  color: #4a6b7f;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #4a6b7f;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  border-color: #4a6b7f;
  background: #ffffff; }
  .button-2:hover, .button-2:focus,
  .fsStateSelected .button-2,
  .fs_style_26:hover,
  .fs_style_26:focus,
  .fsStateSelected
  .fs_style_26 {
    border-color: #37505f;
    color: #4a6b7f;
    background: #37505f; }
  .button-2 em,
  .fs_style_26 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }
  .button-2:hover, .button-2:focus,
  .fsStateSelected .button-2,
  .fs_style_26:hover,
  .fs_style_26:focus,
  .fsStateSelected
  .fs_style_26 {
    border-color: #2e424e;
    color: #ffffff;
    background: #2e424e;
    opacity: 1; }

.button-3,
.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #5a5a5a;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #5a5a5a;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s; }
  .button-3:hover, .button-3:focus,
  .fsStateSelected .button-3,
  .fs_style_25:hover,
  .fs_style_25:focus,
  .fsStateSelected
  .fs_style_25 {
    border-color: #414141;
    color: #ffffff;
    background: #414141; }
  .button-3 em,
  .fs_style_25 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }

.button-4,
.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a6b7f;
  color: #ca1c22;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #4a6b7f;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  border-color: #ca1c22;
  background: #ffffff; }
  .button-4:hover, .button-4:focus,
  .fsStateSelected .button-4,
  .fs_style_27:hover,
  .fs_style_27:focus,
  .fsStateSelected
  .fs_style_27 {
    border-color: #37505f;
    color: #ca1c22;
    background: #37505f; }
  .button-4 em,
  .fs_style_27 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }
  .button-4:hover, .button-4:focus,
  .fsStateSelected .button-4,
  .fs_style_27:hover,
  .fs_style_27:focus,
  .fsStateSelected
  .fs_style_27 {
    border-color: #861317;
    color: #ffffff;
    background: #861317;
    opacity: 1; }

.button-on-dark,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: transparent;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  border-color: #ffffff;
  background: #ffffff;
  background: transparent; }
  .button-on-dark:hover, .button-on-dark:focus,
  .fsStateSelected .button-on-dark,
  .fs_style_32:hover,
  .fs_style_32:focus,
  .fsStateSelected
  .fs_style_32 {
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    background: rgba(0, 0, 0, 0); }
  .button-on-dark em,
  .fs_style_32 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }
  .button-on-dark:hover, .button-on-dark:focus,
  .fsStateSelected .button-on-dark,
  .fs_style_32:hover,
  .fs_style_32:focus,
  .fsStateSelected
  .fs_style_32 {
    border-color: #d9d9d9;
    color: #ffffff;
    background: #d9d9d9;
    opacity: 1; }
  .button-on-dark:hover, .button-on-dark:focus,
  .fsStateSelected .button-on-dark,
  .fs_style_32:hover,
  .fs_style_32:focus,
  .fsStateSelected
  .fs_style_32 {
    border-color: #ffffff !important;
    color: #595959;
    background: #ffffff !important; }

.button-large-1,
.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a6b7f;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #4a6b7f;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding: 16px 28px;
  font-size: 18px; }
  .button-large-1:hover, .button-large-1:focus,
  .fsStateSelected .button-large-1,
  .fs_style_33:hover,
  .fs_style_33:focus,
  .fsStateSelected
  .fs_style_33 {
    border-color: #37505f;
    color: #ffffff;
    background: #37505f; }
  .button-large-1 em,
  .fs_style_33 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }

.button-large-2,
.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a6b7f;
  color: #53798f;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #4a6b7f;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  border-color: #53798f;
  background: #ffffff;
  padding: 16px 28px;
  font-size: 18px; }
  .button-large-2:hover, .button-large-2:focus,
  .fsStateSelected .button-large-2,
  .fs_style_38:hover,
  .fs_style_38:focus,
  .fsStateSelected
  .fs_style_38 {
    border-color: #37505f;
    color: #53798f;
    background: #37505f; }
  .button-large-2 em,
  .fs_style_38 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }
  .button-large-2:hover, .button-large-2:focus,
  .fsStateSelected .button-large-2,
  .fs_style_38:hover,
  .fs_style_38:focus,
  .fsStateSelected
  .fs_style_38 {
    border-color: #37505f;
    color: #ffffff;
    background: #37505f;
    opacity: 1; }
  .button-large-2 em,
  .fs_style_38 em {
    opacity: 1; }
  .button-large-2:hover em, .button-large-2:focus em,
  .fs_style_38:hover em,
  .fs_style_38:focus em {
    opacity: 0.9; }

.button-large-3,
.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #676767;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #676767;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding: 16px 28px;
  font-size: 18px; }
  .button-large-3:hover, .button-large-3:focus,
  .fsStateSelected .button-large-3,
  .fs_style_39:hover,
  .fs_style_39:focus,
  .fsStateSelected
  .fs_style_39 {
    border-color: #4d4d4d;
    color: #ffffff;
    background: #4d4d4d; }
  .button-large-3 em,
  .fs_style_39 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }

.button-large-4,
.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4a6b7f;
  color: #E01F26;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: #4a6b7f;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  border-color: #E01F26;
  background: #ffffff;
  padding: 16px 28px;
  font-size: 18px; }
  .button-large-4:hover, .button-large-4:focus,
  .fsStateSelected .button-large-4,
  .fs_style_40:hover,
  .fs_style_40:focus,
  .fsStateSelected
  .fs_style_40 {
    border-color: #37505f;
    color: #E01F26;
    background: #37505f; }
  .button-large-4 em,
  .fs_style_40 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }
  .button-large-4:hover, .button-large-4:focus,
  .fsStateSelected .button-large-4,
  .fs_style_40:hover,
  .fs_style_40:focus,
  .fsStateSelected
  .fs_style_40 {
    border-color: #9d161b;
    color: #ffffff;
    background: #9d161b;
    opacity: 1; }
  .button-large-4 em,
  .fs_style_40 em {
    opacity: 1; }
  .button-large-4:hover em, .button-large-4:focus em,
  .fs_style_40:hover em,
  .fs_style_40:focus em {
    opacity: 0.9; }

.button-large-on-dark,
.fs_style_41 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: transparent;
  transition: opacity 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  border-color: #ffffff;
  background: #ffffff;
  padding: 16px 28px;
  font-size: 18px;
  background: transparent; }
  .button-large-on-dark:hover, .button-large-on-dark:focus,
  .fsStateSelected .button-large-on-dark,
  .fs_style_41:hover,
  .fs_style_41:focus,
  .fsStateSelected
  .fs_style_41 {
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    background: rgba(0, 0, 0, 0); }
  .button-large-on-dark em,
  .fs_style_41 em {
    display: block;
    margin: 5px 0 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.9; }
  .button-large-on-dark:hover, .button-large-on-dark:focus,
  .fsStateSelected .button-large-on-dark,
  .fs_style_41:hover,
  .fs_style_41:focus,
  .fsStateSelected
  .fs_style_41 {
    border-color: #d9d9d9;
    color: #ffffff;
    background: #d9d9d9;
    opacity: 1; }
  .button-large-on-dark:hover, .button-large-on-dark:focus,
  .fsStateSelected .button-large-on-dark,
  .fs_style_41:hover,
  .fs_style_41:focus,
  .fsStateSelected
  .fs_style_41 {
    border-color: #ffffff !important;
    color: #595959;
    background: #ffffff !important; }

.submitBtn {
  margin: 0 0 20px !important;
  padding: 8px 20px !important;
  border-radius: 3px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  background: #53798f !important; }
  .submitBtn:hover, .submitBtn:focus,
  .fsStateSelected .submitBtn {
    background: #53798f !important;
    opacity: 0.75; }

a.fs_style_42 {
  max-width: 100%;
  width: 100%; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  text-align: center; }
  .slick-arrow[type="button"] {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0; }
  .slick-arrow:hover:before, .slick-arrow:focus:before {
    color: #535250; }
  .slick-arrow:before {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    color: #9e9e9e;
    text-align: center; }
  .slick-arrow.fsLeftArrow {
    left: 0; }
    .slick-arrow.fsLeftArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: 0; }
  .slick-arrow.fsRightArrow {
    right: 0; }
    .slick-arrow.fsRightArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: 0; }
  .slick-arrow.fsDownArrow {
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: auto; }
    .slick-arrow.fsDownArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .slick-arrow.fsUpArrow {
    -ms-transform: rotate(0);
    transform: rotate(0); }
    .slick-arrow.fsUpArrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.fsSlideshow .slick-dots,
.fsSlideshow .fsPager {
  width: 100%;
  text-align: center; }
  .fsSlideshow .slick-dots, .fsSlideshow .slick-dots ul,
  .fsSlideshow .fsPager,
  .fsSlideshow .fsPager ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsSlideshow .slick-dots li,
  .fsSlideshow .fsPager li {
    margin: 0;
    padding: 0; }
  .fsSlideshow .slick-dots li,
  .fsSlideshow .fsPager li {
    width: auto;
    height: auto;
    margin: 0 5px; }
    .fsSlideshow .slick-dots li.slick-active button,
    .fsSlideshow .fsPager li.slick-active button {
      background: #9e9e9e; }
    .fsSlideshow .slick-dots li button,
    .fsSlideshow .fsPager li button {
      border: 2px solid #9e9e9e;
      border-radius: 100%;
      color: transparent;
      width: 20px;
      height: 20px;
      position: relative; }
      .fsSlideshow .slick-dots li button:hover:before, .fsSlideshow .slick-dots li button:focus:before,
      .fsSlideshow .fsPager li button:hover:before,
      .fsSlideshow .fsPager li button:focus:before {
        background: #9e9e9e; }
      .fsSlideshow .slick-dots li button:before,
      .fsSlideshow .fsPager li button:before {
        content: '';
        background: transparent;
        border-radius: 100%;
        height: 11.5px;
        width: 11.5px;
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.fsAccordion .fsPanel > header {
  background: #676767;
  margin: 0 0 10px; }
  .fsAccordion .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus {
    background: #737373; }
  .fsAccordion .fsPanel > header h2 {
    padding: 0 20px;
    margin: 0;
    position: relative; }
  .fsAccordion .fsPanel > header a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 40px;
    color: #fff;
    font-weight: bold; }

.fsAccordion .fsPanel.fsStateOpen > header {
  background: #737373; }

.fsAccordion .fsPanel > .fsElementContent {
  padding: 26px 16px 16px; }

.fsAccordion.fsPanelIconBefore .fsPanel > header > h2 {
  padding: 0 55px; }
  .fsAccordion.fsPanelIconBefore .fsPanel > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: 20px !important;
    top: 50% !important; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 14px;
  margin: 0 !important;
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: 20px !important;
  top: 50% !important; }

.fsAccordion.fsPanelIconAfter .fsPanel > header > h2 {
  padding: 0 55px 0 20px; }
  .fsAccordion.fsPanelIconAfter .fsPanel > header > h2:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 20px !important;
    top: 50% !important; }

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header > h2:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 14px;
  margin: 0 !important;
  top: 50% !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  right: 20px !important;
  top: 50% !important; }

.fsTabs .fsTabsNav li {
  margin-right: 2px; }
  .fsTabs .fsTabsNav li a {
    background: #676767;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px; }
    .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
      background: #737373;
      color: #fff; }
  .fsTabs .fsTabsNav li.fsStateSelected a {
    background: #737373;
    color: #fff; }

.fsTabs .fsPanel > .fsElementContent {
  padding: 20px 0; }

.fsTabs.fsPanelIconBefore .fsPanel > header > h2 {
  padding: 0 55px; }
  .fsTabs.fsPanelIconBefore .fsPanel > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: 20px !important;
    top: 50% !important; }

.fsTabs.fsPanelIconBefore .fsPanel > header a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
  color: #fff; }

.fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header {
  background: #737373; }
  .fsTabs.fsPanelIconBefore .fsPanel.fsStateOpen > header > h2:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    left: 20px !important;
    top: 50% !important; }

.fsPostElement article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9e9e9e;
  font-size: 14px;
  line-height: 24px; }
  .fsPostElement article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.fsPostElement .fsTitle,
.fsPostElement .fsTitle a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #53798f; }
  .fsPostElement .fsTitle:hover, .fsPostElement .fsTitle:focus,
  .fsPostElement .fsTitle a:hover,
  .fsPostElement .fsTitle a:focus {
    color: #737373; }

.fsPostElement .fsCategories {
  margin: 10px 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsPostElement .fsCategories li {
    background: #727272;
    border: none;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    padding: 7px 12px;
    margin: 0 6px 0 0; }

.fsPostElement .fsTags {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f8f8f8;
  border: 1px solid rgba(158, 158, 158, 0.5);
  border-radius: 2px;
  padding: 11px 10px; }
  .fsPostElement .fsTags li {
    background: none;
    color: #535250;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 0 0;
    padding: 0; }
    .fsPostElement .fsTags li:not(:last-child):after {
      content: ','; }

.fsPostElement.fsGrid article {
  border: none; }

.fsPostElement.fsSlideshow article {
  border: none; }

.fsCalendar article {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  min-height: 70px;
  padding-left: 90px;
  text-transform: none; }

.fsCalendar .fsDate {
  background: #f8f8f8;
  border-left: 2px solid #53798f;
  color: #535250;
  font-size: 16px;
  font-weight: 700;
  height: 70px;
  width: 70px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase; }
  .fsCalendar .fsDate .fsDay {
    font-size: 24px;
    font-weight: 400;
    line-height: 22px; }

.fsCalendar .fsTitle,
.fsCalendar .fsTitle a {
  color: #53798f;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none; }
  .fsCalendar .fsTitle:hover, .fsCalendar .fsTitle:focus,
  .fsCalendar .fsTitle a:hover,
  .fsCalendar .fsTitle a:focus {
    color: #737373; }

.fsCalendar .fsAllDay {
  text-transform: capitalize; }

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

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
  padding-left: 0;
  text-align: center; }
  .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
    position: relative;
    margin: 0 auto 20px; }

.fsCalendar.fsDialog .fsDialogContent article {
  padding-left: 0;
  text-align: center; }
  .fsCalendar.fsDialog .fsDialogContent article .fsDate {
    position: relative;
    margin: 0 auto 20px; }

.fsCalendar.fsGrid .fsCalendarEventGrid .fsStateHasEvents.has-info {
  background: rgba(158, 158, 158, 0.3); }

.fsCalendar.fsGrid .fsCalendarEventGrid .selected {
  border: 1px solid rgba(158, 158, 158, 0.5); }

.fsAthleticsEvent .fsElementEventIcon {
  max-width: 50px; }

.skip-link {
  margin: 0; }
  .skip-link.fsElement {
    margin: 0; }

.skip-link a {
  position: absolute;
  top: -100px;
  left: 0px;
  color: #fff;
  padding: 6px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999; }

.skip-link a:focus {
  left: 0px;
  top: 0px;
  background: #53798f;
  color: #FFF;
  transition: top .1s ease-in, background .5s linear; }

#fsHeader {
  box-shadow: 0px 2px 5px rgba(145, 143, 140, 0.2);
  display: block;
  padding: 0 0 0;
  position: relative;
  width: 100%;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .3s; }
  .fsHasHeader #fsHeader {
    z-index: 5; }
  .home #fsHeader,
  .has-hero #fsHeader {
    position: absolute;
    top: 0;
    z-index: 11; }
  .drawer-is-active #fsHeader {
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    transition: transform .3s; }
  .fsComposeMode #fsHeader {
    position: unset;
    -ms-transform: unset;
    transform: unset; }

.mobile-utility-container {
  background: #535250;
  margin: 0 0 0;
  height: 45px;
  padding: 0 22px;
  position: relative;
  z-index: 5; }
  .mobile-utility-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%; }

.main-container_header {
  padding: 0 30px;
  background: #fefbf7; }
  .home .main-container_header,
  .has-hero .main-container_header {
    background: rgba(254, 251, 247, 0.8); }
  .main-container_header > header {
    display: none; }
  .main-container_header > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    height: 76px; }

.header-utility-container {
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 899px) {
    .header-utility-container {
      display: none; } }
  .header-utility-container > header {
    display: none; }
  .header-utility-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex; }
  .header-utility-container > .fsElementContent .fsElement {
    border-left: 1px solid rgba(114, 114, 114, 0.3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-utility-container > .fsElementContent .fsElement:last-child {
      border-right: 1px solid rgba(114, 114, 114, 0.3); }

.school-logo {
  margin: 0 33px 0 0;
  position: relative;
  min-width: 91px;
  max-width: 91px;
  width: 100%; }
  .school-logo header .fsElementHeaderContent {
    margin: 40px 0; }
  .school-logo img {
    display: block;
    min-width: 91px;
    max-width: 91px;
    width: 100%;
    position: absolute; }
  .school-logo picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
  .school-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: transparent !important;
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.fsElement.drawer-trigger-element {
  margin: auto 0 auto auto; }
  @media (min-width: 900px) {
    .fsElement.drawer-trigger-element {
      display: none; } }
  .fsElement.drawer-trigger-element button {
    background: #262627;
    color: #fff;
    font-size: 0;
    height: 30px;
    width: 30px;
    position: relative; }
    .fsElement.drawer-trigger-element button:hover, .fsElement.drawer-trigger-element button:focus {
      background: #676767; }
    .fsElement.drawer-trigger-element button:focus {
      outline: solid 1px blue; }
    .fsElement.drawer-trigger-element button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      background: transparent;
      color: #fff;
      font-size: 28px;
      height: auto;
      width: auto;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) rotate(0);
      transform: translate(-50%, -50%) rotate(0); }
      .drawer-is-active .fsElement.drawer-trigger-element button:before {
        content: "";
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0); }
    .fsElement.drawer-trigger-element button:after {
      display: none; }

.top-search {
  margin: 0;
  position: relative; }
  .top-search header .fsElementTitle {
    display: none; }
  .top-search header .fsElementHeaderContent {
    margin: 0; }
  .top-search header button.search-trigger {
    background: none;
    border: none;
    color: #535250;
    font-size: 0;
    height: 76px;
    width: 45px;
    position: relative; }
    .top-search header button.search-trigger:hover:before, .top-search header button.search-trigger:focus:before {
      color: #53798f; }
    .top-search header button.search-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #727272;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .search-is-active .top-search header button.search-trigger:before {
        content: ""; }
  .top-search .fsElementContent {
    position: absolute;
    top: 100%;
    right: 0;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    display: none; }
    .search-is-active .top-search .fsElementContent {
      max-height: 1000px;
      transition: max-height .9s ease-in-out;
      display: block; }
  .top-search form {
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .top-search label {
    color: #fff;
    background: #000;
    position: absolute;
    left: -9999px; }
  .top-search .fsSearchElementKeyword {
    margin: 0; }
  .top-search input {
    width: 380px; }
  .top-search button.fsSearchElementSearchButton {
    margin: 0;
    display: none; }

.nav-sub {
  margin: 0 0 20px 0;
  padding: 15px 0; }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 12px 0;
      color: #535250;
      background: transparent;
      font-weight: 600; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #53798f;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #53798f;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #53798f;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #53798f;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #53798f;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 12px;
        padding-bottom: 12px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid rgba(158, 158, 158, 0.3); }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 60px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 80px; }

.nav-utility-header {
  margin: 0;
  position: relative;
  z-index: 2; }
  .nav-utility-header header {
    display: none; }
  .nav-utility-header .fsNavLevel1 > li {
    width: 45px; }
    html.js .nav-utility-header .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .nav-utility-header .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }
  .nav-utility-header .fsNavLevel1 > li.menu-item-open > a {
    color: transparent; }
    .nav-utility-header .fsNavLevel1 > li.menu-item-open > a:before {
      color: #53798f; }
  .nav-utility-header .fsNavLevel1 > li > a {
    color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    height: 76px;
    padding: 0;
    text-align: center; }
    .nav-utility-header .fsNavLevel1 > li > a:hover, .nav-utility-header .fsNavLevel1 > li > a:focus {
      color: transparent; }
      .nav-utility-header .fsNavLevel1 > li > a:hover:before, .nav-utility-header .fsNavLevel1 > li > a:focus:before {
        color: #53798f; }
    .nav-utility-header .fsNavLevel1 > li > a:before {
      color: #727272;
      font-size: 20px; }
    .nav-utility-header .fsNavLevel1 > li > a:first-child:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      transition: color 0.3s ease 0s; }
  .nav-utility-header .fsNavPageInfo {
    background: #676767;
    width: 135px; }
  .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] a {
    color: #53798f; }
  .nav-utility-header .fsNavLevel2 li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    padding: 5px 10px; }
    .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
      color: #ffffff;
      text-decoration: underline; }

.nav-utility-footer {
  background: #53798f;
  margin: 0;
  padding: 11px 20px;
  width: 100%; }
  .nav-utility-footer header {
    display: none; }
  .nav-utility-footer .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .nav-utility-footer ul.fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 899px) {
      .nav-utility-footer ul.fsNavLevel1 {
        -ms-flex-pack: center;
        justify-content: center; } }
    .nav-utility-footer ul.fsNavLevel1 li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .nav-utility-footer ul.fsNavLevel1 li a:hover, .nav-utility-footer ul.fsNavLevel1 li a:focus {
        text-decoration: underline; }
      .nav-utility-footer ul.fsNavLevel1 li.fsNavCurrentPage a {
        color: #ffffff; }
      .nav-utility-footer ul.fsNavLevel1 li:not(:last-child):after {
        color: #ffffff;
        content: ' | ';
        font-size: 12px;
        line-height: 28px;
        margin: 0 5px; }
    .nav-utility-footer ul.fsNavLevel1 li a {
      color: #ffffff;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 28px;
      text-transform: uppercase;
      padding: 0; }

.nav-main {
  width: 62.5%; }
  @media (max-width: 1099px) {
    .nav-main {
      width: 70%; } }
  .nav-main .fsNavLevel1 > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: none;
    flex: none;
    height: 76px; }
    .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a, .nav-main .fsNavLevel1 > li.menu-item-open > a {
      background: transparent;
      color: #464543; }
      .nav-main .fsNavLevel1 > li:hover > a:after, .nav-main .fsNavLevel1 > li:focus > a:after, .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
        bottom: -9px;
        opacity: 1;
        transition: opacity .5s, bottom .3s; }
  .nav-main .fsNavLevel1 > li > a {
    color: #535250;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    position: relative; }
    .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus {
      background: transparent;
      color: #464543; }
      .nav-main .fsNavLevel1 > li > a:hover:after, .nav-main .fsNavLevel1 > li > a:focus:after {
        bottom: -9px;
        opacity: 1;
        transition: opacity .5s, bottom .3s; }
    .nav-main .fsNavLevel1 > li > a:after {
      content: "";
      background: #464543;
      display: block;
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: .5s, bottom .3s; }

.nav-main div.fsNavPageInfo {
  background: rgba(253, 250, 246, 0.98);
  box-shadow: 0px 2px 5px 0px rgba(145, 143, 140, 0.2);
  min-width: 240px; }

.nav-main .fsNavLevel2 {
  padding: 10px 20px; }
  .nav-main .fsNavLevel2 li {
    background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] a, .nav-main .fsNavLevel2 li:hover a, .nav-main .fsNavLevel2 li:focus a {
      color: #535250;
      text-decoration: underline; }
    .nav-main .fsNavLevel2 li a {
      background: transparent !important;
      color: #535250;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      padding: 10px 10px;
      text-transform: uppercase; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #535250;
        text-decoration: underline; }

.fsMenu {
  display: block;
  background: #fefbf7;
  border-left: 1px solid rgba(103, 103, 103, 0.2);
  right: 0;
  left: auto;
  -ms-transform: none;
  transform: none;
  max-width: 40%;
  opacity: 1;
  visibility: visible;
  position: fixed;
  overflow-y: auto;
  height: 100%;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform .3s; }
  @media (max-width: 599px) {
    .fsMenu {
      max-width: 100%; } }
  @media (min-width: 900px) {
    .fsMenu {
      display: none; } }
  .fsAccountBarVisible .fsMenu {
    top: 45px; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform .3s; }
  .fsMenu .focusOn {
    opacity: 0; }

.mobile-search {
  background: #737373;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 10px; }
  .mobile-search header {
    display: none; }
  .mobile-search .fsElementContent {
    width: 100%; }
  .mobile-search form {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .mobile-search form label {
      position: absolute;
      left: -999px; }
    .mobile-search form .fsSearchElementKeyword {
      margin: 0;
      width: 100%; }
    .mobile-search form input {
      background: #fefbf7;
      border: none;
      border-radius: 0;
      border-right: 1px solid #737373;
      color: #727272;
      height: 100%; }
    .mobile-search form button.fsSearchElementSearchButton {
      background: #fefbf7;
      border-radius: 0;
      color: #535250;
      font-size: 0;
      height: 100%;
      width: 40px;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: relative; }
      .mobile-search form button.fsSearchElementSearchButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #737373;
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .mobile-search footer {
    margin: 0 0 0 12px; }
    .mobile-search footer .fsElementFooterContent {
      margin: 0; }
  .mobile-search .drawer-trigger {
    color: #fff;
    font-size: 0;
    position: relative;
    height: 40px;
    width: 40px; }
    .mobile-search .drawer-trigger:focus {
      outline: 2px solid; }

.fsMenu button.expander {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-left: 1px solid rgba(103, 103, 103, 0.2);
  color: transparent;
  height: 56px;
  width: 56px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }
  .fsMenu button.expander:hover:before, .fsMenu button.expander:focus:before {
    color: #464543; }
  .fsMenu button.expander:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #535250;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.nav-main-mobile {
  margin: 0; }
  .nav-main-mobile .fsNavLevel2,
  .nav-main-mobile .fsNavLevel3,
  .nav-main-mobile .fsNavLevel4,
  .nav-main-mobile .fsNavLevel5 {
    display: none; }
  .nav-main-mobile header {
    display: none; }
  .nav-main-mobile .fsNavPageInfo {
    display: block; }
  .nav-main-mobile .fsNavLevel1 > li {
    position: relative;
    border-top: 1px solid rgba(103, 103, 103, 0.2); }
    .nav-main-mobile .fsNavLevel1 > li:last-child {
      border-bottom: 1px solid rgba(103, 103, 103, 0.2); }
    .nav-main-mobile .fsNavLevel1 > li[class*="fsNavCurrent"] > a {
      color: #464543; }
    .nav-main-mobile .fsNavLevel1 > li.open > button.expander:before, .nav-main-mobile .fsNavLevel1 > li.expanded > button.expander:before {
      content: ""; }
    .nav-main-mobile .fsNavLevel1 > li > a {
      color: #535250;
      font-size: 13px;
      font-weight: 600;
      line-height: 56px;
      padding: 0 66px 0 10px;
      text-transform: uppercase; }
      .nav-main-mobile .fsNavLevel1 > li > a:hover, .nav-main-mobile .fsNavLevel1 > li > a:focus {
        color: #464543;
        text-decoration: underline; }
  .nav-main-mobile .fsNavLevel2 {
    border-top: 1px solid rgba(103, 103, 103, 0.2);
    padding: 10px 20px; }
    .nav-main-mobile .fsNavLevel2 li {
      margin: 0 0 8px; }
      .nav-main-mobile .fsNavLevel2 li a {
        color: #727272;
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        padding: 0;
        text-transform: uppercase; }
        .nav-main-mobile .fsNavLevel2 li a:hover, .nav-main-mobile .fsNavLevel2 li a:focus {
          color: #727272;
          text-decoration: underline; }
  .nav-main-mobile .expander:hover, .nav-main-mobile .expander:focus {
    background: rgba(0, 0, 0, 0.1); }
  .nav-main-mobile .expanded > .expander:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.nav-utility-mobile {
  margin: 0;
  padding: 10px; }
  .nav-utility-mobile header {
    display: none; }
  .nav-utility-mobile .fsNavLevel1 > li > a {
    color: #464543;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase; }
    .nav-utility-mobile .fsNavLevel1 > li > a:hover, .nav-utility-mobile .fsNavLevel1 > li > a:focus {
      color: #464543;
      text-decoration: underline; }
  .nav-utility-mobile .fsNavLevel2 {
    padding: 0 0 0 10px; }
    .nav-utility-mobile .fsNavLevel2 li a {
      color: #535250;
      font-size: 13px;
      font-weight: 600;
      line-height: 28px;
      padding: 0;
      text-transform: uppercase; }
      .nav-utility-mobile .fsNavLevel2 li a:hover, .nav-utility-mobile .fsNavLevel2 li a:focus {
        color: #464543;
        text-decoration: underline; }

.nav-district {
  margin: 0; }
  .nav-district .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .nav-district .fsNavLevel1 > li {
      margin: 0 10px; }
      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[class*="fsNavCurrentPage"] > a, .nav-district .fsNavLevel1 > li:hover > a, .nav-district .fsNavLevel1 > li:focus > a {
        color: #fdfdfd; }
      .nav-district .fsNavLevel1 > li.home > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin: 0 0 0 5px; }
      .nav-district .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin: 0 0 0 5px; }
    .nav-district .fsNavLevel1 > li > a {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
      .nav-district .fsNavLevel1 > li > a:hover, .nav-district .fsNavLevel1 > li > a:focus {
        color: #fdfdfd; }
  .nav-district .fsNavPageInfo {
    background: #535250;
    left: auto !important;
    right: 0;
    width: 200px; }
  .nav-district .fsNavLevel2 {
    padding: 10px 20px; }
    .nav-district .fsNavLevel2 li a {
      color: #fff;
      font-size: 15px;
      line-height: 30px;
      padding: 0; }
      .nav-district .fsNavLevel2 li a:hover, .nav-district .fsNavLevel2 li a:focus {
        color: #fdfdfd; }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: none;
  overflow: hidden; }

.home .fsPageLayout > .fsDiv {
  margin: 0; }

.home:not(.fsComposeMode) .fsPageTitle {
  position: absolute;
  left: -999px; }

body.fsComposeMode .hero-slider {
  margin-top: 140px; }

body:not(.fsComposeMode) .hero-slider {
  margin: 0;
  position: relative; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hero-slider {
      height: 100vh; } }
  body:not(.fsComposeMode) .hero-slider header {
    display: none; }
  body:not(.fsComposeMode) .hero-slider .fsElementSlideshow {
    margin: 0; }
  body:not(.fsComposeMode) .hero-slider article {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    height: 65vw;
    min-height: 400px;
    width: 100vw;
    position: relative; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .hero-slider article {
        height: 100vh; } }
    body:not(.fsComposeMode) .hero-slider article img {
      width: 100%;
      height: 100%;
      opacity: 0; }
  body:not(.fsComposeMode) .hero-slider .content-wrapper {
    background-color: rgba(83, 121, 143, 0.98);
    width: 50%;
    padding: 30px 20px;
    position: absolute;
    bottom: 40px;
    z-index: 2;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .4s; }
    body:not(.fsComposeMode) .hero-slider .content-wrapper.open {
      -ms-transform: translateX(0);
      transform: translateX(0);
      transition: transform .4s; }
      body:not(.fsComposeMode) .hero-slider .content-wrapper.open .caption-trigger:before {
        content: "";
        opacity: 1; }
      body:not(.fsComposeMode) .hero-slider .content-wrapper.open .caption-trigger:hover:before, body:not(.fsComposeMode) .hero-slider .content-wrapper.open .caption-trigger:focus:before {
        opacity: 1; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode) .hero-slider .content-wrapper {
        display: none; } }
  body:not(.fsComposeMode) .hero-slider .fsTitle,
  body:not(.fsComposeMode) .hero-slider .fsTitle a {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: normal;
    color: #676767;
    text-transform: none;
    color: #ffffff;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0; }
    body:not(.fsComposeMode) .hero-slider .fsTitle.fsTitle a:hover,
    body:not(.fsComposeMode) .hero-slider .fsTitle.fsTitle a:focus,
    body:not(.fsComposeMode) .hero-slider .fsTitle a.fsTitle a:hover,
    body:not(.fsComposeMode) .hero-slider .fsTitle a.fsTitle a:focus {
      text-decoration: underline; }
  body:not(.fsComposeMode) .hero-slider button.caption-trigger {
    background: #676767;
    border: none;
    color: transparent;
    overflow: hidden;
    position: absolute;
    width: 20px;
    top: 0;
    height: 100%;
    right: -20px; }
    body:not(.fsComposeMode) .hero-slider button.caption-trigger:hover:before, body:not(.fsComposeMode) .hero-slider button.caption-trigger:focus:before {
      opacity: 1;
      transition: opacity .3s; }
    body:not(.fsComposeMode) .hero-slider button.caption-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 30px;
      opacity: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: opacity .3s; }
  body:not(.fsComposeMode) .hero-slider figcaption {
    color: #ffffff;
    white-space: normal; }
    body:not(.fsComposeMode) .hero-slider figcaption a {
      background: rgba(0, 0, 0, 0.1);
      color: #ffffff;
      display: block;
      font-size: 20px;
      font-weight: 600;
      line-height: 40px;
      margin: 0 -20px -30px;
      padding: 0 20px;
      position: relative;
      text-align: right;
      text-transform: uppercase; }
      body:not(.fsComposeMode) .hero-slider figcaption a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        border: 1px solid #ffffff;
        border-radius: 100%;
        display: inline-block;
        font-size: 18px;
        line-height: 17px;
        height: 20px;
        width: 20px;
        margin-left: 10px;
        padding: 0 0 0 2px;
        text-align: center;
        vertical-align: middle; }
      body:not(.fsComposeMode) .hero-slider figcaption a:hover, body:not(.fsComposeMode) .hero-slider figcaption a:focus {
        text-decoration: underline; }
  body:not(.fsComposeMode) .hero-slider .fsPager {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: auto; }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .hero-slider .fsPager {
        width: 100%;
        right: 0; } }
    body:not(.fsComposeMode) .hero-slider .fsPager li {
      width: auto;
      height: auto; }
    body:not(.fsComposeMode) .hero-slider .fsPager li.slick-active button:before {
      background: #53798f; }
    body:not(.fsComposeMode) .hero-slider .fsPager li button {
      border: 2px solid #ffffff;
      border-radius: 100%;
      color: transparent;
      width: 20px;
      height: 20px;
      position: relative; }
      body:not(.fsComposeMode) .hero-slider .fsPager li button:before {
        content: '';
        background: transparent;
        border-radius: 100%;
        height: 11.5px;
        width: 11.5px;
        opacity: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

body:not(.fsComposeMode) .welcome-section {
  background: #fff;
  margin: 0;
  padding: 50px 20px;
  text-align: center; }
  body:not(.fsComposeMode) .welcome-section .fsElementTitle {
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: normal;
    color: #676767;
    text-transform: none;
    font-style: italic; }
  body:not(.fsComposeMode) .welcome-section .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .infographic-container {
  display: none;
  margin: 0;
  min-height: 320px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .infographic-container {
      display: block; } }
  body:not(.fsComposeMode) .infographic-container.slider {
    display: block;
    height: 60vw;
    position: relative;
    left: 0;
    opacity: 1; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .infographic-container.slider {
        position: absolute;
        left: -9999px;
        opacity: 0;
        visibility: hidden; } }
  body:not(.fsComposeMode) .infographic-container .slick-arrow {
    z-index: 5; }
    body:not(.fsComposeMode) .infographic-container .slick-arrow:before {
      color: #fff;
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body:not(.fsComposeMode) .infographic-container .slick-arrow.slick-next {
      right: 0;
      left: auto; }
      body:not(.fsComposeMode) .infographic-container .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    body:not(.fsComposeMode) .infographic-container .slick-arrow.slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .infographic-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%; }
  body:not(.fsComposeMode) .infographic-container .slick-track {
    height: 100%; }
  body:not(.fsComposeMode) .infographic-container .infographic {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    text-align: center; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .infographic-container .infographic {
        width: 25%; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .infographic-container .infographic {
        width: 20%; } }
    @media (min-width: 1180px) {
      body:not(.fsComposeMode) .infographic-container .infographic {
        font-size: 17px;
        line-height: 20px; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .infographic-container .infographic:nth-child(3), body:not(.fsComposeMode) .infographic-container .infographic:nth-child(6) {
        width: 40%; } }
    body:not(.fsComposeMode) .infographic-container .infographic .fsElementTitle {
      margin: 0 0 10px;
      color: #ffffff;
      font-size: 33px;
      font-weight: bold;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .infographic-container .infographic .fsElementTitle {
          font-size: 4.2vw; } }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .infographic-container .infographic .fsElementTitle {
          font-size: 40px; } }
      @media (min-width: 1180px) {
        body:not(.fsComposeMode) .infographic-container .infographic .fsElementTitle {
          font-size: 42px;
          line-height: 51px; } }
    body:not(.fsComposeMode) .infographic-container .infographic .fsElementContent {
      max-width: 100%; }
    body:not(.fsComposeMode) .infographic-container .infographic footer {
      display: none; }
    body:not(.fsComposeMode) .infographic-container .infographic .infographic-overlay {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 20px 55px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .infographic-container .infographic .infographic-overlay {
          padding: 20px 35px; } }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .infographic-container .infographic .infographic-overlay {
          padding: 20px 35px; } }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode) .infographic-container .infographic .infographic-overlay {
          height: 17vw; } }
    body:not(.fsComposeMode) .infographic-container .infographic a.infographic-overlay {
      color: #ffffff; }
      body:not(.fsComposeMode) .infographic-container .infographic a.infographic-overlay:hover .fsElementTitle, body:not(.fsComposeMode) .infographic-container .infographic a.infographic-overlay:focus .fsElementTitle {
        color: #ffffff;
        text-decoration: none; }
      body:not(.fsComposeMode) .infographic-container .infographic a.infographic-overlay:hover .fsElementContent, body:not(.fsComposeMode) .infographic-container .infographic a.infographic-overlay:focus .fsElementContent {
        color: #ffffff;
        text-decoration: underline; }
  body:not(.fsComposeMode) .infographic-container .m1 {
    background: #676767; }
  body:not(.fsComposeMode) .infographic-container .m2 {
    background: #53798f; }
  body:not(.fsComposeMode) .infographic-container .m3 {
    background: #737373; }
  body:not(.fsComposeMode) .infographic-container .m4 {
    background: #fdfdfd;
    color: #676767; }
    body:not(.fsComposeMode) .infographic-container .m4 .fsElementTitle {
      color: #676767; }
    body:not(.fsComposeMode) .infographic-container .m4 a.infographic-overlay {
      color: #676767; }
      body:not(.fsComposeMode) .infographic-container .m4 a.infographic-overlay:hover .fsElementTitle, body:not(.fsComposeMode) .infographic-container .m4 a.infographic-overlay:focus .fsElementTitle {
        color: #676767;
        text-decoration: none; }
      body:not(.fsComposeMode) .infographic-container .m4 a.infographic-overlay:hover .fsElementContent, body:not(.fsComposeMode) .infographic-container .m4 a.infographic-overlay:focus .fsElementContent {
        color: #676767;
        text-decoration: underline; }

body:not(.fsComposeMode) .news-events-container {
  font-size: 14px;
  line-height: 21px;
  padding: 40px 20px; }
  body:not(.fsComposeMode) .news-events-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode) .news-events-container > .fsElementContent {
        -ms-flex-direction: column;
        flex-direction: column; } }
  body:not(.fsComposeMode) .news-events-container .fsPostElement {
    padding: 0 10px;
    width: 60%; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode) .news-events-container .fsPostElement {
        width: 100%; } }
    body:not(.fsComposeMode) .news-events-container .fsPostElement article {
      border: none;
      padding: 0; }
  body:not(.fsComposeMode) .news-events-container .fsCalendar {
    padding: 0 10px;
    width: 40%; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode) .news-events-container .fsCalendar {
        width: 100%; } }

.translate {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  overflow: hidden; }
  .mobile-utility-container .translate:before {
    color: #ffffff; }
  .translate:hover, .translate:focus {
    cursor: pointer; }
    .translate:hover:before, .translate:focus:before {
      color: #53798f; }
  .translate:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #727272;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    z-index: 1; }
  .translate header {
    display: none; }
  .translate .fsElementContent {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }
  .translate .goog-te-gadget {
    font-size: 0; }
    .translate .goog-te-gadget select {
      font-size: 16px; }
      .translate .goog-te-gadget select::-ms-expand {
        display: none; }
    .translate .goog-te-gadget > div {
      display: inline-block;
      vertical-align: middle; }
      .translate .goog-te-gadget > div > select {
        width: 100%;
        height: auto;
        min-height: 30px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: none;
        color: transparent; }
        .translate .goog-te-gadget > div > select:focus {
          color: #ffffff; }
        .translate .goog-te-gadget > div > select option {
          color: #000000;
          background: #ffffff;
          font-size: 12px !important;
          line-height: 26px !important; }
    .translate .goog-te-gadget > span {
      display: none; }
    .translate .goog-te-gadget .goog-te-combo {
      position: relative;
      background: transparent;
      width: 43px;
      height: 70px;
      border: 0;
      font-size: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .translate label {
    color: #fff;
    background: #000;
    position: absolute;
    left: -9999px; }

.hero.fsResourceElement {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  body:not(.fsComposeMode) .hero.fsResourceElement {
    visibility: hidden; }
    body:not(.fsComposeMode) .hero.fsResourceElement.element-loaded {
      visibility: visible; }
      body:not(.fsComposeMode) .hero.fsResourceElement.element-loaded article img {
        display: none;
        max-height: none;
        overflow: visible; }
  .hero.fsResourceElement .fsElementHeaderContent,
  .hero.fsResourceElement .fsElementFooterContent {
    margin: 0; }
  .hero.fsResourceElement > .fsElementContent {
    position: relative;
    z-index: 1;
    background-color: #53798f; }
  .hero.fsResourceElement > footer {
    position: relative;
    z-index: 2; }
  .hero.fsResourceElement:not(.fsSingleItem) > header {
    display: none !important; }
    .hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementHeaderContent {
      display: none !important; }
  .hero.fsResourceElement > header > .fsElementTitle {
    display: none !important; }
  .hero.fsResourceElement .fsElementSlideshow {
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 900px) {
      .hero.fsResourceElement .fsElementSlideshow {
        background-color: #ffffff; } }
    .hero.fsResourceElement .fsElementSlideshow.slick-initialized .slide-overlay-inner:after {
      opacity: 0.26; }
  .hero.fsResourceElement .fsElementSlideshowControls {
    /*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    &:before {
      content: '';
      display: block;
      height: auto;
      padding-bottom: $hero-ratio-tablet;

      position: relative;
      z-index: 10;

      pointer-events: none;
      visibility: visible;

      @include breakpoint($bp-portrait) {
        display: none;
      }
    }
*/
    position: relative;
    z-index: 100; }
    .hero.fsResourceElement .fsElementSlideshowControls button {
      top: 20px;
      left: 20px; }
  .hero.fsResourceElement .slick-list {
    height: auto !important;
    z-index: 1; }
  .hero.fsResourceElement article {
    padding: 0;
    min-height: 400px;
    position: relative; }
    body:not(.fsComposeMode) .hero.fsResourceElement article img {
      width: 100vw;
      max-width: 100vw;
      height: 10px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      overflow: hidden; }
    .hero.fsResourceElement article figcaption {
      display: none !important; }
    .hero.fsResourceElement article.fsResourceTypeVideo {
      overflow: hidden; }
      .hero.fsResourceElement article.fsResourceTypeVideo video {
        display: block;
        height: 100%;
        min-width: 0;
        min-height: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover; }
  .hero.fsResourceElement .fsTitle {
    display: none; }
  .hero.fsResourceElement .slide-overlay {
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .hero.fsResourceElement .slide-overlay-inner {
    position: relative; }
  .hero.fsResourceElement .slide-media-wrapper {
    min-height: 400px;
    max-height: 700px;
    position: relative;
    overflow: hidden; }
    .hero.fsResourceElement .slide-media-wrapper:before {
      content: '';
      display: block;
      height: auto;
      padding-bottom: 65%;
      position: relative;
      z-index: 10;
      pointer-events: none;
      visibility: visible; }
    .hero.fsResourceElement .slide-media-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: rgba(0, 0, 0, 0.1);
      pointer-events: none; }
      @media (min-width: 900px) {
        .hero.fsResourceElement .slide-media-wrapper:after {
          display: block; } }
  .hero.fsResourceElement .slide-media {
    min-height: 400px;
    max-height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover; }
  .hero.fsResourceElement.align-top .slide-media {
    background-position: center top; }
  .hero.fsResourceElement .caption-wrapper {
    display: block;
    pointer-events: none;
    padding: 0;
    margin: 0;
    background: none; }
    @media (min-width: 900px) {
      .hero.fsResourceElement .caption-wrapper {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 40px;
        z-index: 11; } }
  .hero.fsResourceElement .caption {
    padding: 30px 20px;
    position: relative;
    text-align: center;
    pointer-events: auto;
    background: rgba(83, 121, 143, 0.98); }
    @media (min-width: 900px) {
      .hero.fsResourceElement .caption {
        width: 50%;
        text-align: left; } }
  .hero.fsResourceElement .caption-title {
    margin-bottom: 0;
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none; }
    @media (min-width: 900px) {
      .hero.fsResourceElement .caption-title {
        text-align: left; } }
  .hero.fsResourceElement .caption-description {
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-align: center; }
    @media (min-width: 900px) {
      .hero.fsResourceElement .caption-description {
        text-align: left; } }
    .hero.fsResourceElement .caption-description > *:last-child {
      margin-bottom: 0; }
    .hero.fsResourceElement .caption-description a[class*="fs_style"] {
      text-shadow: none; }
    .hero.fsResourceElement .caption-description p {
      margin: 0 0 19px; }
      @media (min-width: 900px) {
        .hero.fsResourceElement .caption-description p {
          margin: 0 0 29px; } }
      .hero.fsResourceElement .caption-description p:last-child {
        margin: 0; }
  .fsHeader .hero.fsResourceElement article {
    padding: 0; }
  .hero.fsResourceElement .fsPager {
    width: 100%;
    padding-bottom: 30px; }
    @media (min-width: 900px) {
      .hero.fsResourceElement .fsPager {
        width: auto;
        padding: 0;
        position: absolute;
        top: auto;
        left: auto;
        right: 40px;
        bottom: 40px;
        z-index: 100; } }
    .hero.fsResourceElement .fsPager li button {
      border-color: #ffffff; }
    .hero.fsResourceElement .fsPager li.slick-active button:before {
      background-color: #ffffff; }
      @media (min-width: 900px) {
        .hero.fsResourceElement .fsPager li.slick-active button:before {
          background-color: #53798f; } }
  .hero.fsResourceElement .slideshow-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-size: cover; }
    .hero.fsResourceElement .slideshow-background:before {
      content: '';
      display: block;
      height: auto;
      padding-bottom: 65%;
      position: relative;
      z-index: 10;
      pointer-events: none;
      visibility: visible; }
      @media (min-width: 900px) {
        .hero.fsResourceElement .slideshow-background:before {
          display: none; } }
    @media (min-width: 900px) {
      .hero.fsResourceElement .slideshow-background {
        margin: 0;
        bottom: 0; } }
  .hero.fsResourceElement .slideshow-controls-container {
    min-height: 288px;
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none; }
    @media (min-width: 900px) {
      .hero.fsResourceElement .slideshow-controls-container {
        top: 0;
        bottom: 0; } }
    .hero.fsResourceElement .slideshow-controls-container:before {
      content: '';
      display: block;
      padding-bottom: calc(65% - 112px); }
      @media (min-width: 900px) {
        .hero.fsResourceElement .slideshow-controls-container:before {
          display: none; } }
  .hero.fsResourceElement .slideshow-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .hero.fsResourceElement .slideshow-controls-inner {
    display: block;
    padding: 0;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero.fsResourceElement .slick-arrow {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: rgba(254, 251, 247, 0.8);
    pointer-events: auto;
    transition: color 0.3s ease 0s, background 0.3s ease 0s; }
    .hero.fsResourceElement .slick-arrow:hover, .hero.fsResourceElement .slick-arrow:focus {
      background: #fefbf7; }
    .hero.fsResourceElement .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 11px;
      left: 11px;
      color: rgba(36, 36, 35, 0.8);
      font-size: 35px;
      line-height: 17px;
      font-weight: normal;
      text-align: center;
      transition: color 0.3s ease 0s; }
  .hero.fsResourceElement .fsLeftArrow {
    left: 22px; }
    .hero.fsResourceElement .fsLeftArrow:before {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .hero.fsResourceElement .fsRightArrow {
    right: 22px; }
    .hero.fsResourceElement .fsRightArrow:before {
      -ms-transform: none;
      transform: none; }

.video-toggle,
.hero.fsSlideshow .fsElementSlideshowControls > button {
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 0;
  position: absolute;
  top: 132px;
  left: auto;
  right: 30px;
  z-index: 20;
  background: #45454A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0.8;
  cursor: pointer;
  transition: all .3s; }
  .video-toggle:hover, .video-toggle:focus,
  .hero.fsSlideshow .fsElementSlideshowControls > button:hover,
  .hero.fsSlideshow .fsElementSlideshowControls > button:focus {
    opacity: 1; }
  .video-toggle:before,
  .hero.fsSlideshow .fsElementSlideshowControls > button:before {
    display: none; }
  .video-toggle:after,
  .hero.fsSlideshow .fsElementSlideshowControls > button:after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    position: absolute;
    top: 10px;
    left: 9px; }
  .video-toggle.fsSlideshowPlay:after,
  article.paused .video-toggle:after,
  .hero.fsSlideshow .fsElementSlideshowControls > button.fsSlideshowPlay:after,
  article.paused
  .hero.fsSlideshow .fsElementSlideshowControls > button:after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #ffffff;
    border-right: 0;
    border-bottom: 7px solid transparent;
    top: 9px; }
  .video-toggle span,
  .hero.fsSlideshow .fsElementSlideshowControls > button span {
    position: absolute;
    top: -9999em;
    left: -9999em;
    color: #000000;
    background: #ffffff; }

.hero.paused .video-toggle:after {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  border-bottom: 7px solid transparent;
  top: 9px; }
