@charset "UTF-8";
 /**
 *
 *  - default_18
 * @link http://burlingtonorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: EWOS
 * Project Manager: Burlington Public Schools
 * Designer: Heidi Beutel
 * ==== Git Info ====
 * Branch Name: clients/burlingtonorg
 * Build version: 3.2.7
 * Git Tag: v3.0-254-gfe87ae371f
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
.wf-loading {
  visibility: hidden;
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/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: 22px;
  line-height: 29px;
  color: #AA2136;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 27px;
  color: #1F325A;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  color: #1F325A;
  font-weight: 500;
  margin-bottom: 16px; }
  @media (min-width: 700px) {
    h3 {
      font-size: 25px;
      line-height: 30px; } }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #1F325A;
  font-weight: 500;
  margin-bottom: 18px; }
  @media (min-width: 700px) {
    h4 {
      font-size: 22px;
      line-height: 27px; } }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #1F325A;
  font-weight: 700;
  margin-bottom: 18px; }
  @media (min-width: 700px) {
    h5 {
      font-size: 18px;
      line-height: 23px; } }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #1F325A;
  font-weight: 700;
  margin-bottom: 17px; }
  @media (min-width: 700px) {
    h6 {
      font-size: 16px;
      line-height: 18px; } }

p {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px; }
  @media (min-width: 700px) {
    p {
      font-size: 16px;
      line-height: 27px; } }
  p a {
    color: #AA2136; }
    p a:hover, p a:focus {
      color: #1F325A;
      text-decoration: underline; }

hr {
  margin: 0 auto 20px; }

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

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled, .fs_style_3 {
  margin-bottom: 20px;
  width: 100%; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td, .fs_style_3 td {
    padding: 8px 20px;
    background: #DFDFDF;
    font-size: 13px;
    line-height: 23px; }
    @media (min-width: 700px) {
      .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
      table.styled td, .fs_style_3 td {
        padding: 12px 20px;
        font-size: 16px;
        line-height: 27px; } }
  .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_3 tr:nth-of-type(odd) td {
    background-color: #ffffff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td, .fs_style_3 th,
  .fs_style_3 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th, .fs_style_3 th {
    background: #AA2136;
    padding: 8px 20px;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
      table.styled th, .fs_style_3 th {
        font-size: 16px;
        line-height: 19px;
        padding: 16px 20px; } }

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; }
  .fsElement:not(.fsLegend) .fsAlertFeeds {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

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

/*! 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: #26334F;
    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%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .fsSlideshow .fsNextButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before {
    left: 0;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    right: 0;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: rgba(38, 51, 79, 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: #26334F; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(38, 51, 79, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #26334F;
        transition: .3s; }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #26334F; }

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

.fsElementDialog {
  color: #26334F; }

.fsPagePopDialog {
  color: #26334F; }

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

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

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

.lead-in, .fs_style_1 {
  display: block;
  color: #162442;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .lead-in, .fs_style_1 {
      font-size: 27px;
      line-height: 35px;
      margin-bottom: 30px; } }

blockquote {
  position: relative;
  text-align: center;
  margin: 0 0 80px; }
  blockquote p {
    color: #AA2136;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px; }
    @media (min-width: 700px) {
      blockquote p {
        font-size: 25px;
        line-height: 35px; } }
  blockquote:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: -40px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #075BA0;
    font-size: 18px; }

cite {
  display: block;
  margin: 30px 0 0 0;
  font-style: normal;
  color: #26334F;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 19px; }
  cite:before {
    content: ''; }

.callout, .fs_style_2 {
  display: block;
  padding: 0 0 0 22px;
  border-left: 4px solid #1F325A;
  color: #AA2136;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400; }
  @media (min-width: 700px) {
    .callout, .fs_style_2 {
      font-size: 22px;
      line-height: 33px; } }
  .callout.left, .fs_style_2.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left, .fs_style_2.left {
        width: 50%; } }
  .callout.right, .fs_style_2.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right, .fs_style_2.right {
        width: 50%; } }

.fs_style_4 {
  color: #1F325A;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 18px 11px 22px;
  position: relative;
  background: transparent; }
  @media (min-width: 700px) {
    .fs_style_4 {
      font-size: 15px;
      line-height: 18px; } }
  .fs_style_4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 12px;
    width: 10px;
    background: #AA2136; }
  .fs_style_4:hover, .fs_style_4:focus {
    color: #AA2136;
    text-decoration: none; }

.fs_style_11 {
  color: #1F325A;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  padding: 1px;
  position: relative;
  background: transparent; }
  @media (min-width: 700px) {
    .fs_style_11 {
      font-size: 15px;
      line-height: 18px; } }
  .fs_style_11:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 12px;
    width: 10px;
    background: #AA2136; }
  .fs_style_11:hover, .fs_style_11:focus {
    background: #AA2136;
    color: #ffffff;
    text-decoration: none; }

.blue-box {
  width: 250px;
  height: 142px;
  padding: 20px;
  background: #1F325A; }

.fs_style_5 {
  padding: 11px 22px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent; }
  .fs_style_5:before {
    content: '';
    height: 12px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    background: #055ea4;
    transition: background 0.3s; }
  .fs_style_5:hover, .fs_style_5:focus {
    color: #1F325A;
    text-decoration: none;
    background: #ffffff; }
    .fs_style_5:hover:before, .fs_style_5:focus:before {
      background: #ffffff; }

.fs_style_10 {
  color: #AA2136; }

.fs_style_6 {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  border: 2px solid #AA2136;
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #AA2136; }
  @media (min-width: 700px) {
    .fs_style_6 {
      max-width: 200px;
      padding: 20px;
      font-size: 16px;
      line-height: 20px; } }
  .fs_style_6 em {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
    font-style: normal; }
    @media (min-width: 700px) {
      .fs_style_6 em {
        font-size: 16px;
        line-height: 22px; } }
  .fs_style_6:hover, .fs_style_6:focus {
    border-color: #AA2136;
    color: #AA2136;
    text-decoration: none;
    background: #ffffff; }
    .fs_style_6:hover em, .fs_style_6:focus em {
      color: #AA2136; }

.fs_style_13 {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  border: 2px solid #AA2136;
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #AA2136;
  padding: 1px !important; }
  @media (min-width: 700px) {
    .fs_style_13 {
      max-width: 200px;
      padding: 20px;
      font-size: 16px;
      line-height: 20px; } }
  .fs_style_13 em {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
    font-style: normal; }
    @media (min-width: 700px) {
      .fs_style_13 em {
        font-size: 16px;
        line-height: 22px; } }
  .fs_style_13:hover, .fs_style_13:focus {
    border-color: #AA2136;
    color: #AA2136;
    text-decoration: none;
    background: #ffffff; }
    .fs_style_13:hover em, .fs_style_13:focus em {
      color: #AA2136; }

.fs_style_7 {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  border: 2px solid #1F325A;
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #1F325A; }
  @media (min-width: 700px) {
    .fs_style_7 {
      max-width: 200px;
      padding: 20px;
      font-size: 16px;
      line-height: 20px; } }
  .fs_style_7 em {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
    font-style: normal; }
    @media (min-width: 700px) {
      .fs_style_7 em {
        font-size: 16px;
        line-height: 22px; } }
  .fs_style_7:hover, .fs_style_7:focus {
    border-color: #1F325A;
    color: #1F325A;
    text-decoration: none;
    background: #ffffff; }
    .fs_style_7:hover em, .fs_style_7:focus em {
      color: #1F325A; }

.fs_style_14 {
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  border: 2px solid #1F325A;
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #1F325A;
  padding: 1px !important; }
  @media (min-width: 700px) {
    .fs_style_14 {
      max-width: 200px;
      padding: 20px;
      font-size: 16px;
      line-height: 20px; } }
  .fs_style_14 em {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    text-transform: lowercase;
    font-style: normal; }
    @media (min-width: 700px) {
      .fs_style_14 em {
        font-size: 16px;
        line-height: 22px; } }
  .fs_style_14:hover, .fs_style_14:focus {
    border-color: #1F325A;
    color: #1F325A;
    text-decoration: none;
    background: #ffffff; }
    .fs_style_14:hover em, .fs_style_14:focus em {
      color: #1F325A; }

.fs_style_8 {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 10px 0 10px 50px;
  position: relative;
  color: #1F325A;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  background-color: #DFDFDF; }
  @media (min-width: 700px) {
    .fs_style_8 {
      padding: 13px 0 13px 50px;
      font-size: 15px; } }
  .fs_style_8:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 24px;
    top: 9px;
    color: #AA2136;
    transition: color 0.3s; }
    @media (min-width: 700px) {
      .fs_style_8:before {
        top: 13px; } }
  .fs_style_8:hover, .fs_style_8:focus {
    color: #ffffff;
    text-decoration: none;
    background: #AA2136; }
    .fs_style_8:hover::before, .fs_style_8:focus::before {
      color: #ffffff; }

.fs_style_9 {
  display: block;
  width: 280px;
  background-color: #DFDFDF;
  color: #1F325A;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 0 10px 50px;
  position: relative; }
  @media (min-width: 700px) {
    .fs_style_9 {
      font-size: 15px;
      padding: 13px 0 13px 50px; } }
  .fs_style_9:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 24px;
    top: 9px;
    color: #AA2136;
    transition: color 0.3s; }
    @media (min-width: 700px) {
      .fs_style_9:before {
        top: 13px; } }
  .fs_style_9:hover, .fs_style_9:focus {
    color: #ffffff;
    text-decoration: none;
    background: #AA2136; }
    .fs_style_9:hover::before, .fs_style_9:focus::before {
      color: #ffffff; }

.fsImageCaptioned figcaption {
  margin-top: 5px; }
  .fsImageCaptioned figcaption p {
    color: #485777;
    font-size: 13px;
    line-height: 20px; }
    @media (min-width: 700px) {
      .fsImageCaptioned figcaption p {
        font-size: 14px;
        line-height: 22px; } }

[class*="content-box-"] {
  margin: 0 0 80px; }
  [class*="content-box-"] header .fsElementHeaderContent {
    margin-bottom: 0; }
    [class*="content-box-"] header .fsElementHeaderContent .fsImage {
      width: 100%; }
      [class*="content-box-"] header .fsElementHeaderContent .fsImage picture img {
        display: block;
        width: 100%; }
  [class*="content-box-"] > .fsElementContent {
    padding: 31px 30px 30px; }
    [class*="content-box-"] > .fsElementContent *:last-child {
      margin-bottom: 0; }
  [class*="content-box-"] h2 {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      [class*="content-box-"] h2 {
        font-size: 25px;
        line-height: 30px; } }
  [class*="content-box-"] p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 23px; }
    @media (min-width: 700px) {
      [class*="content-box-"] p {
        font-size: 16px;
        line-height: 27px; } }
    [class*="content-box-"] p a {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: 23px; }
      @media (min-width: 700px) {
        [class*="content-box-"] p a {
          font-size: 16px;
          line-height: 27px; } }
      [class*="content-box-"] p a:hover, [class*="content-box-"] p a:focus {
        text-decoration: underline; }

.content-box-with-left-photo {
  margin: 0 0 60px;
  padding: 0 0 30px;
  background: #1F325A;
  overflow: hidden; }
  @media (min-width: 1100px) {
    .content-box-with-left-photo {
      height: 320px;
      padding-right: 30px; } }
  .content-box-with-left-photo .fsElementContent {
    padding: 0; }
  .content-box-with-left-photo .fsImage {
    width: 100%;
    margin-bottom: 30px; }
    .content-box-with-left-photo .fsImage picture img {
      display: block;
      width: 100%; }
    @media (min-width: 1100px) {
      .content-box-with-left-photo .fsImage {
        width: 410px;
        float: left;
        margin: 0;
        margin-right: 30px; } }
  .content-box-with-left-photo h2 {
    padding: 0 30px;
    color: #ffffff; }
    @media (min-width: 1100px) {
      .content-box-with-left-photo h2 {
        padding: 0;
        padding-top: 30px; } }
  .content-box-with-left-photo p {
    padding: 0 30px;
    color: #ffffff; }
    @media (min-width: 1100px) {
      .content-box-with-left-photo p {
        padding: 0; } }

.content-box-with-top-photo {
  background: #DFDFDF;
  margin: 60px 0;
  padding: 0 0 30px; }
  .content-box-with-top-photo .fsElementContent {
    padding: 0; }
  .content-box-with-top-photo .fsImage {
    margin-bottom: 30px; }
    .content-box-with-top-photo .fsImage picture img {
      display: block;
      width: 100%; }
  .content-box-with-top-photo h2 {
    padding: 0 30px; }
  .content-box-with-top-photo p {
    padding: 0 30px; }

.content-box-gray {
  background: #DFDFDF; }
  .content-box-gray h2 {
    color: #1F325A; }
  .content-box-gray p {
    color: #26334F; }
    .content-box-gray p a {
      color: #AA2136; }
      .content-box-gray p a:hover, .content-box-gray p a:focus {
        color: #1F325A; }

.content-box-blue {
  background: #1F325A; }
  .content-box-blue h2 {
    color: #ffffff; }
  .content-box-blue p {
    color: #ffffff; }
    .content-box-blue p a {
      color: rgba(255, 255, 255, 0.65); }
      .content-box-blue p a:hover, .content-box-blue p a:focus {
        color: #ffffff; }

.content-box-red {
  background: #AA2136; }
  .content-box-red h2 {
    color: #ffffff; }
  .content-box-red p {
    color: #ffffff; }
    .content-box-red p a {
      color: rgba(255, 255, 255, 0.8); }
      .content-box-red p a:hover, .content-box-red p a:focus {
        color: #ffffff; }

/*! _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: #039;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #26334F;
    background: transparent;
    font-weight: 500; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #1F325A;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

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

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

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

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-column-rule: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #36c;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #039;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #1F325A;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #AA2136;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #36c;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #36c;
        background: #eee; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #eee; }
    .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: 15px;
        line-height: 20px;
        color: #1F325A;
        font-weight: 700;
        margin-bottom: 18px;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #eee;
        background-color: #AA2136;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; } }
    @media screen and (max-width: 599px) and (min-width: 700px) {
      .nav-sub > header .fsElementTitle {
        font-size: 18px;
        line-height: 23px; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:hover {
          background-color: #395ca6;
          color: #eee; } }
    @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%;
          -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: #eee; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #36c;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #039;
          background: white; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #039;
        background: #c8c8c8; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #AA2136;
          background: #bbbbbb; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #d5d5d5; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #36c;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #1F325A;
            background: #c8c8c8; }
      .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: #AA2136;
      color: #eee; }
      .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 30px;
      color: #26334F;
      background: #DFDFDF;
      font-family: "Rubik", sans-serif;
      font-size: 15px;
      line-height: 20px; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #1F325A;
        background: #DFDFDF;
        text-decoration: underline; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #AA2136;
      background: #DFDFDF;
      font-weight: 500; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #1F325A;
        background: #DFDFDF; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: #DFDFDF; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #AA2136;
        background: #DFDFDF;
        font-weight: 500; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #1F325A;
          background: #DFDFDF; }
  .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 #eee; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 50px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 70px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 90px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 110px; }

.nav-main {
  margin-bottom: 0; }
  .nav-main > .fsElementContent {
    padding: 0 30px; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 980px;
      margin: 0 auto;
      text-align: center; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; } }
  .nav-main .fsNavLevel1 > li.menu-item-open > button,
  .nav-main .fsNavLevel1 > li.menu-item-open > a, .nav-main .fsNavLevel1 > li:focus > button,
  .nav-main .fsNavLevel1 > li:focus > a, .nav-main .fsNavLevel1 > li:hover > button,
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #AA2136;
    background: transparent; }
    .nav-main .fsNavLevel1 > li.menu-item-open > button > span:before,
    .nav-main .fsNavLevel1 > li.menu-item-open > a > span:before, .nav-main .fsNavLevel1 > li:focus > button > span:before,
    .nav-main .fsNavLevel1 > li:focus > a > span:before, .nav-main .fsNavLevel1 > li:hover > button > span:before,
    .nav-main .fsNavLevel1 > li:hover > a > span:before {
      display: block; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > button,
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #AA2136;
    background: transparent; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > button > span:before,
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a > span:before {
      display: block; }
  .nav-main .fsNavLevel1 > li > button,
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    color: #162442;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .nav-main .fsNavLevel1 > li > button:focus,
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #AA2136;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > button > span,
    .nav-main .fsNavLevel1 > li > a > span {
      display: inline-block;
      padding: 0 0 22px;
      position: relative; }
      .nav-main .fsNavLevel1 > li > button > span:before,
      .nav-main .fsNavLevel1 > li > a > span:before {
        content: '';
        display: none;
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #AA2136; }
  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.menu-item-open > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      overflow-x: hidden;
      overflow-y: auto; }
      @media (min-width: 1000px) {
        html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: calc(100vh - 169px) !important; } }
  @media (min-width: 1000px) {
    html.js body.fsAccountBarVisible .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js body.fsAccountBarVisible .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo, html.js body.fsAccountBarVisible .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: calc(100vh - 169px - 45px) !important; } }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  width: 540px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 300;
  text-align: left;
  background: #1F325A; }

.nav-main .fsNavLevel1 > li:nth-child(1) > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-child(2) > .fsNavPageInfo {
  left: 0 !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.nav-main .fsNavLevel1 > li:nth-last-of-type(1) > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:nth-last-of-type(2) > .fsNavPageInfo {
  left: auto !important;
  right: 0 !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.nav-main .menu-set-container {
  padding: 30px;
  overflow: hidden; }

.nav-main .fsNavLevel2 .column-list-0 {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px; }

.nav-main .fsNavLevel2 .column-list-1 {
  float: left;
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-right: 0; }

.nav-main .fsNavLevel2 .column-list > ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative; }
  .nav-main .fsNavLevel2 .column-list > ul li:last-of-type {
    border-bottom: 0; }
  .nav-main .fsNavLevel2 .column-list > ul li[class*="fsNavCurrentPage"] > a {
    color: rgba(255, 255, 255, 0.65);
    background: transparent; }
  .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage > a {
    margin-left: 20px; }
  .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage > .mobile-sub-open {
    display: block;
    width: 13px;
    height: 13px;
    border: 0;
    position: absolute;
    left: 0;
    top: 15px;
    color: transparent;
    background: transparent;
    cursor: pointer; }
    .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage > .mobile-sub-open:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff; }
    .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage > .mobile-sub-open.active:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage > .mobile-sub-open > span {
      display: block;
      position: absolute;
      top: -9999em;
      left: -9999em;
      color: #000000;
      background: #ffffff; }
  .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage .fsNavLevel3,
  .nav-main .fsNavLevel2 .column-list > ul li.fsNavParentPage .fsNavLevel4 {
    display: none;
    padding-left: 22px; }
  .nav-main .fsNavLevel2 .column-list > ul li a {
    display: block;
    padding: 13px 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    background: transparent; }
    .nav-main .fsNavLevel2 .column-list > ul li a:focus, .nav-main .fsNavLevel2 .column-list > ul li a:hover {
      color: rgba(255, 255, 255, 0.65);
      background: transparent; }

.fsHasTheme3 .nav-main {
  border-bottom: 0;
  right: 40px;
  bottom: -3px;
  position: absolute; }
  .fsHasTheme3 .nav-main > .fsElementContent {
    padding: 0; }
  .fsHasTheme3 .nav-main .fsNavLevel1 {
    margin-left: -20px;
    margin-right: -20px; }
    .fsHasTheme3 .nav-main .fsNavLevel1 > li > button,
    .fsHasTheme3 .nav-main .fsNavLevel1 > li > a {
      padding: 0 20px; }
      .fsHasTheme3 .nav-main .fsNavLevel1 > li > button > span,
      .fsHasTheme3 .nav-main .fsNavLevel1 > li > a > span {
        display: block;
        padding: 0 0 38px; }
    .fsHasTheme3 .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      left: auto !important;
      right: 20px !important;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }

#fsMenu {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  visibility: hidden;
  transition: width 0.4s ease-in, background 0.4s ease-in; }
  #fsMenu.active {
    width: 100%;
    visibility: visible; }
    @media (min-width: 1000px) {
      #fsMenu.active {
        width: 0;
        visibility: hidden; } }
  #fsMenu .fsGoogleTranslate {
    margin: auto;
    position: static;
    display: block; }

.fsMenu {
  width: 0;
  height: 100%;
  padding: 0 0 30px;
  position: absolute;
  top: 0;
  right: 0px;
  background: #1F325A;
  overflow-y: auto;
  opacity: 1;
  transition: all 0.3s ease; }

#fsMenu.active .fsMenu {
  width: 100%;
  max-width: 400px; }
  @media (min-width: 400px) {
    #fsMenu.active .fsMenu {
      max-width: 320px; } }

.mobile-menu-close-button {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0;
  background: #AA2136; }
  .mobile-menu-close-button button {
    display: block;
    height: 32px;
    width: 60px;
    margin: 0 auto;
    border: 0;
    padding: 1px 0 0 17px;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    cursor: pointer; }
    .mobile-menu-close-button button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ffffff;
      font-size: 13px; }
    .mobile-menu-close-button button:hover, .mobile-menu-close-button button:focus {
      text-decoration: none;
      color: #ffffff; }

.mobile-menu-search {
  clear: both;
  margin: 10px 0 25px 0;
  padding: 0 30px; }
  .mobile-menu-search label.fsFieldLabel {
    display: block;
    position: absolute;
    top: -9999em;
    left: -9999em;
    color: #000000;
    background: #ffffff; }
  .mobile-menu-search form {
    position: relative;
    background: #ffffff; }
  .mobile-menu-search .fsSearchElementKeyword {
    margin: 0;
    margin-right: 40px; }
  .mobile-menu-search input.fsStyleSearchField {
    height: 40px;
    border: none;
    border-radius: 0 !important;
    padding: 3px 29px 0px 16px;
    color: #26334F;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    background: none; }
  .mobile-menu-search ::-webkit-input-placeholder {
    color: #26334F; }
  .mobile-menu-search :-moz-placeholder {
    color: #26334F; }
  .mobile-menu-search ::-moz-placeholder {
    color: #26334F; }
  .mobile-menu-search :-ms-input-placeholder {
    color: #26334F; }
  .mobile-menu-search .fsSearchElementSearchButton {
    width: 40px;
    height: 40px;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .mobile-menu-search .fsSearchElementSearchButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      height: 18px;
      width: 18px;
      position: absolute;
      right: 14px;
      top: 10px;
      color: #AA2136;
      font-size: 13px;
      line-height: 18px;
      font-weight: 300;
      text-align: center;
      cursor: pointer;
      background: none; }

.mobile-menu-login-button {
  padding: 0 30px;
  margin-bottom: 18px; }
  .mobile-menu-login-button p {
    margin: 0; }
    .mobile-menu-login-button p a {
      padding-left: 15px;
      position: relative;
      color: rgba(255, 255, 255, 0.75);
      font-size: 13px;
      font-weight: 500;
      line-height: 18px;
      text-transform: uppercase; }
      .mobile-menu-login-button p a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: -1px;
        left: 0;
        font-size: 14px;
        line-height: 18px; }
      .mobile-menu-login-button p a:hover, .mobile-menu-login-button p a:focus {
        color: #ffffff;
        text-decoration: none; }

.mobile-menu-main-nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 37px;
  padding: 0 30px; }
  .fsHasTheme3 .mobile-menu-main-nav {
    margin-bottom: 29px; }
  .mobile-menu-main-nav nav ul {
    width: 100%;
    padding: 0; }
    .mobile-menu-main-nav nav ul, .mobile-menu-main-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-main-nav nav ul li {
      margin: 0;
      padding: 0; }
  .mobile-menu-main-nav nav li {
    position: relative; }
    .mobile-menu-main-nav nav li.fsNavParentPage > a,
    .mobile-menu-main-nav nav li.fsNavParentPage > button:not(.mobile-sub-open) {
      padding-left: 20px !important; }
    .mobile-menu-main-nav nav li .mobile-sub-open {
      display: block;
      width: 25px;
      height: 35px;
      border: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: -5px;
      background: transparent;
      cursor: pointer; }
      .mobile-menu-main-nav nav li .mobile-sub-open:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
        transition: color 0.3s; }
      .mobile-menu-main-nav nav li .mobile-sub-open > span {
        position: absolute;
        top: -9999em;
        left: -9999em; }
      .mobile-menu-main-nav nav li .mobile-sub-open.active:before {
        content: ""; }
      .mobile-menu-main-nav nav li .mobile-sub-open:hover:before, .mobile-menu-main-nav nav li .mobile-sub-open:focus:before {
        color: rgba(255, 255, 255, 0.65); }
    .mobile-menu-main-nav nav li a,
    .mobile-menu-main-nav nav li button:not(.mobile-sub-open) {
      display: block;
      padding: 8px 0 7px;
      border: 0;
      color: #ffffff;
      font-family: "Rubik", sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      text-align: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      transition: color 0.3s, background 0.3s; }
      .mobile-menu-main-nav nav li a.active,
      .mobile-menu-main-nav nav li button:not(.mobile-sub-open).active {
        border-bottom: none;
        color: rgba(255, 255, 255, 0.6); }
      .mobile-menu-main-nav nav li a:hover, .mobile-menu-main-nav nav li a:focus,
      .mobile-menu-main-nav nav li button:not(.mobile-sub-open):hover,
      .mobile-menu-main-nav nav li button:not(.mobile-sub-open):focus {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
    .mobile-menu-main-nav nav li[class*="fsNavCurrentPage"] {
      background: transparent; }
      .mobile-menu-main-nav nav li[class*="fsNavCurrentPage"] > a,
      .mobile-menu-main-nav nav li[class*="fsNavCurrentPage"] > button:not(.mobile-sub-open) {
        color: rgba(255, 255, 255, 0.6); }
      .mobile-menu-main-nav nav li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
        display: block; }
  .mobile-menu-main-nav nav .fsNavLevel1 ul {
    display: none;
    padding-left: 20px; }
  .mobile-menu-main-nav nav .fsNavLevel1 > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .mobile-menu-main-nav nav .fsNavLevel1 > li > .mobile-sub-open {
      height: 47px; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li > .mobile-sub-open:before {
        top: 12px; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li > button:not(.mobile-sub-open) {
      padding: 14px 15px 12px 0;
      font-weight: 500;
      text-transform: uppercase; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavParentPage > button:not(.mobile-sub-open) {
      padding-left: 21px; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li .fsNavLevel2 {
      display: none; }
  .mobile-menu-main-nav nav .fsNavLevel2 {
    padding: 0px 0 5px 20px;
    margin-top: -7px; }
    .mobile-menu-main-nav nav .fsNavLevel2 > li > a {
      padding-left: 0; }
  .mobile-menu-main-nav nav .fsNavLevel3 > li > a {
    padding-left: 0; }
  .mobile-menu-main-nav nav .fsNavLevel4 > li > a {
    padding-left: 0; }
  .mobile-menu-main-nav nav .fsNavLevel5 > li > a {
    padding-left: 0; }

.mobile-menu-school-nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 8px;
  padding: 0 30px; }
  .mobile-menu-school-nav nav ul {
    width: 100%;
    padding: 0; }
    .mobile-menu-school-nav nav ul, .mobile-menu-school-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-school-nav nav ul li {
      margin: 0;
      padding: 0; }
  .mobile-menu-school-nav nav li {
    position: relative; }
    .mobile-menu-school-nav nav li.fsNavParentPage > a,
    .mobile-menu-school-nav nav li.fsNavParentPage > button:not(.mobile-sub-open) {
      padding-left: 20px !important; }
    .mobile-menu-school-nav nav li .mobile-sub-open {
      display: block;
      width: 25px;
      height: 35px;
      border: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: -5px;
      background: transparent;
      cursor: pointer; }
      .mobile-menu-school-nav nav li .mobile-sub-open:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
        transition: color 0.3s; }
      .mobile-menu-school-nav nav li .mobile-sub-open > span {
        position: absolute;
        top: -9999em;
        left: -9999em; }
      .mobile-menu-school-nav nav li .mobile-sub-open.active:before {
        content: ""; }
      .mobile-menu-school-nav nav li .mobile-sub-open:hover:before, .mobile-menu-school-nav nav li .mobile-sub-open:focus:before {
        color: rgba(255, 255, 255, 0.65); }
    .mobile-menu-school-nav nav li a,
    .mobile-menu-school-nav nav li button:not(.mobile-sub-open) {
      display: block;
      padding: 8px 0 7px;
      border: 0;
      color: #ffffff;
      font-family: "Rubik", sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      text-align: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      transition: color 0.3s, background 0.3s; }
      .mobile-menu-school-nav nav li a.active,
      .mobile-menu-school-nav nav li button:not(.mobile-sub-open).active {
        border-bottom: none;
        color: rgba(255, 255, 255, 0.6); }
      .mobile-menu-school-nav nav li a:hover, .mobile-menu-school-nav nav li a:focus,
      .mobile-menu-school-nav nav li button:not(.mobile-sub-open):hover,
      .mobile-menu-school-nav nav li button:not(.mobile-sub-open):focus {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
    .mobile-menu-school-nav nav li[class*="fsNavCurrentPage"] {
      background: transparent; }
      .mobile-menu-school-nav nav li[class*="fsNavCurrentPage"] > a {
        color: rgba(255, 255, 255, 0.6); }
        .mobile-menu-school-nav nav li[class*="fsNavCurrentPage"] > a.mobile-sub-open {
          background: transparent; }
      .mobile-menu-school-nav nav li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
        display: block; }
  .mobile-menu-school-nav nav .fsNavLevel1 ul {
    display: none;
    padding-left: 20px; }
  .mobile-menu-school-nav nav .fsNavLevel1 > li > .mobile-sub-open {
    height: 38px; }
    .mobile-menu-school-nav nav .fsNavLevel1 > li > .mobile-sub-open:before {
      top: 9px; }
  .mobile-menu-school-nav nav .fsNavLevel1 > li > a {
    padding: 11px 15px 9px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase; }
    .mobile-menu-school-nav nav .fsNavLevel1 > li > a:hover, .mobile-menu-school-nav nav .fsNavLevel1 > li > a:focus {
      color: white; }
  .mobile-menu-school-nav nav .fsNavLevel1 > li .fsNavLevel2 {
    display: none; }
  .mobile-menu-school-nav nav .fsNavLevel2 {
    padding: 0px 0 0 20px;
    margin-top: -7px; }
    .mobile-menu-school-nav nav .fsNavLevel2 > li > a {
      padding-left: 0; }
  .mobile-menu-school-nav nav .fsNavLevel3 > li > a {
    padding-left: 0; }
  .mobile-menu-school-nav nav .fsNavLevel4 > li > a {
    padding-left: 0; }
  .mobile-menu-school-nav nav .fsNavLevel5 > li > a {
    padding-left: 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 #AA2136;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #AA2136;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "";
  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; }
  @media (min-width: 1000px) {
    #fsHeader > .fsBanner {
      min-height: 169px; } }

.header-fixed-container {
  width: 100%; }
  @media (min-width: 1000px) {
    .header-fixed-container {
      height: 169px;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 600; } }
  @media (min-width: 1000px) {
    .fsAccountBarVisible .header-fixed-container {
      top: 45px; } }

.header-top-section {
  width: 100%;
  height: 30px;
  background: #AA2136;
  margin: 0;
  position: relative; }
  @media (min-width: 700px) {
    .header-top-section {
      height: 35px; } }
  .header-top-section p {
    margin: 0; }
  .header-top-section .search-btn {
    display: none;
    position: absolute;
    width: 70px;
    height: 18px;
    top: 8px;
    right: 200px;
    margin: 0; }
    @media (min-width: 1000px) {
      .header-top-section .search-btn {
        display: block; } }
    .header-top-section .search-btn .search-icon {
      padding: 0;
      display: block;
      position: absolute;
      left: 0;
      top: 1px;
      width: 70px;
      height: 18px;
      border: 0 none;
      background: transparent;
      color: rgba(255, 255, 255, 0.75);
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      padding-left: 16px;
      transition: all 0.3s ease;
      line-height: 18px;
      cursor: pointer; }
      .header-top-section .search-btn .search-icon:before {
        position: absolute;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        left: 0;
        top: 0;
        font-size: 11px; }
      .header-top-section .search-btn .search-icon:hover, .header-top-section .search-btn .search-icon:focus {
        color: #ffffff;
        text-decoration: underline; }
      .header-top-section .search-btn .search-icon.active:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .header-top-section .top-search {
    display: none;
    width: 287px;
    height: 40px;
    position: absolute;
    right: 200px;
    top: 36px;
    z-index: 500;
    background-color: #1F325A; }
    .header-top-section .top-search label {
      display: none; }
    .header-top-section .top-search button {
      width: 21px;
      height: 24px;
      border: 0;
      padding: 0;
      top: 13px;
      right: 20px;
      color: transparent;
      background: transparent; }
      .header-top-section .top-search button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ffffff;
        font-size: 13px; }
    .header-top-section .top-search input {
      width: 250px;
      height: 40px;
      padding: 9px 5px 8px 16px;
      border: 0 none;
      color: #ffffff;
      font-size: 15px;
      line-height: 23px;
      background: transparent; }
    .header-top-section .top-search ::-webkit-input-placeholder {
      color: #ffffff; }
    .header-top-section .top-search :-moz-placeholder {
      color: #ffffff; }
    .header-top-section .top-search ::-moz-placeholder {
      color: #ffffff; }
    .header-top-section .top-search :-ms-input-placeholder {
      color: #ffffff; }
  .header-top-section .login-btn {
    display: none;
    margin-bottom: 0;
    width: 55px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 290px; }
    @media (min-width: 1000px) {
      .header-top-section .login-btn {
        display: block; } }
    .header-top-section .login-btn p {
      color: #ffffff;
      font-weight: 500;
      line-height: 18px; }
      .header-top-section .login-btn p a {
        color: rgba(255, 255, 255, 0.75);
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        padding-left: 16px;
        transition: all 0.3s ease; }
        .header-top-section .login-btn p a:before {
          position: absolute;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          left: 0;
          top: 0; }
        .header-top-section .login-btn p a:hover, .header-top-section .login-btn p a:focus {
          color: #ffffff; }
  .header-top-section .fsGoogleTranslate {
    position: relative; }
    .header-top-section .fsGoogleTranslate #google_translate_element {
      position: absolute;
      top: 5px;
      right: 0;
      cursor: pointer;
      width: 100%;
      z-index: 2; }

.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, .site-info-container a:focus {
      color: transparent; }

.site-logo {
  width: 240px;
  height: 84px;
  margin: 0 auto;
  padding: 20px 0px 20px; }
  @media (min-width: 700px) {
    .site-logo {
      width: 290px;
      height: 94px;
      padding: 22px 0px 21px; } }
  .site-logo a,
  .site-logo img,
  .site-logo picture {
    display: block; }
  .school-header .site-logo {
    width: 215px;
    height: 77px;
    padding: 0;
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }
    @media (min-width: 700px) {
      .school-header .site-logo {
        width: 255px;
        height: 95px;
        margin: 0;
        top: 22px;
        left: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media (min-width: 1000px) {
      .school-header .site-logo {
        left: 42px;
        top: 22px; } }
    .school-header .site-logo img {
      display: block;
      width: auto;
      height: 100%;
      max-height: 77px;
      margin: 0 auto;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: 0 0;
      object-position: 0 0; }
      @media (min-width: 700px) {
        .school-header .site-logo img {
          display: block;
          max-height: none;
          margin: 0;
          position: absolute;
          top: 0;
          left: 0; } }

.top-utility-nav {
  display: none; }

.skip-to-content {
  margin: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 0; }
  .skip-to-content .skip-link {
    position: absolute;
    top: -100px;
    left: 0px;
    color: #ffffff;
    padding: 6px;
    display: inline-block;
    max-width: 200px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    .skip-to-content .skip-link:focus {
      left: 0px;
      top: 0px;
      background: #1F325A;
      color: #ffffff;
      transition: top .1s ease-in, background .5s linear; }

.header-bottom-section {
  width: 100%;
  height: 82px;
  border-bottom: 3px solid #cecece;
  background: #ffffff; }
  @media (min-width: 700px) {
    .header-bottom-section {
      height: 95px; } }
  @media (min-width: 1000px) {
    .header-bottom-section {
      height: 136px; } }
  @media (min-width: 1000px) {
    .fsHasTheme3 .header-bottom-section {
      height: 134px; } }

.school-header .header-bottom-section {
  position: relative;
  border-bottom: 3px solid #cecece;
  height: 105px; }
  @media (min-width: 700px) {
    .school-header .header-bottom-section {
      height: 134px; } }

.school-header .school-link {
  display: block;
  width: 190px;
  margin: 0;
  position: absolute;
  top: 9px;
  right: 20px;
  text-align: right; }
  @media (min-width: 700px) {
    .school-header .school-link {
      width: 300px;
      top: 56px;
      right: 40px; } }
  @media (min-width: 1000px) {
    .school-header .school-link {
      top: 38px; } }
  .school-header .school-link p {
    text-align: right;
    margin: 0;
    font-size: 11px;
    line-height: 13px; }
    @media (min-width: 700px) {
      .school-header .school-link p {
        font-size: 19px;
        line-height: 23px; } }
    .school-header .school-link p a {
      color: #ffffff;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        .school-header .school-link p a {
          color: #AA2136;
          text-transform: uppercase; } }
      .school-header .school-link p a:hover, .school-header .school-link p a:focus {
        color: #ffffff;
        text-decoration: underline; }
        @media (min-width: 700px) {
          .school-header .school-link p a:hover, .school-header .school-link p a:focus {
            color: #1F325A;
            text-decoration: none; } }

.mobile-menu-btn {
  display: block;
  width: auto;
  height: 32px;
  padding: 0;
  padding-left: 16px;
  border: 0 none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 13px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  @media (min-width: 700px) {
    .mobile-menu-btn {
      margin-right: 0px;
      top: 2px;
      left: auto;
      right: 30px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  @media (min-width: 1000px) {
    .mobile-menu-btn {
      display: none; } }
  @media (max-width: 699px) {
    .school-header .mobile-menu-btn {
      margin-right: 0;
      left: 20px;
      right: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .mobile-menu-btn:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0px;
    left: 0; }

.nav-secondary-header {
  display: none;
  width: 100%;
  background-color: #DFDFDF;
  padding: 18px 15px;
  clear: both;
  margin: 0px; }
  @media (min-width: 1000px) {
    .nav-secondary-header {
      display: block; } }
  .nav-secondary-header > .fsElementContent {
    max-width: 980px;
    margin: 0 auto;
    text-align: center; }
    .nav-secondary-header > .fsElementContent .fsNavLevel1 > li {
      display: inline-block;
      font-size: 15px;
      line-height: 20px;
      margin-right: 30px;
      margin-bottom: 14px; }
      .nav-secondary-header > .fsElementContent .fsNavLevel1 > li > a {
        color: #26334F;
        text-decoration: none;
        padding: 0; }
        .nav-secondary-header > .fsElementContent .fsNavLevel1 > li > a:hover {
          text-decoration: underline; }
      .nav-secondary-header > .fsElementContent .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-secondary-header > .fsElementContent .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #AA2136;
        font-weight: 500;
        text-decoration: none; }

.school-utility-nav {
  display: none;
  width: 210px;
  position: absolute;
  left: 40px;
  top: 9px;
  z-index: 20;
  margin: 0; }
  @media (min-width: 1000px) {
    .school-utility-nav {
      display: block; } }
  .school-utility-nav .fsNavLevel1 {
    line-height: 16px; }
    .school-utility-nav .fsNavLevel1 > li {
      font-size: 13px;
      font-weight: 500;
      line-height: 18px;
      display: inline-block;
      position: relative;
      margin-right: 20px;
      text-transform: uppercase; }
      .school-utility-nav .fsNavLevel1 > li > a {
        color: rgba(255, 255, 255, 0.75);
        padding: 0px 0px 7px 5px; }
        .school-utility-nav .fsNavLevel1 > li > a:hover, .school-utility-nav .fsNavLevel1 > li > a:focus {
          color: #ffffff; }
      .school-utility-nav .fsNavLevel1 > li .fsNavPageInfo {
        width: 300px;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0px; }
        .school-utility-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 {
          background-color: #1F325A;
          padding: 20px; }
          .school-utility-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li {
            font-size: 16px;
            line-height: 21px;
            color: #ffffff;
            margin-bottom: 15px;
            text-transform: none;
            font-weight: 400; }
            .school-utility-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a {
              padding: 0;
              color: #ffffff; }
              .school-utility-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a:hover, .school-utility-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavLevel2 > li > a:focus {
                color: rgba(255, 255, 255, 0.75);
                text-decoration: underline; }
      .school-utility-nav .fsNavLevel1 > li:hover > a, .school-utility-nav .fsNavLevel1 > li.hover > a {
        color: #ffffff;
        text-decoration: underline; }
      .school-utility-nav .fsNavLevel1 > li:hover .fsNavPageInfo, .school-utility-nav .fsNavLevel1 > li.hover .fsNavPageInfo {
        height: auto; }

#fsFooter {
  margin-top: -20px;
  padding: 0;
  color: #fff;
  background: #AA2136; }
  #fsFooter .fsBanner {
    max-width: calc(1220px - 40px);
    margin: 0 auto;
    padding: 30px 20px 0;
    padding-top: 30px;
    overflow: hidden; }
    @media (min-width: 700px) {
      #fsFooter .fsBanner {
        padding: 44px 30px 0; } }
    @media (min-width: 800px) {
      #fsFooter .fsBanner {
        padding-top: 50px; } }
    #fsFooter .fsBanner .footer-left-container {
      max-width: 300px; }
      @media (min-width: 700px) {
        #fsFooter .fsBanner .footer-left-container {
          float: left; } }
      @media (min-width: 800px) {
        #fsFooter .fsBanner .footer-left-container {
          max-width: 350px; } }
      #fsFooter .fsBanner .footer-left-container .footer-address {
        margin-bottom: 40px; }
        #fsFooter .fsBanner .footer-left-container .footer-address h2 {
          color: #ffffff;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
          margin-bottom: 23px;
          text-transform: uppercase; }
          @media (min-width: 700px) {
            #fsFooter .fsBanner .footer-left-container .footer-address h2 {
              font-size: 18px;
              line-height: 25px; } }
          @media (min-width: 800px) {
            #fsFooter .fsBanner .footer-left-container .footer-address h2 {
              margin-bottom: 21px;
              font-size: 22px;
              line-height: 30px; } }
        #fsFooter .fsBanner .footer-left-container .footer-address p {
          max-width: 300px;
          color: #ffffff;
          font-size: 15px;
          line-height: 23px;
          margin-bottom: 7px;
          padding-left: 20px;
          position: relative; }
          @media (min-width: 700px) {
            #fsFooter .fsBanner .footer-left-container .footer-address p {
              margin-bottom: 3px; } }
          @media (min-width: 800px) {
            #fsFooter .fsBanner .footer-left-container .footer-address p {
              max-width: 340px; } }
          @media (min-width: 800px) {
            #fsFooter .fsBanner .footer-left-container .footer-address p {
              margin-bottom: 5px; } }
          #fsFooter .fsBanner .footer-left-container .footer-address p:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 13px;
            line-height: 13px;
            color: rgba(255, 255, 255, 0.5); }
          #fsFooter .fsBanner .footer-left-container .footer-address p a {
            color: rgba(255, 255, 255, 0.75); }
            #fsFooter .fsBanner .footer-left-container .footer-address p a:hover, #fsFooter .fsBanner .footer-left-container .footer-address p a:focus {
              color: #ffffff;
              text-decoration: underline; }
        #fsFooter .fsBanner .footer-left-container .footer-address .address:before {
          left: 3px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner .footer-left-container .footer-address .phone:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        #fsFooter .fsBanner .footer-left-container .footer-address .fax:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
    #fsFooter .fsBanner .footer-right-container {
      max-width: 300px; }
      @media (min-width: 700px) {
        #fsFooter .fsBanner .footer-right-container {
          max-width: 320px;
          float: right; } }
      @media (min-width: 800px) {
        #fsFooter .fsBanner .footer-right-container {
          max-width: 375px; } }
      #fsFooter .fsBanner .footer-right-container .footer-social-nav {
        width: 250px;
        margin-bottom: 12px; }
        #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul {
          overflow: hidden; }
          #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul, #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li {
            margin: 0;
            padding: 0; }
          #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li {
            display: inline-block;
            width: 22px;
            height: 22px;
            margin-right: 30px;
            overflow: hidden;
            text-align: left; }
            #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a {
              display: block;
              color: transparent;
              padding: 0;
              margin: 0;
              position: relative;
              background: transparent;
              width: 22px;
              height: 22px; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a:before {
                content: '';
                font-size: 20px;
                font-weight: 400;
                line-height: 21px;
                color: #ffffff;
                position: absolute;
                left: 0;
                top: 0; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a[href*="facebook"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a[href*="twitter"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a[href*="instagram"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a[href*="youtube"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a[href*="vimeo"]:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none; }
              #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a:hover:before, #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li a:focus:before {
                color: rgba(255, 255, 255, 0.7); }
            #fsFooter .fsBanner .footer-right-container .footer-social-nav nav ul li:last-child {
              margin-right: 0; }
      #fsFooter .fsBanner .footer-right-container .footer-utility-nav {
        width: 100%; }
        #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul {
          overflow: hidden; }
          #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul, #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul li {
            margin: 0;
            padding: 0; }
          #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul li {
            width: calc(50% - 20px);
            float: left;
            margin-right: 20px; }
            #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul li a {
              color: rgba(255, 255, 255, 0.75);
              font-size: 13px;
              font-weight: 500;
              line-height: 18px;
              text-transform: uppercase;
              padding: 7px 0; }
              @media (min-width: 800px) {
                #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul li a {
                  padding: 10px 0; } }
              #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul li a:hover, #fsFooter .fsBanner .footer-right-container .footer-utility-nav nav ul li a:focus {
                color: #ffffff;
                text-decoration: underline; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    color: #1F325A;
    font-weight: 500;
    margin-bottom: 18px; }
    @media (min-width: 700px) {
      .school-details [itemprop='name'] {
        font-size: 22px;
        line-height: 27px; } }
  .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: "Rubik", sans-serif;
  background: #AA2136;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 27px;
  color: #26334F; }

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 240px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 80px;
      width: 360px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 80px;
      width: 360px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 80px;
      width: 360px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 360px); } }
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 360px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 360px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 480px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 720px); } }

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 360px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 360px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 80px;
        width: 360px; } }

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

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

.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: 80px;
      width: 360px; } }

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 360px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 360px); } }

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

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

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

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

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

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

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

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

.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% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 480px); } }

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .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: 80px;
        width: 360px; } }
  .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% - 360px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 360px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 360px); } }

.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: 240px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 80px;
      width: 360px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 240px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 80px;
      width: 360px; } }

.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: 80px;
      width: 360px; } }

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

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

@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: 80px;
    width: 360px; } }

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

.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: 240px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 240px; } }

.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[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }
  .fsConstituent a {
    color: #AA2136; }
    .fsConstituent a:hover, .fsConstituent a:focus {
      color: #1F325A;
      text-decoration: underline; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-bottom: 5px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: #AA2136;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 21px;
      line-height: 27px;
      color: #1F325A;
      font-weight: 500;
      margin-bottom: 20px;
      margin-bottom: 5px;
      display: block;
      font-size: 21px;
      padding: 13.33333px;
      color: #26334F;
      transition: .3s;
      position: relative;
      margin: 0;
      padding: 7px 0 7px 20px;
      line-height: 24px;
      color: white; }
      @media (min-width: 700px) {
        .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
          font-size: 30px;
          line-height: 40px; } }
      @media (min-width: 700px) {
        .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
          padding: 13px 0;
          padding-left: 20px;
          line-height: 19px; } }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase; }
        @media (min-width: 700px) {
          .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
            font-size: 16px;
            line-height: 19px; } }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover, .fsAccordion .fsPanel > header:focus, .fsTabs .fsPanel > header:focus {
      background: #1F325A;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:focus h2, .fsTabs .fsPanel > header:focus h2 {
        color: #ffffff;
        transition: .3s; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 25px 20px 25px 20px;
    font-size: 13px;
    line-height: 23px; }
    @media (min-width: 700px) {
      .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
        padding: 25px 30px 25px 30px;
        font-size: 16px;
        line-height: 27px; } }
    .fsAccordion .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child, .fsTabs .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
    border-bottom: 4px solid #AA2136;
    margin-bottom: 5px; }
    .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
      background: #DFDFDF; }
      .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #26334F; }
        .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }

.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: 9px;
  font-size: 15px;
  font-weight: 300;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
  @media (min-width: 700px) {
    .fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
    .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
    .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
      top: 18px;
      font-size: 17px; } }

.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: 9px;
  font-size: 15px;
  font-weight: 300;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }
  @media (min-width: 700px) {
    .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 {
      top: 18px;
      font-size: 17px; } }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
  padding-left: 20px; }
  .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: 27px;
  margin-bottom: 0; }

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

.fsAthleticsEvent a {
  color: #AA2136; }
  .fsAthleticsEvent a:hover, .fsAthleticsEvent a:focus {
    color: #1F325A;
    text-decoration: underline; }

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

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

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

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

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

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

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

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

.fsAthleticsEvent a {
  color: #AA2136; }
  .fsAthleticsEvent a:hover, .fsAthleticsEvent a:focus {
    color: #1F325A;
    text-decoration: underline; }

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

.fsAthleticsEvent a {
  color: #AA2136; }
  .fsAthleticsEvent a:hover, .fsAthleticsEvent a:focus {
    color: #1F325A;
    text-decoration: underline; }

/*! elements - athletics events - table*/
.fsAthleticsEvent a {
  color: #AA2136; }
  .fsAthleticsEvent a:hover, .fsAthleticsEvent a:focus {
    color: #1F325A;
    text-decoration: underline; }

@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: 19px;
    line-height: 24px;
    color: #1F325A;
    font-weight: 500;
    margin-bottom: 16px; }
    @media (min-width: 700px) {
      .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
        font-size: 25px;
        line-height: 30px; } }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }
  .fsAthleticsEvent.fsDialog a {
    color: #AA2136; }
    .fsAthleticsEvent.fsDialog a:hover, .fsAthleticsEvent.fsDialog a:focus {
      color: #1F325A;
      text-decoration: underline; }

/*! 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 #eee; }
  .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 */
.fsAthleticsTeam a {
  color: #AA2136; }
  .fsAthleticsTeam a:hover, .fsAthleticsTeam a:focus {
    color: #1F325A;
    text-decoration: underline; }

.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: 67px;
  min-height: 60px;
  padding-top: 0; }
  @media (min-width: 700px) {
    .fsCalendar article {
      padding-left: 85px; } }
  @media (min-width: 700px) {
    .fsCalendar article {
      min-height: 70px; } }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 48px;
  height: 52px;
  color: #fff;
  background: #1F325A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 700px) {
    .fsCalendar .fsDate {
      height: 70px;
      width: 65px; } }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth, .fsCalendar .fsDate > span.fsDayName, .fsCalendar .fsDate > span.fsYear {
      font-size: 11px;
      font-weight: 400;
      line-height: 15px;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        .fsCalendar .fsDate > span.fsMonth, .fsCalendar .fsDate > span.fsDayName, .fsCalendar .fsDate > span.fsYear {
          font-size: 13px; } }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 22px;
      font-weight: 500;
      line-height: 24px;
      text-align: center; }
      @media (min-width: 700px) {
        .fsCalendar .fsDate > span.fsDay {
          font-size: 28px;
          line-height: 28px;
          font-weight: 500; } }

