@charset "UTF-8";
 /**
 *
 * Franklin Pierce School District 402 - vernon
 * @link https://fpschoolsorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Josh Webb
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/fpschoolsorg
 * Build version: 3.2.7
 * Git Tag: v3.0-265-g05b998c5ce
 * Last build by: Kosha Burnett
 *
 **/

@charset "UTF-8";
:root {
  --m1: 49, 114, 128;
  --m2: 223, 33, 26; }

:root {
  --m1: 49, 114, 128;
  --m2: 223, 33, 26; }

/*! 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 {
  color: #317280;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #333333; }
  nav a {
    text-decoration: none; }

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

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

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

/*! elements - common - dialog box v0.0.1 */
/* Contains generic styles that apply to every element that has a pop-up/dialog option */
.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #5f5f5f; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #5f5f5f; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: rgba(95, 95, 95, 0.2); }

.fsElementDialog {
  color: #5f5f5f; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #317280;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    background: rgba(49, 114, 128, 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: #df211a;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: rgba(223, 33, 26, 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: #df211a;
  border-radius: 0;
  text-align: center;
  border: 0.2em solid #df211a; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(0, 0, 0, 0.75);
    color: #df211a; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #5f5f5f;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: rgba(95, 95, 95, 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: #5f5f5f;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: rgba(95, 95, 95, 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: #317280;
  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.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #333333;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #317280;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #333333;
      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; }

.fsNavParentPage.school-icon > .fsNavPageInfo > .fsNavLevel2 {
  padding-right: 72px !important; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #317280;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #333333;
      background: #eeeeee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #317280;
    background: rgba(238, 238, 238, 0.1); }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #df211a;
      background: #eeeeee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eeeeee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #317280;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #317280;
        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: #df211a;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: rgba(49, 114, 128, 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: #317280;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #333333;
          background: rgba(238, 238, 238, 0.8); }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #333333;
        background: rgba(238, 238, 238, 0.15); }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #df211a;
          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: #317280;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #317280;
            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: #df211a;
      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; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 10px;
      color: #317280;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #333333;
        background: #eeeeee; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #317280;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #df211a;
        background: #eeeeee; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: rgba(238, 238, 238, 0.98); }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #333333;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #317280;
          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: #df211a; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #eeeeee;
    background: #df211a; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 1.25em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #eeeeee;
      background: #df211a; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: #317280;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

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

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

.nav-district-mobile .fsNavLevel2 li {
  padding-top: 10px;
  padding-bottom: 10px; }

.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: #5f5f5f; }
  .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); }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='googleplus']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wechat']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='wordpress']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='googleplus']:hover, .nav-social .fsNavLevel1 [href*='googleplus']:focus {
    background: #db4f46;
    border-color: #db4f46; }
    .nav-social .fsNavLevel1 [href*='googleplus']:hover:before, .nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wechat']:hover, .nav-social .fsNavLevel1 [href*='wechat']:focus {
    background: #37bf21;
    border-color: #37bf21; }
    .nav-social .fsNavLevel1 [href*='wechat']:hover:before, .nav-social .fsNavLevel1 [href*='wechat']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='flickr']:hover, .nav-social .fsNavLevel1 [href*='flickr']:focus {
    background: #2090d9;
    border-color: #2090d9; }
    .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='wordpress']:hover, .nav-social .fsNavLevel1 [href*='wordpress']:focus {
    background: #0f74a8;
    border-color: #0f74a8; }
    .nav-social .fsNavLevel1 [href*='wordpress']:hover:before, .nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #df211a;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #df211a;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

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

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

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

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

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    background: url("../images/logo.png") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

#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: "Open Sans", sans-serif;
  background: #317280;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

body:not(.fsComposeMode) #fsPageWrapper {
  overflow-x: 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; } }

#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: 50px;
      width: 290px;
      -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: 50px;
      width: 290px; } }
  @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: 50px;
      width: 290px; } }

#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% - 350px); } }
  .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% - 290px); } }
  .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% - 290px); } }
    @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% - 640px); } }

#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: 50px;
      width: 350px;
      -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% - 290px); } }
    @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: 50px;
        width: 350px; } }

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 50px;
        width: 290px; } }
  .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% - 290px); } }

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

.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: 50px;
      width: 350px; } }

@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: 50px;
    width: 290px; } }

@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: 50px;
    width: 290px; } }

.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% - 290px); } }
  @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% - 290px); } }

@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% - 290px); } }

@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: 50px;
    width: 290px; } }

.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: 50px;
        width: 350px; } }
  .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% - 350px); } }

.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% - 290px); } }
  @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% - 290px); } }

.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: 50px;
      width: 290px; } }
  @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: 50px;
      width: 290px; } }

.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: 50px;
      width: 350px; } }

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

@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% - 350px); } }

@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: 50px;
    width: 350px; } }

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

.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: 26px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px 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: #317280;
  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 {
    background: rgba(49, 114, 128, 0.2);
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #eeeeee;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #df211a; }
  .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: 26px;
  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; } }

/*! _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: #317280;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }

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

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

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.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.fsStateHasEvents {
        background: rgba(0, 0, 0, 0.1); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(49, 114, 128, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(49, 114, 128, 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(49, 114, 128, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(49, 114, 128, 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 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #5f5f5f;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  display: block; }
  .scroll-up:hover, .scroll-up:focus,
  .fsStateSelected .scroll-up {
    background: rgba(95, 95, 95, 0.75);
    color: #fff; }
  .scroll-up 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: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #5f5f5f; }
    .fsComposerFormEmbed form input {
      border: solid 1px safe-rgba(#eee, 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(#eee, 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: #317280;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #333333; }
    .fsComposerFormEmbed form .required {
      color: #317280; }
    .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: #317280;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #333333;
          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: #317280;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        background: #df211a; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Open Sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      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: #5f5f5f;
  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(95, 95, 95, 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: #5f5f5f;
  font-family: "Open Sans", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

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

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -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: #df211a;
  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: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  background-color: #df211a;
  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(223, 33, 26, 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; } }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #df211a !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: "Open Sans", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #317280;
    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: "Open Sans", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: rgba(223, 33, 26, 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 #5f5f5f; }
    .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: #5f5f5f;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #5f5f5f;
  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: "Open Sans", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: rgba(223, 33, 26, 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: "Open Sans", sans-serif;
  font-size: 16px; }

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

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #5f5f5f; }
  .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: #df211a; }

.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: #317280 !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: #333333 !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: #5f5f5f;
  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(95, 95, 95, 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: #5f5f5f;
  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(95, 95, 95, 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: #317280;
        color: #eeeeee; }
        .fsTabs .fsTabsNav li a:hover {
          background: rgba(49, 114, 128, 0.8);
          color: #eeeeee; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #df211a;
        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: #333333;
    color: rgba(51, 51, 51, 0); }
  .fsLegend .fsElementControls label input + span {
    color: #333333;
    background: rgba(51, 51, 51, 0.3); }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px; }
  .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: #5f5f5f;
    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: #5f5f5f; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #eeeeee;
      color: rgba(238, 238, 238, 0.2); }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: rgba(49, 114, 128, 0.75);
      color: #fff; }

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

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

/*! pages - home v0.0.1 */
.icon-buttons .fsElementContent {
  font-family: "Open Sans"; }

