@charset "UTF-8";
 /**
 *
 * Puget Sound Educational Service District 121 - vernon
 * @link https://psesdorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jorge Piquer > Stephen Petrus
 * Project Manager: David Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/psesdorg
 * Build version: 3.2.7
 * Git Tag: v3.0-325-gf915515254
 * Last build by: Jon Brooks
 *
 **/

@charset "UTF-8";
:root {
  --m1: 46, 44, 44;
  --m2: 2, 129, 143; }

:root {
  --f1: 'Droid Serif', Georgia, serif;
  --f2: 'Open Sans', sans-serif; }

:root {
  --m1: 77, 77, 79;
  --m2: 0, 129, 143; }

:root {
  --f1: 'Roboto Condensed', sans-serif; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

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

.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: 38px;
  line-height: 42px;
  margin-bottom: 20px; }

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

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

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 1em; }

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

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1em; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #2e2c2c;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #1f1d1d; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_29 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_29 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,
  .fs_style_29 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,
  .fs_style_29 th,
  .fs_style_29 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_29 th {
    padding: 10px 20px;
    text-align: left;
    background: #2e2c2c;
    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; }

.fsStyleDefaultField {
  border: solid 1px safe-rgba(#eeeeee, 0.2); }

.fsThumbnailSquare.circle-pic .fsThumbnail > div, .fsThumbnailSquare.circle-pic .fsThumbnail > img {
  border-radius: 100%; }

.centered .fsThumbnail {
  margin-left: auto;
  margin-right: auto; }

.fsSharingButtons {
  display: block; }

/*! 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: #2e2c2c;
    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(46, 44, 44, 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: #2e2c2c; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(46, 44, 44, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #2e2c2c;
        transition: .3s; }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #2e2c2c; }

/*! 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: #2e2c2c; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #2e2c2c; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: rgba(46, 44, 44, 0.2); }

.fsElementDialog {
  color: #2e2c2c; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2e2c2c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    background: rgba(46, 44, 44, 0.75);
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #02818f;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: rgba(2, 129, 143, 0.75);
    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: #02818f;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #02818f; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(0, 0, 0, 0.75);
    color: #02818f; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2e2c2c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: rgba(46, 44, 44, 0.75);
    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: #2e2c2c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: rgba(46, 44, 44, 0.75);
    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: #2e2c2c;
  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 ul li a {
    display: block;
    padding: 10px 0;
    color: #2e2c2c;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #1f1d1d;
      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-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #2e2c2c;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #1f1d1d;
      background: #eeeeee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #2e2c2c;
    background: rgba(238, 238, 238, 0.1); }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #02818f;
      background: #eeeeee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eeeeee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #2e2c2c;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #2e2c2c;
        background: #eeeeee; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #eeeeee; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

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

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

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

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

.nav-sub {
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 1em;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #eeeeee;
        background-color: #02818f;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: rgba(46, 44, 44, 0.8);
          color: #eeeeee; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #eeeeee; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #2e2c2c;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #1f1d1d;
          background: rgba(238, 238, 238, 0.8); }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #1f1d1d;
        background: rgba(238, 238, 238, 0.15); }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #02818f;
          background: rgba(238, 238, 238, 0.2); }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: rgba(238, 238, 238, 0.1); }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #2e2c2c;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #2e2c2c;
            background: rgba(238, 238, 238, 0.15); }
      .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: #02818f;
      color: #eeeeee; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .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; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .home .nav-sub, .nav-sub.nav-sub-empty {
    display: none !important; }
    .home .nav-sub > header > .fsElementTitle, .nav-sub.nav-sub-empty > header > .fsElementTitle {
      color: #000000 !important;
      background: #ffffff !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 10px;
      color: #2e2c2c;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #1f1d1d;
        background: #eeeeee; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #2e2c2c;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #02818f;
        background: #eeeeee; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: rgba(238, 238, 238, 0.98); }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #1f1d1d;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #2e2c2c;
          background: #eeeeee; }
  .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 #eeeeee; }
      .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; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1000px) {
    .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: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #eeeeee;
    background: #02818f; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #eeeeee;
    background: #02818f; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 1.25em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #eeeeee;
      background: #02818f; }
  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 .fsNavLevel1 .red-nav > a {
    background-color: #e22b42; }
  .nav-main .fsNavLevel1 .gray-nav > a {
    background-color: #4d4d4f; }

.nav-main .fsNavPageInfo {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  background: #2e2c2c;
  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:focus, .nav-main .fsNavLevel2 li a:hover {
    color: #eeeeee;
    background: #02818f; }

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

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 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: #2e2c2c; }

.nav-social .fsNavLevel1,
.nav-social-mobile .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul,
  .nav-social-mobile .fsNavLevel1,
  .nav-social-mobile .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li,
  .nav-social-mobile .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li,
  .nav-social-mobile .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child),
    .nav-social-mobile .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before,
  .nav-social-mobile .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before,
  .nav-social-mobile .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before,
  .nav-social-mobile .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before,
  .nav-social-mobile .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before,
  .nav-social-mobile .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before,
  .nav-social-mobile .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before,
  .nav-social-mobile .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before,
  .nav-social-mobile .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before,
  .nav-social-mobile .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='googleplus']:before,
  .nav-social-mobile .fsNavLevel1 [href*='googleplus']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wechat']:before,
  .nav-social-mobile .fsNavLevel1 [href*='wechat']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before,
  .nav-social-mobile .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wordpress']:before,
  .nav-social-mobile .fsNavLevel1 [href*='wordpress']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before,
  .nav-social-mobile .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='medium']:before,
  .nav-social-mobile .fsNavLevel1 [href*='medium']:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='facebook']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='facebook']:focus {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='facebook']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='instagram']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='instagram']:focus {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='instagram']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='linkedin']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='linkedin']:focus {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='linkedin']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='pinterest']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='pinterest']:focus {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='pinterest']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='tumblr']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='tumblr']:focus {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='tumblr']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='twitter']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='twitter']:focus {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='twitter']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='vimeo']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='vimeo']:focus {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='vimeo']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='vine']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='vine']:focus {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='vine']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='youtube']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='youtube']:focus {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='youtube']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='googleplus']:hover, .nav-social .fsNavLevel1 [href*='googleplus']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='googleplus']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='googleplus']:focus {
    background: #db4f46;
    border-color: #db4f46; }
    .nav-social .fsNavLevel1 [href*='googleplus']:hover:before, .nav-social .fsNavLevel1 [href*='googleplus']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='googleplus']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='googleplus']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wechat']:hover, .nav-social .fsNavLevel1 [href*='wechat']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='wechat']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='wechat']:focus {
    background: #37bf21;
    border-color: #37bf21; }
    .nav-social .fsNavLevel1 [href*='wechat']:hover:before, .nav-social .fsNavLevel1 [href*='wechat']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='wechat']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='wechat']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='flickr']:hover, .nav-social .fsNavLevel1 [href*='flickr']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='flickr']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='flickr']:focus {
    background: #2090d9;
    border-color: #2090d9; }
    .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='flickr']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='flickr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wordpress']:hover, .nav-social .fsNavLevel1 [href*='wordpress']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='wordpress']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='wordpress']:focus {
    background: #0f74a8;
    border-color: #0f74a8; }
    .nav-social .fsNavLevel1 [href*='wordpress']:hover:before, .nav-social .fsNavLevel1 [href*='wordpress']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='wordpress']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='wordpress']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='rss']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='rss']:focus {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='rss']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='medium']:hover, .nav-social .fsNavLevel1 [href*='medium']:focus,
  .nav-social-mobile .fsNavLevel1 [href*='medium']:hover,
  .nav-social-mobile .fsNavLevel1 [href*='medium']:focus {
    background: #000000;
    border-color: #000000; }
    .nav-social .fsNavLevel1 [href*='medium']:hover:before, .nav-social .fsNavLevel1 [href*='medium']:focus:before,
    .nav-social-mobile .fsNavLevel1 [href*='medium']:hover:before,
    .nav-social-mobile .fsNavLevel1 [href*='medium']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a,
  .nav-social-mobile .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #02818f;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before,
    .nav-social-mobile .fsNavLevel1 a:before {
      color: #02818f;
      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: "Vernon";
  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; }

#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: 22px;
    line-height: 26px;
    margin-bottom: 1em; }
  .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: "Roboto Condensed", sans-serif;
  background: #2e2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 24px;
  color: #2e2c2c; }

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

#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; } }
  #fsPageBody #fsPageContent .fsPageLayout > .fsDiv > .fsElement {
    margin-bottom: 60px; }
  #fsPageBody .fsBannerLeft > .fsBanner > .fsElement,
  #fsPageBody .fsBannerRight > .fsBanner > .fsElement {
    margin-bottom: 60px; }

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

.home-one {
  padding: 3%;
  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; }
  .home-one > .fsElementContent {
    width: 100%; }

.home-two, .home-three {
  padding: 3% 0;
  background-size: cover; }
  .home-two .fsTwoColumnLayout, .home-two .fsThreeColumnLayout, .home-three .fsTwoColumnLayout, .home-three .fsThreeColumnLayout {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

@media (min-width: 600px) {
  .home-two:not(.fsContainer) .fsListItems > article,
  .home-two:not(.fsContainer) .fsDiv, .home-three:not(.fsContainer) .fsListItems > article,
  .home-three:not(.fsContainer) .fsDiv {
    padding: 0; }
  .home-two:not(.fsContainer) .fsListItems, .home-three:not(.fsContainer) .fsListItems {
    margin: 0; } }

@media (max-width: 600px) {
  .fsGrid .fsListItems {
    margin: 0; } }

.fsElement {
  background-size: cover;
  background-position: top center; }

.center .fsListItems {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center; }

.fsFourColumnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @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); } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
    .fsConstituent .fsElementPagination a:hover {
      text-decoration: underline; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent .fsFullName .fsConstituentProfileLink:hover {
    text-decoration: underline; }
  .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; }
  .fsConstituent.fsThumbnailSquare.circle-pic .fsCroppedImage {
    border-radius: 100%; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

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

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

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 24px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px rgba(238, 238, 238, 0.2);
    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: 1px solid #000;
      -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: #2e2c2c;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
    margin-bottom: 2px;
    display: block;
    font-size: 21px;
    padding: 13.33333px;
    color: #eeeeee;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus, .fsTabs .fsPanel > header:focus {
    background: rgba(46, 44, 44, 0.2);
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:focus h2, .fsTabs .fsPanel > header:focus h2 {
      color: #eeeeee;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #02818f; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #eeeeee; }
    .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: 24px;
  margin-bottom: 0; }

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

.fsAthleticsEvent .fsAthleticsEventDetailLink:hover {
  text-decoration: underline; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1em; }
  .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 #eeeeee; }
  .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; } }

.fsBoardElement article > * {
  margin-bottom: 20px; }

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

.fsCalendar .fsReadMoreLink:hover, .fsCalendar .fsReadMoreLink:focus {
  text-decoration: underline; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
    text-decoration: underline; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .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; } }

.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; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info {
        background: rgba(0, 0, 0, 0.1); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(46, 44, 44, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(46, 44, 44, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(46, 44, 44, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(46, 44, 44, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
    #event-view .fsCalendarEventTitle:hover {
      text-decoration: underline; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #2e2c2c;
    color: #fff;
    border-radius: 0;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: rgba(46, 44, 44, 0.75);
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -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: "Roboto Condensed", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #2e2c2c; }
    .fsComposerFormEmbed form input {
      border: solid 1px safe-rgba(#eeeeee, 0.2); }
      .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 safe-rgba(#eeeeee, 0.2); }
    .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: #2e2c2c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #1f1d1d; }
    .fsComposerFormEmbed form .required {
      color: #2e2c2c; }
    .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: #2e2c2c;
        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: #1f1d1d;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      border-radius: 0;
      background: #2e2c2c;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        background: #02818f; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Roboto Condensed", 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(#1c1c1c, 0.5); }

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

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

:-ms-input-placeholder {
  color: safe-rgba(#1c1c1c, 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: #eeeeee; }

.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: #2e2c2c;
  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: rgba(46, 44, 44, 0.75);
    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: #2e2c2c;
  font-family: "Roboto Condensed", 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: #02818f;
  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: "Droid Serif", 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: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  background-color: #02818f;
  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(2, 129, 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: 28px;
    line-height: 32px;
    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; } }

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

.fsPostElement .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 16px; }

.fsPanel .fsPostElement.fsSlideshow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%; }
  @media (min-width: 1100px) {
    .fsPanel .fsPostElement.fsSlideshow {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .fsPanel .fsPostElement.fsSlideshow article, .fsPanel .fsPostElement.fsSlideshow .fsElementContent {
    max-width: 300px; }
    @media (min-width: 700px) {
      .fsPanel .fsPostElement.fsSlideshow article, .fsPanel .fsPostElement.fsSlideshow .fsElementContent {
        max-width: 400px; } }
    @media (min-width: 900px) {
      .fsPanel .fsPostElement.fsSlideshow article, .fsPanel .fsPostElement.fsSlideshow .fsElementContent {
        max-width: 512px; } }

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
.fsResourceElement.uniform-grid .grid-item figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 100%; }
  .fsResourceElement.uniform-grid .grid-item figure .fsResourceLink {
    display: block;
    padding-bottom: 100%; }
  .fsResourceElement.uniform-grid .grid-item figure img {
    display: none; }

.fsResourceElement.uniform-grid .has-caption picture {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #b3b3b3; }
  .fsResourceElement.uniform-grid .has-caption picture .fsResourceLink {
    display: block;
    padding-bottom: 100%; }
  .fsResourceElement.uniform-grid .has-caption picture img {
    display: none; }

.fsResourceElement.uniform-grid .has-caption figcaption {
  margin-top: 20px; }

/*! _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: #02818f !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #eeeeee;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Roboto Condensed", 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: #2e2c2c;
    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: "Roboto Condensed", 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: rgba(2, 129, 143, 0.5);
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #eeeeee; }

.fsSearch.site-search :-moz-placeholder {
  color: #eeeeee; }

.fsSearch.site-search ::-moz-placeholder {
  color: #eeeeee; }

.fsSearch.site-search :-ms-input-placeholder {
  color: #eeeeee; }

/*! _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 #2e2c2c; }
    .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: #2e2c2c;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "Roboto Condensed", 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: #2e2c2c;
  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: "Roboto Condensed", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: rgba(2, 129, 143, 0.5);
    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: "Roboto Condensed", 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: #2e2c2c; }
  .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: #02818f; }

.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: #2e2c2c !important; }
  .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: #1f1d1d !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: #2e2c2c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: rgba(46, 44, 44, 0.75);
    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: #2e2c2c;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: rgba(46, 44, 44, 0.75);
    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: 28px;
        line-height: 32px;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #eeeeee;
        transition: .3s;
        background: #2e2c2c;
        color: #eeeeee; }
        .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
          background: rgba(46, 44, 44, 0.8);
          color: #eeeeee; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #02818f;
        color: #eeeeee; }

.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: #1f1d1d;
    color: rgba(31, 29, 29, 0); }
  .fsLegend .fsElementControls label input + span {
    color: #1f1d1d;
    background: rgba(31, 29, 29, 0.3); }

/*! _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 #eeeeee; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: rgba(238, 238, 238, 0.05);
    color: #2e2c2c;
    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: rgba(238, 238, 238, 0.15);
      color: #2e2c2c; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #eeeeee;
      color: rgba(238, 238, 238, 0.2); }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: rgba(46, 44, 44, 0.75);
      color: #fff; }

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

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

table[border="0"] td,
table[border="none"] td {
  border: 0 !important; }

td {
  border: 1px solid black !important; }

.fsResource img,
.fsResourceElement,
.fsResourceElement > .fsElementContent {
  width: 100%; }

.fsPageBody .fsResourceElement.fsSlideshow > .fsElementContent {
  max-width: 512px;
  margin: 0 auto; }

.fsPageBody .fsResourceElement.fsSlideshow.full-width-slideshow > .fsElementContent {
  max-width: 100%; }

dialog.fsResourceElement.fsElementDialog img {
  max-width: 700px; }

.fsAccountBarAvatar {
  border-radius: 100%; }

/*! pages - home v0.0.1 */
.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: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #2e2c2c;
      color: #2e2c2c; }
      .colors ol li:nth-of-type(1):after {
        content: "#2e2c2c"; }
    .colors ol li:nth-of-type(1) {
      background: #2e2c2c;
      color: #2e2c2c; }
      .colors ol li:nth-of-type(1):after {
        content: "#2e2c2c"; }
    .colors ol li:nth-of-type(3) {
      background: #02818f;
      color: #02818f; }
      .colors ol li:nth-of-type(3):after {
        content: "#02818f"; }
    .colors ol li:nth-of-type(4) {
      background: #eeeeee;
      color: #eeeeee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eeeeee"; }
    .colors ol li:nth-of-type(5) {
      background: #1f1d1d;
      color: #1f1d1d; }
      .colors ol li:nth-of-type(5):after {
        content: "#1f1d1d"; }
    .colors ol li:nth-of-type(6) {
      background: #d9d9d9;
      color: #d9d9d9; }
      .colors ol li:nth-of-type(6):after {
        content: "#d9d9d9"; }
    .colors ol li:nth-of-type(7) {
      background: #f8f8f8;
      color: #f8f8f8; }
      .colors ol li:nth-of-type(7):after {
        content: "#f8f8f8"; }

.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: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Roboto Condensed", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Roboto Condensed, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "Vernon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "Vernon"; }
    .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: 38px / line: 42px"; }

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

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

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

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

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

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

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

html {
  background: #1f1d1d; }

h1 {
  margin-bottom: 20px;
  color: #02818f;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
  text-transform: none; }
  .fsHasTheme3 h1 {
    color: #295994; }

h2 {
  margin-bottom: 16px;
  color: #2e2c2c;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-transform: none; }

h3 {
  margin-bottom: 1em;
  color: #02818f;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-transform: none; }
  .fsHasTheme3 h3 {
    color: #295994; }

h4 {
  margin-bottom: 1em;
  color: #2e2c2c;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-transform: none; }

h5 {
  margin-bottom: 1em;
  color: #2e2c2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase; }

h6 {
  margin-bottom: 1em;
  color: #2e2c2c;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none; }

a {
  color: #02818f; }
  .fsContent a:hover, .fsContent a:focus,
  .fsResourceElement a:hover,
  .fsResourceElement a:focus {
    text-decoration: underline; }

.table-style th,
.fs_style_29 th {
  padding: 12px 20px;
  color: #fff;
  font-style: 700;
  background: #02818f; }

.table-style tr,
.fs_style_29 tr {
  border-bottom: 1px solid #fff; }

.table-style td,
.fs_style_29 td {
  padding: 12px 20px;
  color: #1f1d1d;
  background-color: #f8f8f8; }

.table-style tr:nth-of-type(odd) td,
.fs_style_29 tr:nth-of-type(odd) td {
  background-color: #fff; }

.skip-link {
  margin-bottom: 0; }
  .skip-link a {
    position: absolute;
    top: -50px;
    left: 50px;
    z-index: 99;
    padding: 10px;
    color: #fff;
    text-decoration: underline;
    background: #000;
    transition: top .1s ease-in; }
    .skip-link a:focus {
      top: 40px; }

.home:not(.fsComposeMode) .fsPageTitle {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  background: #ffffff;
  opacity: 0; }

#goog-gt-tt h1.title, #goog-gt-tt h1.gray {
  color: #000000 !important; }

body > h1 {
  color: #000000;
  background: #ffffff; }

.fsStyleSROnly {
  top: -9999em;
  left: -9999em;
  color: #000000;
  background: #ffffff; }

.fsError {
  background-color: #FFD166;
  color: #222;
  font-size: 20px;
  text-shadow: none; }

.fsAccordion .fsPanel {
  margin-bottom: 5px; }
  .fsAccordion .fsPanel header {
    background: #02818f; }
    .fsAccordion .fsPanel header h2 {
      margin-bottom: 0;
      padding: 4px 13px; }
    .fsAccordion .fsPanel header a {
      color: #fff;
      font-size: 16px;
      line-height: 24px; }
    .fsAccordion .fsPanel header:hover, .fsAccordion .fsPanel header:focus {
      background: #2e2c2c; }
      .fsAccordion .fsPanel header:hover a, .fsAccordion .fsPanel header:focus a {
        color: #fff; }
  .fsAccordion .fsPanel > .fsElementContent {
    border: 1px solid #e1e1e1; }
    .fsAccordion .fsPanel > .fsElementContent header {
      background: white; }
  .fsAccordion .fsPanel.fsStateOpen .fsElementTitle {
    background: #2e2c2c; }
    .fsAccordion .fsPanel.fsStateOpen .fsElementTitle a {
      color: #fff; }

.fsAccordion.fsPanelIconBefore .fsPanel > header h2:before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  transition: transform .3s; }

.fsAccordion.fsPanelIconBefore .fsPanel > header:hover h2:before, .fsAccordion.fsPanelIconBefore .fsPanel > header:focus h2:before {
  color: #fff; }

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fsAccordion.fsPanelIconAfter .fsPanel > header h2:after {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  transition: transform .3s; }

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

.fsAccordion.fsPanelIconAfter .fsPanel.fsStateOpen > header h2:after {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }


.fsStyleDefaultButton,
.fsStyleUpdateButton,
.submitBtn,
.fsLoginSubmit,
.button,
.button-1-small,
.button-2-small,
.button-1-large,
.button-2-large,
.button-on-dark,
.fs_style_23,
.fs_style_28,
.fs_style_30,
.fs_style_31,
.fs_style_27 {
  margin: 0 0 20px;
  padding: 13px 17px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #02818f; }
  
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .submitBtn em,
  .fsLoginSubmit em,
  .button em,
  .button-1-small em,
  .button-2-small em,
  .button-1-large em,
  .button-2-large em,
  .button-on-dark em,
  .fs_style_23 em,
  .fs_style_28 em,
  .fs_style_30 em,
  .fs_style_31 em,
  .fs_style_27 em {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: none; }
  
  .fsStyleDefaultButton:hover,
  .fsStyleDefaultButton:focus,
  .fsStyleUpdateButton:hover,
  .fsStyleUpdateButton:focus,
  .submitBtn:hover,
  .submitBtn:focus,
  .fsLoginSubmit:hover,
  .fsLoginSubmit:focus,
  .button:hover,
  .button:focus,
  .button-1-small:hover,
  .button-1-small:focus,
  .button-2-small:hover,
  .button-2-small:focus,
  .button-1-large:hover,
  .button-1-large:focus,
  .button-2-large:hover,
  .button-2-large:focus,
  .button-on-dark:hover,
  .button-on-dark:focus,
  .fs_style_23:hover,
  .fs_style_23:focus,
  .fs_style_28:hover,
  .fs_style_28:focus,
  .fs_style_30:hover,
  .fs_style_30:focus,
  .fs_style_31:hover,
  .fs_style_31:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    color: #fff;
    text-decoration: none !important;
    background: #2e2c2c; }

.button-2-small,
.button-2-large,
.fs_style_31,
.fs_style_28 {
  color: #fff;
  background: #2e2c2c; }
  .button-2-small em,
  .button-2-large em,
  .fs_style_31 em,
  .fs_style_28 em {
    color: rgba(255, 255, 255, 0.7); }
  .button-2-small:hover, .button-2-small:focus,
  .button-2-large:hover,
  .button-2-large:focus,
  .fs_style_31:hover,
  .fs_style_31:focus,
  .fs_style_28:hover,
  .fs_style_28:focus {
    color: #fff;
    background: #02818f; }
    .button-2-small:hover em, .button-2-small:focus em,
    .button-2-large:hover em,
    .button-2-large:focus em,
    .fs_style_31:hover em,
    .fs_style_31:focus em,
    .fs_style_28:hover em,
    .fs_style_28:focus em {
      color: rgba(255, 255, 255, 0.7); }

.button-1-large,
.button-2-large,
.fs_style_30,
.fs_style_31 {
  padding: 20px;
  max-width: 100%;
  font-size: 22px; }

.button-dark {
  padding: 20px;
  background: #2e2c2c; }

.button-on-dark,
.fs_style_27 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff; }
  .button-on-dark:hover, .button-on-dark:focus,
  .fs_style_27:hover,
  .fs_style_27:focus {
    color: #2e2c2c;
    background: #fff;
    border-color: #fff; }

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #2e2c2c;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 40px;
  position: relative;
  color: #2e2c2c;
  background: #fff;
  font-size: 24px;
  line-height: 32px;
  border: 1px solid #e1e1e1;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fsStateSelected .fs_style_32 {
    background: rgba(46, 44, 44, 0.75);
    color: #fff; }
  .fs_style_32 em {
    display: block;
    font-style: normal; }
  .fs_style_32:before {
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 11px;
    color: #02818f;
    font-size: 33px;
    vertical-align: middle;
    transition: color 0.3s ease; }
  .fs_style_32:hover, .fs_style_32:focus, .fs_style_32:active {
    text-decoration: none !important;
    color: #fff;
    background: #2e2c2c;
    border: 1px solid #2e2c2c;
    color: #fff;
    background: #2e2c2c;
    border: 1px solid #2e2c2c; }
    .fs_style_32:hover:before, .fs_style_32:focus:before, .fs_style_32:active:before {
      color: #fff; }

.full-width {
  width: 100%; }
  .full-width a {
    width: 100%; }
  @media (min-width: 600px) {
    .full-width ul.fsTabsNav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
      .full-width ul.fsTabsNav li {
        width: 100%; }
      .full-width ul.fsTabsNav .fsTabsNavItem {
        margin-right: 6px; }
        .full-width ul.fsTabsNav .fsTabsNavItem:last-child {
          margin-right: 0; }
        .full-width ul.fsTabsNav .fsTabsNavItem a {
          width: 100%;
          text-align: center;
          background: #fff;
          border: 1px solid #b3b3b3;
          color: #2e2c2c; }
          .full-width ul.fsTabsNav .fsTabsNavItem a:hover:after {
            position: absolute;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            content: '';
            height: 0;
            width: 0;
            border-style: solid;
            border-width: 21px 25px 0 25px;
            border-color: #2e2c2c transparent transparent;
            background-color: #ffffff;
            bottom: -21px;
            z-index: 3;
            transition: border 0.3s;
            pointer-events: none; }
        .full-width ul.fsTabsNav .fsTabsNavItem.fsStateSelected > a {
          color: #fff;
          background: #2e2c2c;
          border: 1px solid #2e2c2c; }
          .full-width ul.fsTabsNav .fsTabsNavItem.fsStateSelected > a:after {
            position: absolute;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            content: '';
            height: 0;
            width: 0;
            border-style: solid;
            border-width: 21px 25px 0 25px;
            border-color: #2e2c2c transparent transparent;
            background-color: #ffffff;
            bottom: -21px;
            z-index: 3;
            transition: border 0.3s;
            pointer-events: none; } }
  .full-width .fsTabsNav {
    display: none;
    margin-bottom: 21px; }
    @media (min-width: 1000px) {
      .full-width .fsTabsNav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .full-width .fsTabsNav > li {
      margin-right: 0;
      padding-bottom: 21px;
      text-align: center;
      position: relative;
      transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }
      .full-width .fsTabsNav > li > a {
        height: 100%;
        display: block;
        border: 1px solid #e1e1e1;
        margin: 0;
        padding: 40px 15px;
        position: relative;
        color: #2e2c2c;
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        background: #fff;
        transition: background 0.3s, color 0.3s, border 0.3s; }
        .full-width .fsTabsNav > li > a:before {
          content: "";
          font-family: "Vernon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #02818f;
          vertical-align: middle;
          transition: color 0.3s ease; }
          @media (max-width: 600px) {
            .full-width .fsTabsNav > li > a:before {
              padding: 0 10px 0 0; } }
        .full-width .fsTabsNav > li > a:hover {
          text-decoration: none; }
        .full-width .fsTabsNav > li > a:after {
          position: absolute;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          content: '';
          height: 0;
          width: 0;
          border-style: solid;
          border-width: 21px 25px 0 25px;
          border-color: transparent transparent transparent;
          bottom: -21px;
          z-index: 3;
          transition: border 0.3s;
          pointer-events: none; }
      .full-width .fsTabsNav > li.fsStateSelected > a {
        color: #fff;
        background: #2e2c2c;
        border: 1px solid #2e2c2c; }
        .full-width .fsTabsNav > li.fsStateSelected > a:before {
          color: #fff; }
        .full-width .fsTabsNav > li.fsStateSelected > a:after {
          border-color: #2e2c2c transparent transparent;
          background-color: #ffffff; }

body:not(.home) .icon-newspaper a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-newspaper a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-apple a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-apple a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-calendar a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-calendar a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-gears a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-gears a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-achievement a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-achievement a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-alarm a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-alarm a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-announcement a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-announcement a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-bag a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-bag a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-bell a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-bell a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-book a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-book a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-bus a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-bus a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-calendar-alternative a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-calendar-alternative a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-chat a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-chat a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-coffee a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-coffee a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-cup a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-cup a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-food a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-food a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-gift a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-gift a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-globe a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-globe a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-graduate a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-graduate a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-key a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-key a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-laptop a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-laptop a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-library a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-library a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-link a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-link a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-link1 a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-link1 a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-mail a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-mail a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-notebook a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-notebook a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-owl a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-owl a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-pencil a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-pencil a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-person a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-person a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-question a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-question a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-school a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-school a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-science a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-science a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-tablet a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-tablet a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-tools a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-tools a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-trophy a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-trophy a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .icon-chain a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    body:not(.home) .icon-chain a:first-child:before {
      padding: 0 10px 0 0; } }

body:not(.home) .fsTabsNavItem a:before {
  padding: 0 10px 0 0; }

body:not(.home) .fsPanel.fsStateOpen .fsElementContent > a:before {
  opacity: 0; }

.show-icons .icon-newspaper a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-newspaper a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-apple a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-apple a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-calendar a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-calendar a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-gears a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-gears a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-achievement a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-achievement a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-alarm a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-alarm a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-announcement a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-announcement a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-bag a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-bag a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-bell a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-bell a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-book a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-book a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-bus a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-bus a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-calendar-alternative a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-calendar-alternative a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-chat a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-chat a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-coffee a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-coffee a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-cup a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-cup a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-food a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-food a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-gift a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-gift a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-globe a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-globe a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-graduate a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-graduate a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-key a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-key a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-laptop a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-laptop a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-library a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-library a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-link a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-link a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-link1 a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-link1 a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-mail a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-mail a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-notebook a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-notebook a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-owl a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-owl a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-pencil a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-pencil a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-person a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-person a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-question a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-question a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-school a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-school a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-science a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-science a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-tablet a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-tablet a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-tools a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-tools a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-trophy a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-trophy a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .icon-chain a:first-child:before {
  content: "";
  font-family: "Vernon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  content: "" !important; }
  @media (max-width: 600px) {
    .show-icons .icon-chain a:first-child:before {
      padding: 0 10px 0 0; } }

.show-icons .fsTabsNavItem a:before {
  padding: 0 10px 0 0; }

.show-icons .fsPanel.fsStateOpen .fsElementContent > a:before {
  opacity: 0; }

.fsCalendar article {
  padding-left: 0;
  text-align: center; }
  .fsCalendar article .fsDate {
    position: relative;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #2e2c2c; }
    .fsCalendar article .fsDate .fsMonth {
      color: #2e2c2c;
      font-size: 12px;
      font-weight: 400;
      line-height: 13px;
      text-transform: uppercase; }
    .fsCalendar article .fsDate .fsDay {
      color: #2e2c2c;
      font-size: 48px;
      font-weight: 400;
      line-height: 48px; }
    .fsCalendar article .fsDate .fsDayName {
      color: #2e2c2c;
      font-size: 12px;
      font-weight: 400;
      line-height: 13px;
      text-transform: uppercase; }
  .fsCalendar article .fsTitle a {
    color: #2e2c2c;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase; }
    .fsCalendar article .fsTitle a:hover, .fsCalendar article .fsTitle a:focus {
      text-decoration: underline; }
  .fsCalendar article .fsEventDetails {
    margin-top: 15px;
    color: #2e2c2c;
    line-height: 20px;
    text-transform: uppercase; }
    .fsCalendar article .fsEventDetails .fsTimeRange,
    .fsCalendar article .fsEventDetails .fsLocation {
      position: relative;
      padding-left: 20px; }
      .fsCalendar article .fsEventDetails .fsTimeRange:before,
      .fsCalendar article .fsEventDetails .fsLocation:before {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 0;
        color: #2e2c2c; }
    .fsCalendar article .fsEventDetails .fsTimeRange:before {
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
      @media (max-width: 600px) {
        .fsCalendar article .fsEventDetails .fsTimeRange:before {
          padding: 0 10px 0 0; } }
    .fsCalendar article .fsEventDetails .fsLocation:before {
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
      @media (max-width: 600px) {
        .fsCalendar article .fsEventDetails .fsLocation:before {
          padding: 0 10px 0 0; } }
  .fsCalendar article .fsReadMoreLink {
    display: block;
    margin-top: 10px; }
  @media (min-width: 600px) {
    .fsCalendar article {
      padding-left: 110px;
      text-align: left; }
      .fsCalendar article .fsDate {
        position: absolute; } }

.fsCalendar footer a:hover {
  text-decoration: underline; }

.fsCalendar.fsSlideshow li button:before {
  background: transparent;
  border: 2px solid #737376; }

.fsCalendar.fsSlideshow li.slick-active button:before {
  background: #737376; }

.fsCalendar.fsSlideshow li:hover button:before {
  background: #737376; }

.fsCalendar.fsSlideshow .slick-arrow {
  height: 35px;
  width: 35px; }
  .fsCalendar.fsSlideshow .slick-arrow:before {
    display: block;
    width: 35px;
    color: #737376;
    font-size: 30px;
    line-height: 35px;
    font-family: Vernon;
    text-align: center; }
  .fsCalendar.fsSlideshow .slick-arrow.fsPrevButton:before, .fsCalendar.fsSlideshow .slick-arrow.slick-prev:before {
    content: '\e905'; }
  .fsCalendar.fsSlideshow .slick-arrow.fsNextButton:before, .fsCalendar.fsSlideshow .slick-arrow.slick-next:before {
    content: '\e906'; }

#fsFooter {
  position: relative;
  background: url("../images/photo_01.jpg") no-repeat 0 50% #353535; }
  #fsFooter:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(53, 53, 53, 0.9); }
  #fsFooter .fsBanner {
    display: block;
    padding: 30px 0 5px; }

.school-details {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px; }
  @media (min-width: 700px) {
    .school-details {
      text-align: left; } }
  .school-details [itemprop='name'] {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: none; }
  .school-details [itemprop='address'] {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: none; }
    .school-details [itemprop='address'] span {
      display: inline-block; }
  .school-details [itemprop='telephone'] {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: none; }
  .school-details [itemprop='faxNumber'] {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: none; }
  .school-details span {
    display: inline-block; }
  .school-details a {
    color: inherit; }

.footer-quicklinks header h2,
.footer-resources header h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

@media (min-width: 600px) {
  .footer-quicklinks .fsNavLevel1,
  .footer-resources .fsNavLevel1 {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 900px) {
  .footer-quicklinks .fsNavLevel1,
  .footer-resources .fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px; } }

.footer-quicklinks .fsNavLevel1 li a,
.footer-resources .fsNavLevel1 li a {
  margin-bottom: 15px;
  padding: 0;
  max-width: 160px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase; }
  .footer-quicklinks .fsNavLevel1 li a:hover, .footer-quicklinks .fsNavLevel1 li a:focus,
  .footer-resources .fsNavLevel1 li a:hover,
  .footer-resources .fsNavLevel1 li a:focus {
    color: #fff;
    text-decoration: underline; }

.footer-quicklinks {
  padding: 40px 0 60px; }
  @media (min-width: 900px) {
    .footer-quicklinks {
      padding: 0; } }

.footer-bottom {
  position: relative;
  margin-top: 100px; }
  .footer-bottom > .fsElementContent {
    padding-bottom: 40px; }
    @media (min-width: 900px) {
      .footer-bottom > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0; } }
    .footer-bottom > .fsElementContent .footer-tagline {
      margin-bottom: 11px;
      padding-right: 10px; }
      @media (min-width: 900px) {
        .footer-bottom > .fsElementContent .footer-tagline {
          margin-bottom: 0; } }
      .footer-bottom > .fsElementContent .footer-tagline p {
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0;
        font-size: 14px;
        line-height: 14px; }

#fsPoweredByFinalsite {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 132px;
  color: #ffffff; }
  #fsPoweredByFinalsite a {
    color: #ffffff; }
  @media (min-width: 900px) {
    #fsPoweredByFinalsite {
      top: 50%;
      left: auto;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; } }

#fsHeader {
  padding: 0; }

.top-container {
  display: none;
  margin-bottom: 0;
  background: #02818f; }
  @media (min-width: 1000px) {
    .top-container {
      display: block; } }
  .top-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top-container > .fsElementContent .top-container-nav {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      display: none;
      margin-bottom: 0; }
      @media (min-width: 1000px) {
        .top-container > .fsElementContent .top-container-nav {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
          align-items: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .top-container > .fsElementContent .top-container-nav > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        margin: 0;
        display: -ms-flexbox;
        display: flex; }
  .drawer-is-active .top-container {
    position: relative; }
    .drawer-is-active .top-container:before {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      content: '';
      background: rgba(0, 0, 0, 0.1); }

.tagline {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 43%;
  margin-bottom: 0;
  padding-left: 20px;
  color: #fff; }
  .tagline > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px; }
  .tagline p {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px; }

.site-info-container {
  margin: 0;
  padding: 0;
  color: #ffffff !important;
  white-space: normal; }
  .site-info-container > .fsElementContent {
    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;
    max-width: 240px;
    height: 100px;
    padding: 6px 20px;
    margin: 0; }
  .site-info-container p {
    margin-bottom: 0; }
  .site-info-container figure img {
    display: block;
    max-height: 88px; }
  .site-info-container figure.fsImage a {
    font-size: 0; }
  .site-info-container picture {
    display: block; }
  .site-info-container a {
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    background: none; }
    .site-info-container a br {
      display: none; }
    .site-info-container a:focus, .site-info-container a:hover {
      color: #ffffff;
      text-decoration: none; }

.nav-district {
  margin-bottom: 0; }
  .nav-district .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .nav-district .fsNavLevel1 > li.fsNavCurrentPage,
    .nav-district .fsNavLevel1 > li {
      margin-right: 20px;
      margin-bottom: 0;
      /* Other Icons */ }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a,
      .nav-district .fsNavLevel1 > li > a {
        position: relative;
        padding: 10px 13px 10px 38px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        white-space: nowrap; }
        .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a:before,
        .nav-district .fsNavLevel1 > li > a:before {
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          left: 13px;
          color: #fff; }
        .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a:focus, .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a:hover,
        .nav-district .fsNavLevel1 > li > a:focus,
        .nav-district .fsNavLevel1 > li > a:hover {
          color: #02818f;
          background: #fff; }
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a:focus:before, .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a:hover:before,
          .nav-district .fsNavLevel1 > li > a:focus:before,
          .nav-district .fsNavLevel1 > li > a:hover:before {
            color: #02818f; }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage.mypsesd > a:before,
      .nav-district .fsNavLevel1 > li.mypsesd > a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage.mypsesd > a:before,
          .nav-district .fsNavLevel1 > li.mypsesd > a:before {
            padding: 0 10px 0 0; } }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage.contact > a:before,
      .nav-district .fsNavLevel1 > li.contact > a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage.contact > a:before,
          .nav-district .fsNavLevel1 > li.contact > a:before {
            padding: 0 10px 0 0; } }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage.partner > a:before,
      .nav-district .fsNavLevel1 > li.partner > a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage.partner > a:before,
          .nav-district .fsNavLevel1 > li.partner > a:before {
            padding: 0 10px 0 0; } }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage.apple a:before,
      .nav-district .fsNavLevel1 > li.apple a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage.apple a:before,
          .nav-district .fsNavLevel1 > li.apple a:before {
            padding: 0 10px 0 0; } }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage.home a:before,
      .nav-district .fsNavLevel1 > li.home a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage.home a:before,
          .nav-district .fsNavLevel1 > li.home a:before {
            padding: 0 10px 0 0; } }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage .fsNavPageInfo,
      .nav-district .fsNavLevel1 > li .fsNavPageInfo {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s;
        z-index: 999;
        background: #fff;
        min-width: 225px; }
        .nav-district .fsNavLevel1 > li.fsNavCurrentPage .fsNavPageInfo .fsNavLevel2,
        .nav-district .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
          padding: 10px; }
          .nav-district .fsNavLevel1 > li.fsNavCurrentPage .fsNavPageInfo .fsNavLevel2 > li,
          .nav-district .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li {
            border-bottom: 1px solid rgba(46, 44, 44, 0.25); }
      html.js .nav-district .fsNavLevel1 > li.fsNavCurrentPage, html.js
      .nav-district .fsNavLevel1 > li {
        position: relative; }
        html.js .nav-district .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo, 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.fsNavCurrentPage > .fsNavPageInfo, .menu-item-open html.js
        .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-district .fsNavLevel1 > li.fsNavCurrentPage.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-district .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-district .fsNavLevel1 > li.fsNavCurrentPage:hover .fsNavPageInfo, html.js
        .nav-district .fsNavLevel1 > li:hover .fsNavPageInfo {
          max-height: 9999px; }
      html:not(.js) .nav-district .fsNavLevel1 > li.fsNavCurrentPage, html:not(.js)
      .nav-district .fsNavLevel1 > li {
        position: relative; }
        html:not(.js) .nav-district .fsNavLevel1 > li.fsNavCurrentPage > .fsNavPageInfo, 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.fsNavCurrentPage:hover > .fsNavPageInfo, html:not(.js)
        .nav-district .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px; }
        @media (max-width: 599px) {
          html:not(.js) .nav-district .fsNavLevel1 > li.fsNavCurrentPage:focus > .fsNavPageInfo, html:not(.js)
          .nav-district .fsNavLevel1 > li:focus > .fsNavPageInfo {
            max-height: 9999px; } }

.nav-district {
  margin-bottom: 0; }
  .nav-district .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .nav-district .fsNavLevel1 li {
      position: relative;
      margin-right: 5px;
      margin-bottom: 0; }
      .nav-district .fsNavLevel1 li.faculty a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 li.faculty a:before {
            padding: 0 10px 0 0; } }
      .nav-district .fsNavLevel1 li.students {
        display: none; }
      .nav-district .fsNavLevel1 li.parents a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district .fsNavLevel1 li.parents a:before {
            padding: 0 10px 0 0; } }
    .nav-district .fsNavLevel1 a {
      padding: 9px 5px 9px 25px;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      .nav-district .fsNavLevel1 a:before {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 5px;
        color: #fff; }
      .nav-district .fsNavLevel1 a:focus, .nav-district .fsNavLevel1 a:hover {
        color: #fff;
        background: #02818f; }

.main-utility-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: rgba(31, 29, 29, 0.9); }
  .main-utility-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.interior-hero img {
  width: 100%; }

.drawer-ribbon {
  height: 100px;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: relative;
  padding: 0;
  height: 100px;
  width: 82px;
  max-width: 100px;
  color: #fff;
  font-size: 0;
  cursor: pointer; }
  .drawer-trigger:before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    height: 23px;
    width: 100%;
    margin: 0;
    top: auto;
    left: 0;
    color: #fff;
    font-size: 18px;
    background: transparent;
    -ms-transform: none;
    transform: none; }
    @media (max-width: 600px) {
      .drawer-trigger:before {
        padding: 0 10px 0 0; } }
  .drawer-trigger:after {
    display: none; }
  .drawer-is-active .drawer-trigger:before {
    -ms-transform: none;
    transform: none; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 0;
  max-width: 100%;
  background: #02818f; }
  @media (max-width: 999px) {
    .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-close-container {
  position: relative;
  float: right;
  height: 49px;
  width: 40px;
  margin-bottom: 0;
  padding: 7.5px 0;
  background: transparent; }
  .drawer-close-container .drawer-close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 0;
    height: 55px;
    width: 55px;
    font-size: 0;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .drawer-close-container .drawer-close:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 18px; }
      @media (max-width: 600px) {
        .drawer-close-container .drawer-close:before {
          padding: 0 10px 0 0; } }

.nav-distric-mobil .fsNavLevel1 .fsNavCurrentPage > a,
.nav-distric-mobil .fsNavLevel1 .fsNavCurrentPageAncestor > a,
.nav-mobile .fsNavLevel1 .fsNavCurrentPage > a,
.nav-mobile .fsNavLevel1 .fsNavCurrentPageAncestor > a,
.nav-portals-mobile .fsNavLevel1 .fsNavCurrentPage > a,
.nav-portals-mobile .fsNavLevel1 .fsNavCurrentPageAncestor > a {
  color: #fff; }

.nav-distric-mobil .fsNavLevel1 .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
.nav-distric-mobil .fsNavLevel1 .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
.nav-mobile .fsNavLevel1 .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
.nav-mobile .fsNavLevel1 .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
.nav-portals-mobile .fsNavLevel1 .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
.nav-portals-mobile .fsNavLevel1 .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo {
  max-height: 9999px !important; }

.nav-distric-mobil .fsNavLevel1 .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
.nav-distric-mobil .fsNavLevel1 .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
.nav-mobile .fsNavLevel1 .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
.nav-mobile .fsNavLevel1 .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
.nav-portals-mobile .fsNavLevel1 .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
.nav-portals-mobile .fsNavLevel1 .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s; }

.nav-distric-mobil .fsNavLevel2,
.nav-distric-mobil .fsNavLevel3,
.nav-distric-mobil .fsNavLevel4,
.nav-distric-mobil .fsNavLevel5,
.nav-mobile .fsNavLevel2,
.nav-mobile .fsNavLevel3,
.nav-mobile .fsNavLevel4,
.nav-mobile .fsNavLevel5,
.nav-portals-mobile .fsNavLevel2,
.nav-portals-mobile .fsNavLevel3,
.nav-portals-mobile .fsNavLevel4,
.nav-portals-mobile .fsNavLevel5 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .nav-distric-mobil .fsNavLevel2 a,
  .nav-distric-mobil .fsNavLevel3 a,
  .nav-distric-mobil .fsNavLevel4 a,
  .nav-distric-mobil .fsNavLevel5 a,
  .nav-mobile .fsNavLevel2 a,
  .nav-mobile .fsNavLevel3 a,
  .nav-mobile .fsNavLevel4 a,
  .nav-mobile .fsNavLevel5 a,
  .nav-portals-mobile .fsNavLevel2 a,
  .nav-portals-mobile .fsNavLevel3 a,
  .nav-portals-mobile .fsNavLevel4 a,
  .nav-portals-mobile .fsNavLevel5 a {
    color: #fff;
    font-size: 15px;
    line-height: 23px; }
    .nav-distric-mobil .fsNavLevel2 a:hover,
    .nav-distric-mobil .fsNavLevel3 a:hover,
    .nav-distric-mobil .fsNavLevel4 a:hover,
    .nav-distric-mobil .fsNavLevel5 a:hover,
    .nav-mobile .fsNavLevel2 a:hover,
    .nav-mobile .fsNavLevel3 a:hover,
    .nav-mobile .fsNavLevel4 a:hover,
    .nav-mobile .fsNavLevel5 a:hover,
    .nav-portals-mobile .fsNavLevel2 a:hover,
    .nav-portals-mobile .fsNavLevel3 a:hover,
    .nav-portals-mobile .fsNavLevel4 a:hover,
    .nav-portals-mobile .fsNavLevel5 a:hover {
      color: #000; }
  .nav-distric-mobil .fsNavLevel2 .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel3 .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel4 .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel5 .mobile-toggle:before,
  .nav-mobile .fsNavLevel2 .mobile-toggle:before,
  .nav-mobile .fsNavLevel3 .mobile-toggle:before,
  .nav-mobile .fsNavLevel4 .mobile-toggle:before,
  .nav-mobile .fsNavLevel5 .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel2 .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel3 .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel4 .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel5 .mobile-toggle:before {
    color: #fff; }
  .nav-distric-mobil .fsNavLevel2 .mobile-toggle:after,
  .nav-distric-mobil .fsNavLevel3 .mobile-toggle:after,
  .nav-distric-mobil .fsNavLevel4 .mobile-toggle:after,
  .nav-distric-mobil .fsNavLevel5 .mobile-toggle:after,
  .nav-mobile .fsNavLevel2 .mobile-toggle:after,
  .nav-mobile .fsNavLevel3 .mobile-toggle:after,
  .nav-mobile .fsNavLevel4 .mobile-toggle:after,
  .nav-mobile .fsNavLevel5 .mobile-toggle:after,
  .nav-portals-mobile .fsNavLevel2 .mobile-toggle:after,
  .nav-portals-mobile .fsNavLevel3 .mobile-toggle:after,
  .nav-portals-mobile .fsNavLevel4 .mobile-toggle:after,
  .nav-portals-mobile .fsNavLevel5 .mobile-toggle:after {
    opacity: 0.5;
    background-color: #fff; }
  .nav-distric-mobil .fsNavLevel2 > li > a,
  .nav-distric-mobil .fsNavLevel3 > li > a,
  .nav-distric-mobil .fsNavLevel4 > li > a,
  .nav-distric-mobil .fsNavLevel5 > li > a,
  .nav-mobile .fsNavLevel2 > li > a,
  .nav-mobile .fsNavLevel3 > li > a,
  .nav-mobile .fsNavLevel4 > li > a,
  .nav-mobile .fsNavLevel5 > li > a,
  .nav-portals-mobile .fsNavLevel2 > li > a,
  .nav-portals-mobile .fsNavLevel3 > li > a,
  .nav-portals-mobile .fsNavLevel4 > li > a,
  .nav-portals-mobile .fsNavLevel5 > li > a {
    display: block;
    padding: 0 20px; }
  .nav-distric-mobil .fsNavLevel2 > li.fsNavParentPage > a,
  .nav-distric-mobil .fsNavLevel3 > li.fsNavParentPage > a,
  .nav-distric-mobil .fsNavLevel4 > li.fsNavParentPage > a,
  .nav-distric-mobil .fsNavLevel5 > li.fsNavParentPage > a,
  .nav-mobile .fsNavLevel2 > li.fsNavParentPage > a,
  .nav-mobile .fsNavLevel3 > li.fsNavParentPage > a,
  .nav-mobile .fsNavLevel4 > li.fsNavParentPage > a,
  .nav-mobile .fsNavLevel5 > li.fsNavParentPage > a,
  .nav-portals-mobile .fsNavLevel2 > li.fsNavParentPage > a,
  .nav-portals-mobile .fsNavLevel3 > li.fsNavParentPage > a,
  .nav-portals-mobile .fsNavLevel4 > li.fsNavParentPage > a,
  .nav-portals-mobile .fsNavLevel5 > li.fsNavParentPage > a {
    width: calc(100% - 50px); }
  .nav-distric-mobil .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel4 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel5 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-mobile .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-mobile .fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-mobile .fsNavLevel4 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-mobile .fsNavLevel5 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel4 > li.fsNavParentPage > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel5 > li.fsNavParentPage > .fsNavPageInfo {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s; }
  .nav-distric-mobil .fsNavLevel2 > li.fsNavCurrentPage > a, .nav-distric-mobil .fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
  .nav-distric-mobil .fsNavLevel3 > li.fsNavCurrentPage > a,
  .nav-distric-mobil .fsNavLevel3 > li.fsNavCurrentPageAncestor > a,
  .nav-distric-mobil .fsNavLevel4 > li.fsNavCurrentPage > a,
  .nav-distric-mobil .fsNavLevel4 > li.fsNavCurrentPageAncestor > a,
  .nav-distric-mobil .fsNavLevel5 > li.fsNavCurrentPage > a,
  .nav-distric-mobil .fsNavLevel5 > li.fsNavCurrentPageAncestor > a,
  .nav-mobile .fsNavLevel2 > li.fsNavCurrentPage > a,
  .nav-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
  .nav-mobile .fsNavLevel3 > li.fsNavCurrentPage > a,
  .nav-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a,
  .nav-mobile .fsNavLevel4 > li.fsNavCurrentPage > a,
  .nav-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a,
  .nav-mobile .fsNavLevel5 > li.fsNavCurrentPage > a,
  .nav-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a,
  .nav-portals-mobile .fsNavLevel2 > li.fsNavCurrentPage > a,
  .nav-portals-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
  .nav-portals-mobile .fsNavLevel3 > li.fsNavCurrentPage > a,
  .nav-portals-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a,
  .nav-portals-mobile .fsNavLevel4 > li.fsNavCurrentPage > a,
  .nav-portals-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a,
  .nav-portals-mobile .fsNavLevel5 > li.fsNavCurrentPage > a,
  .nav-portals-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a {
    color: #02818f; }
  .nav-distric-mobil .fsNavLevel2 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo, .nav-distric-mobil .fsNavLevel2 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel3 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel3 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel4 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel4 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel5 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-distric-mobil .fsNavLevel5 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel2 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel3 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel4 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-mobile .fsNavLevel5 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel2 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel3 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel4 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo,
  .nav-portals-mobile .fsNavLevel5 > li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo {
    max-height: 9999px !important; }
  .nav-distric-mobil .fsNavLevel2 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before, .nav-distric-mobil .fsNavLevel2 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel3 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel3 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel4 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel4 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel5 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-distric-mobil .fsNavLevel5 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel2 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel3 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel4 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-mobile .fsNavLevel5 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel2 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel3 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel4 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before,
  .nav-portals-mobile .fsNavLevel5 > li.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.3s; }

.fsNavLevel2 {
  padding: 10px 0; }

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

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

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

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 55px;
  padding: 0;
  background-color: transparent;
  border: none; }
  .mobile-toggle:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: '\f105';
    color: #fff;
    font-family: IcoMoon;
    font-size: 25px;
    transition: 0.3s;
    line-height: 25px; }
  .nav-portals-mobile .mobile-toggle:before {
    color: #b3b3b3; }
  .nav-district-mobile .mobile-toggle:before {
    color: #b3b3b3; }

.fsNavLevel2 .mobile-toggle {
  height: 40px; }
  .fsNavLevel2 .mobile-toggle:before {
    font-size: 20px;
    line-height: 40px; }

.nav-mobile {
  clear: both;
  background: #2e2c2c; }
  .nav-mobile .fsNavLevel1 li {
    position: relative; }
    .nav-mobile .fsNavLevel1 li .fsNavPageInfo {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s; }
  .nav-mobile .fsNavLevel1 > li > a {
    padding: 15px 0 15px 25px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase; }
    .nav-mobile .fsNavLevel1 > li > a:focus, .nav-mobile .fsNavLevel1 > li > a:hover {
      color: #fff;
      text-decoration: underline; }
  .nav-mobile .fsNavLevel2 {
    background: #f3f3f3; }
    .nav-mobile .fsNavLevel2 > li > a {
      padding: 13px 25px;
      color: #4d4d4f;
      font-size: 16px;
      line-height: 20px; }
    .nav-mobile .fsNavLevel2 > li:not(:last-of-type) {
      border-bottom: 1px solid #d9d9d9; }
    .nav-mobile .fsNavLevel2 li .mobile-toggle:before {
      color: #4D4D4F;
      font-size: 15px; }
  .nav-mobile .fsNavLevel3 li a {
    padding: 15px 25px;
    color: #6F6F71;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; }

.nav-portals-mobile {
  position: relative;
  margin-bottom: 0;
  padding: 0 25px;
  background: #fff; }
  .nav-portals-mobile .fsNavLevel1 {
    position: relative;
    z-index: 2; }
    .nav-portals-mobile .fsNavLevel1 li a {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px; }
    .nav-portals-mobile .fsNavLevel1 li.faculty a:before {
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
      @media (max-width: 600px) {
        .nav-portals-mobile .fsNavLevel1 li.faculty a:before {
          padding: 0 10px 0 0; } }
    .nav-portals-mobile .fsNavLevel1 li.students {
      display: none; }
    .nav-portals-mobile .fsNavLevel1 li.parents a:before {
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
      @media (max-width: 600px) {
        .nav-portals-mobile .fsNavLevel1 li.parents a:before {
          padding: 0 10px 0 0; } }
    .nav-portals-mobile .fsNavLevel1 > li > a {
      padding: 15px 0;
      text-transform: uppercase; }

.nav-district-mobile {
  position: relative;
  margin-bottom: 0;
  padding: 0 25px;
  background: transparent; }
  .nav-district-mobile .fsNavLevel1 {
    position: relative;
    z-index: 2; }
    .nav-district-mobile .fsNavLevel1 li {
      position: relative; }
      .nav-district-mobile .fsNavLevel1 li a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px; }
      .nav-district-mobile .fsNavLevel1 li.mypsesd > a {
        text-transform: none; }
        .nav-district-mobile .fsNavLevel1 li.mypsesd > a:before {
          content: "";
          font-family: "Vernon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-right: 6px; }
          @media (max-width: 600px) {
            .nav-district-mobile .fsNavLevel1 li.mypsesd > a:before {
              padding: 0 10px 0 0; } }
      .nav-district-mobile .fsNavLevel1 li.contact a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 6px; }
        @media (max-width: 600px) {
          .nav-district-mobile .fsNavLevel1 li.contact a:before {
            padding: 0 10px 0 0; } }
      .nav-district-mobile .fsNavLevel1 li.partner > a:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
        @media (max-width: 600px) {
          .nav-district-mobile .fsNavLevel1 li.partner > a:before {
            padding: 0 10px 0 0; } }
      .nav-district-mobile .fsNavLevel1 li.search {
        display: none; }
    .nav-district-mobile .fsNavLevel1 > li > a {
      padding: 15px 0;
      text-transform: uppercase; }
    .nav-district-mobile .fsNavLevel1 > li.home a:before {
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
      @media (max-width: 600px) {
        .nav-district-mobile .fsNavLevel1 > li.home a:before {
          padding: 0 10px 0 0; } }
    .nav-district-mobile .fsNavLevel1 > li.schools > a:before {
      content: "";
      font-family: "Vernon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
      @media (max-width: 600px) {
        .nav-district-mobile .fsNavLevel1 > li.schools > a:before {
          padding: 0 10px 0 0; } }

.nav-main {
  width: 75%; }
  .nav-main .fsNavLevel1 > li {
    margin-bottom: 0; }
    .nav-main .fsNavLevel1 > li > a {
      padding: 38px 10px;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      text-transform: uppercase; }
      .nav-main .fsNavLevel1 > li > a:active, .nav-main .fsNavLevel1 > li > a:focus, .nav-main .fsNavLevel1 > li > a:hover {
        color: #fff;
        background: #2e2c2c; }
    .nav-main .fsNavLevel1 > li:active > a, .nav-main .fsNavLevel1 > li:focus > a, .nav-main .fsNavLevel1 > li:hover > a {
      color: #fff;
      background: #2e2c2c; }
    .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #fff;
      background: #2e2c2c; }
    .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s;
      display: -ms-flexbox;
      display: flex;
      width: 600px;
      background: #2e2c2c; }
    .nav-main .fsNavLevel1 > li:nth-child(n+3) .fsNavPageInfo {
      left: auto !important;
      right: 0 !important; }
    .nav-main .fsNavLevel1 > li .fsNavPageThumbnail {
      display: none; }
    .nav-main .fsNavLevel1 > li .fsNavLevel2 {
      width: 100%;
      padding: 14px;
      -moz-column-count: 3;
      column-count: 3;
      -moz-column-gap: 14px;
      column-gap: 14px; }
      .nav-main .fsNavLevel1 > li .fsNavLevel2 > li {
        page-break-inside: avoid;
        break-inside: avoid;
        border-bottom: 1px solid #444444; }
        .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > a {
          color: #fff;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase; }
          .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > a:focus, .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > a:hover {
            color: #fff;
            background: #02818f; }
        .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > .fsNavPageInfo {
          margin-left: 10px; }
          .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > .fsNavPageInfo li a {
            padding: 5px 10px; }

.home .nav-sub {
  display: none; }

.nav-sub .fsNavLevel1 li > a {
  border-top: 1px solid #d9d9d9; }

.nav-sub .fsNavLevel1 > li:first-of-type > a {
  border-top: 0; }

.nav-sub .fsNavLevel1 li {
  border-bottom: 0; }
  .nav-sub .fsNavLevel1 li a {
    position: relative;
    color: #2e2c2c;
    font-weight: 400;
    background: #f3f3f3;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }
    .nav-sub .fsNavLevel1 li a:focus, .nav-sub .fsNavLevel1 li a:hover {
      border-color: #02818f;
      color: #fff;
      background: #02818f; }
      .nav-sub .fsNavLevel1 li a:focus > .sub-toggle:after, .nav-sub .fsNavLevel1 li a:hover > .sub-toggle:after {
        color: #fff; }
  .nav-sub .fsNavLevel1 li .fsNavPageInfo {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s; }
  .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
    border-color: #02818f;
    color: #fff;
    font-weight: 700;
    background: #02818f; }
    .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a > .sub-toggle:after, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a > .sub-toggle:after {
      color: #fff; }
    .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:active, .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:focus, .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:hover, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:active, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:focus, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover {
      color: #fff;
      background: rgba(2, 129, 143, 0.9); }
      .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:active > .sub-toggle:after, .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:focus > .sub-toggle:after, .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:hover > .sub-toggle:after, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:active > .sub-toggle:after, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:focus > .sub-toggle:after, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover > .sub-toggle:after {
        color: #fff; }
  .nav-sub .fsNavLevel1 li.fsNavCurrentPage > .fsNavPageInfo, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }
  .nav-sub .fsNavLevel1 li.fsNavParentPage {
    position: relative; }
    .nav-sub .fsNavLevel1 li.fsNavParentPage > a {
      padding-right: 50px; }
    .nav-sub .fsNavLevel1 li.fsNavParentPage .sub-toggle {
      height: 40px;
      width: 40px;
      padding: 0;
      border: 0;
      position: absolute;
      top: 1px;
      right: 0;
      background: transparent;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .nav-sub .fsNavLevel1 li.fsNavParentPage .sub-toggle:after {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        width: 40px;
        height: 40px;
        color: #2e2c2c;
        font-size: 10px;
        line-height: 40px;
        text-align: center;
        transition: color 0.3s ease; }
        @media (max-width: 600px) {
          .nav-sub .fsNavLevel1 li.fsNavParentPage .sub-toggle:after {
            padding: 0 10px 0 0; } }
      .nav-sub .fsNavLevel1 li.fsNavParentPage .sub-toggle span {
        display: block;
        position: absolute;
        top: -9999em;
        left: -9999em; }
  .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > .sub-toggle {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > .sub-toggle:after {
      color: #fff; }
  .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo, .nav-sub .fsNavLevel1 li.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo {
    max-height: 9999px !important; }
  .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor:not(.open) > a > .sub-toggle, .nav-sub .fsNavLevel1 li.open:not(.fsNavCurrentPageAncestor) > a > .sub-toggle {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

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

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

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

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

@media screen and (max-width: 599px) {
  .nav-sub {
    padding: 40px 20px 0;
    background: #fff; }
    .nav-sub header > .fsElementTitle {
      padding: 25px;
      text-transform: uppercase;
      background: #2e2c2c; }
      .nav-sub header > .fsElementTitle:after {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        -ms-transform-origin: top;
        transform-origin: top; } }
      @media screen and (max-width: 599px) and (max-width: 600px) {
        .nav-sub header > .fsElementTitle:after {
          padding: 0 10px 0 0; } }

@media screen and (max-width: 599px) {
    .nav-sub.active-nav header > .fsElementTitle {
      background: #2e2c2c; }
      .nav-sub.active-nav header > .fsElementTitle:after {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        transform: rotate(90deg) translate3d(0, -50%, 0); } }
      @media screen and (max-width: 599px) and (max-width: 600px) {
        .nav-sub.active-nav header > .fsElementTitle:after {
          padding: 0 10px 0 0; } }

.fsHeader .nav-sub .fsNavLevel1 li {
  background: transparent; }
  .fsHeader .nav-sub .fsNavLevel1 li > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
  .fsHeader .nav-sub .fsNavLevel1 li:last-of-type > a {
    border-bottom: 0; }

.fsHeader .nav-sub .fsNavLevel2 li {
  background: transparent; }
  .fsHeader .nav-sub .fsNavLevel2 li a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; }

.fsHeader .nav-sub .sub-toggle:after {
  color: #2e2c2c !important; }

.nav-social,
.nav-social-mobile {
  margin-bottom: 0; }
  .nav-social .fsNavLevel1,
  .nav-social-mobile .fsNavLevel1 {
    text-align: center; }
    @media (min-width: 700px) {
      .nav-social .fsNavLevel1,
      .nav-social-mobile .fsNavLevel1 {
        text-align: left; } }
    .nav-social .fsNavLevel1 li,
    .nav-social-mobile .fsNavLevel1 li {
      position: relative;
      margin-bottom: 0; }
      .nav-social .fsNavLevel1 li a,
      .nav-social-mobile .fsNavLevel1 li a {
        height: 44px;
        width: 44px;
        border: 1px solid transparent;
        border-radius: 0;
        color: #fff;
        background: transparent; }
        .nav-social .fsNavLevel1 li a:before,
        .nav-social-mobile .fsNavLevel1 li a:before {
          color: #fff;
          font-size: 16px; }
        .nav-social .fsNavLevel1 li a:hover, .nav-social .fsNavLevel1 li a:focus,
        .nav-social-mobile .fsNavLevel1 li a:hover,
        .nav-social-mobile .fsNavLevel1 li a:focus {
          background: #fff !important;
          border-color: transparent !important; }
          .nav-social .fsNavLevel1 li a:hover:before, .nav-social .fsNavLevel1 li a:focus:before,
          .nav-social-mobile .fsNavLevel1 li a:hover:before,
          .nav-social-mobile .fsNavLevel1 li a:focus:before {
            color: #02818f !important; }
      .nav-social .fsNavLevel1 li:not(:last-of-type),
      .nav-social-mobile .fsNavLevel1 li:not(:last-of-type) {
        margin-right: 0; }
  .fsFooter .nav-social .fsNavLevel1 li a:before, .fsFooter
  .nav-social-mobile .fsNavLevel1 li a:before {
    left: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px; }
  .fsFooter .nav-social .fsNavLevel1 li a:hover, .fsFooter .nav-social .fsNavLevel1 li a:focus, .fsFooter
  .nav-social-mobile .fsNavLevel1 li a:hover, .fsFooter
  .nav-social-mobile .fsNavLevel1 li a:focus {
    background: transparent !important; }
    .fsFooter .nav-social .fsNavLevel1 li a:hover:before, .fsFooter .nav-social .fsNavLevel1 li a:focus:before, .fsFooter
    .nav-social-mobile .fsNavLevel1 li a:hover:before, .fsFooter
    .nav-social-mobile .fsNavLevel1 li a:focus:before {
      color: rgba(255, 255, 255, 0.4) !important; }

.nav-social-mobile .fsNavLevel1 {
  padding-left: 10px;
  text-align: left; }

.nav-utility-footer .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .nav-utility-footer .fsNavLevel1 > li {
    position: relative;
    margin-bottom: 0; }
    .nav-utility-footer .fsNavLevel1 > li:not(:first-of-type):before {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      height: 100%;
      width: 1px;
      content: '';
      background: #fff; }
    .nav-utility-footer .fsNavLevel1 > li:first-of-type a {
      padding-left: 0; }
    @media (min-width: 900px) {
      .nav-utility-footer .fsNavLevel1 > li:first-of-type:before {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 0;
        height: 100%;
        width: 1px;
        content: '';
        background: #fff; }
      .nav-utility-footer .fsNavLevel1 > li:first-of-type a {
        padding-left: 10px; } }
    .nav-utility-footer .fsNavLevel1 > li > a {
      padding: 0 10px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      text-transform: none;
      white-space: nowrap; }
      .nav-utility-footer .fsNavLevel1 > li > a:hover, .nav-utility-footer .fsNavLevel1 > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: underline; }

.fsPostElement article {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .fsPostElement article:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee; }
  .fsPostElement article .fsTitle a {
    display: block;
    margin: 20px 0 11px;
    color: #2e2c2c;
    font-size: 21px;
    font-weight: 400; }
    .fsPostElement article .fsTitle a:hover, .fsPostElement article .fsTitle a:focus {
      text-decoration: underline; }
  .fsPostElement article .fsReadMoreLink {
    font-weight: 400; }
    .fsPostElement article .fsReadMoreLink:hover, .fsPostElement article .fsReadMoreLink:focus {
      text-decoration: underline; }

.fsPostElement.fsSlideshow li button:before {
  background: transparent;
  border: 2px solid #737376; }

.fsPostElement.fsSlideshow li.slick-active button:before {
  background: #737376; }

.fsPostElement.fsSlideshow li:hover button:before {
  background: #737376; }

.fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-arrow {
  height: 35px;
  width: 35px; }
  .fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-arrow:before {
    display: block;
    width: 35px;
    color: #737376;
    font-size: 30px;
    line-height: 35px;
    font-family: Vernon;
    text-align: center; }
  .fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-arrow.fsPrevButton:before, .fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-arrow.slick-prev:before {
    content: '\e905'; }
  .fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-arrow.fsNextButton:before, .fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-arrow.slick-next:before {
    content: '\e906'; }

.fsPostElement.fsSlideshow article {
  border-bottom: 0; }

.search-trigger-container {
  margin-bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.search {
  position: relative;
  height: 44px;
  width: 44px;
  padding: 0;
  font-size: 0;
  background: transparent;
  border: 0;
  cursor: pointer; }
  .search::before {
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 22px;
    color: #fff; }
    @media (max-width: 600px) {
      .search::before {
        padding: 0 10px 0 0; } }
  .search:hover, .search:focus {
    background: #fff; }
    .search:hover:before, .search:focus:before {
      color: #02818f; }

.search-header {
  display: none;
  position: absolute;
  top: -55px;
  right: 0;
  width: 400px;
  overflow: hidden;
  transition: top .5s; }
  .search-header.search-open {
    display: block;
    top: 0; }
    .search-header.search-open .fsSearchElementSearchButton {
      opacity: 1; }
  .search-header label {
    position: absolute;
    top: -9999em;
    left: -9999em;
    opacity: 0;
    color: #000000;
    background-color: #ffffff; }
  .search-header form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 44px; }
    .search-header form .fsSearchElementKeyword {
      margin: 0; }
      .search-header form .fsSearchElementKeyword input {
        width: 356px;
        padding: 9px;
        color: #737376;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        border-radius: 0; }
    .search-header form .fsSearchElementSearchButton {
      position: relative;
      height: 44px;
      width: 44px;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: 0;
      background-color: #02818f;
      opacity: 0;
      transition: .5s .5s; }
      .search-header form .fsSearchElementSearchButton:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #ffffff;
        font-size: 22px; }
        @media (max-width: 600px) {
          .search-header form .fsSearchElementSearchButton:before {
            padding: 0 10px 0 0; } }

.search-mobile {
  float: left;
  width: calc(100% - 40px);
  margin-bottom: 0;
  padding: 7.5px 10px 7.5px 10px;
  background: transparent; }
  .search-mobile label {
    position: absolute;
    top: -9999em;
    left: -9999em;
    color: #000000;
    background: #ffffff;
    opacity: 0; }
  .search-mobile form {
    display: -ms-flexbox;
    display: flex; }
    .search-mobile form .fsSearchElementSearchButton {
      position: relative;
      height: 34px;
      width: 40px;
      margin: 0;
      color: #2e2c2c;
      font-size: 0;
      background: #fff; }
      .search-mobile form .fsSearchElementSearchButton:before {
        content: "";
        font-family: "Vernon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #2e2c2c;
        font-size: 14px; }
        @media (max-width: 600px) {
          .search-mobile form .fsSearchElementSearchButton:before {
            padding: 0 10px 0 0; } }
    .search-mobile form .fsSearchElementKeyword {
      width: calc(100% - 40px);
      margin-bottom: 0; }
      .search-mobile form .fsSearchElementKeyword input {
        color: #2e2c2c;
        background: #fff;
        border: none;
        border-radius: 0; }
        .search-mobile form .fsSearchElementKeyword input::-moz-placeholder {
          color: #eeeeee;
          font-size: 12px;
          font-weight: 700; }
        .search-mobile form .fsSearchElementKeyword input:-ms-input-placeholder {
          color: #eeeeee;
          font-size: 12px;
          font-weight: 700; }
        .search-mobile form .fsSearchElementKeyword input::placeholder {
          color: #eeeeee;
          font-size: 12px;
          font-weight: 700; }

.lead-in,
.fs_style_24 {
  color: #02818f;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; }

blockquote,
.blockquote {
  margin: 30px 0;
  padding: 0 0 0 10px;
  color: #02818f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-left: 5px solid #2e2c2c; }
  blockquote:before,
  .blockquote:before {
    display: none; }
  .fsBanner blockquote, .fsBanner
  .blockquote {
    font-size: 16px; }

.callout-box-light, .callout-box-dark, .callout-box-school {
  display: block;
  color: #2e2c2c;
  background: #eeeeee; }
  .callout-box-light picture img, .callout-box-dark picture img, .callout-box-school picture img {
    min-width: 100%; }
  .callout-box-light figcaption, .callout-box-dark figcaption, .callout-box-school figcaption {
    padding: 30px; }
    .fsBannerLeft .callout-box-light figcaption, .fsBannerLeft .callout-box-dark figcaption, .fsBannerLeft .callout-box-school figcaption,
    .fsBannerRight .callout-box-light figcaption,
    .fsBannerRight .callout-box-dark figcaption,
    .fsBannerRight .callout-box-school figcaption {
      padding: 20px; }
    .callout-box-light figcaption strong, .callout-box-dark figcaption strong, .callout-box-school figcaption strong,
    .callout-box-light figcaption h2,
    .callout-box-dark figcaption h2,
    .callout-box-school figcaption h2 {
      display: block;
      margin-bottom: 15px;
      color: inherit;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      text-transform: uppercase; }
  @media (min-width: 800px) {
    .left.callout-box-light figure, .left.callout-box-dark figure, .left.callout-box-school figure, .right.callout-box-light figure, .right.callout-box-dark figure, .right.callout-box-school figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  @media (min-width: 800px) {
    .left.callout-box-light picture, .left.callout-box-dark picture, .left.callout-box-school picture,
    .left.callout-box-light figcaption,
    .left.callout-box-dark figcaption,
    .left.callout-box-school figcaption, .right.callout-box-light picture, .right.callout-box-dark picture, .right.callout-box-school picture,
    .right.callout-box-light figcaption,
    .right.callout-box-dark figcaption,
    .right.callout-box-school figcaption {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%; } }
  .left.callout-box-light picture, .left.callout-box-dark picture, .left.callout-box-school picture, .right.callout-box-light picture, .right.callout-box-dark picture, .right.callout-box-school picture {
    position: relative;
    overflow: hidden; }
    @media (min-width: 800px) {
      .left.callout-box-light picture img, .left.callout-box-dark picture img, .left.callout-box-school picture img, .right.callout-box-light picture img, .right.callout-box-dark picture img, .right.callout-box-school picture img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        display: block;
        height: 100%;
        max-width: none;
        width: auto; } }
  .left.callout-box-light figure, .left.callout-box-dark figure, .left.callout-box-school figure {
    -ms-flex-direction: row;
    flex-direction: row; }
  .right.callout-box-light figure, .right.callout-box-dark figure, .right.callout-box-school figure {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .no-image.callout-box-light .fsElementContent, .no-image.callout-box-dark .fsElementContent, .no-image.callout-box-school .fsElementContent {
    padding: 30px; }
    .fsBannerLeft .no-image.callout-box-light .fsElementContent, .fsBannerLeft .no-image.callout-box-dark .fsElementContent, .fsBannerLeft .no-image.callout-box-school .fsElementContent,
    .fsBannerRight .no-image.callout-box-light .fsElementContent,
    .fsBannerRight .no-image.callout-box-dark .fsElementContent,
    .fsBannerRight .no-image.callout-box-school .fsElementContent {
      padding: 20px; }
    .no-image.callout-box-light .fsElementContent h2, .no-image.callout-box-dark .fsElementContent h2, .no-image.callout-box-school .fsElementContent h2 {
      margin-bottom: 15px;
      color: inherit;
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      text-transform: uppercase; }

.callout-box-light {
  color: #1f1d1d;
  background: #eeeeee; }
  .callout-box-light a {
    color: #2e2c2c; }
    .callout-box-light a:hover, .callout-box-light a:focus {
      color: #1f1d1d;
      text-decoration: underline; }

.callout-box-dark {
  color: #fff;
  background: #02818f; }
  .callout-box-dark a {
    color: #fff;
    font-weight: 700; }
    .callout-box-dark a:hover, .callout-box-dark a:focus {
      text-decoration: underline; }

.callout-box-school {
  color: #fff;
  background: #2e2c2c; }
  .callout-box-school a {
    color: #eeeeee;
    font-weight: 700; }
    .callout-box-school a:focus {
      text-decoration: underline; }

.callout-content,
.fs_style_25 {
  display: block;
  padding-left: 0;
  color: #2e2c2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  background: transparent;
  border-left: 0; }

cite {
  display: block;
  margin: 10px 0 0 0;
  color: #2e2c2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: none; }
  cite:before {
    display: none; }

.fsTabs .fsTabsNav .fsTabsNavItem {
  margin-right: 2px; }
  .fsTabs .fsTabsNav .fsTabsNavItem a {
    position: relative;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #2e2c2c;
    border: 1px solid #2e2c2c; }
    .fsTabs .fsTabsNav .fsTabsNavItem a:hover, .fsTabs .fsTabsNav .fsTabsNavItem a:focus {
      color: #fff;
      background: #02818f;
      border: 1px solid #02818f; }
  .fsTabs .fsTabsNav .fsTabsNavItem.fsStateSelected a {
    color: #2e2c2c;
    background: #fff;
    border: 1px solid #b3b3b3; }

.translate {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px 0 25px;
  width: 135px;
  height: 44px;
  color: #d9d9d9;
  text-align: left;
  background: transparent; }
  @media (min-width: 600px) {
    .translate {
      margin: 0; } }
  @media (min-width: 1000px) {
    .translate {
      margin: 0 2px;
      padding: 0 80px 0 38px; } }
  .translate:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    content: "";
    font-family: "Vernon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    left: 13px;
    color: #fff; }
    @media (max-width: 600px) {
      .translate:before {
        padding: 0 10px 0 0; } }
  #fsMenu .translate {
    width: 84px;
    padding: 0; }
  .translate:hover, .translate:focus, .translate.focused {
    background: #fff; }
    .translate:hover:before, .translate:hover:after, .translate:focus:before, .translate:focus:after, .translate.focused:before, .translate.focused:after {
      color: #02818f; }
    .translate:hover > .fsElementContent:before, .translate:focus > .fsElementContent:before, .translate.focused > .fsElementContent:before {
      color: #02818f; }
    #fsMenu .translate:hover, #fsMenu .translate:focus, #fsMenu .translate.focused {
      background: transparent; }
      #fsMenu .translate:hover:before, #fsMenu .translate:hover:after, #fsMenu .translate:focus:before, #fsMenu .translate:focus:after, #fsMenu .translate.focused:before, #fsMenu .translate.focused:after {
        color: #1f1d1d; }
      #fsMenu .translate:hover > .fsElementContent:before, #fsMenu .translate:focus > .fsElementContent:before, #fsMenu .translate.focused > .fsElementContent:before {
        color: #1f1d1d; }
  .translate .fsElementContent {
    height: 100%;
    width: 100%;
    color: inherit;
    text-align: center;
    transition: color .3s; }
    @media (min-width: 1000px) {
      .translate .fsElementContent {
        -ms-flex-align: center;
        align-items: center; } }
    .translate .fsElementContent:before {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      color: #fff;
      content: 'Translate';
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      @media (min-width: 600px) {
        .translate .fsElementContent:before {
          line-height: 20px; } }
    .translate .fsElementContent:after {
      content: '';
      color: inherit;
      font-size: 14px;
      font-weight: 400;
      line-height: 50px;
      text-transform: uppercase; }
  .translate #google_translate_element,
  .translate #google_translate_element_select {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    color: #d9d9d9; }
    .translate #google_translate_element:hover, .translate #google_translate_element:focus,
    .translate #google_translate_element_select:hover,
    .translate #google_translate_element_select:focus {
      color: rgba(217, 217, 217, 0.75); }
      .translate #google_translate_element:hover .goog-te-gadget, .translate #google_translate_element:focus .goog-te-gadget,
      .translate #google_translate_element_select:hover .goog-te-gadget,
      .translate #google_translate_element_select:focus .goog-te-gadget {
        height: auto; }
    .translate #google_translate_element img,
    .translate #google_translate_element .goog-logo-link,
    .translate #google_translate_element_select img,
    .translate #google_translate_element_select .goog-logo-link {
      display: none;
      color: #000000;
      background: #ffffff;
      visibility: hidden; }
    .translate #google_translate_element .goog-te-gadget,
    .translate #google_translate_element .goog-te-gadget-simple,
    .translate #google_translate_element_select .goog-te-gadget,
    .translate #google_translate_element_select .goog-te-gadget-simple {
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
      background: transparent;
      border: 0;
      padding: 0;
      color: #fff; }
      .translate #google_translate_element .goog-te-gadget .goog-te-combo,
      .translate #google_translate_element .goog-te-gadget-simple .goog-te-combo,
      .translate #google_translate_element_select .goog-te-gadget .goog-te-combo,
      .translate #google_translate_element_select .goog-te-gadget-simple .goog-te-combo {
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .translate #google_translate_element .goog-te-gadget select::-ms-expand,
      .translate #google_translate_element .goog-te-gadget-simple select::-ms-expand,
      .translate #google_translate_element_select .goog-te-gadget select::-ms-expand,
      .translate #google_translate_element_select .goog-te-gadget-simple select::-ms-expand {
        display: none; }
      .translate #google_translate_element .goog-te-gadget > div,
      .translate #google_translate_element .goog-te-gadget-simple > div,
      .translate #google_translate_element_select .goog-te-gadget > div,
      .translate #google_translate_element_select .goog-te-gadget-simple > div {
        display: inline-block;
        vertical-align: middle; }
        .translate #google_translate_element .goog-te-gadget > div > select,
        .translate #google_translate_element .goog-te-gadget-simple > div > select,
        .translate #google_translate_element_select .goog-te-gadget > div > select,
        .translate #google_translate_element_select .goog-te-gadget-simple > div > select {
          width: 150px;
          height: 25px;
          margin: 0;
          padding: 0;
          cursor: pointer;
          background: transparent;
          border: none;
          color: transparent; }
          #fsMenu .translate #google_translate_element .goog-te-gadget > div > select, #fsMenu
          .translate #google_translate_element .goog-te-gadget-simple > div > select, #fsMenu
          .translate #google_translate_element_select .goog-te-gadget > div > select, #fsMenu
          .translate #google_translate_element_select .goog-te-gadget-simple > div > select {
            width: auto; }
          .translate #google_translate_element .goog-te-gadget > div > select option,
          .translate #google_translate_element .goog-te-gadget-simple > div > select option,
          .translate #google_translate_element_select .goog-te-gadget > div > select option,
          .translate #google_translate_element_select .goog-te-gadget-simple > div > select option {
            color: #000;
            font-size: 12px !important;
            line-height: 26px !important;
            background: #fff; }
      .translate #google_translate_element .goog-te-gadget .goog-te-menu-value,
      .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value,
      .translate #google_translate_element_select .goog-te-gadget .goog-te-menu-value,
      .translate #google_translate_element_select .goog-te-gadget-simple .goog-te-menu-value {
        width: 80px;
        height: 50px;
        display: block;
        margin: 0; }
  @media screen and (max-width: 1000px) {
    .translate:before {
      left: 23px; }
      #fsMenu .translate:before {
        left: 0; }
    .translate > .fsElementContent:before {
      left: 40px; }
      #fsMenu .translate > .fsElementContent:before {
        left: 18px; } }
  .translate .goog-te-gadget > span > a {
    display: none; }

iframe.goog-te-menu-frame {
  position: absolute;
  box-shadow: none !important;
  top: 55px !important;
  left: 20px !important;
  right: 20px !important; }
  iframe.goog-te-menu-frame html {
    background-color: red !important; }

.goog-te-menu2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-top: 5px; }
  .goog-te-menu2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #212529; }
  .goog-te-menu2 > table {
    background-color: #212529;
    padding: 40px; }

.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div,
.goog-te-menu2-item-selected div,
.goog-te-menu2-item-selected:link div,
.goog-te-menu2-item-selected:visited div,
.goog-te-menu2-item-selected:hover div,
.goog-te-menu2-item-selected:active div {
  background: #212529;
  color: #d9d9d9; }

.home #fsPageBodyWrapper {
  padding: 40px 0 0; }
  .home #fsPageBodyWrapper #fsPageBody {
    max-width: none; }

.home .fsLayout .fsDiv {
  margin-bottom: 0; }

.home .home-hero {
  margin-top: -100px; }
  .home .home-hero .slick-arrow {
    height: 50px;
    width: 50px; }
    .home .home-hero .slick-arrow:before {
      display: block;
      width: 50px;
      color: #ADAEB0;
      font-size: 50px;
      line-height: 50px;
      font-family: Vernon;
      text-align: center; }
    .home .home-hero .slick-arrow.fsPrevButton:before, .home .home-hero .slick-arrow.slick-prev:before {
      content: '\e905'; }
    .home .home-hero .slick-arrow.fsNextButton:before, .home .home-hero .slick-arrow.slick-next:before {
      content: '\e906'; }
  .home .home-hero li button:before {
    background: transparent;
    border: 2px solid #ADAEB0; }
  .home .home-hero li.slick-active button:before {
    background: #ADAEB0; }
  .home .home-hero li:hover button:before {
    background: #ADAEB0; }
  .home .home-hero .slick-slider {
    margin-bottom: 0;
    padding: 0; }
    .home .home-hero .slick-slider .fsElementSlideshowControls > button {
      top: 115px;
      left: 15px;
      background: #02818f; }
    .home .home-hero .slick-slider article {
      position: relative;
      height: 580px;
      padding: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-color: #1f1d1d; }
      .home .home-hero .slick-slider article:before {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: '';
        background: rgba(0, 0, 0, 0.3); }
      .home .home-hero .slick-slider article .fsTitle.fsResourceName > a {
        color: #fff; }
      .home .home-hero .slick-slider article .fsResourceTitle {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: 60%;
        z-index: 2;
        max-width: 550px;
        color: #fff;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase; }
        @media (min-width: 700px) {
          .home .home-hero .slick-slider article .fsResourceTitle {
            top: 50%; } }
        .home .home-hero .slick-slider article .fsResourceTitle > a {
          color: #fff;
          font-size: inherit;
          pointer-events: none; }
        .home .home-hero .slick-slider article .fsResourceTitle figcaption {
          margin-top: 10px;
          padding: 10px 0;
          font-size: 22px;
          font-weight: 400;
          line-height: 32px;
          text-transform: none;
          border-top: 2px solid #fff;
          border-bottom: 2px solid #fff; }
          .home .home-hero .slick-slider article .fsResourceTitle figcaption p {
            margin-bottom: 0; }
          .home .home-hero .slick-slider article .fsResourceTitle figcaption a {
            margin: 20px 0 15px; }
      .home .home-hero .slick-slider article figcaption img {
        margin: 0 auto;
        opacity: 1;
        height: auto; }
      .home .home-hero .slick-slider article figure {
        position: relative;
        z-index: 1; }
      .home .home-hero .slick-slider article img {
        opacity: 0;
        height: 580px;
        max-width: none; }
    .home .home-hero .slick-slider .fsPager {
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 10px;
      width: auto; }
      @media only screen and (max-width: 699px) {
        .home .home-hero .slick-slider .fsPager {
          display: none !important; } }
      .home .home-hero .slick-slider .fsPager li button:before {
        background: transparent;
        border: 2px solid #fff; }
      .home .home-hero .slick-slider .fsPager li.slick-active button:before {
        background: #fff; }
      .home .home-hero .slick-slider .fsPager li:hover button:before {
        background: #fff; }
  .home .home-hero .slick-arrow {
    z-index: 0; }
    @media only screen and (max-width: 699px) {
      .home .home-hero .slick-arrow {
        display: none !important; } }
    .home .home-hero .slick-arrow:before {
      color: #fff;
      font-size: 50px; }
    .home .home-hero .slick-arrow.fsPrevButton {
      left: 15px; }
    .home .home-hero .slick-arrow.fsNextButton {
      right: 15px; }
  .home .home-hero.no-title article .fsResourceTitle {
    font-size: 0; }
  .home .home-hero.no-title article figcaption {
    border: none !important; }

.home .home-tabs {
  margin-bottom: 40px !important;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  .home .home-tabs > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home .home-tabs .fsTabsNav {
    display: none;
    margin-bottom: 21px; }
    @media (min-width: 1000px) {
      .home .home-tabs .fsTabsNav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .home .home-tabs .fsTabsNav > li {
      width: calc(25% - 15px);
      margin-right: 0;
      padding-bottom: 21px;
      text-align: center;
      position: relative;
      transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }
      .home .home-tabs .fsTabsNav > li:not(:last-of-type) {
        margin-right: 20px; }
      .home .home-tabs .fsTabsNav > li > a {
        height: 100%;
        display: block;
        border: 1px solid #e1e1e1;
        margin: 0;
        padding: 40px 15px;
        position: relative;
        color: #2e2c2c;
        font-size: 24px;
        line-height: 32px;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        background: #fff;
        transition: background 0.3s, color 0.3s, border 0.3s; }
        .home .home-tabs .fsTabsNav > li > a:before {
          content: "";
          font-family: "Vernon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          margin-right: 11px;
          color: #02818f;
          font-size: 33px;
          vertical-align: middle;
          transition: color 0.3s ease; }
          @media (max-width: 600px) {
            .home .home-tabs .fsTabsNav > li > a:before {
              padding: 0 10px 0 0; } }
        .home .home-tabs .fsTabsNav > li > a:hover {
          text-decoration: none; }
        .home .home-tabs .fsTabsNav > li > a:after {
          position: absolute;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          content: '';
          height: 0;
          width: 0;
          border-style: solid;
          border-width: 21px 25px 0 25px;
          border-color: transparent transparent transparent;
          bottom: -21px;
          z-index: 3;
          transition: border 0.3s;
          pointer-events: none; }
      .home .home-tabs .fsTabsNav > li.fsStateSelected > a {
        color: #fff;
        background: #2e2c2c;
        border: 1px solid #2e2c2c; }
        .home .home-tabs .fsTabsNav > li.fsStateSelected > a:before {
          color: #fff; }
        .home .home-tabs .fsTabsNav > li.fsStateSelected > a:after {
          border-color: #2e2c2c transparent transparent;
          background-color: #ffffff; }
  .home .home-tabs .fsTabs .fsPanel {
    display: block; }
    @media (min-width: 1000px) {
      .home .home-tabs .fsTabs .fsPanel {
        display: none; } }
    .home .home-tabs .fsTabs .fsPanel > header {
      display: block;
      margin-bottom: 20px;
      background: none; }
      @media (min-width: 1000px) {
        .home .home-tabs .fsTabs .fsPanel > header {
          display: none; } }
      .home .home-tabs .fsTabs .fsPanel > header > h2 {
        padding: 0;
        border: 0;
        padding-bottom: 21px; }
        .home .home-tabs .fsTabs .fsPanel > header > h2 > a {
          display: block;
          border: 1px solid #e1e1e1;
          margin: 0;
          padding: 40px 15px;
          position: relative;
          color: #2e2c2c;
          font-size: 24px;
          line-height: 32px;
          font-weight: normal;
          text-transform: none;
          text-align: center;
          background: #fff;
          transition: background 0.3s, color 0.3s, border 0.3s; }
          .home .home-tabs .fsTabs .fsPanel > header > h2 > a:before {
            content: "";
            font-family: "Vernon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            margin-right: 11px;
            color: #02818f;
            font-size: 33px;
            vertical-align: middle;
            transition: color 0.3s ease; }
            @media (max-width: 600px) {
              .home .home-tabs .fsTabs .fsPanel > header > h2 > a:before {
                padding: 0 10px 0 0; } }
          .home .home-tabs .fsTabs .fsPanel > header > h2 > a:hover {
            text-decoration: none; }
          .home .home-tabs .fsTabs .fsPanel > header > h2 > a:after {
            position: absolute;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            content: '';
            height: 0;
            width: 0;
            border-style: solid;
            border-width: 21px 25px 0 25px;
            border-color: transparent transparent transparent;
            bottom: -21px;
            z-index: 3;
            transition: border 0.3s;
            pointer-events: none; }
    .home .home-tabs .fsTabs .fsPanel > .fsElementContent {
      padding: 0; }
    @media (min-width: 1000px) {
      .home .home-tabs .fsTabs .fsPanel.fsStateOpen {
        display: block; } }
    .home .home-tabs .fsTabs .fsPanel.fsStateOpen > header > h2 > a {
      color: #fff;
      background: #2e2c2c;
      border: 1px solid #2e2c2c; }
      .home .home-tabs .fsTabs .fsPanel.fsStateOpen > header > h2 > a:before {
        color: #fff; }
      .home .home-tabs .fsTabs .fsPanel.fsStateOpen > header > h2 > a:after {
        border-color: #2e2c2c transparent transparent;
        background-color: #ffffff; }
  .home .home-tabs .fsLayout.fsTwoColumnLayout {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 1000px) {
      .home .home-tabs .fsLayout.fsTwoColumnLayout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0; } }
    .home .home-tabs .fsLayout.fsTwoColumnLayout .fsElementAddWrapper {
      width: 100%; }
    .home .home-tabs .fsLayout.fsTwoColumnLayout > header,
    .home .home-tabs .fsLayout.fsTwoColumnLayout > footer {
      display: none; }
    .home .home-tabs .fsLayout.fsTwoColumnLayout > .fsDiv {
      float: none;
      width: auto;
      padding: 0;
      margin-bottom: 20px; }
    .home .home-tabs .fsLayout.fsTwoColumnLayout .fsStyleColumn-1 img {
      width: 100%; }
    @media (min-width: 1000px) {
      .home .home-tabs .fsLayout.fsTwoColumnLayout .fsStyleColumn-1 {
        width: 35%;
        margin-bottom: 0; } }
    .home .home-tabs .fsLayout.fsTwoColumnLayout .fsStyleColumn-2 {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      @media (min-width: 1000px) {
        .home .home-tabs .fsLayout.fsTwoColumnLayout .fsStyleColumn-2 {
          margin-left: 40px;
          width: 60%; } }
    .home .home-tabs .fsLayout.fsTwoColumnLayout .fsElement header h2 {
      margin-bottom: 20px;
      color: #02818f;
      font-size: 38px;
      font-weight: 500;
      line-height: 42px;
      text-transform: none;
      text-transform: uppercase; }
  .home .home-tabs .icon-newspaper > a:before,
  .home .home-tabs .icon-newspaper > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-apple > a:before,
  .home .home-tabs .icon-apple > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-calendar > a:before,
  .home .home-tabs .icon-calendar > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-gears > a:before,
  .home .home-tabs .icon-gears > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-achievement > a:before,
  .home .home-tabs .icon-achievement > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-alarm > a:before,
  .home .home-tabs .icon-alarm > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-announcement > a:before,
  .home .home-tabs .icon-announcement > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-bag > a:before,
  .home .home-tabs .icon-bag > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-bell > a:before,
  .home .home-tabs .icon-bell > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-book > a:before,
  .home .home-tabs .icon-book > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-bus > a:before,
  .home .home-tabs .icon-bus > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-calendar-alternative > a:before,
  .home .home-tabs .icon-calendar-alternative > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-chat > a:before,
  .home .home-tabs .icon-chat > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-coffee > a:before,
  .home .home-tabs .icon-coffee > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-cup > a:before,
  .home .home-tabs .icon-cup > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-food > a:before,
  .home .home-tabs .icon-food > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-gift > a:before,
  .home .home-tabs .icon-gift > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-globe > a:before,
  .home .home-tabs .icon-globe > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-graduate > a:before,
  .home .home-tabs .icon-graduate > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-key > a:before,
  .home .home-tabs .icon-key > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-laptop > a:before,
  .home .home-tabs .icon-laptop > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-library > a:before,
  .home .home-tabs .icon-library > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-link > a:before,
  .home .home-tabs .icon-link > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-link1 > a:before,
  .home .home-tabs .icon-link1 > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-mail > a:before,
  .home .home-tabs .icon-mail > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-notebook > a:before,
  .home .home-tabs .icon-notebook > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-owl > a:before,
  .home .home-tabs .icon-owl > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-pencil > a:before,
  .home .home-tabs .icon-pencil > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-person > a:before,
  .home .home-tabs .icon-person > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-question > a:before,
  .home .home-tabs .icon-question > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-school > a:before,
  .home .home-tabs .icon-school > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-science > a:before,
  .home .home-tabs .icon-science > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-tablet > a:before,
  .home .home-tabs .icon-tablet > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-tools > a:before,
  .home .home-tabs .icon-tools > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-trophy > a:before,
  .home .home-tabs .icon-trophy > header > h2 > a:before {
    content: "" !important; }
  .home .home-tabs .icon-chain > a:before,
  .home .home-tabs .icon-chain > header > h2 > a:before {
    content: "" !important; }

.home .embed-container {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1; }
  .home .embed-container header h2 {
    margin-bottom: 20px;
    color: #02818f;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    text-transform: none;
    text-transform: uppercase;
    text-align: center; }
  .home .embed-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex; }
    .home .embed-container > .fsElementContent .fsEmbed {
      width: 67%; }
    .home .embed-container > .fsElementContent .fsResourceElement {
      width: 33%; }

.home .home-programs {
  max-width: 1340px;
  margin: 0 auto; }
  .home .home-programs .slick-arrow {
    height: 50px;
    width: 50px; }
    .home .home-programs .slick-arrow:before {
      display: block;
      width: 50px;
      color: #ADAEB0;
      font-size: 50px;
      line-height: 50px;
      font-family: Vernon;
      text-align: center; }
    .home .home-programs .slick-arrow.fsPrevButton:before, .home .home-programs .slick-arrow.slick-prev:before {
      content: '\e905'; }
    .home .home-programs .slick-arrow.fsNextButton:before, .home .home-programs .slick-arrow.slick-next:before {
      content: '\e906'; }
  .home .home-programs li button:before {
    background: transparent;
    border: 2px solid #ADAEB0; }
  .home .home-programs li.slick-active button:before {
    background: #ADAEB0; }
  .home .home-programs li:hover button:before {
    background: #ADAEB0; }
  .home .home-programs header h2 {
    margin-bottom: 20px;
    color: #02818f;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
    text-transform: none;
    text-transform: uppercase;
    text-align: center; }
  .home .home-programs .fsElementSlideshow {
    padding: 0 56px; }
    @media (min-width: 600px) {
      .home .home-programs .fsElementSlideshow {
        padding: 0 96px; } }
    @media (min-width: 1000px) {
      .home .home-programs .fsElementSlideshow {
        padding: 0 80px; } }
  @media (min-width: 600px) {
    .home .home-programs .slick-list {
      margin-right: -20px; } }
  .home .home-programs .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .home .home-programs article {
    height: 428px;
    padding: 15px 13px 0;
    border: 1px solid #e1e1e1; }
    @media (min-width: 600px) {
      .home .home-programs article {
        margin-right: 20px; } }
    .home .home-programs article .fsThumbnail {
      height: 132px;
      overflow: hidden;
      background-size: cover;
      background-position: 50%; }
      .home .home-programs article .fsThumbnail img {
        opacity: 0; }
    .home .home-programs article .fsTitle {
      margin-bottom: 10px; }
    .home .home-programs article .fsSummary {
      max-height: 135px;
      margin-bottom: 10px; }
    .home .home-programs article .fsReadMoreLink {
      font-size: 15px;
      font-weight: 400;
      line-height: 22px; }
      .home .home-programs article .fsReadMoreLink:hover {
        text-decoration: underline; }

.home.fsComposeMode .home-hero {
  margin-top: auto; }

.news-programs {
  max-width: 1340px;
  margin: 0 auto; }
  .news-programs .slick-arrow {
    height: 50px;
    width: 50px; }
    .news-programs .slick-arrow:before {
      display: block;
      width: 50px;
      color: #ADAEB0;
      font-size: 50px;
      line-height: 50px;
      font-family: Vernon;
      text-align: center; }
    .news-programs .slick-arrow.fsPrevButton:before, .news-programs .slick-arrow.slick-prev:before {
      content: '\e905'; }
    .news-programs .slick-arrow.fsNextButton:before, .news-programs .slick-arrow.slick-next:before {
      content: '\e906'; }
  .news-programs li button:before {
    background: transparent;
    border: 2px solid #ADAEB0; }
  .news-programs li.slick-active button:before {
    background: #ADAEB0; }
  .news-programs li:hover button:before {
    background: #ADAEB0; }
  .news-programs header h2 {
    text-align: center; }
  .news-programs .fsRightArrow {
    right: -25px; }
  .news-programs .fsLeftArrow {
    left: -25px; }
  .news-programs .fsElementSlideshow {
    padding: 0 56px; }
    @media (min-width: 600px) {
      .news-programs .fsElementSlideshow {
        padding: 0 96px; } }
    @media (min-width: 1000px) {
      .news-programs .fsElementSlideshow {
        padding: 0 80px; } }
  @media (min-width: 600px) {
    .news-programs .slick-list {
      margin-right: -20px; } }
  .news-programs .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .news-programs article {
    height: initial;
    padding: 15px 13px 0;
    border: 1px solid #e1e1e1 !important; }
    @media (min-width: 600px) {
      .news-programs article {
        margin-right: 20px; } }
    .news-programs article .fsThumbnail {
      width: auto;
      height: 132px;
      margin: -15px -13px 15px -13px;
      overflow: hidden;
      background-size: cover;
      background-position: 50%; }
      .news-programs article .fsThumbnail img {
        opacity: 0; }
    .news-programs article .fsTitle {
      margin-bottom: 10px; }
    .news-programs article .fsSummary {
      max-height: 135px;
      margin-bottom: 10px; }
    .news-programs article .fsReadMoreLink {
      font-size: 15px;
      font-weight: 400;
      line-height: 22px; }
      .news-programs article .fsReadMoreLink:hover {
        text-decoration: underline; }