.fsCalendar header h2 {
  color: #1F325A;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px; }

.fsCalendar article {
  margin-bottom: 15px; }

.fsCalendar .fsTitle {
  margin-bottom: 6px; }
  .fsCalendar .fsTitle a {
    color: #AA2136;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px; }
    @media (min-width: 700px) {
      .fsCalendar .fsTitle a {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px; } }
    .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
      color: #1F325A;
      text-decoration: underline; }

.fsCalendar .fsDate {
  padding-top: 2px; }

.fsCalendar .fsEventDetails > div {
  padding-top: 2px; }
  @media (min-width: 700px) {
    .fsCalendar .fsEventDetails > div {
      padding-top: 0; } }

.fsCalendar .fsTimeRange, .fsCalendar .fsAllDay {
  padding-left: 20px;
  position: relative;
  color: #26334F;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 700px) {
    .fsCalendar .fsTimeRange, .fsCalendar .fsAllDay {
      font-size: 15px;
      line-height: 18px; } }
  .fsCalendar .fsTimeRange:before, .fsCalendar .fsAllDay:before {
    content: '';
    color: #075BA0;
    font-size: 12px;
    line-height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.fsCalendar .fsLocation {
  color: #26334F;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 20px; }
  @media (min-width: 700px) {
    .fsCalendar .fsLocation {
      font-size: 15px;
      line-height: 18px; } }
  .fsCalendar .fsLocation:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #075BA0;
    font-size: 14px;
    line-height: 14px; }

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

.fsCalendar .fsReadMoreLink {
  display: block;
  color: #AA2136;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px; }
  .fsCalendar .fsReadMoreLink:hover, .fsCalendar .fsReadMoreLink:focus {
    color: #1F325A;
    text-decoration: underline; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
@media (max-width: 699px) {
  body:not(.home) .fsCalendar.fsList .fsDate {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
    body:not(.home) .fsCalendar.fsList .fsDate .fsYear {
      font-size: 12px;
      line-height: 17px; }
    body:not(.home) .fsCalendar.fsList .fsDate .fsDay {
      font-size: 18px;
      line-height: 18px; } }

.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: 1em;
  font-weight: bold;
  outline: 0;
  color: #AA2136;
  word-break: break-word; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:focus {
    color: #1F325A;
    text-decoration: underline; }

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

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

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

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

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

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Rubik", sans-serif;
      font-size: 16px;
      line-height: 27px;
      color: #26334F; }
    .fsComposerFormEmbed form input {
      border: solid 1px #bbbbbb; }
      .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 #bbbbbb; }
    .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: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover, .fsComposerFormEmbed form .linkLike:focus {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #1F325A; }
    .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: #36c;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .nextPage:focus, .fsComposerFormEmbed form .pageBreak .prevPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:focus {
          color: #039;
          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: #1F325A;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        transition: .3s;
        background: #AA2136; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Rubik", 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-prev:focus:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:focus: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: rgba(38, 51, 79, 0.5); }

:-moz-placeholder {
  color: rgba(38, 51, 79, 0.5); }

::-moz-placeholder {
  color: rgba(38, 51, 79, 0.5); }

:-ms-input-placeholder {
  color: rgba(38, 51, 79, 0.5); }

.fsEmbed.fsGoogleTranslate {
  display: inline-block;
  margin-left: 10px;
  width: 140px;
  height: 35px;
  position: absolute;
  right: 40px;
  overflow: hidden; }
  .fsEmbed.fsGoogleTranslate ul {
    padding: 0; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate {
    list-style: none;
    position: relative; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a {
      display: none; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget {
      color: transparent; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget label {
        color: transparent; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: rgba(255, 255, 255, 0.75);
        position: absolute;
        left: 0;
        top: -1px; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
        color: #666;
        padding: 3px 0 3px 15px;
        width: 152px; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget .goog-logo-link {
        display: none; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget:hover:before {
        color: #fff; }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget {
  font-size: 13px;
  font-family: "Rubik", sans-serif; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    margin-left: 2px;
    line-height: 1.2em;
    text-align: center;
    opacity: 1;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: -2px; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo option {
      color: black; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo:hover {
      color: #fff; }

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

.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: #26334F;
  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: #AA2136;
    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: #26334F;
  font-family: "Rubik", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

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

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

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

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

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #AA2136;
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 27px;
  width: 100%;
  background-color: #AA2136;
  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(170, 33, 54, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover, .fsCustomSlider .caption-wrapper a:focus {
      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: 21px;
    line-height: 27px;
    color: #1F325A;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }
  @media (min-width: 800px) and (min-width: 700px) {
    .fsCustomSlider .caption-title {
      font-size: 30px;
      line-height: 40px; } }

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

.fsSharingButtons {
  display: block; }

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */
.fsPostElement {
  margin: 20px 0;
  /*
  &.custom-posts {
    article {
      background-color: #dedede;
      padding: 40px;
      border-radius: 10px;
      border-bottom: 0;
    }
    .fsSharingButtonsContainer {
      text-align: right;
    }
    .fsAlertFeeds {
      margin-bottom: 8px;
    }

    .fsSharingTypePost a:not(:hover) {
      background-color: #3B5998;
    }
    .fsSharingTypePost .fsSharingFacebook:hover { 
      background-color: #1f325a;
    }
  }
  */ }
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none; }
    @media (min-width: 600px) {
      .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left; } }
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: none; }
    @media (min-width: 600px) {
      .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
        float: right; } }
  .fsPostElement article {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF; }
    .fsPostElement article:last-child {
      border-bottom: none; }
  .fsPostElement .fsThumbnail {
    margin-bottom: 15px; }
  .fsPostElement .fsTitle {
    color: #AA2136;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; }
    @media (min-width: 700px) {
      .fsPostElement .fsTitle {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px; } }
    .fsPostElement .fsTitle a {
      color: #AA2136;
      font-size: 15px;
      font-weight: 500;
      line-height: 23px; }
      @media (min-width: 700px) {
        .fsPostElement .fsTitle a {
          font-size: 18px;
          font-weight: 500;
          line-height: 25px; } }
      .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
        color: #1F325A;
        text-decoration: underline; }
    .fsPostElement .fsTitle:hover, .fsPostElement .fsTitle:focus {
      color: #1F325A !important;
      text-decoration: underline; }
  .fsPostElement .fsAuthor {
    color: #485777;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase; }
  .fsPostElement .fsDateTime {
    color: #485777;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase; }
  .fsPostElement .fsSummary {
    margin-bottom: 25px; }
  .fsPostElement .fsReadMoreLink {
    display: block;
    color: #AA2136;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px; }
    .fsPostElement .fsReadMoreLink:hover, .fsPostElement .fsReadMoreLink:focus {
      color: #1F325A;
      text-decoration: underline; }

.fsAlertsIcon {
  height: 27px;
  width: 115px;
  background-color: #AA2136;
  border-radius: 0;
  padding: 5px;
  margin: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .fsAlertsIcon:before {
    display: none; }

.fsAlertsIcon::before, .fsRSSIcon::before {
  content: ' ';
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 1px; }

.fsAlertsIcon:after {
  content: ' SUBSCRIBE';
  color: #fff;
  margin-bottom: 5px;
  padding-left: 5px;
  position: relative;
  bottom: 4px;
  display: inline-block;
  height: 100%;
  width: auto; }

.fsAlertsIcon:hover {
  background-color: #1f325a; }

.fsPostElement.fsGrid {
  /*
    &.custom-posts {
      article {
        margin: 0 15px;
        margin-bottom: 30px;
      }
    .fsStyleTwoColumns {
      article {
        width: 100%;
      @include breakpoint(900px) {
        width: calc(50% - 30px);
      }
    }
    }
    .fsStyleThreeColumns {
      article {
        width: 100%;
      @include breakpoint(900px) {
        width: calc(50% - 30px);
      }
      @include breakpoint(1000px) {
        width: calc(33.33% - 30px);
      }
    }
    }
  }
  */ }
  .fsPostElement.fsGrid article {
    border-bottom: none; }

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

/*! _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: #AA2136 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #eee;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Rubik", 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: #1F325A;
    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: "Rubik", 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, .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus {
      background: black;
      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: #eee; }

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

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

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

/*! _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 #26334F; }
    .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: #26334F;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "Rubik", 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: #26334F;
  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: "Rubik", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: #AA2136;
    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: "Rubik", 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: #26334F; }
  .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: #AA2136; }

.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: #36c !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #039 !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: #26334F;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #AA2136;
    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: #26334F;
  color: #fff;
  border-radius: 0;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #AA2136;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 5px;
      padding: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 21px;
        line-height: 27px;
        color: #1F325A;
        font-weight: 500;
        margin-bottom: 20px;
        margin-bottom: 5px;
        display: block;
        font-size: 21px;
        padding: 13.33333px;
        color: #26334F;
        transition: .3s;
        background: #DFDFDF;
        color: #26334F;
        padding: 8px 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase; }
        @media (min-width: 700px) {
          .fsTabs .fsTabsNav li a {
            font-size: 30px;
            line-height: 40px; } }
        @media (min-width: 700px) {
          .fsTabs .fsTabsNav li a {
            font-size: 16px;
            line-height: 19px;
            padding: 15px; } }
        .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
          background: #1F325A;
          color: #ffffff; }
      .fsTabs .fsTabsNav li.fsStateSelected {
        border: none; }
        .fsTabs .fsTabsNav li.fsStateSelected a {
          background: #AA2136;
          color: #ffffff; }
  .fsTabs .fsPanel, .fsTabs .fsStateOpen {
    border: none; }

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

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #eee; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #e1e1e1;
    color: #26334F;
    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: #c8c8c8;
      color: #26334F; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #eee;
      color: #bbbbbb; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #4067b9;
      color: #fff; }

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

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%; }

body:not(.fsComposeMode) .home-infographic-box {
  text-align: center;
  margin: 0; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .home-infographic-box {
      text-align: left; } }
  body:not(.fsComposeMode) .home-infographic-box:last-child {
    margin-right: 0; }
  body:not(.fsComposeMode) .home-infographic-box p {
    margin: 0; }
    body:not(.fsComposeMode) .home-infographic-box p a {
      display: block;
      padding-top: 36px;
      position: relative;
      color: #162442;
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .home-infographic-box p a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row;
          flex-flow: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          min-height: 38px;
          padding: 0;
          padding-left: 70px;
          padding-right: 10px;
          position: relative;
          font-size: 16px;
          line-height: 19px; } }
      body:not(.fsComposeMode) .home-infographic-box p a:before, body:not(.fsComposeMode) .home-infographic-box p a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        height: 35px;
        width: 40px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #AA2136;
        font-size: 26px;
        line-height: 35px;
        font-weight: 300;
        text-align: center;
        vertical-align: top;
        transition: opacity 0.15s ease; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .home-infographic-box p a:before, body:not(.fsComposeMode) .home-infographic-box p a:after {
            margin: 0;
            position: absolute;
            top: 0;
            left: 20px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            font-size: 35px;
            line-height: 35px;
            text-align: left; } }
      body:not(.fsComposeMode) .home-infographic-box p a:after {
        opacity: 0; }
      body:not(.fsComposeMode) .home-infographic-box p a:hover, body:not(.fsComposeMode) .home-infographic-box p a:focus {
        text-decoration: underline; }
        body:not(.fsComposeMode) .home-infographic-box p a:hover:before, body:not(.fsComposeMode) .home-infographic-box p a:focus:before {
          opacity: 0; }
        body:not(.fsComposeMode) .home-infographic-box p a:hover:after, body:not(.fsComposeMode) .home-infographic-box p a:focus:after {
          opacity: 1; }

body:not(.fsComposeMode) .home-infographic-container {
  width: 100%;
  padding: 20px 20px 56px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .home-infographic-container {
      padding: 38px 35px 39px; } }
  body:not(.fsComposeMode) .home-infographic-container > .fsContainer {
    position: relative; }
    body:not(.fsComposeMode) .home-infographic-container > .fsContainer > .fsElementContent {
      max-width: 1180px;
      margin: 0 auto; }
  body:not(.fsComposeMode) .home-infographic-container .slick-slider {
    position: static; }
  body:not(.fsComposeMode) .home-infographic-container .slick-arrow {
    display: block;
    position: absolute;
    color: transparent;
    background: transparent;
    outline: none !important;
    border: none;
    height: 35px;
    width: 14px;
    cursor: pointer;
    z-index: 200;
    transition: all 0.4s ease-in;
    overflow: hidden;
    width: 34px;
    height: 40px;
    padding: 0;
    margin: 0;
    bottom: -47px; }
    body:not(.fsComposeMode) .home-infographic-container .slick-arrow:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      color: #26334F;
      height: 35px;
      width: 14px;
      font-size: 35px;
      font-weight: 300;
      line-height: 35px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    body:not(.fsComposeMode) .home-infographic-container .slick-arrow:hover:before, body:not(.fsComposeMode) .home-infographic-container .slick-arrow:focus:before {
      color: #26334F; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .home-infographic-container .slick-arrow {
        top: 50%;
        bottom: auto; } }
    body:not(.fsComposeMode) .home-infographic-container .slick-arrow:before {
      height: 40px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #26334F;
      font-size: 26px;
      line-height: 40px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .home-infographic-container .slick-arrow:before {
          font-size: 30px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .home-infographic-container .slick-arrow:before {
          font-size: 35px; } }
    body:not(.fsComposeMode) .home-infographic-container .slick-arrow:hover:before, body:not(.fsComposeMode) .home-infographic-container .slick-arrow:focus:before {
      color: #1c1c1c; }
  body:not(.fsComposeMode) .home-infographic-container .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .home-infographic-container .slick-prev {
        left: -35px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 1350px) {
      body:not(.fsComposeMode) .home-infographic-container .slick-prev {
        left: -4px; } }
  body:not(.fsComposeMode) .home-infographic-container .slick-next {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .home-infographic-container .slick-next {
        right: -35px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 1350px) {
      body:not(.fsComposeMode) .home-infographic-container .slick-next {
        right: -4px; } }
    body:not(.fsComposeMode) .home-infographic-container .slick-next:before {
      content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .fsPager {
    display: none; }
  body:not(.fsComposeMode) .home-infographic-container .bus-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .bus-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .clock-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .clock-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .desktop-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .desktop-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .comment-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .comment-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .building-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .building-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .exclamation-triangle-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .exclamation-triangle-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .exclamation-triangle-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .exclamation-triangle-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .book-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .book-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .bullhorn-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .bullhorn-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .calendar-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .calendar-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .clipboard-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .clipboard-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .globe-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .globe-icon p a:after {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .hands-helping-icon p a:before {
    content: ""; }
  body:not(.fsComposeMode) .home-infographic-container .hands-helping-icon p a:after {
    content: ""; }

.school-home .home-infographic-container {
  border-top: 1px solid #1F325A;
  border-bottom: 1px solid #1F325A; }

body:not(.fsComposeMode) .home-callout-container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 38px;
  clear: both; }
  body:not(.fsComposeMode) .home-callout-container .fsListItems {
    margin: 0; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .home-callout-container {
      margin-bottom: 59px; } }
  body:not(.fsComposeMode) .home-callout-container > .fsElementContent {
    overflow: hidden; }
  body:not(.fsComposeMode) .home-callout-container .fsElement {
    margin-bottom: 2px; }
  body:not(.fsComposeMode) .home-callout-container .home-callout-box {
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .home-callout-container .home-callout-box {
        float: left;
        width: calc(25% - 2px);
        height: 325px;
        margin-right: 2px;
        position: relative; }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:nth-child(1) {
          width: calc(33.33% - 2px); }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:nth-child(2) {
          width: calc(33.33% - 2px); }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:nth-child(3) {
          width: 33.33%;
          margin-right: 0; }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:last-child {
          width: 25%;
          margin-right: 0; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .home-callout-container .home-callout-box {
        width: calc(14.28% - 2px); }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:nth-child(1) {
          width: calc(14.28% - 2px); }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:nth-child(2) {
          width: calc(14.28% - 2px); }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:nth-child(3) {
          width: calc(14.28% - 2px);
          margin-right: 2px; }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:last-child {
          width: 14.28%; } }
    body:not(.fsComposeMode) .home-callout-container .home-callout-box p {
      margin: 0; }
      body:not(.fsComposeMode) .home-callout-container .home-callout-box p a {
        display: block;
        width: 100%;
        height: 80px;
        padding-top: 21px;
        position: absolute;
        z-index: 100;
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        background: rgba(31, 50, 90, 0.75); }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .home-callout-container .home-callout-box p a {
            height: auto;
            padding-top: 263px;
            font-size: 16px;
            line-height: 27px;
            background: transparent; } }
        body:not(.fsComposeMode) .home-callout-container .home-callout-box p a em {
          display: block;
          margin-top: -3px;
          color: #ffffff;
          font-size: 13px;
          line-height: 20px;
          font-weight: 500;
          font-style: normal;
          text-align: center; }
    body:not(.fsComposeMode) .home-callout-container .home-callout-box:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: rgba(31, 50, 90, 0.75);
      z-index: 10; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:before {
          height: 75px;
          background: #1F325A; } }
    body:not(.fsComposeMode) .home-callout-container .home-callout-box:hover p a, body:not(.fsComposeMode) .home-callout-container .home-callout-box:focus p a {
      background: #AA2136; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .home-callout-container .home-callout-box:hover p a, body:not(.fsComposeMode) .home-callout-container .home-callout-box:focus p a {
          background: transparent; } }
    body:not(.fsComposeMode) .home-callout-container .home-callout-box:hover:before, body:not(.fsComposeMode) .home-callout-container .home-callout-box:focus:before {
      background: #AA2136; }
  body:not(.fsComposeMode) .home-callout-container article {
    width: 100%;
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: 2px; }
    body:not(.fsComposeMode) .home-callout-container article .fsThumbnail {
      display: none; }
    @media (min-width: 1150px) {
      body:not(.fsComposeMode) .home-callout-container article {
        float: left;
        height: 325px;
        margin-right: 2px;
        position: relative;
        width: calc(33.33% - 2px); }
        body:not(.fsComposeMode) .home-callout-container article:nth-child(3n) {
          width: 33.33%;
          margin-right: 0; } }
    body:not(.fsComposeMode) .home-callout-container article .fsTitle {
      margin: 0;
      position: relative;
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body:not(.fsComposeMode) .home-callout-container article .fsTitle a {
        display: block;
        width: 100%;
        height: 80px;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 100;
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        background: rgba(31, 50, 90, 0.75); }
        @media (min-width: 1150px) {
          body:not(.fsComposeMode) .home-callout-container article .fsTitle a {
            height: auto;
            font-size: 16px;
            line-height: 27px;
            background: transparent; } }
    body:not(.fsComposeMode) .home-callout-container article:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: rgba(31, 50, 90, 0.75);
      z-index: 10; }
      @media (min-width: 1150px) {
        body:not(.fsComposeMode) .home-callout-container article:before {
          height: 75px;
          background: #1F325A; } }
    body:not(.fsComposeMode) .home-callout-container article:hover p a, body:not(.fsComposeMode) .home-callout-container article:focus p a {
      background: #AA2136; }
      @media (min-width: 1150px) {
        body:not(.fsComposeMode) .home-callout-container article:hover p a, body:not(.fsComposeMode) .home-callout-container article:focus p a {
          background: transparent; } }
    body:not(.fsComposeMode) .home-callout-container article:hover:before, body:not(.fsComposeMode) .home-callout-container article:focus:before {
      background: #AA2136; }

.home-calendar-news-container {
  width: 100%;
  padding: 0 20px 4px; }
  @media (min-width: 700px) {
    .home-calendar-news-container {
      padding: 0 90px 35px; } }
  .home-calendar-news-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .home-calendar-news-container .fsTwoColumnLayout {
    margin: 0; }
    @media (min-width: 1000px) {
      .home-calendar-news-container .fsTwoColumnLayout {
        margin-left: -10px;
        margin-right: -10px; } }
    .home-calendar-news-container .fsTwoColumnLayout > .fsDiv {
      width: 100%;
      padding: 0; }
      @media (min-width: 1000px) {
        .home-calendar-news-container .fsTwoColumnLayout > .fsDiv {
          width: 50%;
          padding-left: 10px;
          padding-right: 10px; } }
  .home-calendar-news-container .fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
    padding-left: 0;
    padding-right: 0; }
  .home-calendar-news-container .slideshow-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    bottom: 0; }
  .home-calendar-news-container .slick-arrow {
    width: 31px;
    height: 40px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .home-calendar-news-container .slick-arrow:before {
      display: block;
      width: 31px;
      height: 40px;
      position: absolute;
      top: 0px;
      left: 0px;
      color: #AA2136;
      font-size: 30px;
      line-height: 40px;
      text-align: center; }
    .home-calendar-news-container .slick-arrow:hover:before, .home-calendar-news-container .slick-arrow:focus:before {
      color: #AA2136; }
    .home-calendar-news-container .slick-arrow.slick-disabled {
      cursor: default; }
      .home-calendar-news-container .slick-arrow.slick-disabled:before {
        color: #697783; }
      .home-calendar-news-container .slick-arrow.slick-disabled:hover:before, .home-calendar-news-container .slick-arrow.slick-disabled:focus:before {
        color: #697783; }
  .home-calendar-news-container .fsLeftArrow {
    margin-right: 1px;
    position: static; }
  .home-calendar-news-container .fsRightArrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-calendar-news-container .fsPager {
    display: none; }

.home-calendar {
  width: 100%; }
  .home-calendar.fsElement {
    margin-bottom: 50px; }
    @media (min-width: 700px) {
      .home-calendar.fsElement {
        margin-bottom: 40px; } }
    @media (min-width: 1000px) {
      .home-calendar.fsElement {
        margin: 0;
        margin-right: 20px; } }
  .home-calendar.fsSlideshow.fsSlideshowHorizontal {
    position: relative; }
    .home-calendar.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow {
      margin: 0; }
    .home-calendar.fsSlideshow.fsSlideshowHorizontal .slick-slide > div {
      margin-bottom: 15px; }
      @media (min-width: 700px) {
        .home-calendar.fsSlideshow.fsSlideshowHorizontal .slick-slide > div {
          margin-bottom: 33px; } }
      .home-calendar.fsSlideshow.fsSlideshowHorizontal .slick-slide > div article {
        margin: 0; }
    .home-calendar.fsSlideshow.fsSlideshowHorizontal > .fsElementContent {
      padding-bottom: 40px; }
    .home-calendar.fsSlideshow.fsSlideshowHorizontal > footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      .home-calendar.fsSlideshow.fsSlideshowHorizontal > footer .fsElementFooterContent {
        margin: 0;
        text-align: right; }
        .home-calendar.fsSlideshow.fsSlideshowHorizontal > footer .fsElementFooterContent a {
          display: inline-block; }
  .home-calendar header h2 {
    color: #1F325A;
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      .home-calendar header h2 {
        font-size: 22px;
        line-height: 27px; } }
  .home-calendar article .fsTitle a {
    color: #AA2136; }
    .home-calendar article .fsTitle a:hover, .home-calendar article .fsTitle a:focus {
      color: #1F325A !important;
      text-decoration: underline; }
  @media (min-width: 700px) {
    .home-calendar article:last-child {
      margin-bottom: 20px; } }

.home-news {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }
  .home-news header h2 {
    color: #1F325A;
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      .home-news header h2 {
        font-size: 22px;
        line-height: 27px; } }
  .home-news.fsSlideshow.fsSlideshowHorizontal {
    position: relative; }
    .home-news.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow {
      margin: 0; }
    .home-news.fsSlideshow.fsSlideshowHorizontal .slick-slide a.fsThumbnail {
      max-width: 100%; }
    .home-news.fsSlideshow.fsSlideshowHorizontal .slick-slide > div {
      margin-bottom: 15px;
      padding: 0 0 15px;
      border-bottom: 1px solid #DFDFDF; }
      @media (min-width: 700px) {
        .home-news.fsSlideshow.fsSlideshowHorizontal .slick-slide > div {
          margin-bottom: 30px;
          padding: 0 0 30px; } }
      .home-news.fsSlideshow.fsSlideshowHorizontal .slick-slide > div:last-of-type {
        margin-bottom: 14px;
        border-bottom: 0; }
    .home-news.fsSlideshow.fsSlideshowHorizontal > .fsElementContent {
      padding-bottom: 40px; }
    .home-news.fsSlideshow.fsSlideshowHorizontal > footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      .home-news.fsSlideshow.fsSlideshowHorizontal > footer .fsElementFooterContent {
        margin: 0;
        text-align: right; }
        .home-news.fsSlideshow.fsSlideshowHorizontal > footer .fsElementFooterContent a {
          display: inline-block; }
  .home-news article {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0; }
    @media (max-width: 599px) {
      .home-news article {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .home-news article .fsTitle {
      margin-bottom: 8px; }
      @media (max-width: 599px) {
        .home-news article .fsTitle {
          -webkit-box-ordinal-group: -99;
          -ms-flex-order: -100;
          order: -100; } }
      .home-news article .fsTitle a {
        color: #AA2136;
        font-size: 15px;
        line-height: 23px;
        font-weight: 500; }
        @media (min-width: 700px) {
          .home-news article .fsTitle a {
            font-size: 18px;
            line-height: 25px; } }
    .home-news article .fsSummary {
      max-height: 50px;
      overflow: hidden;
      margin-bottom: 0; }
      @media (max-width: 599px) {
        .home-news article .fsSummary {
          -webkit-box-ordinal-group: -98;
          -ms-flex-order: -99;
          order: -99; } }
    .home-news article .fsThumbnail {
      overflow: hidden;
      padding: 0;
      margin: 19px 0 0; }
      @media (max-width: 599px) {
        .home-news article .fsThumbnail {
          -webkit-box-ordinal-group: -97;
          -ms-flex-order: -98;
          order: -98; } }
      @media (min-width: 600px) {
        .home-news article .fsThumbnail {
          margin: 0 0 13px; } }
      @media (min-width: 600px) {
        .home-news article .fsThumbnail {
          margin: 0 0 0 35px; } }
      .home-news article .fsThumbnail .fsCroppedImage {
        display: block; }

.universal-slider {
  position: relative;
  background: #ffffff;
  margin: 0; }
  .universal-slider .fsElementSlideshow {
    padding: 0 !important;
    margin: 0; }
  .universal-slider article {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative; }
    @media (min-width: 700px) {
      .universal-slider article {
        height: 300px; } }
    @media (min-width: 1100px) {
      .universal-slider article {
        height: 560px; } }
    .universal-slider article picture {
      height: 134px;
      width: 100%;
      display: block;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 700px) {
        .universal-slider article picture {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%; } }
      .universal-slider article picture img {
        display: none; }
    .universal-slider article figcaption {
      padding: 20px;
      position: relative;
      z-index: 30;
      text-align: center;
      background: rgba(31, 50, 90, 0.8); }
      @media (min-width: 700px) {
        .universal-slider article figcaption {
          width: 410px;
          padding: 15px 20px;
          margin-left: -205px;
          position: absolute;
          left: 50%;
          bottom: 30px;
          background: rgba(31, 50, 90, 0.8); } }
      @media (min-width: 1000px) {
        .universal-slider article figcaption {
          margin-left: 0;
          padding: 25px 30px;
          left: 50px;
          text-align: left; } }
      .universal-slider article figcaption h2 {
        margin: 0 0 10px 0;
        color: #ffffff;
        font-size: 16px;
        line-height: 22px;
        font-family: "Rubik", sans-serif; }
        @media (min-width: 700px) {
          .universal-slider article figcaption h2 {
            font-size: 20px;
            line-height: 28px;
            font-weight: 400; } }
        @media (min-width: 1000px) {
          .universal-slider article figcaption h2 {
            font-size: 27px;
            line-height: 35px;
            font-weight: 400; } }
      .universal-slider article figcaption p {
        margin: 0;
        color: rgba(255, 255, 255, 0.75);
        line-height: 18px;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase; }
        .universal-slider article figcaption p a {
          color: rgba(255, 255, 255, 0.75); }
          .universal-slider article figcaption p a:hover, .universal-slider article figcaption p a:focus {
            color: white;
            text-decoration: underline; }
  .universal-slider .slick-arrow {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    background: rgba(31, 50, 90, 0.7);
    transition: background 0.3s; }
    @media (min-width: 700px) {
      .universal-slider .slick-arrow {
        width: 35px;
        height: 35px;
        top: 50%;
        margin-top: -17px; } }
    .universal-slider .slick-arrow:before {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      right: auto !important;
      bottom: auto !important;
      -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      color: #ffffff;
      font-size: 27px; }
    .universal-slider .slick-arrow:hover, .universal-slider .slick-arrow:focus {
      background-color: #1f325a; }
      .universal-slider .slick-arrow:hover:before, .universal-slider .slick-arrow:focus:before {
        color: rgba(255, 255, 255, 0.8); }
  .universal-slider .fsPrevButton {
    left: 0px;
    right: auto; }
    @media (min-width: 700px) {
      .universal-slider .fsPrevButton {
        left: 20px; } }
    .universal-slider .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .universal-slider .fsNextButton {
    left: auto;
    right: 0px; }
    @media (min-width: 700px) {
      .universal-slider .fsNextButton {
        right: 20px; } }
    .universal-slider .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .universal-slider .fsElementSlideshowControls {
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 190;
    background: rgba(31, 50, 90, 0.9); }
    @media (min-width: 400px) {
      .universal-slider .fsElementSlideshowControls {
        height: 35px;
        width: 35px; } }
    @media (min-width: 1000px) {
      .universal-slider .fsElementSlideshowControls {
        height: 50px;
        width: 50px; } }
  .universal-slider .fsSlideshowPause,
  .universal-slider .fsSlideshowPlay {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: auto;
    background: none; }
    @media (min-width: 400px) {
      .universal-slider .fsSlideshowPause,
      .universal-slider .fsSlideshowPlay {
        top: 6px;
        left: 7px; } }
    @media (min-width: 1000px) {
      .universal-slider .fsSlideshowPause,
      .universal-slider .fsSlideshowPlay {
        top: 14px;
        left: 12px; } }
    .universal-slider .fsSlideshowPause:before,
    .universal-slider .fsSlideshowPlay:before {
      margin: 0;
      width: 23px;
      height: 23px;
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff;
      font-size: 15px;
      line-height: 23px;
      text-align: center; }
      @media (min-width: 400px) {
        .universal-slider .fsSlideshowPause:before,
        .universal-slider .fsSlideshowPlay:before {
          font-size: 19px; } }
      @media (min-width: 1000px) {
        .universal-slider .fsSlideshowPause:before,
        .universal-slider .fsSlideshowPlay:before {
          font-size: 24px; } }
    .universal-slider .fsSlideshowPause:hover, .universal-slider .fsSlideshowPause:focus,
    .universal-slider .fsSlideshowPlay:hover,
    .universal-slider .fsSlideshowPlay:focus {
      opacity: 1; }
  .universal-slider .fsSlideshowPlay:before {
    background: none;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .universal-slider .fsSlideshowPause:before {
    background: none;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .universal-slider .fsPager {
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    display: none !important;
    height: 50px;
    margin: 0;
    padding-left: 13px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    z-index: 200;
    text-align: right;
    background: rgba(31, 50, 90, 0.9); }
    @media (min-width: 1000px) {
      .universal-slider .fsPager {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
    .universal-slider .fsPager > li {
      display: block;
      width: 16px;
      height: 16px;
      margin: 0 3px 0 2px; }
      .universal-slider .fsPager > li button {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 0;
        border: none;
        color: transparent;
        background: transparent; }
        .universal-slider .fsPager > li button:before {
          content: '';
          display: block;
          width: 16px;
          height: 8px;
          border-radius: 0;
          position: absolute;
          top: 4px;
          left: 0;
          background: rgba(255, 255, 255, 0.6); }
        .universal-slider .fsPager > li button:hover:before, .universal-slider .fsPager > li button:focus:before {
          background: white; }
      .universal-slider .fsPager > li.slick-active button:before {
        height: 12px;
        top: 2px;
        background: #ffffff; }

.school-home .home-calendar-news-container {
  padding-top: 40px;
  padding-bottom: 10px; }
  @media (min-width: 700px) {
    .school-home .home-calendar-news-container {
      padding-top: 60px;
      padding-bottom: 60px; } }

.school-home .home-infographic-container {
  padding: 50px 10px 35px 10px; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #26334F;
      color: #26334F; }
      .colors ol li:nth-of-type(1):after {
        content: "#26334F"; }
    .colors ol li:nth-of-type(2) {
      background: #1F325A;
      color: #1F325A; }
      .colors ol li:nth-of-type(2):after {
        content: "#1F325A"; }
    .colors ol li:nth-of-type(3) {
      background: #AA2136;
      color: #AA2136; }
      .colors ol li:nth-of-type(3):after {
        content: "#AA2136"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }

.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: "Rubik", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Rubik, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Poppins", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Poppins, sans-serif"; }
    .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: 40px / line: 50px"; }

.headers h2:after {
  content: " size: 30px / line: 40px"; }

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

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

.headers h5:after {
  content: " size: 18px / line: 23px"; }

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

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