.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: #5f5f5f;
      color: #5f5f5f; }
      .colors ol li:nth-of-type(1):after {
        content: "#5f5f5f"; }
    .colors ol li:nth-of-type(2) {
      background: #317280;
      color: #317280; }
      .colors ol li:nth-of-type(2):after {
        content: "#317280"; }
    .colors ol li:nth-of-type(3) {
      background: #df211a;
      color: #df211a; }
      .colors ol li:nth-of-type(3):after {
        content: "#df211a"; }
    .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: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(6) {
      background: #d7d7d7;
      color: #d7d7d7; }
      .colors ol li:nth-of-type(6):after {
        content: "#d7d7d7"; }
    .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: "Open Sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Open Sans, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 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; } }

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

.home:not(.fsComposeMode) .fsPageTitle {
  position: absolute;
  opacity: 0; }

.fsAccordion .fsPanel {
  margin-bottom: 5px; }
  .fsAccordion .fsPanel header {
    background: #df211a; }
    .fsAccordion .fsPanel header h2 {
      margin-bottom: 0;
      padding: 4px 13px; }
    .fsAccordion .fsPanel header a {
      color: #ffffff;
      font-size: 16px;
      line-height: 26px; }
    .fsAccordion .fsPanel header:hover, .fsAccordion .fsPanel header:focus {
      background: #317280; }
      .fsAccordion .fsPanel header:hover a, .fsAccordion .fsPanel header:focus a {
        color: #ffffff; }
  .fsAccordion .fsPanel > .fsElementContent {
    border: 1px solid #e1e1e1; }
  .fsAccordion .fsPanel.fsStateOpen header {
    background: #317280; }
    .fsAccordion .fsPanel.fsStateOpen header a {
      color: #ffffff; }

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

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

.fsAccordion.fsPanelIconBefore .fsPanel.fsStateOpen > header h2:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff;
  -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: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  transition: transform .3s; }

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

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


.fsStyleDefaultButton,
.fsStyleUpdateButton,
.submitBtn,
.fsLoginSubmit,
.button,
.button-1-small,
.button-2-small,
.button-3-small,
.button-4-small,
.button-1-large,
.button-2-large,
.button-3-large,
.button-on-dark,
.fs_style_27,
.fs_style_28,
.fs_style_29,
.fs_style_31,
.fs_style_32,
.fs_style_33,
.fs_style_30 {
  margin: 0 0 20px;
  padding: 13px 17px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #df211a !important;
  text-decoration: none; }
  
  .fsStyleDefaultButton em,
  .fsStyleUpdateButton em,
  .submitBtn em,
  .fsLoginSubmit em,
  .button em,
  .button-1-small em,
  .button-2-small em,
  .button-3-small em,
  .button-4-small em,
  .button-1-large em,
  .button-2-large em,
  .button-3-large em,
  .button-on-dark em,
  .fs_style_27 em,
  .fs_style_28 em,
  .fs_style_29 em,
  .fs_style_31 em,
  .fs_style_32 em,
  .fs_style_33 em,
  .fs_style_30 em {
    display: block;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-style: normal;
    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-3-small:hover,
  .button-3-small:focus,
  .button-4-small:hover,
  .button-4-small:focus,
  .button-1-large:hover,
  .button-1-large:focus,
  .button-2-large:hover,
  .button-2-large:focus,
  .button-3-large:hover,
  .button-3-large:focus,
  .button-on-dark:hover,
  .button-on-dark:focus,
  .fs_style_27:hover,
  .fs_style_27:focus,
  .fs_style_28:hover,
  .fs_style_28:focus,
  .fs_style_29:hover,
  .fs_style_29:focus,
  .fs_style_31:hover,
  .fs_style_31:focus,
  .fs_style_32:hover,
  .fs_style_32:focus,
  .fs_style_33:hover,
  .fs_style_33:focus,
  .fs_style_30:hover,
  .fs_style_30:focus {
    color: #ffffff;
    text-decoration: none !important;
    background: #317280 !important; }

.button-2-small,
.button-2-large,
.fs_style_32,
.fs_style_28 {
  color: #ffffff;
  background: #317280 !important;
  border: 1px solid #ffffff; }
  .button-2-small em,
  .button-2-large em,
  .fs_style_32 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_32:hover,
  .fs_style_32:focus,
  .fs_style_28:hover,
  .fs_style_28:focus {
    color: #ffffff;
    background: #df211a !important; }
    .button-2-small:hover em, .button-2-small:focus em,
    .button-2-large:hover em,
    .button-2-large:focus em,
    .fs_style_32:hover em,
    .fs_style_32:focus em,
    .fs_style_28:hover em,
    .fs_style_28:focus em {
      color: rgba(255, 255, 255, 0.7); }

.button-3-small,
.button-3-large,
.fs_style_33,
.fs_style_29 {
  color: #317280;
  background: #ffffff !important;
  border: 1px solid #b3b3b3; }
  .button-3-small em,
  .button-3-large em,
  .fs_style_33 em,
  .fs_style_29 em {
    color: #317280; }
  .button-3-small:hover, .button-3-small:focus,
  .button-3-large:hover,
  .button-3-large:focus,
  .fs_style_33:hover,
  .fs_style_33:focus,
  .fs_style_29:hover,
  .fs_style_29:focus {
    color: #ffffff;
    background: #317280 !important; }
    .button-3-small:hover em, .button-3-small:focus em,
    .button-3-large:hover em,
    .button-3-large:focus em,
    .fs_style_33:hover em,
    .fs_style_33:focus em,
    .fs_style_29:hover em,
    .fs_style_29:focus em {
      color: #ffffff; }

.button-1-large,
.button-2-large,
.button-3-large,
.fs_style_31,
.fs_style_32,
.fs_style_33 {
  max-width: 100%;
  min-width: 280px;
  padding: 20px;
  font-size: 22px; }

.button-dark {
  padding: 20px;
  background: #5f5f5f !important; }

.button-on-dark,
.fs_style_30 {
  color: #ffffff;
  background: transparent !important;
  border: 1px solid #ffffff; }
  .button-on-dark:hover, .button-on-dark:focus,
  .fs_style_30:hover,
  .fs_style_30:focus {
    color: #5f5f5f;
    background: #ffffff !important;
    border-color: #ffffff; }

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

#fsFooter {
  background: #4a4d47;
  padding: 50px 0 30px; }
  #fsFooter .fsBanner {
    display: block; }
    @media (max-width: 1220px) {
      #fsFooter .fsBanner {
        padding-right: 1.25em;
        padding-left: 1.25em; } }

.school-details {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 700px) {
    .school-details {
      text-align: left; } }
  .school-details [itemprop='name'] {
    display: block;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase; }
  .school-details [itemprop='address'] {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase; }
  .school-details [itemprop='telephone'] {
    display: block; }
  .school-details a {
    color: inherit; }

#fsPoweredByFinalsite {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 132px; }
  @media (min-width: 700px) {
    #fsPoweredByFinalsite {
      left: 20px;
      -ms-transform: none;
      transform: none; } }

#fsHeader {
  padding: 0; }

.top-container {
  display: none;
  margin-bottom: 0;
  background: #df211a; }
  @media (min-width: 1000px) {
    .top-container {
      display: block; } }
  .top-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top-container > .fsElementContent .top-container-nav {
      display: none;
      margin-bottom: 0;
      z-index: 1000; }
      @media (min-width: 1000px) {
        .top-container > .fsElementContent .top-container-nav {
          display: block; } }
      .top-container > .fsElementContent .top-container-nav > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        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 {
  margin-bottom: 0;
  padding-left: 20px;
  color: #ffffff; }
  .tagline p {
    margin-bottom: 0;
    padding: 9px 0;
    font-size: 11px;
    line-height: 20px; }
    @media (min-width: 1200px) {
      .tagline p {
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase; } }
  .tagline [itemprop='telephone'] {
    display: block; }
    @media (min-width: 1200px) {
      .tagline [itemprop='telephone'] {
        display: inline; } }
    .tagline [itemprop='telephone'] a {
      color: #ffffff; }

.site-info-container {
  margin: 0;
  padding: 5px 20px;
  width: 220px;
  background: #df211a; }
  @media (min-width: 700px) {
    .site-info-container {
      height: 134px;
      width: 254px;
      position: absolute;
      top: 0;
      left: 0; } }
  @media (min-width: 1000px) {
    .site-info-container {
      position: relative; } }
  .site-info-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%; }
    .site-info-container > .fsElementContent > * {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .site-info-container > .fsElementContent figure {
      max-height: 100%;
      max-width: 100%; }
      .site-info-container > .fsElementContent figure a {
        max-height: 100%;
        display: block;
        padding: 0; }
      .site-info-container > .fsElementContent figure img {
        max-height: 124px;
        max-width: 190px !important; }
        @media (min-width: 700px) {
          .site-info-container > .fsElementContent figure img {
            max-width: 214px !important; } }
    .site-info-container > .fsElementContent p {
      margin-bottom: 0; }
  .site-info-container a {
    margin: 0;
    padding: 0 0 0 10px;
    background: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none; }
    .site-info-container a:hover {
      color: #ffffff;
      text-decoration: none !important; }

.nav-district {
  margin-bottom: 0; }
  .nav-district .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .nav-district .fsNavLevel1 > li {
      margin-right: 20px;
      margin-bottom: 0; }
      .nav-district .fsNavLevel1 > li > a {
        position: relative;
        padding: 9px 13px 9px 38px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase; }
        .nav-district .fsNavLevel1 > li > a:hover, .nav-district .fsNavLevel1 > li > a:focus {
          color: #ffffff; }
        .nav-district .fsNavLevel1 > li > a:before {
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          left: 13px;
          color: #ffffff; }
      .nav-district .fsNavLevel1 > li:hover > a, .nav-district .fsNavLevel1 > li:focus > a, .nav-district .fsNavLevel1 > li.menu-item-open > a {
        color: #df211a;
        background: #ffffff; }
        .nav-district .fsNavLevel1 > li:hover > a:before, .nav-district .fsNavLevel1 > li:focus > a:before, .nav-district .fsNavLevel1 > li.menu-item-open > a:before {
          color: #df211a; }
      .nav-district .fsNavLevel1 > li.home-icon > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 5px; }
      .nav-district .fsNavLevel1 > li.user-icon > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 5px; }
      .nav-district .fsNavLevel1 > li.school-icon > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 5px; }
      .nav-district .fsNavLevel1 > li.apple-icon > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 5px; }
      .nav-district .fsNavLevel1 > li.globe-icon > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-right: 5px; }
      .nav-district .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-district .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #ffffff !important;
        text-decoration: underline; }
      .nav-district .fsNavLevel1 > li .fsNavPageInfo {
        z-index: 999;
        width: 250px;
        background: #ffffff; }
        .nav-district .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
          padding: 20px; }
          .nav-district .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 a:hover {
            text-decoration: underline; }
      html.js .nav-district .fsNavLevel1 > li {
        position: relative; }
        html.js .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        .menu-item-open html.js .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-district .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-district .fsNavLevel1 > li:hover .fsNavPageInfo {
          max-height: 9999px; }
      html:not(.js) .nav-district .fsNavLevel1 > li {
        position: relative; }
        html:not(.js) .nav-district .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        html:not(.js) .nav-district .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px; }
        @media (max-width: 599px) {
          html:not(.js) .nav-district .fsNavLevel1 > li:focus > .fsNavPageInfo {
            max-height: 9999px; } }
  .nav-district .fsNavLevel1 > li.school-icon > .fsNavPageInfo {
    right: 0 !important;
    left: auto !important;
    -ms-transform: none;
    transform: none; }
  .district-homepage .nav-district .fsNavLevel1 > li.user-icon > .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-portals {
  margin-bottom: 0; }
  .nav-portals .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    .nav-portals .fsNavLevel1 li {
      position: relative;
      margin-right: 15px;
      margin-bottom: 0; }
      .nav-portals .fsNavLevel1 li.faculty a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-portals .fsNavLevel1 li.students {
        display: none; }
      .nav-portals .fsNavLevel1 li.parents a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .nav-portals .fsNavLevel1 a {
      padding: 9px 13px 9px 38px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      .nav-portals .fsNavLevel1 a:before {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 13px;
        color: #ffffff; }
      .nav-portals .fsNavLevel1 a:hover, .nav-portals .fsNavLevel1 a:focus {
        color: #df211a;
        background: #ffffff; }
        .nav-portals .fsNavLevel1 a:hover:before, .nav-portals .fsNavLevel1 a:focus:before {
          color: #df211a; }

.main-utility-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: #317280; }
  .home .main-utility-container {
    background: rgba(49, 114, 128, 0.9); }
  .main-utility-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (min-width: 700px) {
    .main-utility-container {
      height: 104px; } }

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

.home #fsPageBodyWrapper {
  padding-bottom: 0; }

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

.home .juicer-feed .j-twitter {
  background: #2b7cc0; }

.home .fsHeader .home-hero {
  margin-top: -120px; }
  @media (min-width: 1000px) {
    .home .fsHeader .home-hero {
      margin-top: -114px; } }
  .home .fsHeader .home-hero .slick-slider {
    margin-bottom: 0;
    padding: 0; }
    .home .fsHeader .home-hero .slick-slider .fsElementSlideshowControls > button {
      top: 155px;
      left: 15px;
      background: #df211a; }
    .home .fsHeader .home-hero .slick-slider article {
      position: relative;
      height: 620px;
      padding: 0;
      background-size: cover;
      background-position: 50% 50%; }
      .home .fsHeader .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 .fsHeader .home-hero .slick-slider article .fsResourceTitle {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: 60%;
        max-width: 580px;
        color: #ffffff;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: normal; }
        .home .fsHeader .home-hero .slick-slider article .fsResourceTitle a {
          display: block;
          color: inherit;
          font-size: inherit; }
        .home .fsHeader .home-hero .slick-slider article .fsResourceTitle figcaption {
          margin-top: 10px;
          padding: 10px 0;
          font-size: 22px;
          line-height: 32px;
          border-top: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          text-transform: none;
          font-weight: 400;
          z-index: 5; }
          .home .fsHeader .home-hero .slick-slider article .fsResourceTitle figcaption p {
            margin-bottom: 0; }
      .home .fsHeader .home-hero .slick-slider article .fsDescription {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: 70%;
        max-width: 580px; }
        .home .fsHeader .home-hero .slick-slider article .fsDescription p {
          margin: 50px auto 0;
          padding: 10px 0;
          font-size: 22px;
          line-height: 32px;
          border-top: 2px solid #ffffff;
          border-bottom: 2px solid #ffffff;
          text-transform: none;
          font-weight: 400;
          z-index: 5; }
          @media (min-width: 1000px) {
            .home .fsHeader .home-hero .slick-slider article .fsDescription p {
              margin: 10px auto 0; } }
          .home .fsHeader .home-hero .slick-slider article .fsDescription p a {
            color: #fff; }
      .home .fsHeader .home-hero .slick-slider article img {
        visibility: hidden;
        z-index: -10;
        opacity: 0;
        height: 580px;
        max-width: none; }
    .home .fsHeader .home-hero .slick-slider .fsPager {
      position: absolute;
      right: 20px;
      bottom: 30px;
      width: auto; }
      @media only screen and (max-width: 699px) {
        .home .fsHeader .home-hero .slick-slider .fsPager {
          display: none !important; } }
      .home .fsHeader .home-hero .slick-slider .fsPager li button:before {
        background: #ffffff;
        border: none; }
      .home .fsHeader .home-hero .slick-slider .fsPager li.slick-active button:before {
        background: #df211a; }
      .home .fsHeader .home-hero .slick-slider .fsPager li:hover button:before {
        background: #ffffff; }
  .home .fsHeader .home-hero .slick-arrow {
    z-index: 0;
    height: 50px;
    width: 50px; }
    @media only screen and (max-width: 699px) {
      .home .fsHeader .home-hero .slick-arrow {
        display: none !important; } }
    .home .fsHeader .home-hero .slick-arrow:before {
      color: #ffffff;
      font-size: 50px;
      transition: color .3s; }
    .home .fsHeader .home-hero .slick-arrow:hover:before, .home .fsHeader .home-hero .slick-arrow:focus:before {
      color: #df211a; }
    .home .fsHeader .home-hero .slick-arrow.fsPrevButton {
      left: 15px; }
      .home .fsHeader .home-hero .slick-arrow.fsPrevButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .fsHeader .home-hero .slick-arrow.fsNextButton {
      right: 15px; }
      .home .fsHeader .home-hero .slick-arrow.fsNextButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

.home .home-news-social header {
  text-align: center; }
  .home .home-news-social header h2 {
    margin-bottom: 5px;
    color: #df211a;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    text-transform: uppercase; }
  .home .home-news-social header .fsElementHeaderContent a {
    text-transform: uppercase; }

@media (min-width: 1000px) {
  .home .home-news-social > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1000px) {
  .home .home-news-social .fsPostElement {
    width: 61%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

@media (min-width: 1000px) {
  .home .home-news-social .fsPostElement .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.home .home-news-social .fsPostElement .fsListItems .fsFeeds {
  margin: 0 10px 20px;
  padding: 10px;
  border: 1px solid #d7d7d7; }

.home .home-news-social .fsPostElement article {
  margin: 0 10px 20px;
  border: 1px solid #d7d7d7;
  padding: 10px; }
  @media (min-width: 1000px) {
    .home .home-news-social .fsPostElement article {
      width: calc(50% - 10px);
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      min-height: 460px;
      margin-bottom: 0; } }
  .home .home-news-social .fsPostElement article .fsThumbnail {
    max-height: 180px;
    margin: -10px -10px 10px -10px;
    overflow: hidden; }
  .home .home-news-social .fsPostElement article .fsTitle {
    margin-bottom: 10px; }
  .home .home-news-social .fsPostElement article .fsDateTime {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600; }
  .home .home-news-social .fsPostElement article .fsReadMoreLink {
    color: #317280;
    font-size: 15px;
    font-weight: 600; }
    .home .home-news-social .fsPostElement article .fsReadMoreLink:hover {
      color: #000000;
      text-decoration: underline; }

.home .home-news-social .fsTabs {
  border: 1px solid #d7d7d7;
  display: none; }
  @media (min-width: 1000px) {
    .home .home-news-social .fsTabs {
      display: block;
      width: 34%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-bottom: 20px; } }
  .home .home-news-social .fsTabs .fsTabsNav li {
    width: calc(50% - 2px); }
    .home .home-news-social .fsTabs .fsTabsNav li a {
      border: none;
      text-align: center;
      text-transform: none; }
    .home .home-news-social .fsTabs .fsTabsNav li.fsStateSelected > a {
      color: #fff; }
  .home .home-news-social .fsTabs .fsTabsNav li:first-child > a {
    background: #2b7cc0; }
    .home .home-news-social .fsTabs .fsTabsNav li:first-child > a:hover {
      background: #266fab; }
  .home .home-news-social .fsTabs .fsTabsNav li:last-child > a {
    background: #3a5998; }
    .home .home-news-social .fsTabs .fsTabsNav li:last-child > a:hover {
      background: #334e86; }

.home .home-news-social .home-twitter,
.home .home-news-social .home-facebook {
  max-height: 370px;
  overflow: auto; }
  .home .home-news-social .home-twitter .feed-item,
  .home .home-news-social .home-facebook .feed-item {
    border: none;
    padding: 0 10px 10px; }
    .home .home-news-social .home-twitter .feed-item:not-last-child,
    .home .home-news-social .home-facebook .feed-item:not-last-child {
      border-bottom: 1px solid #eeeeee; }
  .home .home-news-social .home-twitter .j-poster,
  .home .home-news-social .home-facebook .j-poster {
    height: 35px;
    margin-bottom: 0; }
  .home .home-news-social .home-twitter .j-twitter-poster,
  .home .home-news-social .home-facebook .j-twitter-poster {
    font-size: 14px; }
  .home .home-news-social .home-twitter .j-twitter-display-name,
  .home .home-news-social .home-facebook .j-twitter-display-name {
    font-weight: bold; }
  .home .home-news-social .home-twitter .j-image,
  .home .home-news-social .home-twitter .j-paginate,
  .home .home-news-social .home-facebook .j-image,
  .home .home-news-social .home-facebook .j-paginate {
    display: none !important; }
  .home .home-news-social .home-twitter .j-text,
  .home .home-news-social .home-facebook .j-text {
    padding: 10px 0 !important; }
    .home .home-news-social .home-twitter .j-text .j-message,
    .home .home-news-social .home-facebook .j-text .j-message {
      font-size: 14px !important;
      line-height: 18px !important; }

@media (max-width: 700px) {
  .home .home-news-social .home-twitter .feed-item:last-child {
    display: none; } }

@media (max-width: 700px) {
  .home .home-news-social .home-facebook .feed-item:last-child {
    display: none; } }

.home .home-news-social .slick-dots {
  text-align: center; }
  .home .home-news-social .slick-dots, .home .home-news-social .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home .home-news-social .slick-dots li {
    margin: 0;
    padding: 0; }
  .home .home-news-social .slick-dots li {
    display: inline-block;
    margin: 0 3px 5px; }
    .home .home-news-social .slick-dots li button {
      font-size: 0;
      color: transparent;
      border: 0;
      padding: 0;
      height: 12px;
      width: 12px;
      border-radius: 100%;
      background: #eeeeee; }
    .home .home-news-social .slick-dots li.slick-active button {
      background: #df211a; }

.home .home-calendar {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 40px 0;
  background-size: cover;
  z-index: 1; }
  .home .home-calendar:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(57, 135, 152, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .home .home-calendar header,
  .home .home-calendar .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home .home-calendar header {
    text-align: center; }
    .home .home-calendar header h2 {
      margin-bottom: 5px;
      color: #ffffff;
      font-size: 36px;
      font-weight: 400;
      line-height: 43px;
      text-transform: uppercase; }
    .home .home-calendar header .fsElementHeaderContent a {
      color: #eeeeee;
      text-transform: uppercase; }
      .home .home-calendar header .fsElementHeaderContent a:hover {
        text-decoration: underline; }
  .home .home-calendar article {
    text-align: center;
    padding-left: 20px; }
    .home .home-calendar article .fsDate {
      background: #fff;
      border-radius: 100%;
      position: relative;
      z-index: 1;
      margin: 10px auto 20px; }
      .home .home-calendar article .fsDate:before {
        display: block;
        content: '';
        height: calc(100% + 10px);
        width: calc(100% + 10px);
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: -1; }
      .home .home-calendar article .fsDate .fsMonth,
      .home .home-calendar article .fsDate .fsDayName {
        color: #5f5f5f; }
      .home .home-calendar article .fsDate .fsDay {
        color: #df211a; }
    .home .home-calendar article .fsTitle a {
      color: #ffffff;
      text-transform: none; }
      .home .home-calendar article .fsTitle a:hover, .home .home-calendar article .fsTitle a:focus {
        text-decoration: underline; }
    .home .home-calendar article .fsTimeRange:before,
    .home .home-calendar article .fsLocation:before {
      color: #fff !important; }
    .home .home-calendar article .fsEventDetails {
      color: #fff;
      text-transform: none; }
    .home .home-calendar article .fsReadMoreLink {
      color: #ffffff; }
      .home .home-calendar article .fsReadMoreLink:hover, .home .home-calendar article .fsReadMoreLink:focus {
        text-decoration: underline; }
  .home .home-calendar .fsPager li button:before {
    background: #ffffff;
    border: none; }
  .home .home-calendar .fsPager li.slick-active button:before {
    background: #df211a; }
  .home .home-calendar .fsPrevButton:before,
  .home .home-calendar .fsNextButton:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5); }
  .home .home-calendar .fsPrevButton:hover:before,
  .home .home-calendar .fsNextButton:hover:before {
    color: #fff; }
  .home .home-calendar .fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home .home-calendar .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.icon-buttons > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .icon-buttons > .fsElementContent .fsContent {
    width: 140px;
    min-height: 120px;
    margin: 0 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #317280;
    font-size: 13px;
    line-height: 1.1em;
    font-weight: 700;
    position: relative; }
    @media (min-width: 700px) {
      .icon-buttons > .fsElementContent .fsContent {
        margin: 0 30px 20px; } }
    @media (min-width: 1000px) {
      .icon-buttons > .fsElementContent .fsContent {
        margin: 0 10px 20px; } }
    .icon-buttons > .fsElementContent .fsContent:before {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 40px;
      line-height: 1;
      content: '';
      height: 80px;
      width: 80px;
      border-radius: 100%;
      background: #df211a;
      color: #fff;
      margin: 0 auto 20px;
      transition: background .3s; }
    .icon-buttons > .fsElementContent .fsContent:hover:before, .icon-buttons > .fsElementContent .fsContent:focus:before {
      background: #317280; }
    .icon-buttons > .fsElementContent .fsContent.icon-fa:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-employment:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-lunch:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-bus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-payments:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-report:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-marker-icon:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-apple:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-backpack:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-bar-graph:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-baseball:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-book:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-briefcase:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-bullhorn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-bus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-calendar:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-camera:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-certificate:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-check:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-chess:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-city:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-college:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-cross:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-directory:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-diversity:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-door:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-droplet:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-enroll:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-faq:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-files:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-football:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-gift:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-giving:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-globe:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-grad:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-group-boys:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-group-coed:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-down:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-up:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-right:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-left:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-double-down:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-double-up:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-double-right:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-group-girls:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-group:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-heart:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-info:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-jersey:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-leaf:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-lightbulb:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-link:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-list:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-location:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-lock:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-map:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-medal:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-microscope:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-music:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-paint:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-pencil:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-person:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-phone:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-piggy-bank:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-portion:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-question:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-ratio:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-robot:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-school:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-screens:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-settings:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-shoe:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-soccer:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-sports:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-star-of-david:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-star:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-store:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-sun:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-teacher:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-theater:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-time:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-tree:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-trophy:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-warning:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-double-left:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-dollar-sign:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-comment-dots:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-utensils:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-bus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-users:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-calendar-alt-4:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-apple:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-logo:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-user:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-school2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-menu:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-left2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-right2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-search:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-user2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-home:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-clock-o:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-map-marker:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-chevron-left:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-chevron-right:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-plus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-minus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-calendar:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-chevron-up:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-chevron-down:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-twitter2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-facebook2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-feed:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-globe:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-chain:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-bars:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-google-plus-square:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-google-plus:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-linkedin2:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-linkedin:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-left:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-right:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-up:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-angle-down:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-spinner:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-youtube-play:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-instagram:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-weibo:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-wechat:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-vimeo:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent.icon-arrow-right:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .icon-buttons > .fsElementContent .fsContent a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 120px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      color: #df211a; }
      .icon-buttons > .fsElementContent .fsContent a:hover {
        color: #317280;
        text-decoration: none; }

body:not(.fsComposeMode) .infopanels {
  background: #ffffff; }
  body:not(.fsComposeMode) .infopanels > .fsContainer > .fsElementContent,
  body:not(.fsComposeMode) .infopanels > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    zoom: 1;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px; }
    body:not(.fsComposeMode) .infopanels > .fsContainer > .fsElementContent:after,
    body:not(.fsComposeMode) .infopanels > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .infopanels > .fsContainer > .fsElementContent,
      body:not(.fsComposeMode) .infopanels > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 46.75em;
        max-width: 46.75rem;
        text-align: left; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .infopanels > .fsContainer > .fsElementContent,
      body:not(.fsComposeMode) .infopanels > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 80em;
        max-width: 80rem;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

body:not(.fsComposeMode) .slide-box {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  color: #ffffff;
  height: 165px;
  width: 378px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  display: inline-block;
  margin: 0 auto 20px;
  cursor: pointer;
  pointer-events: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .slide-box {
      width: calc(50% - 15px);
      margin: 0 10px 20px 0; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .slide-box {
      width: calc(33.33% - 20px);
      margin: 0 auto 20px; } }
  body:not(.fsComposeMode) .slide-box:before {
    z-index: 1;
    transition: all .5s linear;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    height: 800px;
    width: 800px;
    -ms-transform: rotate(-58deg) translate(0, -730px);
    transform: rotate(-58deg) translate(0, -730px);
    background: #df211a; }
    @media (max-width: 700px) {
      body:not(.fsComposeMode) .slide-box:before {
        -ms-transform: rotate(-58deg) translate(0%, -50%);
        transform: rotate(-58deg) translate(0%, -50%); } }
  body:not(.fsComposeMode) .slide-box:hover:before, body:not(.fsComposeMode) .slide-box:focus:before {
    -ms-transform: rotate(-58deg) translate(0%, -50%);
    transform: rotate(-58deg) translate(0%, -50%); }
  body:not(.fsComposeMode) .slide-box:hover header, body:not(.fsComposeMode) .slide-box:focus header {
    opacity: 0; }
  body:not(.fsComposeMode) .slide-box:hover .fsElementContent, body:not(.fsComposeMode) .slide-box:focus .fsElementContent {
    animation: fadeIn ease-in .3s;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-delay: .3s; }
  body:not(.fsComposeMode) .slide-box header {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90%;
    opacity: 1;
    transition: opacity .6s ease-out;
    text-align: left; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .slide-box header {
        width: 45%; } }
    body:not(.fsComposeMode) .slide-box header .fsElementHeaderContent {
      font-size: 24px;
      line-height: 30px; }
      body:not(.fsComposeMode) .slide-box header .fsElementHeaderContent em {
        display: block;
        font-style: normal;
        font-size: 14px;
        line-height: 18px; }
  body:not(.fsComposeMode) .slide-box .fsElementContent {
    padding: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    color: #ffffff;
    opacity: 0;
    text-align: left;
    font-size: 14px;
    line-height: 18px; }
  body:not(.fsComposeMode) .slide-box footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5; }
    body:not(.fsComposeMode) .slide-box footer .fsElementFooterContent a {
      font-size: 12px;
      text-transform: uppercase;
      display: block;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: 1px; }

@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: #b3b3b3; }

h1 {
  margin-bottom: 20px;
  color: #df211a;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
  text-transform: none; }

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

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

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

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

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

.fsContent a:hover, .fsContent a:focus,
.fsResourceElement a:hover,
.fsResourceElement a:focus {
  text-decoration: none; }

.table-style th,
.fs_style_26 th {
  padding: 12px 20px;
  color: #ffffff;
  font-style: 700;
  background: #df211a; }

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

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

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

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

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  height: 100px;
  width: 100px;
  max-width: 100px;
  color: transparent;
  font-size: 0; }
  .drawer-trigger:before {
    position: absolute;
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    font-size: 55px;
    line-height: 1;
    margin: 0;
    background: transparent;
    text-shadow: 2px 2px 0px transparent;
    transition: all .3s; }
  .drawer-trigger:after {
    display: none; }
  .drawer-trigger:hover:before, .drawer-trigger:focus:before {
    text-shadow: 2px 2px 0px #000000; }
  .drawer-is-active .drawer-trigger:before {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.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: #df211a; }
  .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); }
    @media (min-width: 1000px) {
      .drawer-is-active .fsMenu {
        display: none; } }

.drawer-close-container {
  position: relative;
  float: left;
  height: 55px;
  width: 55px;
  margin-bottom: 0;
  background: #df211a; }
  .drawer-close-container .drawer-close {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 55px;
    width: 55px;
    font-size: 0;
    background: transparent;
    border: 0; }
    .drawer-close-container .drawer-close:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      font-size: 30px; }
    .drawer-close-container .drawer-close:hover:before {
      color: #000; }

.nav-mobile .fsNavLevel1 li.fsNavCurrentPage > a, .nav-mobile .fsNavLevel1 li.fsNavCurrentPageAncestor > a,
.nav-portals-mobile .fsNavLevel1 li.fsNavCurrentPage > a,
.nav-portals-mobile .fsNavLevel1 li.fsNavCurrentPageAncestor > a,
.nav-district-mobile .fsNavLevel1 li.fsNavCurrentPage > a,
.nav-district-mobile .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  text-decoration: underline;
  color: #ffffff; }

.nav-mobile .fsNavPageInfo,
.nav-portals-mobile .fsNavPageInfo,
.nav-district-mobile .fsNavPageInfo {
  display: none; }

.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,
.nav-district-mobile .fsNavLevel2,
.nav-district-mobile .fsNavLevel3,
.nav-district-mobile .fsNavLevel4,
.nav-district-mobile .fsNavLevel5 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .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,
  .nav-district-mobile .fsNavLevel2 a,
  .nav-district-mobile .fsNavLevel3 a,
  .nav-district-mobile .fsNavLevel4 a,
  .nav-district-mobile .fsNavLevel5 a {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 23px; }
    .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,
    .nav-district-mobile .fsNavLevel2 a:hover,
    .nav-district-mobile .fsNavLevel3 a:hover,
    .nav-district-mobile .fsNavLevel4 a:hover,
    .nav-district-mobile .fsNavLevel5 a:hover {
      text-decoration: underline; }
  .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,
  .nav-district-mobile .fsNavLevel2 .mobile-toggle:before,
  .nav-district-mobile .fsNavLevel3 .mobile-toggle:before,
  .nav-district-mobile .fsNavLevel4 .mobile-toggle:before,
  .nav-district-mobile .fsNavLevel5 .mobile-toggle:before {
    color: #fff; }
  .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,
  .nav-district-mobile .fsNavLevel2 .mobile-toggle:after,
  .nav-district-mobile .fsNavLevel3 .mobile-toggle:after,
  .nav-district-mobile .fsNavLevel4 .mobile-toggle:after,
  .nav-district-mobile .fsNavLevel5 .mobile-toggle:after {
    opacity: .5;
    background-color: #fff; }
  .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,
  .nav-district-mobile .fsNavLevel2 > li > a,
  .nav-district-mobile .fsNavLevel3 > li > a,
  .nav-district-mobile .fsNavLevel4 > li > a,
  .nav-district-mobile .fsNavLevel5 > li > a {
    display: block;
    padding: 0 20px; }
  .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,
  .nav-district-mobile .fsNavLevel2 > li.fsNavParentPage > a,
  .nav-district-mobile .fsNavLevel3 > li.fsNavParentPage > a,
  .nav-district-mobile .fsNavLevel4 > li.fsNavParentPage > a,
  .nav-district-mobile .fsNavLevel5 > li.fsNavParentPage > a {
    width: calc(100% - 50px); }
  .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,
  .nav-district-mobile .fsNavLevel2 > li.fsNavCurrentPage > a,
  .nav-district-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a,
  .nav-district-mobile .fsNavLevel3 > li.fsNavCurrentPage > a,
  .nav-district-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a,
  .nav-district-mobile .fsNavLevel4 > li.fsNavCurrentPage > a,
  .nav-district-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a,
  .nav-district-mobile .fsNavLevel5 > li.fsNavCurrentPage > a,
  .nav-district-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a {
    text-decoration: underline;
    color: #5f5f5f; }

.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: 45px;
  padding: 0;
  background-color: transparent;
  border: none; }
  .mobile-toggle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #ffffff;
    font-size: 18px;
    transition: .3s; }
  .nav-portals-mobile .mobile-toggle:before {
    color: #ffffff; }
  .nav-district-mobile .mobile-toggle:before {
    color: #ffffff; }

.open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before, .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: .3s; }

.open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo, .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo {
  max-height: 999px; }

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

.nav-mobile {
  clear: both;
  margin-bottom: 0;
  background: #317280; }
  .nav-mobile .fsNavLevel1 li {
    position: relative; }
  .nav-mobile .fsNavLevel1 > li > a {
    padding: 15px 0 15px 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase; }
    .nav-mobile .fsNavLevel1 > li > a:hover, .nav-mobile .fsNavLevel1 > li > a:focus {
      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; }
  .nav-portals-mobile .fsNavLevel1 {
    position: relative;
    z-index: 2; }
    .nav-portals-mobile .fsNavLevel1 li a {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px; }
    .nav-portals-mobile .fsNavLevel1 li.faculty a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
    .nav-portals-mobile .fsNavLevel1 li.students {
      display: none; }
    .nav-portals-mobile .fsNavLevel1 li.parents a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
    .nav-portals-mobile .fsNavLevel1 > li > a {
      padding: 15px 0;
      text-transform: uppercase; }

.nav-district-mobile {
  position: relative;
  margin-bottom: 0;
  padding: 0 25px; }
  .nav-district-mobile .fsNavLevel1 {
    position: relative;
    z-index: 2; }
    .nav-district-mobile .fsNavLevel1 li {
      position: relative; }
      .nav-district-mobile .fsNavLevel1 li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px; }
        .nav-district-mobile .fsNavLevel1 li a:hover, .nav-district-mobile .fsNavLevel1 li a:focus {
          color: #ffffff;
          text-decoration: underline; }
      .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: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }
    .nav-district-mobile .fsNavLevel1 > li.schools > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      margin-right: 5px; }

.nav-main {
  width: 75%; }
  .nav-main .fsNavLevel1 > li {
    margin-bottom: 0; }
    .nav-main .fsNavLevel1 > li > a {
      padding: 39px 10px;
      color: #ffffff;
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      outline-color: #000000; }
      .nav-main .fsNavLevel1 > li > a:after {
        display: block;
        content: '';
        height: 0;
        width: 0;
        border: 10px solid transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        transition: all .3s; }
      .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus, .nav-main .fsNavLevel1 > li > a:active {
        color: #ffffff;
        background: safe-rgba(#df211a, 0.9); }
      .nav-main .fsNavLevel1 > li > a:hover:after, .nav-main .fsNavLevel1 > li > a:focus:after {
        border-bottom-color: #fbfbfb;
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px); }
    .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a, .nav-main .fsNavLevel1 > li:active > a {
      color: #ffffff;
      background: safe-rgba(#df211a, 0.9); }
    .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
      color: #ffffff;
      background: safe-rgba(#df211a, 0.9); }
    .nav-main .fsNavLevel1 > li .fsNavPageInfo {
      display: -ms-flexbox;
      display: flex;
      z-index: 201;
      width: 600px;
      background: #fbfbfb; }
    .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: calc(100% / 3); }
      .nav-main .fsNavLevel1 > li .fsNavLevel2 > li:not(:last-child) {
        border-bottom: 1px solid #d7d7d7; }
      .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > a {
        color: #5f5f5f;
        font-size: 14px;
        font-weight: normal;
        text-transform: none; }
        .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > a:hover, .nav-main .fsNavLevel1 > li .fsNavLevel2 > li > a:focus {
          color: #317280;
          background: transparent;
          text-decoration: underline; }
      .nav-main .fsNavLevel1 > li .fsNavLevel2.column-1 {
        padding: 14px 7px 14px 14px; }
      .nav-main .fsNavLevel1 > li .fsNavLevel2.column-2 {
        padding: 14px 7px 14px 7px; }
      .nav-main .fsNavLevel1 > li .fsNavLevel2.column-3 {
        padding: 14px 7px 14px 7px; }

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

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

.nav-sub .fsNavLevel1 li {
  border-bottom: 0; }
  .nav-sub .fsNavLevel1 li a {
    color: #5f5f5f;
    font-weight: 400;
    background: #ffffff; }
    .nav-sub .fsNavLevel1 li a:hover, .nav-sub .fsNavLevel1 li a:focus {
      color: #df211a;
      background: #ffffff; }
  .nav-sub .fsNavLevel1 li .fsNavPageInfo {
    display: none;
    padding-left: 15px; }
  .nav-sub .fsNavLevel1 li.fsNavCurrentPage, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor {
    background: #ffffff; }
    .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
      color: #df211a;
      font-weight: 700;
      background: #ffffff; }
      .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:hover, .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:active, .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:focus, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:active, .nav-sub .fsNavLevel1 li.fsNavCurrentPageAncestor > a:focus {
        color: #df211a;
        background: #ffffff; }
    .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 {
      position: relative;
      padding-right: 20px; }
      .nav-sub .fsNavLevel1 li.fsNavParentPage > a:after {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        right: 10px;
        color: #5f5f5f;
        font-size: 10px; }
      .nav-sub .fsNavLevel1 li.fsNavParentPage > a:hover:after {
        color: #df211a; }

@media screen and (max-width: 599px) {
  .nav-sub {
    padding: 40px 20px 0;
    background: #ffffff; }
    .nav-sub header > .fsElementTitle {
      padding: 25px;
      text-transform: uppercase;
      background: #317280; }
      .nav-sub header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        -ms-transform-origin: top;
        transform-origin: top; }
    .nav-sub.active-nav header > .fsElementTitle {
      background: #317280; }
      .nav-sub.active-nav header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        transform: rotate(90deg) translate3d(0, -50%, 0); } }

header .nav-sub {
  padding: 20px 20px 0; }
  header .nav-sub .fsElementTitle {
    color: #df211a;
    background: transparent;
    border-bottom: 1px solid #df211a; }
  header .nav-sub .fsElementContent {
    background: transparent; }
    header .nav-sub .fsElementContent .fsNavLevel1 li a {
      padding: 0; }

@media (min-width: 700px) {
  .nav-social {
    position: absolute;
    top: 0;
    right: 0; } }

.nav-social .fsNavLevel1 {
  text-align: center; }
  @media (min-width: 700px) {
    .nav-social .fsNavLevel1 {
      text-align: left; } }
  .nav-social .fsNavLevel1 li a {
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid transparent; }
    .nav-social .fsNavLevel1 li a:before {
      color: #ffffff;
      font-size: 25px; }
    .nav-social .fsNavLevel1 li a:hover, .nav-social .fsNavLevel1 li a:focus {
      background: transparent !important;
      border-color: transparent !important; }
      .nav-social .fsNavLevel1 li a:hover:before, .nav-social .fsNavLevel1 li a:focus:before {
        color: rgba(255, 255, 255, 0.8) !important; }
  .nav-social .fsNavLevel1 li:not(:last-of-type) {
    margin-right: 20px; }

.nav-utility-footer .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 700px) {
    .nav-utility-footer .fsNavLevel1 {
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .nav-utility-footer .fsNavLevel1 > li {
    position: relative;
    margin-bottom: 10px; }
    .nav-utility-footer .fsNavLevel1 > li:not(:last-of-type):after {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      right: 0;
      height: 100%;
      width: 1px;
      content: '';
      background: #ffffff; }
    .nav-utility-footer .fsNavLevel1 > li > a {
      padding: 0 10px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      text-transform: uppercase;
      white-space: nowrap; }
      .nav-utility-footer .fsNavLevel1 > li > a:hover, .nav-utility-footer .fsNavLevel1 > li > a:focus {
        color: #ffffff;
        text-decoration: underline; }
    .nav-utility-footer .fsNavLevel1 > li:first-of-type > a {
      padding: 0 10px 0 0; }

.fsPostElement article,
.fsNews article {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  .fsPostElement article:not(:last-of-type),
  .fsNews article:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee; }
  .fsPostElement article .fsTitle a,
  .fsNews article .fsTitle a {
    color: #317280;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase; }
    .fsPostElement article .fsTitle a:hover,
    .fsNews article .fsTitle a:hover {
      color: #317280;
      text-decoration: underline; }
  .fsPostElement article .fsReadMoreLink,
  .fsNews article .fsReadMoreLink {
    font-weight: 700; }
    .fsPostElement article .fsReadMoreLink:hover,
    .fsNews article .fsReadMoreLink:hover {
      text-decoration: underline; }

.fsPostElement.fsSlideshow article,
.fsNews.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;
  font-size: 0;
  background: transparent;
  border: 0; }
  .search:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 22px;
    color: #ffffff; }
  .search:hover, .search:focus {
    background: #ffffff; }
    .search:hover:before, .search:focus:before {
      color: #df211a; }

.search-header {
  display: none;
  position: absolute;
  top: -45px;
  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;
    opacity: 0; }
  .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: #5f5f5f;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px; }
    .search-header form .fsSearchElementSearchButton {
      position: relative;
      height: 44px;
      width: 44px;
      margin: 0;
      font-size: 0;
      background: transparent;
      opacity: 0;
      transition: .5s .5s; }
      .search-header form .fsSearchElementSearchButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #5f5f5f;
        font-size: 22px; }

.search-mobile {
  float: right;
  width: calc(100% - 55px);
  margin-bottom: 0;
  padding: 7.5px 20px 7.5px 10px;
  background: #df211a; }
  .search-mobile label {
    position: absolute;
    opacity: 0; }
  .search-mobile form {
    display: -ms-flexbox;
    display: flex; }
    .search-mobile form .fsSearchElementSearchButton {
      position: relative;
      height: 40px;
      width: 40px;
      margin: 0;
      font-size: 0;
      background: transparent; }
      .search-mobile form .fsSearchElementSearchButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #ffffff;
        font-size: 22px; }
      .search-mobile form .fsSearchElementSearchButton:hover:before {
        color: #000; }
    .search-mobile form .fsSearchElementKeyword {
      width: calc(100% - 40px);
      margin-bottom: 0; }
      .search-mobile form .fsSearchElementKeyword input {
        color: #ffffff;
        background: #ffffff;
        border: none; }
        .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; }

body:not(.fsComposeMode) .slide-box footer .fsElementFooterContent a:after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.8em;
  margin-left: 5px;
  right: 0;
  transition: right 0.2s linear;
  position: relative; }

body:not(.fsComposeMode) .slide-box footer .fsElementFooterContent a:hover:after {
  right: -5px; }

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

blockquote,
.blockquote {
  margin: 30px 0;
  padding: 0 0 0 10px;
  color: #df211a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border-left: 5px solid #317280; }
  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: #5f5f5f;
  background: #eeeeee; }
  .callout-box-light picture, .callout-box-dark picture, .callout-box-school picture {
    display: block;
    background-size: cover;
    background-position: 50% 50%; }
    .callout-box-light picture img, .callout-box-dark picture img, .callout-box-school picture img {
      min-width: 100%;
      visibility: hidden; }
  .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; } }
  .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; }

.fsElement.fsContent[class*="callout-box"] .fsElementHeaderContent {
  margin: 0; }

.fsElement.fsContent[class*="callout-box"] .fsElementContent {
  padding: 30px; }
  .fsElement.fsContent[class*="callout-box"] .fsElementContent strong,
  .fsElement.fsContent[class*="callout-box"] .fsElementContent h2 {
    display: block;
    margin-bottom: 15px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase; }

.fsElement.fsContent[class*="callout-box"].left,
.fsElement.fsContent[class*="callout-box"].right {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 799px) {
    .fsElement.fsContent[class*="callout-box"].left,
    .fsElement.fsContent[class*="callout-box"].right {
      -ms-flex-direction: column !important;
      flex-direction: column !important; } }
  .fsElement.fsContent[class*="callout-box"].left.right,
  .fsElement.fsContent[class*="callout-box"].right.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .fsElement.fsContent[class*="callout-box"].left header,
  .fsElement.fsContent[class*="callout-box"].left .fsElementContent,
  .fsElement.fsContent[class*="callout-box"].right header,
  .fsElement.fsContent[class*="callout-box"].right .fsElementContent {
    width: 50%; }
    @media (max-width: 799px) {
      .fsElement.fsContent[class*="callout-box"].left header,
      .fsElement.fsContent[class*="callout-box"].left .fsElementContent,
      .fsElement.fsContent[class*="callout-box"].right header,
      .fsElement.fsContent[class*="callout-box"].right .fsElementContent {
        width: 100%; } }
  .fsElement.fsContent[class*="callout-box"].left header,
  .fsElement.fsContent[class*="callout-box"].right header {
    display: -ms-flexbox;
    display: flex; }
    .fsElement.fsContent[class*="callout-box"].left header .fsElementHeaderContent,
    .fsElement.fsContent[class*="callout-box"].left header figure,
    .fsElement.fsContent[class*="callout-box"].left header picture,
    .fsElement.fsContent[class*="callout-box"].right header .fsElementHeaderContent,
    .fsElement.fsContent[class*="callout-box"].right header figure,
    .fsElement.fsContent[class*="callout-box"].right header picture {
      display: block;
      height: 100%;
      width: 100%; }

.callout-box-light {
  color: #5f5f5f;
  background: #eeeeee; }
  .callout-box-light a {
    color: #317280; }
    .callout-box-light a:hover, .callout-box-light a:focus {
      color: #333333;
      text-decoration: underline; }

.callout-box-dark {
  color: #ffffff;
  background: #df211a; }
  .callout-box-dark a {
    color: #eeeeee;
    font-weight: 700; }
    .callout-box-dark a:hover, .callout-box-dark a:focus {
      text-decoration: underline; }

.callout-box-school {
  color: #ffffff;
  background: #317280; }
  .callout-box-school a {
    color: #fff !important;
    font-weight: 700; }
    .callout-box-school a:focus {
      text-decoration: underline; }

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

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-marker-icon:before {
  content: "\e90d"; }

.icon-apple1:before {
  content: "\e90e"; }

.icon-backpack:before {
  content: "\e90f"; }

.icon-bar-graph:before {
  content: "\e910"; }

.icon-baseball:before {
  content: "\e911"; }

.icon-book:before {
  content: "\e912"; }

.icon-briefcase:before {
  content: "\e913"; }

.icon-bullhorn:before {
  content: "\e914"; }

.icon-bus:before {
  content: "\e915"; }

.icon-calendar1:before {
  content: "\e916"; }

.icon-camera:before {
  content: "\e917"; }

.icon-certificate:before {
  content: "\e918"; }

.icon-check:before {
  content: "\e919"; }

.icon-chess:before {
  content: "\e91a"; }

.icon-city:before {
  content: "\e91b"; }

.icon-college:before {
  content: "\e91c"; }

.icon-cross:before {
  content: "\e91d"; }

.icon-directory:before {
  content: "\e91e"; }

.icon-diversity:before {
  content: "\e91f"; }

.icon-door:before {
  content: "\e920"; }

.icon-droplet:before {
  content: "\e921"; }

.icon-enroll:before {
  content: "\e922"; }

.icon-faq:before {
  content: "\e923"; }

.icon-files:before {
  content: "\e924"; }

.icon-football:before {
  content: "\e925"; }

.icon-gift:before {
  content: "\e926"; }

.icon-giving:before {
  content: "\e927"; }

.icon-globe1:before {
  content: "\e928"; }

.icon-grad:before {
  content: "\e929"; }

.icon-group-boys:before {
  content: "\e92a"; }

.icon-group-coed:before {
  content: "\e92b"; }

.icon-angle-down1:before {
  content: "\e92c"; }

.icon-angle-up1:before {
  content: "\e92d"; }

.icon-angle-right1:before {
  content: "\e92e"; }

.icon-angle-left1:before {
  content: "\e92f"; }

.icon-angle-double-down:before {
  content: "\e930"; }

.icon-angle-double-up:before {
  content: "\e931"; }

.icon-angle-double-right:before {
  content: "\e932"; }

.icon-group-girls:before {
  content: "\e933"; }

.icon-group:before {
  content: "\e934"; }

.icon-heart:before {
  content: "\e935"; }

.icon-info:before {
  content: "\e936"; }

.icon-jersey:before {
  content: "\e937"; }

.icon-leaf:before {
  content: "\e938"; }

.icon-lightbulb:before {
  content: "\e939"; }

.icon-link:before {
  content: "\e93a"; }

.icon-list:before {
  content: "\e93b"; }

.icon-location:before {
  content: "\e93c"; }

.icon-lock:before {
  content: "\e93d"; }

.icon-map:before {
  content: "\e93e"; }

.icon-medal:before {
  content: "\e93f"; }

.icon-microscope:before {
  content: "\e940"; }

.icon-music:before {
  content: "\e941"; }

.icon-paint:before {
  content: "\e942"; }

.icon-pencil:before {
  content: "\e943"; }

.icon-person:before {
  content: "\e944"; }

.icon-phone:before {
  content: "\e945"; }

.icon-piggy-bank:before {
  content: "\e946"; }

.icon-portion:before {
  content: "\e947"; }

.icon-question:before {
  content: "\e948"; }

.icon-ratio:before {
  content: "\e949"; }

.icon-robot:before {
  content: "\e94a"; }

.icon-school:before {
  content: "\e94b"; }

.icon-screens:before {
  content: "\e94c"; }

.icon-settings:before {
  content: "\e94d"; }

.icon-shoe:before {
  content: "\e94e"; }

.icon-soccer:before {
  content: "\e94f"; }

.icon-sports:before {
  content: "\e950"; }

.icon-star-of-david:before {
  content: "\e951"; }

.icon-star:before {
  content: "\e952"; }

.icon-store:before {
  content: "\e953"; }

.icon-sun:before {
  content: "\e954"; }

.icon-teacher:before {
  content: "\e955"; }

.icon-theater:before {
  content: "\e956"; }

.icon-time:before {
  content: "\e957"; }

.icon-tree:before {
  content: "\e958"; }

.icon-trophy:before {
  content: "\e959"; }

.icon-warning:before {
  content: "\e95a"; }

.icon-angle-double-left:before {
  content: "\e95b"; }

.icon-dollar-sign:before {
  content: "\e907"; }

.icon-comment-dots:before {
  content: "\e908"; }

.icon-utensils:before {
  content: "\e909"; }

.icon-bus:before {
  content: "\e90a"; }

.icon-users:before {
  content: "\e90b"; }

.icon-calendar-alt-4:before {
  content: "\e90c"; }

.icon-apple:before {
  content: "\e900"; }

.icon-logo:before {
  content: "\e901"; }

.icon-user:before {
  content: "\e902"; }

.icon-school2:before {
  content: "\e903"; }

.icon-menu:before {
  content: "\e904"; }

.icon-angle-left2:before {
  content: "\e905"; }

.icon-angle-right2:before {
  content: "\e906"; }

.icon-search:before {
  content: "\f002"; }

.icon-user2:before {
  content: "\f007"; }

.icon-close:before {
  content: "\f00d"; }

.icon-home:before {
  content: "\f015"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-twitter2:before {
  content: "\f099"; }

.icon-facebook2:before {
  content: "\f09a"; }

.icon-feed:before {
  content: "\f09e"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-linkedin2:before {
  content: "\f0e1"; }

.icon-linkedin:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-wechat:before {
  content: "\f1d7"; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-arrow-right:before {
  content: "\f061"; }

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

.translate {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0 10px 0 25px;
  width: 135px;
  height: 44px;
  color: #d7d7d7;
  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: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    left: 13px;
    color: #ffffff; }
  .translate:hover, .translate:focus, .translate.focused {
    background: #ffffff; }
    .translate:hover:before, .translate:hover:after, .translate:focus:before, .translate:focus:after, .translate.focused:before, .translate.focused:after {
      color: #df211a; }
    .translate:hover .fsElementContent:before, .translate:focus .fsElementContent:before, .translate.focused .fsElementContent:before {
      color: #df211a; }
  .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: #ffffff;
      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: #d7d7d7;
    background: transparent; }
    .translate #google_translate_element:hover, .translate #google_translate_element:focus,
    .translate #google_translate_element_select:hover,
    .translate #google_translate_element_select:focus {
      color: rgba(215, 215, 215, 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;
        background: transparent;
        color: transparent; }
    .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: #d7d7d7; }
      .translate #google_translate_element .goog-te-gadget img,
      .translate #google_translate_element .goog-te-gadget .goog-logo-link,
      .translate #google_translate_element .goog-te-gadget-simple img,
      .translate #google_translate_element .goog-te-gadget-simple .goog-logo-link,
      .translate #google_translate_element_select .goog-te-gadget img,
      .translate #google_translate_element_select .goog-te-gadget .goog-logo-link,
      .translate #google_translate_element_select .goog-te-gadget-simple img,
      .translate #google_translate_element_select .goog-te-gadget-simple .goog-logo-link {
        display: none; }
      .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 select:focus::-ms-value,
      .translate #google_translate_element .goog-te-gadget-simple select:focus::-ms-value,
      .translate #google_translate_element_select .goog-te-gadget select:focus::-ms-value,
      .translate #google_translate_element_select .goog-te-gadget-simple select:focus::-ms-value {
        background: transparent;
        color: transparent; }
      .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: 100%;
          height: 100%;
          margin: 0;
          padding: 0 !important;
          border: none !important;
          border-radius: 0;
          font-size: 0px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: transparent;
          cursor: pointer; }
          .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: #000000;
            font-size: 14px;
            background: #ffffff; }
      .translate #google_translate_element .goog-te-gadget > span,
      .translate #google_translate_element .goog-te-gadget-simple > span,
      .translate #google_translate_element_select .goog-te-gadget > span,
      .translate #google_translate_element_select .goog-te-gadget-simple > span {
        display: none; }
      .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; }
    .translate > .fsElementContent:before {
      left: 40px; } }

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