@charset "UTF-8";
 /**
 *
 * Wayzata Public Schools - default_17
 * @link http://wayzatak12mnus.finalsite.com
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/wayzatak12mnus
 * Build version: 3.2.5
 * Git Tag: v3.0-245-g9e00cf2fb0
 * Last build by: Jworthington
 *
 **/

@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: 78.66667em;
  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.33333em;
  margin-left: 1.33333em; }

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em; }

.stretch-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  color: #00447C;
  margin-top: 0;
  font-weight: 900;
  color: #2C2D30;
  font-size: 40px;
  line-height: 52px;
  font-weight: normal;
  margin-bottom: 30px; }

h2 {
  color: #00447C;
  margin-top: 0;
  font-weight: 900;
  color: #2C2D30;
  font-size: 32px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 30px; }

h3 {
  color: #00447C;
  margin-top: 0;
  font-weight: 900;
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 30px; }

h4 {
  color: #00447C;
  margin-top: 0;
  font-weight: 900;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 30px; }

h5 {
  color: #00447C;
  margin-top: 0;
  font-weight: 900;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 30px; }

h6 {
  color: #00447C;
  margin-top: 0;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px; }

p {
  margin: 0 0 20px; }

a {
  text-decoration: none;
  color: #2775ac;
  font-weight: bold;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #00447C; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.33333em; }

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: 40px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #2C2D30; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #2C2D30; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #2C2D30; }

dialog#fsPagePopDialog {
  border-radius: 0; }

/*! 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:before,
.fsSlideshow .fsPrevButton:before {
  color: #2C2D30;
  font-size: 45px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  position: absolute; }

.fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0; }

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .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%;
      color: #00447C; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #2C2D30;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.fs_style_23 {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #00447C;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fs_style_23 {
      display: inline-block;
      min-width: 187px; } }
  .fs_style_23:hover, .fs_style_23:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }
  .fs_style_23:hover, .fs_style_23:focus {
    background: #002849;
    color: #ffffff;
    text-decoration: none; }

.fs_style_25 {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #00447C;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #EEB111;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fs_style_25 {
      display: inline-block;
      min-width: 187px; } }
  .fs_style_25:hover, .fs_style_25:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

.fs_style_26 {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #00447C;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #EEEFF1;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fs_style_26 {
      display: inline-block;
      min-width: 187px; } }
  .fs_style_26:hover, .fs_style_26:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

.fs_style_27 {
  display: block;
  margin: 0 0 20px;
  padding: 20px 20px 19px;
  color: #ffffff;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  font-weight: 900;
  vertical-align: top;
  background: #00447C;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fs_style_27 {
      display: inline-block;
      min-width: 310px; } }
  .fs_style_27 em {
    display: block;
    color: #2C2D30;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    transition: color 0.3s ease; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }
    .fs_style_27:hover em, .fs_style_27:focus em {
      color: #ffffff; }
  .fs_style_27 em {
    color: #ffffff; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #002849;
    color: #ffffff;
    text-decoration: none; }

.fs_style_28 {
  display: block;
  margin: 0 0 20px;
  padding: 20px 20px 19px;
  color: #00447C;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  font-weight: 900;
  vertical-align: top;
  background: #EEB111;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fs_style_28 {
      display: inline-block;
      min-width: 310px; } }
  .fs_style_28 em {
    display: block;
    color: #2C2D30;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    transition: color 0.3s ease; }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }
    .fs_style_28:hover em, .fs_style_28:focus em {
      color: #ffffff; }

.fs_style_29 {
  display: block;
  margin: 0 0 20px;
  padding: 20px 20px 19px;
  color: #00447C;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  font-weight: 900;
  vertical-align: top;
  background: #EEEFF1;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fs_style_29 {
      display: inline-block;
      min-width: 310px; } }
  .fs_style_29 em {
    display: block;
    color: #2C2D30;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    transition: color 0.3s ease; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }
    .fs_style_29:hover em, .fs_style_29:focus em {
      color: #ffffff; }

.button {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #00447C;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .button {
      display: inline-block;
      min-width: 187px; } }
  .button:hover, .button:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

.color-button {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #EEB111;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .color-button {
      display: inline-block;
      min-width: 187px; } }
  .color-button:hover, .color-button:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

.hollow-button {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #EEB111;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: transparent;
  transition: all 0.3s ease;
  border: 0.2em solid #EEB111; }
  @media (min-width: 400px) {
    .hollow-button {
      display: inline-block;
      min-width: 187px; } }
  .hollow-button:hover, .hollow-button:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

.fs_style_34 {
  width: 100%; }

.fsStyleDefaultButton {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #2C2D30;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fsStyleDefaultButton {
      display: inline-block;
      min-width: 187px; } }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #2C2D30;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .fsStyleUpdateButton {
      display: inline-block;
      min-width: 187px; } }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_30 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 300; }

blockquote {
  margin: 57px 0 60px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  font-style: italic;
  text-align: center; }
  blockquote:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #c7c7c7;
    font-size: 22px;
    line-height: 1;
    font-style: normal; }
  blockquote:after {
    content: '';
    height: 1px;
    width: 2000px;
    border: 0;
    position: absolute;
    top: 11px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #CED4DA 0, #CED4DA 979px, transparent 979px, transparent 1029px, #CED4DA 1029px, #CED4DA 2000px); }
  blockquote cite,
  blockquote .fs_style_32,
  blockquote + cite,
  blockquote + .fs_style_32 {
    padding-top: 30px;
    margin-bottom: 0; }

cite,
.fs_style_32 {
  display: block;
  margin: 0 0 20px;
  color: #6f777f;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-style: normal;
  text-align: center; }
  cite:before,
  .fs_style_32:before {
    content: '– '; }

.callout,
.fs_style_31 {
  display: inline-block;
  padding: 0 0 0 20px;
  margin-bottom: 30px;
  position: relative;
  color: #2C2D30;
  font-size: 21px;
  line-height: 32px;
  font-weight: 900; }
  .callout:before,
  .fs_style_31:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #CED4DA;
    opacity: 0.8; }
  @media (min-width: 500px) {
    [style*="text-align: left"] > .callout, [style*="text-align: left"] >
    .fs_style_31 {
      float: left;
      margin-right: 40px;
      width: 50%; } }
  [style*="text-align: right"] > .callout, [style*="text-align: right"] >
  .fs_style_31 {
    text-align: left !important; }
    @media (min-width: 500px) {
      [style*="text-align: right"] > .callout, [style*="text-align: right"] >
      .fs_style_31 {
        float: right;
        margin-left: 40px;
        width: 50%; } }

.fs_style_33, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  @media (max-width: 699px) {
    .fs_style_33, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable {
      display: block; } }
  .fs_style_33 tr:nth-of-type(odd) td, .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td {
    background-color: #B8CCE4; }
  .fs_style_33 tr td:last-child, .fsAthleticsEvent.fsTable .fsElementTable tr td:last-child, .fsAthleticsRoster .fsElementTable tr td:last-child {
    border-right: 0; }
  .fs_style_33 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th {
    padding: 13px 25px 12px;
    vertical-align: top;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    font-family: "Lato", sans-serif;
    background: #00233F; }
  .fs_style_33 td, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td {
    padding: 13px 25px 12px;
    border-right: 1px solid #ffffff;
    vertical-align: top;
    font-size: 15px;
    line-height: 25px;
    background: none; }

.fs_style_35 {
  display: inline-block;
  position: relative;
  color: #00447C;
  font-size: 13px;
  line-height: 24px;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap; }
  .fs_style_35 span {
    white-space: normal; }
  .fs_style_35:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 7px;
    color: inherit;
    font-size: 0.8em;
    line-height: inherit;
    font-weight: bold; }
  .fs_style_35:hover, .fs_style_35:Focus {
    color: #00447C; }

.caption-container img {
  display: block; }

.caption-container .caption-text {
  margin-top: 10px;
  color: #6f777f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0;
  position: relative;
  background-color: #ffffff; }
  #fsHeader > .fsBanner {
    position: relative;
    z-index: 1000; }

.header-container {
  padding: 0 20px 0 20px; }
  .header-container.fsElement {
    margin: 0; }
  .fsHasTheme2 .header-container {
    background-color: #00447C; }
  .fsHasTheme3 .header-container {
    background-color: #ffffff; }
  .header-container > .fsBanner {
    position: static; }
  .has-hero .header-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000; }
  .resource-hero .header-container {
    position: relative;
    top: auto !important; }
  .has-hero .fsComposeMode.fsHasTheme2 .header-container {
    position: static;
    background-color: #00447C; }
  @media (min-width: 1000px) {
    .has-hero .fsHasTheme3 .header-container {
      top: 60px; } }
  @media (min-width: 1000px) {
    .has-alert-scrolling.has-hero .fsHasTheme3 .header-container {
      top: 120px; } }
  .has-hero .fsComposeMode.fsHasTheme3 .header-container {
    position: static;
    background-color: #ffffff; }
  .header-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: static; }

.header-columns.fsLayout {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  .fsHasTheme2 .header-columns.fsLayout {
    max-height: 110px; }
    @media (min-width: 1000px) {
      .fsHasTheme2 .header-columns.fsLayout {
        max-height: 150px; } }
  .fsHasTheme3 .header-columns.fsLayout {
    max-height: 110px; }
    @media (min-width: 1000px) {
      .fsHasTheme3 .header-columns.fsLayout {
        max-height: 130px; } }
  .header-columns.fsLayout > .fsDiv {
    float: none;
    width: auto;
    margin: 0;
    padding: 0; }
    .header-columns.fsLayout > .fsDiv.fsStyleColumn-1 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .header-columns.fsLayout > .fsDiv.fsStyleColumn-2 {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 60px; }
  .header-columns.fsLayout .site-info-container {
    width: 260px;
    margin-left: -20px; }
    @media (min-width: 1000px) {
      .header-columns.fsLayout .site-info-container {
        width: auto; } }
    @media (min-width: 1204px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -18px; } }
    @media (min-width: 1208px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -16px; } }
    @media (min-width: 1212px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -14px; } }
    @media (min-width: 1216px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -12px; } }
    @media (min-width: 1220px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -10px; } }
    @media (min-width: 1224px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -8px; } }
    @media (min-width: 1228px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -6px; } }
    @media (min-width: 1232px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -4px; } }
    @media (min-width: 1236px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: -2px; } }
    @media (min-width: 1240px) {
      .header-columns.fsLayout .site-info-container {
        margin-left: 0px; } }
    .fsHasTheme2 .header-columns.fsLayout .site-info-container {
      background-color: rgba(0, 68, 124, 0.6); }
    .fsHasTheme3 .header-columns.fsLayout .site-info-container {
      background-color: rgba(255, 255, 255, 0.54); }
    .fsHasTheme2 .header-columns.fsLayout .site-info-container > .fsElementContent {
      max-height: 110px;
      height: 110px; }
      @media (min-width: 1000px) {
        .fsHasTheme2 .header-columns.fsLayout .site-info-container > .fsElementContent {
          max-height: 150px;
          height: 150px; } }
    .fsHasTheme3 .header-columns.fsLayout .site-info-container > .fsElementContent {
      max-height: 110px;
      height: 110px; }
      @media (min-width: 1000px) {
        .fsHasTheme3 .header-columns.fsLayout .site-info-container > .fsElementContent {
          max-height: 130px;
          height: 130px; } }
    .header-columns.fsLayout .site-info-container a img {
      max-height: 100px; }

.site-info-container {
  transition: opacity 0.4s ease 0.3s; }
  .site-info-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-conent: center; }
  .site-info-container a {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    padding: 0 16px; }
  .site-info-container img {
    display: block; }
  .menu-quicklinks-active .fsHasTheme2 .site-info-container,
  .menu-login-active .fsHasTheme2 .site-info-container {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease 0s; }

@media (min-width: 1000px) {
  .fsHasTheme2 .header-columns.fsLayout > .fsDiv.fsStyleColumn-2 {
    padding-top: 16px; } }

@media (min-width: 1000px) {
  .fsHasTheme3 .header-columns.fsLayout > .fsDiv.fsStyleColumn-2 {
    padding-top: 41px; } }

.header-top {
  zoom: 1;
  display: none;
  height: 51px;
  margin: 0;
  padding-bottom: 11px; }
  .header-top:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 1000px) {
    .header-top {
      display: block; } }
  .header-top.fsSharedContainer > .fsContainer > .fsElementContent, .header-top.fsContainer > .fsElementContent {
    zoom: 1;
    float: right; }
    .header-top.fsSharedContainer > .fsContainer > .fsElementContent:after, .header-top.fsContainer > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .header-top.fsSharedContainer > .fsContainer > .fsElementContent > *, .header-top.fsContainer > .fsElementContent > * {
      transition: opacity 0.3s ease; }
      .search-open .header-top.fsSharedContainer > .fsContainer > .fsElementContent > *, .search-open .header-top.fsContainer > .fsElementContent > * {
        opacity: 0;
        pointer-events: none; }
    .header-top.fsSharedContainer > .fsContainer > .fsElementContent > .search-custom, .header-top.fsContainer > .fsElementContent > .search-custom {
      opacity: 1 !important;
      pointer-events: auto !important; }
  .header-top .fsElement {
    margin-bottom: 0; }

.nav-secondary-header {
  float: left;
  margin-right: 10px; }
  .fsHasTheme2 .nav-secondary-header {
    margin-bottom: 20px; }
  .fsHasTheme3 .nav-secondary-header {
    margin-bottom: 0; }
  .nav-secondary-header ul, .nav-secondary-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-secondary-header ul {
    zoom: 1; }
    .nav-secondary-header ul:after {
      display: table;
      clear: both;
      content: ''; }
  .nav-secondary-header li {
    display: block;
    float: left;
    padding: 0 5px; }
  .nav-secondary-header a {
    display: block;
    padding: 0 5px;
    color: #9DC4E0;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold; }
    .nav-secondary-header a:hover, .nav-secondary-header a:focus {
      color: #ffffff; }

.toggle-login-header {
  float: left;
  margin-left: 10px; }
  .fsHasTheme2 .toggle-login-header {
    margin-bottom: 20px; }
  .fsHasTheme3 .toggle-login-header {
    margin-bottom: 0; }
  .menu-login-active .toggle-login-header .fsElementContent button {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #00447C; }
    .menu-login-active .toggle-login-header .fsElementContent button:after {
      color: #00447C;
      -ms-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg); }

.toggle-quicklinks-header {
  float: left;
  margin-left: 10px; }
  .fsHasTheme2 .toggle-quicklinks-header {
    margin-bottom: 20px; }
  .fsHasTheme3 .toggle-quicklinks-header {
    margin-bottom: 0; }
  .menu-quicklinks-active .toggle-quicklinks-header .fsElementContent button {
    border-color: #ffffff;
    background-color: #ffffff; }
    .menu-quicklinks-active .toggle-quicklinks-header .fsElementContent button:before {
      color: #00447C; }

.search-custom {
  display: none;
  float: left;
  position: relative;
  z-index: 10; }
  .search-custom.fsElement {
    margin: 0 0 0 10px; }
  @media (min-width: 900px) {
    .search-custom {
      display: block; } }
  .search-custom > header {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: z-index 0s ease 0.4s; }
    .search-open .search-custom > header {
      z-index: -1;
      transition: z-index 0s ease 0s; }
    @media (min-width: 900px) {
      .search-custom > header {
        top: 0;
        left: 0;
        right: auto; } }
    .search-custom > header .fsElementHeaderContent {
      margin: 0; }
  .search-custom .search-toggle {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
    z-index: 1;
    font-size: 0px;
    line-height: normal;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
  .search-open .search-custom input.search-input {
    opacity: 1; }
  .search-custom .search-form {
    height: auto; }
  .search-custom .search-submit:before {
    color: #00447C; }
    @media (min-width: 900px) {
      .search-open .search-custom .search-submit:before {
        color: #ffffff; } }
  @media (min-width: 900px) {
    .search-custom .fsElementContent {
      z-index: 1;
      max-width: 40px;
      height: 40px;
      overflow: hidden;
      transition: max-width 0.4s ease, opacity 0.4s ease; }
      .search-open .search-custom .fsElementContent {
        max-width: 276px;
        transition: max-width 0.4s ease, opacity 0.4s ease; } }

.nav-main {
  float: right; }
  @media (min-width: 1224px) {
    .nav-main {
      margin-right: -4.5px; } }
  @media (min-width: 1228px) {
    .nav-main {
      margin-right: -9px; } }
  @media (min-width: 1232px) {
    .nav-main {
      margin-right: -13.5px; } }
  @media (min-width: 1236px) {
    .nav-main {
      margin-right: -18px; } }
  @media (min-width: 1240px) {
    .nav-main {
      margin-right: -22.5px; } }
  @media (min-width: 1244px) {
    .nav-main {
      margin-right: -27px; } }
  @media (min-width: 1248px) {
    .nav-main {
      margin-right: -31.5px; } }
  @media (min-width: 1252px) {
    .nav-main {
      margin-right: -36px; } }
  @media (min-width: 1256px) {
    .nav-main {
      margin-right: -40.5px; } }
  @media (min-width: 1260px) {
    .nav-main {
      margin-right: -45px; } }

.off-canvas-open {
  display: block;
  border: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer; }
  @media (min-width: 1000px) {
    .off-canvas-open {
      display: none; } }
  .off-canvas-open:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 19px;
    line-height: 1;
    text-align: center; }
    .fsHasTheme2 .off-canvas-open:before {
      color: #ffffff; }
    .fsHasTheme3 .off-canvas-open:before {
      color: #2C2D30; }

.menu-login-active .nav-login-header-container {
  max-height: 100vh;
  border-bottom: 1px solid #cccccc !important; }

.menu-quicklinks-active .nav-quicklinks-header-container {
  max-height: 100vh;
  border-bottom: 1px solid #cccccc !important; }

[class*="-header-container"] {
  display: none;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  border: 0px solid rgba(204, 204, 204, 0);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: max-height 0.3s ease 0s, border 0.3s ease 0s;
  background-color: #ffffff; }
  @media (min-width: 1000px) {
    [class*="-header-container"] {
      display: block; } }
  html.menu-login-active [class*="-header-container"],
  html.menu-quicklinks-active [class*="-header-container"] {
    transition: max-height 0.3s ease 0.2s, border 0.3s ease 0.2s; }
  body.fsComposeMode [class*="-header-container"].fsElement:not(.fsPanel) {
    min-height: 1px; }
  .fsHasTheme2 [class*="-header-container"] {
    top: 70px;
    bottom: calc(-100vh + 150px); }
  .has-hero-single .fsHasTheme2 [class*="-header-container"] {
    top: 70px;
    bottom: calc(-100vh + 640px); }
  .has-hero-slideshow .fsHasTheme2 [class*="-header-container"] {
    top: 70px;
    bottom: -150px; }
  .has-hero-multimedia .fsHasTheme2 [class*="-header-container"] {
    top: 70px;
    bottom: -150px; }
  .fsHasTheme3 [class*="-header-container"] {
    top: 60px;
    bottom: calc(-100vh + 190px); }
  .has-hero-single .fsHasTheme3 [class*="-header-container"] {
    top: 60px;
    bottom: calc(-100vh + 700px); }
  .has-hero-slideshow .fsHasTheme3 [class*="-header-container"] {
    top: 60px;
    bottom: -150px; }
  .has-hero-multimedia .fsHasTheme3 [class*="-header-container"] {
    top: 60px;
    bottom: -150px; }
  .has-alert-scrolling .fsHasTheme2 [class*="-header-container"] {
    top: 130px;
    bottom: calc(-100vh + 210px); }
  .has-alert-scrolling.has-hero-single .fsHasTheme2 [class*="-header-container"] {
    top: 130px;
    bottom: calc(-100vh + 640px); }
  .has-alert-scrolling.has-hero-slideshow .fsHasTheme2 [class*="-header-container"] {
    top: 130px;
    bottom: 0; }
  .has-alert-scrolling.has-hero-multimedia .fsHasTheme2 [class*="-header-container"] {
    top: 130px;
    bottom: -150px; }
  .has-alert-scrolling .fsHasTheme3 [class*="-header-container"] {
    top: 120px;
    bottom: calc(-100vh + 250px);
    height: auto; }
  .has-alert-scrolling.has-hero-single .fsHasTheme3 [class*="-header-container"] {
    top: 120px;
    bottom: calc(-100vh + 760px);
    height: auto; }
  .has-alert-scrolling.has-hero-slideshow .fsHasTheme3 [class*="-header-container"] {
    top: 120px;
    bottom: -150px;
    height: auto; }
  .has-alert-scrolling.has-hero-multimedia .fsHasTheme3 [class*="-header-container"] {
    top: 120px;
    bottom: -150px;
    height: auto; }
  [class*="-header-container"].fsSharedContainer > .fsContainer {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    padding-top: 30px;
    padding-bottom: 30px; }
    [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent {
      height: 100%;
      overflow-y: auto; }
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent:before {
        content: '';
        display: block;
        width: 33.33333%;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: absolute;
        top: 30px;
        left: 0px;
        bottom: 30px;
        z-index: 1;
        pointer-events: none; }
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent:after {
        content: '';
        display: block;
        width: 33.33333%;
        border-left: 1px solid #cccccc;
        position: absolute;
        top: 30px;
        right: 0px;
        bottom: 30px;
        z-index: 1;
        pointer-events: none;
        visibility: visible;
        height: auto; }
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation,
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsThreeColumnLayout {
        position: relative;
        width: 100%;
        z-index: 2;
        background: #ffffff; }
        [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation:before,
        [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsThreeColumnLayout:before {
          content: '';
          display: block;
          width: 33.33333%;
          border-left: 1px solid #cccccc;
          border-right: 1px solid #cccccc;
          position: absolute;
          top: 0px;
          left: 0px;
          bottom: 0px;
          pointer-events: none; }
        [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation:after,
        [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsThreeColumnLayout:after {
          content: '';
          display: block;
          width: 33.33333%;
          border-left: 1px solid #cccccc;
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          pointer-events: none;
          visibility: visible;
          height: auto; }
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation .fsNavLevel1 {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-top: 3px;
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 0;
        column-gap: 0;
        position: relative; }
        [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation .fsNavLevel1 li {
          padding: 2px 20px 3px 20px;
          position: relative;
          page-break-inside: avoid; }
          [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation .fsNavLevel1 li.column-break {
            -moz-break-after: column;
            break-after: column; }
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsNavigation .fsNavLevel2 {
        display: none; }
      [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsThreeColumnLayout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        margin-left: 0;
        margin-right: 0; }
        [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsThreeColumnLayout > .fsDiv {
          height: 100%;
          margin-bottom: 0;
          float: none;
          padding-top: 10px; }
          [class*="-header-container"].fsSharedContainer > .fsContainer > .fsElementContent > .fsThreeColumnLayout > .fsDiv .fsElementTitle {
            margin-bottom: 9px;
            color: #00447C;
            font-size: 17px;
            line-height: 25px;
            text-transform: uppercase;
            font-weight: 900;
            letter-spacing: 0; }
  [class*="-header-container"] ul, [class*="-header-container"] li {
    list-style: none;
    padding: 0;
    margin: 0; }
  [class*="-header-container"] li {
    display: block;
    padding: 2px 0 3px 0;
    position: relative; }
    [class*="-header-container"] li:hover > .fsNavPageInfo, [class*="-header-container"] li:focus > .fsNavPageInfo {
      z-index: 100;
      opacity: 1;
      transition: opacity 0.3s ease 0.5s, z-index 0s ease 0.5s; }
    [class*="-header-container"] li:hover > a > span:before, [class*="-header-container"] li:focus > a > span:before {
      z-index: 100;
      opacity: 1;
      transition: opacity 0.3s ease 0.5s, z-index 0s ease 0.5s; }
  [class*="-header-container"] a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 900; }
    [class*="-header-container"] a.hasDescription span {
      position: relative; }
      [class*="-header-container"] a.hasDescription span:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 6px solid #6C6D70;
        position: absolute;
        bottom: -14px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1000;
        opacity: 0;
        transition: opacity 0s ease 0s, z-index 0s ease 0s; }
  [class*="-header-container"] .fsNavPageInfo {
    min-width: calc(50% + 20px);
    max-width: 284px;
    padding: 12px;
    border-radius: 3px;
    position: absolute;
    top: calc(100% + 3px);
    left: -10px;
    z-index: -1000;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background-color: #6C6D70;
    opacity: 0;
    transition: opacity 0s ease 0s, z-index 0s ease 0s; }

.header-tier {
  display: none;
  padding: 0 59px;
  background-color: #EBF2FA; }
  @media (min-width: 1000px) {
    .header-tier {
      display: block; } }
  .header-tier.fsElement {
    margin-bottom: 0; }
  .header-tier > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }

.header-district-container {
  padding: 0 10px 0 10px;
  position: relative;
  z-index: 10000;
  background-color: #00447C; }
  @media (min-width: 1000px) {
    .header-district-container {
      padding-left: 30px; } }
  .header-district-container.fsElement {
    margin-bottom: 0; }
  .header-district-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: static; }

.header-district-columns.fsLayout {
  display: none;
  margin: 0;
  padding: 0;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1000px) {
    .header-district-columns.fsLayout {
      display: -ms-flexbox;
      display: flex; } }
  .header-district-columns.fsLayout > .fsDiv {
    height: 60px;
    float: none;
    width: auto;
    margin: 0;
    padding: 0; }
    .header-district-columns.fsLayout > .fsDiv.fsStyleColumn-1 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .header-district-columns.fsLayout > .fsDiv.fsStyleColumn-2 {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .header-district-columns.fsLayout .header-top {
    padding-top: 10px; }

.button-float {
  display: none;
  position: absolute;
  top: 581px;
  left: 0;
  z-index: 9999;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }
  @media (min-width: 1000px) {
    .button-float.element-updated {
      display: block; } }
  .button-float > .fsElementContent {
    min-height: 1px !important;
    max-height: none !important; }
    .button-float > .fsElementContent:before {
      display: none !important; }
  .button-float a {
    display: block;
    padding: 14px 20px 15px;
    border-radius: 0 0 5px 5px;
    color: #00447C;
    font-size: 19px;
    line-height: 26px;
    background-color: #EEB111; }
    .button-float a:hover, .button-float a:focus {
      color: #ffffff;
      background-color: #00447C; }
  #fsHeader .button-float {
    top: auto;
    bottom: -384px; }
  .has-hero #fsHeader .button-float {
    top: auto;
    bottom: 25px; }
  #fsMenu .button-float {
    display: block;
    position: static;
    -ms-transform: none;
    transform: none; }
    #fsMenu .button-float a {
      padding: 0 30px;
      margin-top: 11px;
      color: #EEB111;
      font-size: 14px;
      line-height: 22px;
      background: none; }

#fsFooter {
  padding: 0 20px; }
  @media (min-width: 550px) {
    #fsFooter {
      padding: 0 56px 0 40px; } }
  @media (min-width: 1000px) {
    #fsFooter {
      padding: 0 73px; } }
  #fsFooter > .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    padding-top: 40px;
    padding-bottom: 92px; }

.footer-columns.fsTwoColumnLayout {
  margin: 0; }
  .footer-columns.fsTwoColumnLayout > .fsDiv {
    width: auto;
    padding: 0;
    margin: 0;
    float: none; }
    @media (min-width: 1000px) {
      .footer-columns.fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
        float: left;
        width: 47.83599%;
        padding-right: 30px; } }
    @media (min-width: 1100px) {
      .footer-columns.fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
        float: left;
        width: 25.42373%; } }
    @media (min-width: 1100px) {
      .footer-columns.fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
        float: left;
        width: 74.57627%; } }

.footer-logo.fsElement {
  margin-bottom: 30px; }

.footer-logo a {
  display: block; }

.footer-logo img {
  display: inline-block; }
  @media (max-width: 399px) {
    .footer-logo img {
      display: block;
      width: 100%;
      max-height: 100px; } }

.footer-visit-us > header .fsElementTitle {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-bottom: 16px; }

.footer-visit-us > .fsElementContent {
  zoom: 1; }
  .footer-visit-us > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 700px) {
    .footer-visit-us > .fsElementContent > .fsElement:nth-child(1) {
      float: left;
      width: auto;
      padding-right: 50px; } }
  @media (min-width: 1000px) {
    .footer-visit-us > .fsElementContent > .fsElement:nth-child(1) {
      float: none;
      width: 100%;
      padding-right: 0; } }
  @media (min-width: 700px) {
    .footer-visit-us > .fsElementContent > .fsElement:nth-child(2) {
      float: left;
      width: 252px; } }
  @media (min-width: 1000px) {
    .footer-visit-us > .fsElementContent > .fsElement:nth-child(2) {
      float: none;
      width: 100%; } }

.footer-school-details {
  margin-bottom: 18px;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px; }
  .footer-school-details [itemprop='name'] {
    margin: 0 0 1px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 900; }
  .footer-school-details [itemprop='streetAddress'],
  .footer-school-details [itemprop='postOfficeBoxNumber'] {
    display: block; }
    @media (min-width: 400px) {
      .footer-school-details [itemprop='streetAddress'],
      .footer-school-details [itemprop='postOfficeBoxNumber'] {
        display: inline-block; } }
    @media (min-width: 1100px) {
      .footer-school-details [itemprop='streetAddress'],
      .footer-school-details [itemprop='postOfficeBoxNumber'] {
        display: block; } }
    .footer-school-details [itemprop='streetAddress']:after,
    .footer-school-details [itemprop='postOfficeBoxNumber']:after {
      display: none;
      margin-right: 3px;
      content: ','; }
      @media (min-width: 400px) {
        .footer-school-details [itemprop='streetAddress']:after,
        .footer-school-details [itemprop='postOfficeBoxNumber']:after {
          display: inline-block; } }
      @media (min-width: 1100px) {
        .footer-school-details [itemprop='streetAddress']:after,
        .footer-school-details [itemprop='postOfficeBoxNumber']:after {
          display: none; } }
  .footer-school-details a {
    color: inherit; }
  .footer-school-details .school-details-separator {
    display: inline-block;
    margin: 0 5px 0 6px; }

.footer-office-hours {
  color: rgba(255, 255, 255, 0.7); }
  .footer-office-hours .fsElementTitle {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 900; }

.footer-columns.fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
  padding-top: 30px; }
  @media (min-width: 1000px) {
    .footer-columns.fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
      padding-top: 10px; } }

.footer-columns .fsThreeColumnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 47px; }
  @media (min-width: 1100px) {
    .footer-columns .fsThreeColumnLayout {
      -ms-flex-flow: row;
      flex-flow: row; } }
  .footer-columns .fsThreeColumnLayout > .fsDiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    float: none;
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
      width: 100%;
      margin-bottom: 50px; }
      @media (min-width: 1000px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
          width: auto; } }
      @media (min-width: 1100px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
          margin-bottom: 0; } }
      .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 > .fsElement > .fsElementContent {
        padding: 15px 0 15px; }
        @media (min-width: 700px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 > .fsElement > .fsElementContent {
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        @media (min-width: 1000px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 > .fsElement > .fsElementContent {
            padding: 11px 0;
            justify-conent: center; } }
        @media (min-width: 1100px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 > .fsElement > .fsElementContent {
            padding: 0; } }
    .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
      width: 100%;
      margin-bottom: 50px; }
      @media (min-width: 700px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
          width: auto;
          margin-right: 62px;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
          margin-right: 0;
          margin-bottom: 50px; } }
      @media (min-width: 1100px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
          margin-bottom: 0; } }
      .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 > .fsElement > .fsElementContent {
        padding: 11px 0; }
        @media (min-width: 1100px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 > .fsElement > .fsElementContent {
            padding: 0; } }
    .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      width: 100%;
      padding-bottom: 14px; }
      @media (min-width: 700px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
          width: auto;
          padding-bottom: 20px; } }
      @media (min-width: 1100px) {
        .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          margin-top: 0; } }
      .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 > .fsElement > .fsElementContent {
        padding-top: 2px;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 700px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 > .fsElement > .fsElementContent {
            padding-top: 0;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        @media (min-width: 1100px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 > .fsElement > .fsElementContent {
            -ms-flex-pack: center;
            justify-content: center; } }
    .footer-columns .fsThreeColumnLayout > .fsDiv > .fsElement {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .footer-columns .fsThreeColumnLayout > .fsDiv > .fsElement > header {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-item-align: center;
        align-self: center; }
        @media (min-width: 700px) {
          .footer-columns .fsThreeColumnLayout > .fsDiv > .fsElement > header {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -ms-flex-item-align: start;
            align-self: flex-start; } }
      .footer-columns .fsThreeColumnLayout > .fsDiv > .fsElement > .fsElementContent,
      .footer-columns .fsThreeColumnLayout > .fsDiv > .fsElement > footer {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
  .footer-columns .fsThreeColumnLayout .fsElementTitle {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 17px;
    line-height: 25px;
    font-weight: 900;
    letter-spacing: 0.1px;
    text-transform: uppercase; }

.nav-social-footer nav {
  display: inline-block;
  height: 50px; }

.nav-social-footer ul, .nav-social-footer li {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-social-footer ul {
  display: block;
  margin-left: -4px;
  margin-right: -3px; }
  @media (min-width: 550px) {
    .nav-social-footer ul {
      margin-right: -4px; } }

.nav-social-footer li {
  height: 50px;
  display: inline-block;
  padding: 0 3px 0 4px;
  position: relative;
  vertical-align: middle; }
  @media (min-width: 550px) {
    .nav-social-footer li {
      padding-right: 4px; } }

.nav-social-footer a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  position: relative;
  color: #00447C;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  transition: all 0.3s ease; }
  .nav-social-footer a:hover, .nav-social-footer a:focus {
    border-color: #ffffff;
    background-color: #ffffff; }
    .nav-social-footer a:hover:before, .nav-social-footer a:focus:before {
      color: #00447C; }
  .nav-social-footer a[href*="facebook"]:before {
    content: ""; }
  .nav-social-footer a[href*="twitter"]:before {
    content: ""; }
  .nav-social-footer a[href*="youtube"]:before {
    content: ""; }
  .nav-social-footer a[href*="flickr"]:before {
    content: ""; }
  .nav-social-footer a[href*="instagram"]:before {
    content: ""; }
  .nav-social-footer a[href*="contact"]:before {
    content: ""; }
  .nav-social-footer a[href*="staff-directory"]:before {
    content: ""; }
  .nav-social-footer a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    font-weight: normal;
    transition: color 0.3s ease; }

.footer-district-map .fsElementContent {
  text-align: center; }

.footer-district-map a {
  display: inline-block; }

.footer-district-map img {
  display: block; }

@media (min-width: 700px) {
  .footer-district-partners > header {
    padding-left: 62px; } }

.footer-district-partners > .fsElementContent {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }
  @media (max-width: 549px) {
    .footer-district-partners > .fsElementContent {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  .footer-district-partners > .fsElementContent a {
    display: block;
    text-align: center;
    margin-top: 37px; }
    @media (max-width: 549px) {
      .footer-district-partners > .fsElementContent a {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    @media (min-width: 550px) {
      .footer-district-partners > .fsElementContent a {
        margin-top: 0;
        display: inline-block;
        margin-right: 45px; } }
    .footer-district-partners > .fsElementContent a:last-of-type {
      margin-right: 0; }
  .footer-district-partners > .fsElementContent img {
    display: inline-block; }
    @media (min-width: 550px) {
      .footer-district-partners > .fsElementContent img {
        display: block; } }

.footer-tagline {
  margin-bottom: 45px;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.25px; }
  .footer-tagline p:last-child {
    margin-bottom: 0; }

.footer-copyright {
  margin-left: -10px;
  margin-right: -10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 24px;
  font-weight: bold; }
  .footer-copyright ul, .footer-copyright li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-copyright li {
    display: inline-block;
    padding: 0 10px;
    position: relative; }
    .footer-copyright li:after {
      content: '';
      display: block;
      width: 1px;
      height: 13px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.4); }
    @media (max-width: 599px) {
      .footer-copyright li:last-of-type {
        padding-right: 0; } }
    @media (max-width: 599px) {
      .footer-copyright li:last-of-type:after {
        display: none; } }
  .footer-copyright a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold; }
    .footer-copyright a:hover, .footer-copyright a:focus {
      color: #ffffff; }
  .footer-copyright .fsElementContent {
    display: inline-block; }
  .footer-copyright footer {
    display: block;
    padding: 0 10px; }
    @media (min-width: 600px) {
      .footer-copyright footer {
        display: inline-block; } }
    .footer-copyright footer .fsElementFooterContent {
      margin: 0;
      display: inline-block; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Lato", sans-serif;
  background: #00447C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 15px;
  line-height: 25px;
  color: #2C2D30; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff; }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding-left: 70px;
      padding-right: 70px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
  @if $columns-3-2-1 {

    @include breakpoint($layout-display-sidebar) { //600px
      display: block;
    }

    @include breakpoint($layout-siderbar-condensed-desktop) { //800px
      display: flex;
    }
  }
*/ }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px;
  float: none !important; }
  .emptyBannerLeft #fsBannerLeft {
    width: 0 !important;
    padding: 0 !important; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 100px;
      width: 400px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 100px;
      width: 400px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 100px;
      width: 400px; } }

#fsPageContent {
  float: none !important;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*
  .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerRight & {
    @include breakpoint($bp-medium) { //600px
      order: $content-order-tablet;
      width: 100%;
    }
  }

  .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight & {
    @include breakpoint($bp-medium) { //600px
      order: $content-order-tablet;
      width: calc(100% - 240px);
    }
  }

  .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) & {
    @include breakpoint($bp-medium) { //600px
      order: $content-order-tablet;
      width: calc(100% - 240px);
    }
  }

  .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) & {
    @include breakpoint($bp-medium) { //600px
      order: $content-order-tablet;
      width: calc(100% - 240px);
    }
  }
*/ }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  @media (min-width: 700px) {
    .fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 400px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner:not(.emptyBannerLeft) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 400px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerRight #fsPageContent {
      width: 100%; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight #fsPageContent {
      width: calc(100% - 400px);
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      width: calc(100% - 400px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 400px); } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerLeft #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 480px);
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 480px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerLeft #fsPageContent {
      width: calc(100% - 800px); } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      width: calc(100% - 800px); } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight #fsPageContent {
      width: calc(100% - 800px); } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      width: calc(100% - 800px); } }

#fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: 20px;
  float: none !important; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 100px;
      width: 400px;
      -ms-flex-order: 3;
      order: 3;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 400px);
        padding-left: 20px;
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 3;
        order: 3;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px; } }

@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.33333em;
      padding-left: 1.33333em; } }

@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 .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 400px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 400px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 400px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 400px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 400px;
      padding-right: 100px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 400px;
      padding-right: 100px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 2;
      order: 2;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 100px;
      width: 400px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 100px;
      width: 400px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 240px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 400px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 100px;
      width: 400px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 240px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 100px;
    width: 400px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 240px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 100px;
    width: 400px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 400px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 480px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 800px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 100px;
      width: 400px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 400px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 400px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 400px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 3;
      order: 3;
      width: 400px;
      padding-left: 100px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 100px;
        width: 400px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 400px;
      padding-left: 100px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 400px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 400px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 100px;
      width: 400px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 100px;
      width: 400px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
    width: 240px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 100px;
    width: 400px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 240px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 100px;
    width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 400px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 480px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 800px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 3;
      order: 3;
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 100px;
      width: 400px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 400px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 400px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 400px;
    padding-left: 100px;
    padding-right: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 400px;
    padding-left: 100px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 240px;
    padding-left: 20px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 400px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 400px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 400px;
    padding-right: 100px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 240px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 400px;
    padding-right: 100px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 240px; } }

#fsPoweredByFinalsite {
  position: absolute;
  right: 0;
  bottom: 0; }

/*! _main.scss - src/sass/navigation/ - main import */
.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsBreadcrumb ul li {
    display: inline-block; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  opacity: 0; }
  .nav-sub.fsElement {
    margin-bottom: 0; }
  main .nav-sub {
    margin-bottom: 0; }
  .nav-sub.element-loaded {
    opacity: 1; }
  .fsComposeMode .nav-sub {
    opacity: 1; }
  @media (min-width: 1000px) {
    .nav-sub {
      display: block; } }
  .nav-sub .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
    .nav-sub .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 22px;
      height: 22px;
      margin: 0px;
      padding: 0;
      position: absolute;
      top: 15px;
      left: 19px;
      -ms-transform-origin: 50% 50% 0px;
      transform-origin: 50% 50% 0px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      color: #A4A4A4;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      transition: transform 0.3s ease; }
  .nav-sub ul, .nav-sub li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-sub a {
    display: block;
    color: #00447C;
    font-family: "Lato", sans-serif; }
    .nav-sub a:hover, .nav-sub a:focus {
      color: #EEB111;
      text-decoration: none; }
  .nav-sub .fsNavLevel1 {
    margin-bottom: 60px;
    position: relative;
    border: 1px solid #cccccc; }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #cccccc;
      position: relative; }
      .nav-sub .fsNavLevel1 > li:last-of-type {
        border-bottom: 0; }
      .nav-sub .fsNavLevel1 > li > a {
        display: block;
        border: 0;
        padding: 16px 39px 14px 18px;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px; }
      .nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
        display: none;
        background: none; }
      .nav-sub .fsNavLevel1 > li.fsNavParentPage > a {
        padding-right: 0; }
    .nav-sub .fsNavLevel1 li {
      position: relative; }
      .nav-sub .fsNavLevel1 li.menu-open > .menu-toggle:before {
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a {
        position: relative;
        color: #00447C; }
        .nav-sub .fsNavLevel1 li.fsNavCurrentPage > a:before {
          content: '';
          display: block;
          width: 5px;
          position: absolute;
          top: -1px;
          left: -1px;
          bottom: -1px;
          background-color: #EEB111; }
  .nav-sub ul.fsNavLevel2 {
    margin-top: -3px;
    padding: 0 0 15px; }
    .nav-sub ul.fsNavLevel2 > li > a {
      padding-left: 39px; }
    .nav-sub ul.fsNavLevel2 li > .menu-toggle {
      top: -11px; }
    .nav-sub ul.fsNavLevel2 li a {
      padding-top: 4px;
      padding-bottom: 4px; }
    .nav-sub ul.fsNavLevel2 li.fsNavCurrentPage > a:before {
      top: 4px;
      bottom: 4px; }
    .nav-sub ul.fsNavLevel2 ul {
      padding-top: 2px;
      padding-bottom: 8px; }
    .nav-sub ul.fsNavLevel2 a {
      padding: 10px 39px 10px 18px;
      border: 0;
      color: #00447C;
      font-size: 15px;
      line-height: 20px;
      font-weight: 500; }
      .nav-sub ul.fsNavLevel2 a:hover {
        color: #EEB111; }
  .nav-sub ul.fsNavLevel3 > li > a {
    padding-left: 60px; }
  .nav-sub ul.fsNavLevel4 > li > a {
    padding-left: 81px; }
  .nav-sub ul.fsNavLevel5 > li > a {
    padding-left: 102px; }
  .nav-sub ul.fsNavLevel6 > li > a {
    padding-left: 123px; }

/*! navigation - sub v0.0.1 */
.nav-sub-mobile {
  display: block;
  padding-left: 0;
  padding-right: 0;
  background: none;
  opacity: 0; }
  .nav-sub-mobile.fsElement {
    margin-bottom: 0; }
  main .nav-sub-mobile {
    margin-bottom: 0; }
  .nav-sub-mobile.element-loaded {
    opacity: 1; }
  .fsComposeMode .nav-sub-mobile {
    opacity: 1; }
  @media (min-width: 1000px) {
    .nav-sub-mobile {
      display: none; } }
  .nav-sub-mobile .menu-toggle {
    display: block;
    width: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }
    .nav-sub-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 9px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #868E96;
      font-size: 16px;
      line-height: 1;
      text-align: center;
      opacity: 0.4;
      transition: transform 0.3s ease, color 0.3s ease; }
  .nav-sub-mobile ul, .nav-sub-mobile li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-sub-mobile a {
    display: block;
    color: #00447C;
    font-family: "Lato", sans-serif; }
    .nav-sub-mobile a:hover {
      color: #00233F;
      text-decoration: none; }
  .nav-sub-mobile .fsNavLevel1 {
    position: relative; }
    .nav-sub-mobile .fsNavLevel1 li.menu-open > .menu-toggle:before {
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .nav-sub-mobile .fsNavLevel1 > li {
      display: none;
      position: relative; }
      .nav-sub-mobile .fsNavLevel1 > li > a {
        display: block;
        padding: 16px 35px 16px 20px;
        position: relative;
        color: #00447C;
        font-size: 19px;
        line-height: 28px;
        font-weight: 800;
        background-color: #EBF2FA; }
        .nav-sub-mobile .fsNavLevel1 > li > a:hover, .nav-sub-mobile .fsNavLevel1 > li > a:focus {
          color: #00447C; }
      .nav-sub-mobile .fsNavLevel1 > li > .menu-toggle:before {
        color: #EEEFF1; }
      .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage.fsNavParentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor.fsNavParentPage {
        display: block;
        margin-bottom: 45px; }
        @media (max-width: 999px) {
          .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage.fsNavParentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor.fsNavParentPage {
            margin-top: -15px;
            margin-left: -10px;
            margin-right: -10px;
            margin-bottom: 29px; } }
      .nav-sub-mobile .fsNavLevel1 > li > .fsNavPageInfo {
        display: none;
        background: none; }
      .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a {
        padding-right: 0; }
      .nav-sub-mobile .fsNavLevel1 > li > .menu-toggle {
        display: block;
        width: 52px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer; }
        .nav-sub-mobile .fsNavLevel1 > li > .menu-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          width: 22px;
          height: 22px;
          position: absolute;
          top: 19px;
          left: 13px;
          -ms-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          color: #2C2D30;
          font-size: 22px;
          line-height: 22px;
          text-align: center;
          font-weight: normal;
          transition: transform 0.3s ease; }
      .nav-sub-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .nav-sub-mobile .fsNavLevel2 {
    padding: 13px 0 22px;
    margin: 2px 0 0;
    position: relative;
    background-color: #EBF2FA; }
    .nav-sub-mobile .fsNavLevel2 li {
      position: relative; }
      .nav-sub-mobile .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .nav-sub-mobile .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
      .nav-sub-mobile .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPage > a, .nav-sub-mobile .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPageAncestor > a {
        color: #00447C !important; }
      .nav-sub-mobile .fsNavLevel2 li.fsNavCurrentPage > a, .nav-sub-mobile .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
        color: #00447C !important; }
      .nav-sub-mobile .fsNavLevel2 li.fsNavCurrentPage > a {
        position: relative; }
      .nav-sub-mobile .fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 65px; }
      .nav-sub-mobile .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
        display: none; }
      .nav-sub-mobile .fsNavLevel2 li a {
        display: block;
        padding: 14px 25px 13px 20px;
        border: 0;
        color: #2C83C1;
        font-size: 15px;
        line-height: 22px;
        font-weight: 900; }
        .nav-sub-mobile .fsNavLevel2 li a:hover {
          color: #EEB111; }
        .nav-sub-mobile .fsNavLevel2 li a:after {
          content: '';
          display: block;
          position: absolute;
          left: 25px;
          right: 25px;
          bottom: 0; }
      .nav-sub-mobile .fsNavLevel2 li .menu-toggle {
        display: block;
        width: 52px;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        cursor: pointer;
        transition: transform 0.3s ease; }
      .nav-sub-mobile .fsNavLevel2 li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(-180deg);
        transform: translateX(-50%) rotate(-180deg); }
    .nav-sub-mobile .fsNavLevel2 > li:last-of-type {
      border-bottom: 0; }
    .nav-sub-mobile .fsNavLevel2 > li > a {
      display: block;
      padding-top: 7px;
      padding-bottom: 8px;
      border: 0;
      font-weight: 800;
      font-size: 15px; }
    .nav-sub-mobile .fsNavLevel2 > li > .fsNavPageInfo {
      display: none; }
  .nav-sub-mobile ul.fsNavLevel3 {
    margin-top: 1px;
    padding: 0 0 6px; }
    .nav-sub-mobile ul.fsNavLevel3 > li > .menu-toggle {
      top: -7px; }
    .nav-sub-mobile ul.fsNavLevel3 > li > a {
      padding-left: 30px; }
    .nav-sub-mobile ul.fsNavLevel3 li a {
      padding-top: 4px;
      padding-bottom: 4px; }
    .nav-sub-mobile ul.fsNavLevel3 ul {
      padding-top: 2px;
      padding-bottom: 8px; }
    .nav-sub-mobile ul.fsNavLevel3 .menu-toggle:before {
      top: 13px; }
  .nav-sub-mobile ul.fsNavLevel4 > li > a {
    padding-left: 46px; }
  .nav-sub-mobile ul.fsNavLevel4 .menu-toggle:before {
    top: 0; }
  .nav-sub-mobile ul.fsNavLevel5 > li > a {
    padding-left: 60px; }
  .nav-sub-mobile ul.fsNavLevel6 > li > a {
    padding-left: 74px; }
  .nav-sub-mobile ul.fsNavLevel7 > li > a {
    padding-left: 88px; }
  .nav-sub-mobile ul.fsNavLevel8 > li > a {
    padding-left: 102px; }

.nav-main,
.nav-district-header {
  margin-bottom: 0;
  clear: both; }
  .fsHeader .nav-main, .fsHeader
  .nav-district-header {
    display: none; }
    @media (min-width: 1000px) {
      .fsHeader .nav-main, .fsHeader
      .nav-district-header {
        display: block; } }
  .nav-main ul, .nav-main li,
  .nav-district-header ul,
  .nav-district-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1,
    .nav-district-header .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      max-width: 100%; } }
  .nav-main .fsNavLevel1 > li,
  .nav-district-header .fsNavLevel1 > li {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0;
    margin: 0; }
    .nav-main .fsNavLevel1 > li:hover > a::after,
    .nav-district-header .fsNavLevel1 > li:hover > a::after {
      opacity: 1; }
    .nav-main .fsNavLevel1 > li:hover > a,
    .nav-main .fsNavLevel1 > li:hover > button,
    .nav-district-header .fsNavLevel1 > li:hover > a,
    .nav-district-header .fsNavLevel1 > li:hover > button {
      color: #ffffff;
      background: transparent; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > button,
    .nav-district-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
    .nav-district-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > button {
      color: #ffffff;
      background: transparent; }
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a > span em:after,
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > button > span em:after,
      .nav-district-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a > span em:after,
      .nav-district-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > button > span em:after {
        opacity: 1; }
    .nav-main .fsNavLevel1 > li > button,
    .nav-district-header .fsNavLevel1 > li > button {
      cursor: default; }
    .nav-main .fsNavLevel1 > li > a::after,
    .nav-district-header .fsNavLevel1 > li > a::after {
      content: '';
      display: block;
      height: 3px;
      border-radius: 10px;
      position: absolute;
      left: -3px;
      right: -3px;
      bottom: 18px;
      opacity: 0;
      background-color: #EEB111;
      transition: opacity 0.3s ease; }
    .nav-main .fsNavLevel1 > li > a,
    .nav-main .fsNavLevel1 > li > button,
    .nav-district-header .fsNavLevel1 > li > a,
    .nav-district-header .fsNavLevel1 > li > button {
      position: relative;
      display: block;
      width: 100%;
      border: 0;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 35px 1.0527em 0;
      vertical-align: top;
      color: #ffffff;
      font-size: 19px;
      line-height: 28px;
      letter-spacing: 0.01em;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .nav-main .fsNavLevel1 > li > a:focus,
      .nav-main .fsNavLevel1 > li > button:focus,
      .nav-district-header .fsNavLevel1 > li > a:focus,
      .nav-district-header .fsNavLevel1 > li > button:focus {
        color: #ffffff;
        background: transparent; }
      .fsHasTheme3 .nav-main .fsNavLevel1 > li > a, .fsHasTheme3
      .nav-main .fsNavLevel1 > li > button, .fsHasTheme3
      .nav-district-header .fsNavLevel1 > li > a, .fsHasTheme3
      .nav-district-header .fsNavLevel1 > li > button {
        color: #00447C;
        font-weight: 900; }
      .nav-main .fsNavLevel1 > li > a span,
      .nav-main .fsNavLevel1 > li > button span,
      .nav-district-header .fsNavLevel1 > li > a span,
      .nav-district-header .fsNavLevel1 > li > button span {
        display: inline-block; }
        .nav-main .fsNavLevel1 > li > a span em,
        .nav-main .fsNavLevel1 > li > button span em,
        .nav-district-header .fsNavLevel1 > li > a span em,
        .nav-district-header .fsNavLevel1 > li > button span em {
          display: inline-block;
          position: relative;
          font-style: normal;
          font-weight: 900; }
          .nav-main .fsNavLevel1 > li > a span em:after,
          .nav-main .fsNavLevel1 > li > button span em:after,
          .nav-district-header .fsNavLevel1 > li > a span em:after,
          .nav-district-header .fsNavLevel1 > li > button span em:after {
            content: '';
            display: block;
            height: 3px;
            border-radius: 10px;
            position: absolute;
            left: -3px;
            right: -3px;
            bottom: -8px;
            opacity: 0;
            background-color: #EEB111;
            transition: opacity 0.3s ease; }
    html.js .nav-main .fsNavLevel1 > li, html.js
    .nav-district-header .fsNavLevel1 > li {
      position: relative;
      position: static; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, html.js
      .nav-district-header .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden; }
      html.js .nav-main .fsNavLevel1 > li:hover > a > span em:after,
      html.js .nav-main .fsNavLevel1 > li:hover > button > span em:after, html.js
      .nav-district-header .fsNavLevel1 > li:hover > a > span em:after,
      html.js
      .nav-district-header .fsNavLevel1 > li:hover > button > span em:after {
        opacity: 1; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, html.js
      .nav-district-header .fsNavLevel1 > li > .fsNavPageInfo {
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        transition: bottom 0.3s ease 0s, padding 0s ease 0.2s; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > a > span em:after,
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > button > span em:after, html.js
    .nav-district-header .fsNavLevel1 > li.menu-item-open > a > span em:after,
    html.js
    .nav-district-header .fsNavLevel1 > li.menu-item-open > button > span em:after {
      opacity: 1; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js
    .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      padding-top: 30px;
      padding-bottom: 30px;
      transition: bottom 0s ease 0.2s, padding 0s ease 0.2s; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo > .info-inner, html.js
      .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo > .info-inner {
        opacity: 1; }
    html.js.menu-login-active .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js.menu-login-active
    .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      transition: bottom 0s ease 0.2s; }
    html.js.menu-quicklinks-active .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js.menu-quicklinks-active
    .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      transition: bottom 0s ease 0.2s; }
    html:not(.js) .nav-main .fsNavLevel1 > li, html:not(.js)
    .nav-district-header .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo, html:not(.js)
      .nav-district-header .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden; }

.fsHasTheme2 .nav-main .fsNavLevel1 {
  margin-top: -9px; }

.nav-main .fsNavLevel1 > li {
  transition: padding 0.2s ease;
  height: 82px; }
  @media (min-width: 950px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 0.15429vh; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 0.30857vh; } }
  @media (min-width: 1050px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 0.46286vh; } }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 0.61714vh; } }
  @media (min-width: 1150px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 0.77143vh; } }
  @media (min-width: 1200px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 0.92571vh; } }
  @media (min-width: 1250px) {
    .nav-main .fsNavLevel1 > li {
      padding: 0 1.08vh; } }
  .fsHasTheme3 .nav-main .fsNavLevel1 > li {
    height: 89px; }
  .nav-main .fsNavLevel1 > li > a,
  .nav-main .fsNavLevel1 > li > button {
    height: 82px;
    font-size: 16px;
    line-height: 28px;
    transition: font-size 0.15s ease, padding 0.2s ease; }
    @media (min-width: 950px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 16.42857px;
        padding-left: 0.91017em;
        padding-right: 0.91017em; } }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 16.85714px;
        padding-left: 0.93391em;
        padding-right: 0.93391em; } }
    @media (min-width: 1050px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 17.28571px;
        padding-left: 0.95766em;
        padding-right: 0.95766em; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 17.71429px;
        padding-left: 0.9814em;
        padding-right: 0.9814em; } }
    @media (min-width: 1150px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 18.14286px;
        padding-left: 1.00514em;
        padding-right: 1.00514em; } }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 18.57143px;
        padding-left: 1.02889em;
        padding-right: 1.02889em; } }
    @media (min-width: 1250px) {
      .nav-main .fsNavLevel1 > li > a,
      .nav-main .fsNavLevel1 > li > button {
        font-size: 19px;
        padding-left: 1.05263em;
        padding-right: 1.05263em; } }
    .fsHasTheme3 .nav-main .fsNavLevel1 > li > a, .fsHasTheme3
    .nav-main .fsNavLevel1 > li > button {
      height: 89px; }
    .nav-main .fsNavLevel1 > li > a > span,
    .nav-main .fsNavLevel1 > li > button > span {
      height: auto; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    transition: bottom 0s ease 0.2s, padding 0s ease 0s; } }

@supports (-ms-ime-align: auto) {
  html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    transition: bottom 0s ease 0.2s, padding 0s ease 0s; } }

html.js .fsHasTheme2 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 150px;
  bottom: calc(-100vh + 150px); }

html.js .has-hero-single .fsHasTheme2 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 150px;
  bottom: calc(-100vh + 150px); }

html.js.has-hero-slideshow .fsHasTheme2 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js.has-hero-multimedia .fsHasTheme2 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 150px;
  bottom: calc(-100vh + 150px); }

html.js .fsHasTheme3 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 190px;
  bottom: calc(-100vh + 190px); }

html.js.has-hero-single .fsHasTheme3 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 130px;
  bottom: calc(-100vh + 190px); }

html.js.has-hero-slideshow .fsHasTheme3 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js.has-hero-multimedia .fsHasTheme3 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 130px;
  bottom: calc(-100vh + 190px); }

html.js.has-alert-scrolling .fsHasTheme2 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 210px;
  bottom: calc(-100vh + 210px); }

html.js.has-alert-scrolling .fsHasTheme2.home .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 210px;
  bottom: calc(-100vh + 210px); }

html.js.has-alert-scrolling .fsHasTheme3 .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 130px;
  bottom: calc(-100vh + 250px); }

html.js.has-alert-scrolling .fsHasTheme3.home .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 130px;
  bottom: calc(-100vh + 250px); }

.nav-main .fsNavPageInfo,
.nav-district-header .fsNavPageInfo {
  padding: 0 20px;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavPageInfo:after,
  .nav-district-header .fsNavPageInfo:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc; }

.nav-main .info-inner,
.nav-district-header .info-inner {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: opacity 0.2s ease; }
  .nav-main .info-inner:before,
  .nav-district-header .info-inner:before {
    content: '';
    display: block;
    width: 33.33333%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    pointer-events: none; }
  .nav-main .info-inner:after,
  .nav-district-header .info-inner:after {
    content: '';
    display: block;
    width: 33.33333%;
    border-left: 1px solid #cccccc;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    pointer-events: none; }

.nav-main .info-wrapper,
.nav-district-header .info-wrapper {
  zoom: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row; }
  .nav-main .info-wrapper:after,
  .nav-district-header .info-wrapper:after {
    display: table;
    clear: both;
    content: ''; }
  .nav-main .info-wrapper:before,
  .nav-district-header .info-wrapper:before {
    content: '';
    display: block;
    width: 33.33333%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    pointer-events: none; }
  .nav-main .info-wrapper:after,
  .nav-district-header .info-wrapper:after {
    content: '';
    display: block;
    width: 33.33333%;
    border-left: 1px solid #cccccc;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    pointer-events: none; }
  .nav-main .info-wrapper .fsNavPageDescription,
  .nav-main .info-wrapper .fsNavPageThumbnail,
  .nav-main .info-wrapper .fsNavLevel2,
  .nav-district-header .info-wrapper .fsNavPageDescription,
  .nav-district-header .info-wrapper .fsNavPageThumbnail,
  .nav-district-header .info-wrapper .fsNavLevel2 {
    display: block; }

.nav-main .info-column,
.nav-district-header .info-column {
  width: 23.72881%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 30px;
  padding-bottom: 0; }

.nav-main .fsNavPageDescription,
.nav-district-header .fsNavPageDescription {
  display: none; }
  .nav-main .fsNavPageDescription h3,
  .nav-district-header .fsNavPageDescription h3 {
    margin-bottom: 14px; }
  .nav-main .fsNavPageDescription a.fs_style_35,
  .nav-district-header .fsNavPageDescription a.fs_style_35 {
    display: block;
    margin-top: 16px; }

.nav-main .fsNavPageThumbnail,
.nav-district-header .fsNavPageThumbnail {
  display: none;
  padding-bottom: 19px; }
  .nav-main .fsNavPageThumbnail img,
  .nav-district-header .fsNavPageThumbnail img {
    display: block; }

.nav-main .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner:before,
.nav-district-header .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner:before {
  width: calc( 25% + 6px);
  position: absolute;
  left: calc( 25% + 6px); }

.nav-main .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner:after,
.nav-district-header .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner:after {
  width: calc( 25% + 0px);
  right: -16px; }

.nav-main .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner > .info-wrapper:before,
.nav-district-header .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner > .info-wrapper:before {
  width: calc( 25% + 6px);
  position: absolute;
  left: calc( 25% + 6px); }

.nav-main .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner > .info-wrapper:after,
.nav-district-header .fsNavLevel1 > li.has-info > .fsNavPageInfo > .info-inner > .info-wrapper:after {
  width: calc( 25% + 0px);
  right: -16px; }

.nav-main .fsNavLevel1 > li.has-info > .fsNavPageInfo .info-links,
.nav-district-header .fsNavLevel1 > li.has-info > .fsNavPageInfo .info-links {
  width: calc( 76.27119% - 4px); }

.nav-main .info-links,
.nav-district-header .info-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .nav-main .info-links > .fsNavLevel2,
  .nav-district-header .info-links > .fsNavLevel2 {
    width: 33.3333%; }

.nav-main .fsNavLevel2,
.nav-district-header .fsNavLevel2 {
  padding-top: 3px;
  position: relative; }
  .nav-main .fsNavLevel2 .nav-column-title,
  .nav-district-header .fsNavLevel2 .nav-column-title {
    margin-bottom: 9px;
    color: #00447C;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0; }
  .nav-main .fsNavLevel2 li,
  .nav-district-header .fsNavLevel2 li {
    padding: 2px 0 3px 41px;
    page-break-inside: avoid;
    break-inside: avoid; }
    .nav-main .fsNavLevel2 li a,
    .nav-district-header .fsNavLevel2 li a {
      display: block;
      color: #2775ac;
      font-size: 16px;
      line-height: 25px;
      font-weight: 900;
      padding: 5px 0;
      background: transparent; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus,
      .nav-district-header .fsNavLevel2 li a:hover,
      .nav-district-header .fsNavLevel2 li a:focus {
        color: #00447C;
        background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
    .nav-district-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #00447C;
      background: transparent; }

html:not(.js) .nav-main .fsNavLevel2 li a, html:not(.js) .nav-district-header .fsNavLevel2 li a {
  visibility: hidden; }

html:not([class]) .nav-main .fsNavLevel2 li a, html:not([class]) .nav-district-header .fsNavLevel2 li a {
  visibility: visible; }

.fsHasTheme3 .nav-district-header.fsElement {
  zoom: 1;
  padding-top: 8px;
  margin-left: -10px; }
  .fsHasTheme3 .nav-district-header.fsElement:after {
    display: table;
    clear: both;
    content: ''; }
  .fsHasTheme3 .nav-district-header.fsElement > header {
    float: left; }
    .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent {
      margin: 0 10px 0 0; }
      .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent a,
      .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent button {
        display: block;
        padding: 8px 10px;
        color: #ffffff;
        font-size: 0;
        line-height: 0;
        position: relative; }
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent a:before,
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #ffffff;
          font-size: 18px;
          line-height: 28px;
          transition: color 0.3s ease; }
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent a:hover:after, .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent a:focus:after,
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent a .menu-item-open:after,
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent button:hover:after,
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent button:focus:after,
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent button .menu-item-open:after {
          opacity: 1; }
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent a:after,
        .fsHasTheme3 .nav-district-header.fsElement > header .fsElementHeaderContent button:after {
          content: '';
          display: block;
          height: 3px;
          border-radius: 10px;
          position: absolute;
          left: 7px;
          right: 7px;
          bottom: 5px;
          opacity: 0;
          background-color: #EEB111;
          transition: opacity 0.3s ease; }
  .fsHasTheme3 .nav-district-header.fsElement > .fsElementContent {
    float: left; }
  .fsHasTheme3 .nav-district-header.fsElement ul {
    zoom: 1; }
    .fsHasTheme3 .nav-district-header.fsElement ul:after {
      display: table;
      clear: both;
      content: ''; }
  .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li {
    float: left;
    display: block;
    padding-left: 10px;
    padding-right: 10px; }
    .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > a,
    .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > button {
      display: block;
      padding: 8px 10px 16px 10px;
      position: relative;
      color: #ffffff;
      font-size: 14px;
      line-height: 28px; }
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > a:hover:after, .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > a:focus:after,
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > a .menu-item-open:after,
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > button:hover:after,
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > button:focus:after,
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > button .menu-item-open:after {
        opacity: 1; }
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > a span em,
      .fsHasTheme3 .nav-district-header.fsElement ul.fsNavLevel1 > li > button span em {
        font-weight: bold; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.js .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    transition: bottom 0s ease 0.2s, padding 0s ease 0s; } }

@supports (-ms-ime-align: auto) {
  html.js .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    transition: bottom 0s ease 0.2s, padding 0s ease 0s; } }

html.js .fsHasTheme2 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 150px;
  bottom: calc(-100vh + 150px); }

html.js .has-hero-single .fsHasTheme2 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 150px;
  bottom: calc(-100vh + 150px); }

html.js.has-hero-slideshow .fsHasTheme2 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js.has-hero-multimedia .fsHasTheme2 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 150px;
  bottom: calc(-100vh + 150px); }

html.js .fsHasTheme3 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 60px;
  bottom: calc(-100vh + 60px); }

html.js.has-hero-single .fsHasTheme3 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 60px;
  bottom: calc(-100vh + 60px); }

html.js.has-hero-slideshow .fsHasTheme3 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js.has-hero-multimedia .fsHasTheme3 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 60px;
  bottom: calc(-100vh + 60px); }

html.js.has-alert-scrolling .fsHasTheme2 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 210px;
  bottom: calc(-100vh + 210px); }

html.js.has-alert-scrolling .fsHasTheme2.home .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 210px;
  bottom: calc(-100vh + 210px); }

html.js.has-alert-scrolling .fsHasTheme3 .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 60px;
  bottom: calc(-100vh + 120px); }

html.js.has-alert-scrolling .fsHasTheme3.home .nav-district-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  top: 60px;
  bottom: calc(-100vh + 120px); }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  pointer-events: none; }
  html.off-canvas-active #fsMenu {
    pointer-events: auto; }

@media (max-width: 999px) {
  html.off-canvas-active {
    overflow: hidden;
    height: 100%; } }

html.off-canvas-main body {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100%; }

.fsMenu .off-canvas-container {
  zoom: 1;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 320px;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 40px;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10000;
  background-color: #00447C;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease; }
  .fsMenu .off-canvas-container:after {
    display: table;
    clear: both;
    content: ''; }
  .fsAccountBarVisible .fsMenu .off-canvas-container {
    top: 40px; }
  @media (max-width: 999px) {
    .off-canvas-active .fsMenu .off-canvas-container {
      right: 0;
      opacity: 1; } }
  .fsMenu .off-canvas-container .button-float {
    margin-bottom: 10px; }
    .fsMenu .off-canvas-container .button-float a {
      margin-left: 15px;
      margin-right: 15px;
      padding: 12px !important;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 3px !important;
      cursor: pointer;
      overflow: hidden;
      color: #00447C;
      font-size: 0;
      line-height: 0;
      background-color: rgba(255, 255, 255, 0);
      transition: all 0.3s ease; }

.fsMenu ul, .fsMenu li {
  list-style: none;
  padding: 0;
  margin: 0; }

.fsMenu .search-custom-mobile {
  margin-left: 15px;
  margin-right: 75px; }

.fsMenu .nav-main-mobile {
  padding-top: 14px;
  padding-bottom: 24px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .fsMenu .nav-main-mobile a {
    color: #ffffff;
    font-family: "Lato", sans-serif; }
    .fsMenu .nav-main-mobile a:hover, .fsMenu .nav-main-mobile a:focus {
      text-decoration: none; }
  .fsMenu .nav-main-mobile nav a {
    display: block; }
  .fsMenu .nav-main-mobile .menu-toggle {
    display: block;
    width: 64px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: calc(100% - 61px);
    cursor: pointer;
    transition: transform 0.3s ease;
    apperance: none;
    background: none; }
    .fsMenu .nav-main-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      top: 18px;
      left: calc(50% - 6px);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #ffffff;
      font-size: 22px;
      line-height: 22px;
      text-align: center;
      transition: transform 0.3s ease, color 0.3s ease; }
  .fsMenu .nav-main-mobile .fsNavLevel1 li.fsNavParentPage > .fsNavPageInfo {
    display: none; }
  .fsMenu .nav-main-mobile .fsNavLevel1 > li {
    display: block;
    position: relative;
    transition: color 0.3s ease,
 background 0.3s ease,
 border 0.3s ease; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li:after {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.2); }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li:last-of-type {
      margin-bottom: 0; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open {
      border-bottom: #00447C;
      background-color: #00447C; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open:before {
        display: none; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > a,
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > button {
        color: #ffffff; }
        .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > a > span:after,
        .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > button > span:after {
          opacity: 1 !important; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        color: #ffffff;
        -ms-transform: translateX(-50%) rotate(-180deg);
        transform: translateX(-50%) rotate(-180deg); }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 0; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
        display: block; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPage > a span:after, .fsMenu .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a span:after {
      opacity: 1; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li > .menu-toggle {
      width: 100%; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > .menu-toggle:before {
        color: #ffffff;
        left: auto;
        right: 10px; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li > a,
    .fsMenu .nav-main-mobile .fsNavLevel1 > li > button:not(.menu-toggle) {
      display: block;
      border: 0;
      margin-right: 65px;
      padding: 16px 30px 17px 30px;
      position: relative;
      color: #ffffff;
      font-size: 19px;
      line-height: 28px;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > a span,
      .fsMenu .nav-main-mobile .fsNavLevel1 > li > button:not(.menu-toggle) span {
        display: inline-block;
        padding: 0;
        position: relative; }
        .fsMenu .nav-main-mobile .fsNavLevel1 > li > a span:after,
        .fsMenu .nav-main-mobile .fsNavLevel1 > li > button:not(.menu-toggle) span:after {
          content: '';
          display: block;
          height: 3px;
          border-radius: 10px;
          position: absolute;
          left: -3px;
          right: -3px;
          bottom: -5px;
          opacity: 0;
          background-color: #EEB111;
          transition: opacity 0.3s ease; }
    .fsMenu .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
      display: none; }
  .fsMenu .nav-main-mobile .fsNavLevel2 {
    padding-top: 13px;
    padding-bottom: 22px;
    border: 0;
    background-color: #ffffff; }
    .fsMenu .nav-main-mobile .fsNavLevel2 .nav-column-title {
      padding: 5px 30px 0;
      margin-top: 20px;
      margin-bottom: 5px;
      color: #00447C;
      font-size: 16px;
      line-height: 22px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0; }
    .fsMenu .nav-main-mobile .fsNavLevel2 li {
      position: relative; }
      .fsMenu .nav-main-mobile .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
        color: #00447C; }
      .fsMenu .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 62px; }
      .fsMenu .nav-main-mobile .fsNavLevel2 li .menu-toggle {
        display: block;
        width: 62px;
        position: absolute;
        top: -2px;
        right: 0;
        bottom: calc(100% - 37px);
        cursor: pointer;
        transition: transform 0.3s ease; }
        .fsMenu .nav-main-mobile .fsNavLevel2 li .menu-toggle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 11px;
          left: calc(50% - 6px);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          color: #868E96;
          font-size: 16px;
          line-height: 1;
          text-align: center;
          opacity: 0.4;
          transition: transform 0.3s ease, color 0.3s ease; }
      .fsMenu .nav-main-mobile .fsNavLevel2 li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(-180deg);
        transform: translateX(-50%) rotate(-180deg); }
      .fsMenu .nav-main-mobile .fsNavLevel2 li a {
        display: block;
        padding: 7px 25px 8px 30px;
        border: 0;
        color: #2C83C1;
        font-size: 15px;
        line-height: 22px;
        font-weight: 900;
        font-family: "Lato", sans-serif; }
        .fsMenu .nav-main-mobile .fsNavLevel2 li a:after {
          content: '';
          display: block; }
        .fsMenu .nav-main-mobile .fsNavLevel2 li a:hover, .fsMenu .nav-main-mobile .fsNavLevel2 li a:focus {
          color: #00447C; }
    .fsMenu .nav-main-mobile .fsNavLevel2 > li {
      display: block;
      position: relative; }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li:before {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.1); }
      .fsMenu .nav-main-mobile .fsNavLevel2 > li:last-of-type:before {
        display: none; }
  .fsMenu .nav-main-mobile ul.fsNavLevel3 {
    margin-top: 1px;
    padding-bottom: 6px; }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 a {
      padding-top: 4px;
      padding-bottom: 4px; }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 li .menu-toggle {
      top: 0px;
      right: 0px; }
      .fsMenu .nav-main-mobile ul.fsNavLevel3 li .menu-toggle:before {
        top: 4px;
        left: calc(50% - 6px); }
    .fsMenu .nav-main-mobile ul.fsNavLevel3 > li > a {
      padding-left: 46px; }
  .fsMenu .nav-main-mobile ul.fsNavLevel4 > li > a {
    padding-left: 72px; }
  .fsMenu .nav-main-mobile ul.fsNavLevel5 > li > a {
    padding-left: 98px; }
  .fsMenu .nav-main-mobile ul.fsNavLevel6 > li > a {
    padding-left: 124px; }
  .fsMenu .nav-main-mobile ul.fsNavLevel7 > li > a {
    padding-left: 150px; }
  .fsMenu .nav-main-mobile.nav-main-district-mobile > header > .fsElementHeaderContent {
    position: relative;
    margin: 0; }
    .fsMenu .nav-main-mobile.nav-main-district-mobile > header > .fsElementHeaderContent:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.2); }
    .fsMenu .nav-main-mobile.nav-main-district-mobile > header > .fsElementHeaderContent a {
      display: block;
      height: 61px;
      padding: 16px 30px 17px 30px;
      color: #ffffff;
      font-size: 19px;
      line-height: 28px;
      font-weight: 900; }
      .fsMenu .nav-main-mobile.nav-main-district-mobile > header > .fsElementHeaderContent a span {
        display: inline-block;
        height: 28px;
        color: #ffffff;
        font-size: 0;
        line-height: 28px; }
      .fsMenu .nav-main-mobile.nav-main-district-mobile > header > .fsElementHeaderContent a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        height: 28px;
        color: #ffffff;
        font-size: 20px;
        line-height: 28px; }
  .fsMenu .nav-main-mobile.nav-main-school-mobile {
    margin-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff; }
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li.menu-open {
      border-color: #ffffff;
      background-color: #ffffff; }
      .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li.menu-open > a span:after,
      .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li.menu-open > button:not(.menu-toggle) span:after {
        opacity: 1; }
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li:after {
      background-color: #e0e0e0; }
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li > a,
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li > button:not(.menu-toggle) {
      color: #00447C; }
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li > .menu-toggle {
      width: 64px;
      right: 0; }
      .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li > .menu-toggle:before {
        color: #2C2D30; }
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel1 > li:last-of-type:after {
      display: none; }
    .fsMenu .nav-main-mobile.nav-main-school-mobile .fsNavLevel2 {
      padding-top: 0; }

.fsMenu .off-canvas-close {
  display: block;
  height: 56px;
  width: 50px;
  border: 0;
  position: absolute;
  top: 8px;
  right: 13px;
  cursor: pointer;
  z-index: 100;
  background: none;
  apperance: none; }
  .fsMenu .off-canvas-close:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    height: 56px;
    width: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    transition: color 0.3s ease; }
  .fsMenu .off-canvas-close:hover:before {
    color: #2C83C1; }

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.3s ease; }
  @media (max-width: 999px) {
    html.off-canvas-active .off-canvas-overlay {
      left: 0;
      opacity: 0.5; } }

.off-canvas-container .fsNavigation ul, .off-canvas-container .fsNavigation li {
  list-style: none;
  padding: 0;
  margin: 0; }

.off-canvas-container .fsNavigation a:hover, .off-canvas-container .fsNavigation a:focus {
  text-decoration: none; }

.nav-secondary-mobile.nav-secondary {
  margin-bottom: 7px;
  clear: both; }
  .nav-secondary-mobile.nav-secondary a {
    padding-left: 30px;
    padding-right: 30px; }

.toggle-login-mobile {
  float: left;
  clear: both;
  margin: 10px 0 10px 15px; }
  .menu-login-mobile-active .toggle-login-mobile .fsElementContent button {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #00447C; }
    .menu-login-mobile-active .toggle-login-mobile .fsElementContent button:after {
      color: #00447C;
      -ms-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg); }

.menu-login-mobile-active .nav-login-mobile-container {
  margin-bottom: 20px;
  max-height: 2000px; }

.toggle-quicklinks-mobile {
  float: left;
  clear: both;
  margin-left: 30px;
  margin-bottom: 9px; }
  .menu-quicklinks-mobile-active .toggle-quicklinks-mobile .fsElementContent button {
    border-color: #ffffff;
    background-color: #ffffff; }
    .menu-quicklinks-mobile-active .toggle-quicklinks-mobile .fsElementContent button:before {
      color: #00447C; }

.menu-quicklinks-mobile-active .nav-quicklinks-mobile-container {
  margin-bottom: 20px;
  max-height: 2000px; }

.nav-mobile-container {
  clear: both;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease; }
  .nav-mobile-container .fsElement {
    margin-bottom: 20px; }
  .nav-mobile-container > .fsElementContent {
    padding: 20px 0 5px;
    background-color: #ffffff; }
  .nav-mobile-container .fsElementTitle {
    padding: 5px 30px 0;
    margin-bottom: 5px;
    color: #00447C;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0; }
  .nav-mobile-container ul, .nav-mobile-container li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-mobile-container li {
    display: block; }
  .nav-mobile-container a {
    display: block;
    padding: 5px 30px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 900; }

.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*='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*='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 #EEB111;
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #EEB111;
      font-size: 15px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-tier-header {
  text-align: center; }
  .nav-tier-header ul, .nav-tier-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-tier-header .fsNavLevel1 {
    zoom: 1;
    margin-left: -21px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .nav-tier-header .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-tier-header .fsNavLevel1 li[class*="fsNavCurrentPage"] > a {
      color: #00447C; }
    .nav-tier-header .fsNavLevel1 > li {
      float: left;
      padding: 0; }
      .nav-tier-header .fsNavLevel1 > li.fsNavParentPage > a {
        padding-right: 34px; }
        .nav-tier-header .fsNavLevel1 > li.fsNavParentPage > a:before {
          z-index: 100; }
        .nav-tier-header .fsNavLevel1 > li.fsNavParentPage > a > span {
          z-index: 102; }
          .nav-tier-header .fsNavLevel1 > li.fsNavParentPage > a > span:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            position: absolute;
            top: calc(50% + 1px);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding-left: 7px;
            color: #b8bfc7;
            font-size: 12px;
            line-height: 1; }
      .nav-tier-header .fsNavLevel1 > li > a {
        display: block;
        padding: 8px 20px 9px;
        border: 1px solid transparent;
        position: relative;
        color: #236797;
        font-size: 15px;
        line-height: 22px;
        font-weight: 900; }
        .nav-tier-header .fsNavLevel1 > li > a:hover, .nav-tier-header .fsNavLevel1 > li > a:focus {
          color: #00447C; }
        .nav-tier-header .fsNavLevel1 > li > a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .nav-tier-header .fsNavLevel1 > li > a span {
          position: relative; }
      html.js .nav-tier-header .fsNavLevel1 > li {
        position: relative;
        position: relative;
        z-index: 100; }
        html.js .nav-tier-header .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        .menu-item-open html.js .nav-tier-header .fsNavLevel1 > li > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-tier-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
          max-height: 9999px; }
        html.js .nav-tier-header .fsNavLevel1 > li.menu-item-open, html.js .nav-tier-header .fsNavLevel1 > li:hover {
          z-index: 102; }
          html.js .nav-tier-header .fsNavLevel1 > li.menu-item-open .fsNavPageInfo, html.js .nav-tier-header .fsNavLevel1 > li:hover .fsNavPageInfo {
            max-height: 9999px;
            z-index: 100; }
          html.js .nav-tier-header .fsNavLevel1 > li.menu-item-open.fsNavParentPage > a, html.js .nav-tier-header .fsNavLevel1 > li:hover.fsNavParentPage > a {
            position: relative;
            z-index: 102; }
            html.js .nav-tier-header .fsNavLevel1 > li.menu-item-open.fsNavParentPage > a:before, html.js .nav-tier-header .fsNavLevel1 > li:hover.fsNavParentPage > a:before {
              border: 1px solid #CECFD0;
              border-bottom: 0;
              top: -1px;
              left: -9px;
              right: -4px;
              background-color: #EBF2FA; }
        html.js .nav-tier-header .fsNavLevel1 > li > .fsNavPageInfo {
          top: calc(100% - 2px);
          left: -8px;
          right: auto;
          background-color: #ffffff; }
      html:not(.js) .nav-tier-header .fsNavLevel1 > li {
        position: relative; }
        html:not(.js) .nav-tier-header .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        html:not(.js) .nav-tier-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px; }
        @media (max-width: 599px) {
          html:not(.js) .nav-tier-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
            max-height: 9999px; } }
  .nav-tier-header a {
    display: block;
    color: #272727;
    font-size: 16px;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    text-transform: none; }
    .nav-tier-header a:hover, .nav-tier-header a:focus {
      color: #EEB111;
      text-decoration: none; }
  .nav-tier-header .fsNavPageInfo {
    padding: 0;
    width: 244px;
    text-align: left;
    z-index: 300; }
  .nav-tier-header .fsNavLevel2 {
    padding: 19px 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #CECFD0;
    position: relative;
    background-color: #EBF2FA; }
    .nav-tier-header .fsNavLevel2 li {
      padding: 0; }
      .nav-tier-header .fsNavLevel2 li a {
        display: block;
        padding: 10px 29px 10px;
        color: #236797;
        font-size: 15px;
        line-height: 20px;
        font-weight: 900; }
        .nav-tier-header .fsNavLevel2 li a:hover, .nav-tier-header .fsNavLevel2 li a:focus {
          color: #00447C; }

.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; }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  border-color: #EEB111;
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  margin: 0 auto 20px; }

.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;
  padding: 20px;
  border: solid 1px #555b61; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin: 0 -10px; }

@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: 15px;
    line-height: 25px; }
  .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 #555b61;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #555b61;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 31px;
      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.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .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, .custom-accordion .fsPanel {
  margin: 0 0 10px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header, .custom-accordion .fsPanel > header {
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    border: 1px solid #EEB111; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2, .custom-accordion .fsPanel > header h2 {
      display: block;
      margin-bottom: 0;
      padding: 12px 20px 11px 20px;
      position: relative;
      color: #00447C;
      font-size: 15px;
      line-height: 25px;
      font-family: "Lato", sans-serif;
      text-transform: none;
      font-weight: 900;
      transition: all 0.3s ease; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a, .custom-accordion .fsPanel > header h2 a {
        font-weight: 900;
        transition: none; }
      .fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .custom-accordion .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after, .custom-accordion .fsPanel > header h2:after {
        color: #2C2D30;
        transition: color 0.3s ease, transform 0.3s ease, background 0.3s ease; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .custom-accordion .fsPanel > header:hover h2 {
      color: #00447C;
      background-color: #FAEED5; }
      .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .custom-accordion .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after, .custom-accordion .fsPanel > header:hover h2:after {
        color: #2C2D30 !important; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent, .custom-accordion .fsPanel > .fsElementContent {
    padding: 16px 20px 16px 20px;
    border: 1px solid #EEB111;
    border-top: 0; }
    .fsAccordion .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child, .fsTabs .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child, .custom-accordion .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header, .custom-accordion .fsPanel.fsStateOpen > header {
    background-color: #EEB111; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2, .custom-accordion .fsPanel.fsStateOpen > header h2 {
      color: #00447C; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .custom-accordion .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after, .custom-accordion .fsPanel.fsStateOpen > header h2:after {
        color: #2C2D30 !important; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before, .fsPanelIconBefore.custom-accordion .fsPanel > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconAfter.custom-accordion .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.custom-accordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.custom-accordion .fsPanel.fsStateOpen > header h2::after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding-left: 0;
  border: none;
  position: absolute;
  top: 12px;
  color: #2C2D30;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2, .fsPanelIconBefore.custom-accordion .fsPanel > header h2 {
  padding-left: 41px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before, .fsPanelIconBefore.custom-accordion .fsPanel > header h2:before {
    left: 9px; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.custom-accordion .fsPanel.fsStateOpen > header h2:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ffffff; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2, .fsPanelIconAfter.custom-accordion .fsPanel > header h2 {
  padding-right: 41px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before, .fsPanelIconAfter.custom-accordion .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconAfter.custom-accordion .fsPanel > header h2:after {
    right: 9px; }

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.custom-accordion .fsPanel.fsStateOpen > header h2:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ffffff; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .custom-accordion: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: 15px;
  line-height: 25px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    color: #00447C;
    margin-top: 0;
    font-weight: 900;
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 30px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #868E96; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.module-light, .module-dark, .module-tan {
  margin-bottom: 60px;
  border-radius: 0;
  padding: 0 0 30px;
  position: relative;
  color: #272424;
  font-family: "Lato", sans-serif;
  background: none; }
  .module-light header, .module-dark header, .module-tan header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .module-light .fsElementTitle, .module-dark .fsElementTitle, .module-tan .fsElementTitle {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 20px 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
    font-family: "Lato", sans-serif; }
  .module-light .fsElementHeaderContent, .module-dark .fsElementHeaderContent, .module-tan .fsElementHeaderContent {
    -ms-flex-order: -2;
    order: -2;
    width: 100%;
    margin: 0;
    padding: 0 20px; }
    .module-light .fsElementHeaderContent img, .module-dark .fsElementHeaderContent img, .module-tan .fsElementHeaderContent img {
      display: block;
      width: calc(100% + 40px);
      max-width: none;
      margin-left: -20px;
      margin-right: -20px; }
  .module-light .fsElementContent, .module-dark .fsElementContent, .module-tan .fsElementContent {
    padding: 20px 20px 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    word-wrap: break-word; }
    .module-light .fsElementContent > *:last-child, .module-dark .fsElementContent > *:last-child, .module-tan .fsElementContent > *:last-child {
      margin-bottom: 0; }
  .module-light h1, .module-dark h1, .module-tan h1, .module-light h2, .module-dark h2, .module-tan h2, .module-light h3, .module-dark h3, .module-tan h3, .module-light h4, .module-dark h4, .module-tan h4, .module-light h5, .module-dark h5, .module-tan h5, .module-light h6, .module-dark h6, .module-tan h6 {
    color: inherit; }

.module {
  margin-bottom: 60px; }
  .module .fsElementTitle {
    color: #00447C;
    margin-top: 0;
    font-weight: 900;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-bottom: 20px; }

.module-light {
  background-color: #EBF2FA; }
  .module-light .fsElementTitle {
    color: #00447C; }

.module-dark {
  background-color: #00447C; }
  .module-dark .fsElementTitle,
  .module-dark .fsElementContent {
    color: #fff; }
  .module-dark a {
    color: #EEB111; }

.module-tan {
  background-color: #fcf6e5; }
  .module-tan .fsElementTitle {
    color: #00447C; }

.fsHasAlertFeeds.fsNews header, .fsHasAlertFeeds.fsCalendar header {
  position: relative;
  padding-right: 50px;
  padding-bottom: 0; }

.fsHasAlertFeeds.fsNews .fsElementControls, .fsHasAlertFeeds.fsCalendar .fsElementControls {
  margin: 0; }

.fsHasAlertFeeds.fsNews .fsAlertFeeds, .fsHasAlertFeeds.fsCalendar .fsAlertFeeds {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 19px;
  float: none; }
  .fsHasAlertFeeds.fsNews .fsAlertFeeds a:first-of-type, .fsHasAlertFeeds.fsCalendar .fsAlertFeeds a:first-of-type {
    margin-right: 0; }

body .panel-full-width > header {
  text-align: center; }
  body .panel-full-width > header > .fsElementTitle {
    padding-bottom: 30px;
    margin-bottom: 0; }

body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto 70px; }
  body:not(.fsComposeMode) .panel-full-width > header,
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent,
  body:not(.fsComposeMode) .panel-full-width > footer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width > header {
    text-align: center; }
  body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent {
    position: relative; }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-position: center center;
      background-size: cover; }
      body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 35, 63, 0.6); }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElement {
      position: relative;
      z-index: 2; }

body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

.hero-image,
.hero-multimedia {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  background-color: #ffffff;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden; }
  .hero-image .hero-multimedia-content,
  .hero-multimedia .hero-multimedia-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .hero-multimedia-content,
    body:not(.fsComposeMode) .hero-multimedia-content .slick-list,
    body:not(.fsComposeMode) .fsMedia.hero-image .slick-list {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .hero-multimedia-content .slick-track,
    body:not(.fsComposeMode) .fsMedia.hero-image .slick-track {
      position: absolute;
      bottom: 0; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .hero-multimedia.fsMedia .fsMediaCustomPlayer,
    body:not(.fsComposeMode) .hero-image.fsMedia .fsMediaCustomPlayer {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .hero-image > header,
  .hero-multimedia > header {
    display: none; }
  .hero-image.fsMedia, .hero-image.fsMediaCustomPlayer,
  .hero-multimedia.fsMedia,
  .hero-multimedia.fsMediaCustomPlayer {
    display: block;
    opacity: 0; }
    .hero-image.fsMedia.element-loaded, .hero-image.fsMediaCustomPlayer.element-loaded,
    .hero-multimedia.fsMedia.element-loaded,
    .hero-multimedia.fsMediaCustomPlayer.element-loaded {
      opacity: 1; }
      .hero-image.fsMedia.element-loaded .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMedia.element-loaded .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before {
        display: none; }
    .fsComposeMode .hero-image.fsMedia, .fsComposeMode .hero-image.fsMediaCustomPlayer, .fsComposeMode
    .hero-multimedia.fsMedia, .fsComposeMode
    .hero-multimedia.fsMediaCustomPlayer {
      opacity: 1; }
    .hero-image.fsMedia .fsMediaCustomPlayer, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer,
    .hero-multimedia.fsMedia .fsMediaCustomPlayer,
    .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 72.91667%; }
        @media (min-width: 700px) {
          .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 72.91667%; } }
        @media (min-width: 1000px) {
          .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 0; } }
        @media (min-width: 1000px) {
          .fsComposeMode .hero-image.fsMedia .fsMediaCustomPlayer:before, .fsComposeMode .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before, .fsComposeMode
          .hero-multimedia.fsMedia .fsMediaCustomPlayer:before, .fsComposeMode
          .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 72.91667%; } }
    .hero-image.fsMedia article, .hero-image.fsMediaCustomPlayer article,
    .hero-multimedia.fsMedia article,
    .hero-multimedia.fsMediaCustomPlayer article {
      min-height: 560px;
      max-height: 760px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 1000px) {
        .hero-image.fsMedia article, .hero-image.fsMediaCustomPlayer article,
        .hero-multimedia.fsMedia article,
        .hero-multimedia.fsMediaCustomPlayer article {
          min-height: 0;
          max-height: none; } }
      .hero-image.fsMedia article:before, .hero-image.fsMediaCustomPlayer article:before,
      .hero-multimedia.fsMedia article:before,
      .hero-multimedia.fsMediaCustomPlayer article:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(44, 45, 48, 0.1); }
        @media (min-width: 1000px) {
          .hero-image.fsMedia article:before, .hero-image.fsMediaCustomPlayer article:before,
          .hero-multimedia.fsMedia article:before,
          .hero-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
        @media (min-width: 1000px) {
          .fsComposeMode .hero-image.fsMedia article:before, .fsComposeMode .hero-image.fsMediaCustomPlayer article:before, .fsComposeMode
          .hero-multimedia.fsMedia article:before, .fsComposeMode
          .hero-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 72.91667%; } }
      .hero-image.fsMedia article:after, .hero-image.fsMediaCustomPlayer article:after,
      .hero-multimedia.fsMedia article:after,
      .hero-multimedia.fsMediaCustomPlayer article:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 44.44444%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .hero-image.fsContent,
  .hero-multimedia.fsContent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero-image.fsContent .fsElementContent,
    .hero-multimedia.fsContent .fsElementContent {
      min-height: 220px;
      max-height: 640px; }
      .hero-image.fsContent .fsElementContent:before,
      .hero-multimedia.fsContent .fsElementContent:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 68.75%; }
  body.fsDraftMode .fsContent.hero-image .fsElementContent,
  body.fsComposeMode .fsContent.hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .redactor-box,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .redactor-box {
      display: none; }
  body.fsDraftMode .hero-image,
  body.fsComposeMode .hero-image {
    display: block;
    opacity: 1; }

div[class*="hero-"] article,
div[class*="hero-"] .fsMediaCustomPlayer article,
section[class*="hero-"] article,
section[class*="hero-"] .fsMediaCustomPlayer article, .resource-slider article,
.resource-slider .fsMediaCustomPlayer article {
  position: relative;
  padding: 0; }
  div[class*="hero-"] article:before,
  div[class*="hero-"] .fsMediaCustomPlayer article:before,
  section[class*="hero-"] article:before,
  section[class*="hero-"] .fsMediaCustomPlayer article:before, .resource-slider article:before,
  .resource-slider .fsMediaCustomPlayer article:before {
    content: '';
    display: block; }
  div[class*="hero-"] article img,
  div[class*="hero-"] .fsMediaCustomPlayer article img,
  section[class*="hero-"] article img,
  section[class*="hero-"] .fsMediaCustomPlayer article img, .resource-slider article img,
  .resource-slider .fsMediaCustomPlayer article img {
    display: none; }

div[class*="hero-"] .caption-wrapper,
div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper,
section[class*="hero-"] .caption-wrapper,
section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper, .resource-slider .caption-wrapper,
.resource-slider .fsMediaCustomPlayer .caption-wrapper {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: none;
  overflow: hidden; }
  div[class*="hero-"] .caption-wrapper .caption-content-wrapper,
  div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper,
  section[class*="hero-"] .caption-wrapper .caption-content-wrapper,
  section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, .resource-slider .caption-wrapper .caption-content-wrapper,
  .resource-slider .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    z-index: 2;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 700px) {
      div[class*="hero-"] .caption-wrapper .caption-content-wrapper,
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper,
      section[class*="hero-"] .caption-wrapper .caption-content-wrapper,
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, .resource-slider .caption-wrapper .caption-content-wrapper,
      .resource-slider .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
        bottom: 104px; } }
  div[class*="hero-"] .caption-wrapper .caption-title,
  div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title,
  section[class*="hero-"] .caption-wrapper .caption-title,
  section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title, .resource-slider .caption-wrapper .caption-title,
  .resource-slider .fsMediaCustomPlayer .caption-wrapper .caption-title {
    max-width: 465px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center; }
    @media (min-width: 700px) {
      div[class*="hero-"] .caption-wrapper .caption-title,
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title,
      section[class*="hero-"] .caption-wrapper .caption-title,
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title, .resource-slider .caption-wrapper .caption-title,
      .resource-slider .fsMediaCustomPlayer .caption-wrapper .caption-title {
        font-size: 44px;
        line-height: 56px; } }
    @media (min-width: 1200px) {
      div[class*="hero-"] .caption-wrapper .caption-title,
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title,
      section[class*="hero-"] .caption-wrapper .caption-title,
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title, .resource-slider .caption-wrapper .caption-title,
      .resource-slider .fsMediaCustomPlayer .caption-wrapper .caption-title {
        max-width: 800px; } }
  div[class*="hero-"] .caption-wrapper .caption-desc,
  div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc,
  section[class*="hero-"] .caption-wrapper .caption-desc,
  section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc, .resource-slider .caption-wrapper .caption-desc,
  .resource-slider .fsMediaCustomPlayer .caption-wrapper .caption-desc {
    display: none; }

@media (min-width: 1000px) {
  div[class*="hero-"] .slick-track,
  section[class*="hero-"] .slick-track, .resource-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: stretch;
    align-items: stretch; } }

div[class*="hero-"] .slick-arrow,
section[class*="hero-"] .slick-arrow, .resource-slider .slick-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  z-index: 399;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  div[class*="hero-"] .slick-arrow:before,
  section[class*="hero-"] .slick-arrow:before, .resource-slider .slick-arrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    height: 30px;
    width: 30px;
    margin-top: -2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      div[class*="hero-"] .slick-arrow:before,
      section[class*="hero-"] .slick-arrow:before, .resource-slider .slick-arrow:before {
        font-size: 46px;
        line-height: 30px; } }
  div[class*="hero-"] .slick-arrow.slick-prev,
  section[class*="hero-"] .slick-arrow.slick-prev, .resource-slider .slick-arrow.slick-prev {
    left: 1px; }
    @media (min-width: 1000px) {
      div[class*="hero-"] .slick-arrow.slick-prev,
      section[class*="hero-"] .slick-arrow.slick-prev, .resource-slider .slick-arrow.slick-prev {
        left: 8px; } }
    div[class*="hero-"] .slick-arrow.slick-prev:before,
    section[class*="hero-"] .slick-arrow.slick-prev:before, .resource-slider .slick-arrow.slick-prev:before {
      content: ""; }
  div[class*="hero-"] .slick-arrow.slick-next,
  section[class*="hero-"] .slick-arrow.slick-next, .resource-slider .slick-arrow.slick-next {
    right: 1px; }
    @media (min-width: 1000px) {
      div[class*="hero-"] .slick-arrow.slick-next,
      section[class*="hero-"] .slick-arrow.slick-next, .resource-slider .slick-arrow.slick-next {
        right: 8px; } }
    div[class*="hero-"] .slick-arrow.slick-next:before,
    section[class*="hero-"] .slick-arrow.slick-next:before, .resource-slider .slick-arrow.slick-next:before {
      content: ""; }

div[class*="hero-"] > footer, div[class*="hero-"].fsContainer > footer,
div[class*="hero-"].fsSharedContainer > .fsContainer > footer, div[class*="hero-"].fsResourceElement > footer,
section[class*="hero-"] > footer,
section[class*="hero-"].fsContainer > footer,
section[class*="hero-"].fsSharedContainer > .fsContainer > footer,
section[class*="hero-"].fsResourceElement > footer, .resource-slider > footer, .resource-slider.fsContainer > footer,
.resource-slider.fsSharedContainer > .fsContainer > footer, .resource-slider.fsResourceElement > footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 101;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }
  div[class*="hero-"] > footer .scroll-to, div[class*="hero-"].fsContainer > footer .scroll-to,
  div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to, div[class*="hero-"].fsResourceElement > footer .scroll-to,
  section[class*="hero-"] > footer .scroll-to,
  section[class*="hero-"].fsContainer > footer .scroll-to,
  section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to,
  section[class*="hero-"].fsResourceElement > footer .scroll-to, .resource-slider > footer .scroll-to, .resource-slider.fsContainer > footer .scroll-to,
  .resource-slider.fsSharedContainer > .fsContainer > footer .scroll-to, .resource-slider.fsResourceElement > footer .scroll-to {
    display: block;
    width: 70px;
    height: 49px;
    border: 0;
    position: relative;
    color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    overflow: hidden;
    transition: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    @media (min-width: 700px) {
      div[class*="hero-"] > footer .scroll-to, div[class*="hero-"].fsContainer > footer .scroll-to,
      div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to, div[class*="hero-"].fsResourceElement > footer .scroll-to,
      section[class*="hero-"] > footer .scroll-to,
      section[class*="hero-"].fsContainer > footer .scroll-to,
      section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to,
      section[class*="hero-"].fsResourceElement > footer .scroll-to, .resource-slider > footer .scroll-to, .resource-slider.fsContainer > footer .scroll-to,
      .resource-slider.fsSharedContainer > .fsContainer > footer .scroll-to, .resource-slider.fsResourceElement > footer .scroll-to {
        width: 99px;
        height: 75px; } }
    div[class*="hero-"] > footer .scroll-to:before, div[class*="hero-"].fsContainer > footer .scroll-to:before,
    div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before, div[class*="hero-"].fsResourceElement > footer .scroll-to:before,
    section[class*="hero-"] > footer .scroll-to:before,
    section[class*="hero-"].fsContainer > footer .scroll-to:before,
    section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before,
    section[class*="hero-"].fsResourceElement > footer .scroll-to:before, .resource-slider > footer .scroll-to:before, .resource-slider.fsContainer > footer .scroll-to:before,
    .resource-slider.fsSharedContainer > .fsContainer > footer .scroll-to:before, .resource-slider.fsResourceElement > footer .scroll-to:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 58px;
      height: 58px;
      position: absolute;
      top: 1px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #ffffff;
      font-size: 58px;
      line-height: 1;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
      transition: color 0.3s ease, top 0.3s ease; }
      @media (min-width: 700px) {
        div[class*="hero-"] > footer .scroll-to:before, div[class*="hero-"].fsContainer > footer .scroll-to:before,
        div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before, div[class*="hero-"].fsResourceElement > footer .scroll-to:before,
        section[class*="hero-"] > footer .scroll-to:before,
        section[class*="hero-"].fsContainer > footer .scroll-to:before,
        section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before,
        section[class*="hero-"].fsResourceElement > footer .scroll-to:before, .resource-slider > footer .scroll-to:before, .resource-slider.fsContainer > footer .scroll-to:before,
        .resource-slider.fsSharedContainer > .fsContainer > footer .scroll-to:before, .resource-slider.fsResourceElement > footer .scroll-to:before {
          width: 85px;
          height: 85px;
          font-size: 85px; } }

@media (min-width: 1000px) {
  html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner, html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: calc(100vh - 150px); }
    html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner > .fsBanner, html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .fsBanner {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-multimedia,
    html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-image, html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-multimedia,
    html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-image {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

@media (min-width: 1000px) {
  html.has-hero-slideshow body:not(.fsComposeMode).fsAccountBarVisible #fsHeader .fsBanner, html.has-hero-multimedia body:not(.fsComposeMode).fsAccountBarVisible #fsHeader .fsBanner {
    height: calc(100vh - 150px); } }

.hero-multimedia.fsMediaCustomPlayer.fsSharedContainer {
  z-index: 1; }

body.top-flush #fsPageBodyWrapper {
  margin-top: 0;
  padding-top: 0; }

body.bottom-flush #fsPageBodyWrapper {
  margin-bottom: 0;
  padding-bottom: 0; }

body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type {
  margin-bottom: 0; }
  body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type > div:last-of-type {
    margin-bottom: 0; }

@media (min-width: 550px) {
  .panel-callout-container.fsLayout {
    margin-left: -10px;
    margin-right: -10px; } }

.panel-callout-container.fsLayout > .fsDiv {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 550px) {
    .panel-callout-container.fsLayout > .fsDiv {
      padding-left: 10px;
      padding-right: 10px; } }

.panel-callout-container.fsLayout.fsFourColumnLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 550px) {
    .panel-callout-container.fsLayout.fsFourColumnLayout {
      max-width: 660px;
      margin: 0 auto; } }
  @media (min-width: 1000px) {
    .panel-callout-container.fsLayout.fsFourColumnLayout {
      max-width: none;
      margin: 0; } }
  .panel-callout-container.fsLayout.fsFourColumnLayout > .fsDiv {
    width: 100%; }
    @media (min-width: 550px) {
      .panel-callout-container.fsLayout.fsFourColumnLayout > .fsDiv {
        width: 50%; } }
    @media (min-width: 1000px) {
      .panel-callout-container.fsLayout.fsFourColumnLayout > .fsDiv {
        width: 25%; } }

.fsContent.button-container > .fsElementContent {
  text-align: center; }
  .fsContent.button-container > .fsElementContent a[class*="fs_style"] {
    margin-left: 10px;
    margin-right: 10px; }

.nav-secondary ul, .nav-secondary li {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-secondary ul {
  zoom: 1; }
  .nav-secondary ul:after {
    display: table;
    clear: both;
    content: ''; }

.nav-secondary li {
  display: block;
  float: left;
  padding: 0 5px; }

.nav-secondary a {
  display: block;
  padding: 0 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold; }
  .nav-secondary a:hover, .nav-secondary a:focus {
    color: #EEB111; }
  .nav-secondary a.hasDescription span {
    position: relative; }
    .nav-secondary a.hasDescription span:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 6px solid #6C6D70;
      position: absolute;
      bottom: -16px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: -1000;
      opacity: 0;
      transition: opacity 0s ease 0s, z-index 0s ease 0s; }

.nav-secondary .fsNavPageInfo {
  min-width: calc(50% + 20px);
  max-width: 284px;
  padding: 12px;
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 3px);
  left: -10px;
  z-index: -1000;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #6C6D70;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s ease 0s, z-index 0s ease 0s; }

.nav-secondary li {
  display: block;
  padding: 2px 0 3px 0;
  position: relative; }
  .nav-secondary li:hover > .fsNavPageInfo, .nav-secondary li:focus > .fsNavPageInfo {
    z-index: 100;
    opacity: 1;
    transition: opacity 0.3s ease 0.5s, z-index 0s ease 0.5s; }
  .nav-secondary li:hover > a > span:before, .nav-secondary li:focus > a > span:before {
    z-index: 100;
    opacity: 1;
    transition: opacity 0.3s ease 0.5s, z-index 0s ease 0.5s; }

.toggle-login .fsElementContent button {
  padding: 0 34px 0 37px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease; }
  .toggle-login .fsElementContent button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #EEB111;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    transition: color 0.3s ease; }
  .toggle-login .fsElementContent button:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% + 1px);
    right: 17px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    transition: color 0.3s ease, transform 0.3s ease; }
  .toggle-login .fsElementContent button:hover, .toggle-login .fsElementContent button:focus,
  .menu-login-active .toggle-login .fsElementContent button,
  .menu-login-mobile-active .toggle-login .fsElementContent button {
    border-color: #ffffff;
    background-color: white;
    color: #00447C; }
    .toggle-login .fsElementContent button:hover:after, .toggle-login .fsElementContent button:focus:after,
    .menu-login-active .toggle-login .fsElementContent button:after,
    .menu-login-mobile-active .toggle-login .fsElementContent button:after {
      color: #00447C; }
  .menu-login-active .toggle-login .fsElementContent button:after,
  .menu-login-mobile-active .toggle-login .fsElementContent button:after {
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg); }

.toggle-quicklinks .fsElementContent button {
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px !important;
  cursor: pointer;
  overflow: hidden;
  color: #00447C;
  font-size: 0;
  line-height: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease; }
  .toggle-quicklinks .fsElementContent button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 38px;
    transition: color 0.3s ease; }
  .toggle-quicklinks .fsElementContent button:hover, .toggle-quicklinks .fsElementContent button:Focus,
  .menu-quicklinks-active .toggle-quicklinks .fsElementContent button {
    border-color: #ffffff;
    background-color: white; }
    .toggle-quicklinks .fsElementContent button:hover:before, .toggle-quicklinks .fsElementContent button:Focus:before,
    .menu-quicklinks-active .toggle-quicklinks .fsElementContent button:before {
      color: #00447C; }

hr {
  width: 280px;
  height: 44px;
  border: 0;
  outline: 0;
  margin-top: 48px;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden; }
  hr:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #EEB111;
    font-size: 44px;
    line-height: 1; }
  hr:after {
    content: '';
    display: block;
    height: 1px;
    width: 280px;
    border: 0;
    border: 0;
    position: absolute;
    top: 22px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #00447C 0, #00447C 120px, transparent 120px, transparent 160px, #00447C 160px, #00447C 280px); }

body:not(.fsDraftMode) .alert-scrolling.fsEmbed,
body:not(.fsDraftMode) .alert-scrolling.fsContent {
  display: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
  .fsHasTheme2 body:not(.fsDraftMode) .alert-scrolling.fsEmbed, .fsHasTheme2
  body:not(.fsDraftMode) .alert-scrolling.fsContent {
    margin-left: 0px; }
  .fsHasTheme3 body:not(.fsDraftMode) .alert-scrolling.fsEmbed, .fsHasTheme3
  body:not(.fsDraftMode) .alert-scrolling.fsContent {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00447C; }
  body:not(.fsDraftMode) .alert-scrolling.fsEmbed.element-updated,
  body:not(.fsDraftMode) .alert-scrolling.fsContent.element-updated {
    display: block; }
  body:not(.fsDraftMode) .alert-scrolling.fsEmbed > .fsElementContent,
  body:not(.fsDraftMode) .alert-scrolling.fsContent > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    height: 40px;
    border-radius: 3px;
    padding-left: 55px;
    padding-right: 15px;
    position: relative;
    color: #2C2D30;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    background-color: #FAE7BE;
    overflow: hidden; }
    body:not(.fsDraftMode) .alert-scrolling.fsEmbed > .fsElementContent:before,
    body:not(.fsDraftMode) .alert-scrolling.fsContent > .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 3px 0 0 3px;
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      background-color: #EEB111; }
  body:not(.fsDraftMode) .alert-scrolling.fsEmbed marquee > *,
  body:not(.fsDraftMode) .alert-scrolling.fsContent marquee > * {
    margin: 0; }
  body:not(.fsDraftMode) .alert-scrolling.fsEmbed marquee p,
  body:not(.fsDraftMode) .alert-scrolling.fsContent marquee p {
    white-space: nowrap; }

.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 4999;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  .scroll-top:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    color: #999999;
    font-size: 38px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .scroll-top span {
    color: transparent;
    font-size: 0;
    line-height: 0; }
  .show-scroll-top .scroll-top {
    opacity: 0.4;
    pointer-events: auto; }
    .show-scroll-top .scroll-top:hover, .show-scroll-top .scroll-top:focus {
      opacity: 0.8; }

.fsMediaCustomPlayer .slider-play-btn {
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  position: absolute;
  right: 23px;
  bottom: 23px;
  z-index: 1;
  font-size: 0;
  line-height: 1;
  apperance: none;
  background: none; }
  .fsMediaCustomPlayer .slider-play-btn:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    opacity: 0.3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease; }
  .fsMediaCustomPlayer .slider-play-btn:hover:before, .fsMediaCustomPlayer .slider-play-btn:focus:before {
    opacity: 1; }

.fsMediaCustomPlayer.slider-paused .slider-play-btn:before {
  content: ""; }

.fsMediaCustomPlayer.slider-playing .slider-play-btn:before {
  content: ""; }

a.skip-link {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  left: -10000px;
  color: #000000;
  font-weight: bold;
  background-color: #ffffff; }
  a.skip-link:focus {
    width: auto;
    height: auto;
    position: static; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar .fsTitle {
  display: block;
  margin-bottom: 4px;
  color: #00447C;
  font-size: 19px;
  line-height: 26px;
  font-weight: 900; }
  .fsCalendar .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
      color: #2C2D30; }

.fsCalendar .fsDate {
  display: block;
  margin-bottom: 4px;
  color: #AB6600;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.625px;
  opacity: 0.8; }

.fsCalendar .fsEventDetails {
  display: block;
  color: #6f777f;
  font-size: 15px;
  line-height: 20px; }

.fsCalendar .fsTimeRange {
  display: block;
  margin-bottom: 4px; }

.fsCalendar .fsLocation {
  display: block;
  margin-bottom: 4px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList {
  border: 2px solid #EEB111; }
  .fsCalendar.fsList header {
    background-color: #EEB111; }
    .fsCalendar.fsList header .fsElementTitle {
      display: block;
      padding: 11px 20px;
      margin: 0;
      color: #00447C;
      font-size: 21px;
      line-height: 26px;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase; }
  .fsCalendar.fsList .fsElementContent {
    padding: 0 25px; }
  .fsCalendar.fsList article {
    margin: 0;
    padding: 25px 0 26px;
    border-bottom: 1px solid #CECFD0; }
    .fsCalendar.fsList article:last-of-type {
      border: 0; }
  .fsCalendar.fsList .fsListItems + button {
    margin-top: 0; }
  .fsCalendar.fsList footer {
    padding: 0 25px 15px; }
    .fsCalendar.fsList footer .fsElementFooterContent {
      margin: 0;
      padding-top: 13px;
      border-top: 1px solid #CECFD0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 68, 124, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 68, 124, 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(0, 68, 124, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 68, 124, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @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: block;
    margin: 0 0 20px;
    padding: 10px 20px 9px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: 900;
    background: #2C2D30;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    @media (min-width: 400px) {
      .scroll-up span {
        display: inline-block;
        min-width: 187px; } }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #00447C;
      color: #ffffff;
      text-decoration: none; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowVertical .fsPager,
.fsCalendar.fsSlideshowVertical .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .fsCalendar.fsSlideshowVertical .fsPager li,
  .fsCalendar.fsSlideshowVertical .slick-dots li {
    display: inline-block;
    list-style: none;
    width: 21px;
    height: 21px;
    padding: 0;
    margin: 0; }
    .fsCalendar.fsSlideshowVertical .fsPager li.slick-active button:before,
    .fsCalendar.fsSlideshowVertical .slick-dots li.slick-active button:before {
      opacity: 1; }
  .fsCalendar.fsSlideshowVertical .fsPager button,
  .fsCalendar.fsSlideshowVertical .slick-dots button {
    width: 21px;
    height: 21px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    color: #00447C;
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .fsCalendar.fsSlideshowVertical .fsPager button:before,
    .fsCalendar.fsSlideshowVertical .slick-dots button:before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 22px;
      position: absolute;
      top: 4px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #2C2D30;
      opacity: 0.26;
      transition: background 0.3s ease; }

.fsCalendar.fsSlideshowVertical .fsElementContent {
  padding: 0 25px; }

.fsCalendar.fsSlideshowVertical .slick-slider {
  margin-bottom: 0; }

.fsCalendar.fsSlideshowVertical .slick-slide {
  border: 0; }

.fsCalendar.fsSlideshowVertical article.slick-slide {
  margin: 0;
  padding: 20px 0 40px;
  border-bottom: 1px solid #CECFD0; }
  .fsCalendar.fsSlideshowVertical article.slick-slide:last-of-type {
    border: 0; }

.fsCalendar.fsSlideshowVertical .fsListItems + button {
  margin-top: 0; }

.fsCalendar.fsSlideshowVertical .fsPager {
  text-align: right; }

.fsCalendar.fsSlideshowVertical footer.footer-combo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px 0; }
  .fsCalendar.fsSlideshowVertical footer.footer-combo .fsElementFooterContent {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 15px; }
  .fsCalendar.fsSlideshowVertical footer.footer-combo .fsPager {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    padding: 0;
    margin: 0; }
  .fsCalendar.fsSlideshowVertical footer.footer-combo a.fs_style_35 {
    padding-right: 20px; }

.fsCalendar.fsSlideshowVertical footer .fsElementFooterContent {
  display: none; }

.fsCalendar.fsSlideshowVertical .fsPager {
  padding-top: 13px;
  padding-bottom: 15px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! 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: "Lato", sans-serif;
      font-size: 15px;
      line-height: 25px;
      color: #2C2D30; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #2775ac;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #00447C; }
    .fsComposerFormEmbed form .required {
      color: #00447C; }
    .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: #2775ac;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #00447C;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      display: block;
      margin: 0 0 20px;
      padding: 10px 20px 9px;
      color: #ffffff;
      font-size: 15px;
      line-height: 25px;
      text-align: center;
      font-weight: 900;
      background: #00447C;
      transition: all 0.3s ease; }
      @media (min-width: 400px) {
        .fsComposerFormEmbed form .submitBtn {
          display: inline-block;
          min-width: 187px; } }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        background: #00447C;
        color: #ffffff;
        text-decoration: none; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        background: #002849;
        color: #ffffff;
        text-decoration: none; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Lato", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: block;
    margin: 0 0 20px;
    padding: 10px 20px 9px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: 900;
    background: #2C2D30;
    transition: all 0.3s ease; }
    @media (min-width: 400px) {
      .fsLogin .fsLoginMainView .fsLoginSubmit,
      .fsLogin .fsLoginMainView button,
      .fsLogin .fsLoginForgotView .fsLoginSubmit,
      .fsLogin .fsLoginForgotView button,
      .fsLogin .fsLoginNewView .fsLoginSubmit,
      .fsLogin .fsLoginNewView button,
      .fsLogin .fsResetPasswordView .fsLoginSubmit,
      .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
      .fsAccount .fsLoginMainView button,
      .fsAccount .fsLoginForgotView .fsLoginSubmit,
      .fsAccount .fsLoginForgotView button,
      .fsAccount .fsLoginNewView .fsLoginSubmit,
      .fsAccount .fsLoginNewView button,
      .fsAccount .fsResetPasswordView .fsLoginSubmit,
      .fsAccount .fsResetPasswordView button {
        display: inline-block;
        min-width: 187px; } }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #00447C;
      color: #ffffff;
      text-decoration: none; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: block;
    margin: 0 0 20px;
    padding: 10px 20px 9px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: 900;
    background: #2C2D30;
    transition: all 0.3s ease; }
    @media (min-width: 400px) {
      .fsAccount .fsAccountLogout a {
        display: inline-block;
        min-width: 187px; } }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #00447C;
      color: #ffffff;
      text-decoration: none; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #2C2D30;
  font-family: "Lato", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #EEB111;
  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: 15px;
    font-family: "Droid Serif", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  background-color: #EEB111;
  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(238, 177, 17, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    color: #00447C;
    margin-top: 0;
    font-weight: 900;
    color: #2C2D30;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsNews .fsThumbnail {
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }
  .fsNews .fsThumbnail .fsCroppedImage {
    display: block; }

.fsNews .fsTitle {
  padding-bottom: 4px;
  color: #2C2D30;
  font-size: 19px;
  line-height: 28px;
  font-weight: 900; }
  .fsNews .fsTitle a {
    color: #00447C;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsNews .fsTitle a:hover, .fsNews .fsTitle a:focus {
      color: #2775ac;
      text-decoration: none; }

.fsNews .fsAuthor {
  display: block;
  margin-bottom: 4px;
  color: #6c757d;
  font-size: 15px;
  line-height: 20px; }

.fsNews .fsDateTime {
  margin-bottom: 15px;
  padding: 0;
  color: #6c757d;
  font-size: 15px;
  line-height: 20px; }

.fsNews .fsSummary {
  color: #2C2D30;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal; }
  .fsNews .fsSummary *:last-child {
    margin-bottom: 0; }

.fsNews .fsReadMoreLink {
  display: inline-block;
  position: relative;
  color: #00447C;
  font-size: 13px;
  line-height: 24px;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap;
  padding-top: 20px;
  color: #2775ac; }
  .fsNews .fsReadMoreLink span {
    white-space: normal; }
  .fsNews .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 7px;
    color: inherit;
    font-size: 0.8em;
    line-height: inherit;
    font-weight: bold; }
  .fsNews .fsReadMoreLink:hover, .fsNews .fsReadMoreLink:Focus {
    color: #00447C; }
  .fsNews .fsReadMoreLink:hover, .fsNews .fsReadMoreLink:focus {
    color: #00447C; }

.fsNews .fsTags {
  padding: 0;
  margin: 20px 0 0; }
  .fsNews .fsTags .fsTag {
    padding: 6px 15px;
    margin: 0 3px 3px 0;
    border-radius: 3px;
    color: rgba(44, 45, 48, 0.8);
    font-size: 14px;
    line-height: 20px;
    background-color: #EEEFF1; }

.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; } }

.fsNews.fsList .fsThumbnail {
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }
  .fsNews.fsList .fsThumbnail .fsCroppedImage {
    display: block; }

.fsNews.fsList .fsTitle {
  padding-bottom: 4px;
  color: #2C2D30;
  font-size: 19px;
  line-height: 28px;
  font-weight: 900; }
  .fsNews.fsList .fsTitle a {
    color: #00447C;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsNews.fsList .fsTitle a:hover, .fsNews.fsList .fsTitle a:focus {
      color: #2775ac;
      text-decoration: none; }

.fsNews.fsList .fsAuthor {
  display: block;
  margin-bottom: 4px;
  color: #6c757d;
  font-size: 15px;
  line-height: 20px; }

.fsNews.fsList .fsDateTime {
  margin-bottom: 15px;
  padding: 0;
  color: #6c757d;
  font-size: 15px;
  line-height: 20px; }

.fsNews.fsList .fsSummary {
  color: #2C2D30;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal; }
  .fsNews.fsList .fsSummary *:last-child {
    margin-bottom: 0; }

.fsNews.fsList .fsReadMoreLink {
  display: inline-block;
  position: relative;
  color: #00447C;
  font-size: 13px;
  line-height: 24px;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap;
  padding-top: 20px;
  color: #2775ac; }
  .fsNews.fsList .fsReadMoreLink span {
    white-space: normal; }
  .fsNews.fsList .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 7px;
    color: inherit;
    font-size: 0.8em;
    line-height: inherit;
    font-weight: bold; }
  .fsNews.fsList .fsReadMoreLink:hover, .fsNews.fsList .fsReadMoreLink:Focus {
    color: #00447C; }
  .fsNews.fsList .fsReadMoreLink:hover, .fsNews.fsList .fsReadMoreLink:focus {
    color: #00447C; }

.fsNews.fsList .fsTags {
  padding: 0;
  margin: 20px 0 0; }
  .fsNews.fsList .fsTags .fsTag {
    padding: 6px 15px;
    margin: 0 3px 3px 0;
    border-radius: 3px;
    color: rgba(44, 45, 48, 0.8);
    font-size: 14px;
    line-height: 20px;
    background-color: #EEEFF1; }

.fsPostElement .fsThumbnail {
  margin-bottom: 20px;
  position: relative;
  z-index: 2; }
  .fsPostElement .fsThumbnail .fsCroppedImage {
    display: block; }

.fsPostElement .fsTitle {
  padding-bottom: 4px;
  color: #2C2D30;
  font-size: 19px;
  line-height: 28px;
  font-weight: 900; }
  .fsPostElement .fsTitle a {
    color: #00447C;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
      color: #2775ac;
      text-decoration: none; }

.fsPostElement .fsAuthor {
  display: block;
  margin-bottom: 4px;
  color: #6c757d;
  font-size: 15px;
  line-height: 20px; }

.fsPostElement .fsDateTime {
  margin-bottom: 15px;
  padding: 0;
  color: #6c757d;
  font-size: 15px;
  line-height: 20px; }

.fsPostElement .fsSummary {
  color: #2C2D30;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal; }
  .fsPostElement .fsSummary *:last-child {
    margin-bottom: 0; }

.fsPostElement .fsReadMoreLink {
  display: inline-block;
  position: relative;
  color: #00447C;
  font-size: 13px;
  line-height: 24px;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  white-space: nowrap;
  padding-top: 20px;
  color: #2775ac; }
  .fsPostElement .fsReadMoreLink span {
    white-space: normal; }
  .fsPostElement .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 7px;
    color: inherit;
    font-size: 0.8em;
    line-height: inherit;
    font-weight: bold; }
  .fsPostElement .fsReadMoreLink:hover, .fsPostElement .fsReadMoreLink:Focus {
    color: #00447C; }
  .fsPostElement .fsReadMoreLink:hover, .fsPostElement .fsReadMoreLink:focus {
    color: #00447C; }

.fsPostElement .fsTags {
  padding: 0;
  margin: 20px 0 0; }
  .fsPostElement .fsTags .fsTag {
    padding: 6px 15px;
    margin: 0 3px 3px 0;
    border-radius: 3px;
    color: rgba(44, 45, 48, 0.8);
    font-size: 14px;
    line-height: 20px;
    background-color: #EEEFF1; }

.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.fsSlideshow .slick-arrow {
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
  color: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none; }
  .fsPostElement.fsSlideshow .slick-arrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2C2D30;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    text-align: center; }
  .fsPostElement.fsSlideshow .slick-arrow.fsPrevButton, .fsPostElement.fsSlideshow .slick-arrow.slick-prev {
    left: -15px; }
    @media (min-width: 1000px) {
      .fsPostElement.fsSlideshow .slick-arrow.fsPrevButton, .fsPostElement.fsSlideshow .slick-arrow.slick-prev {
        left: -5px; } }
    .fsPostElement.fsSlideshow .slick-arrow.fsPrevButton:before, .fsPostElement.fsSlideshow .slick-arrow.slick-prev:before {
      content: ""; }
  .fsPostElement.fsSlideshow .slick-arrow.fsNextButton, .fsPostElement.fsSlideshow .slick-arrow.slick-next {
    right: -15px; }
    @media (min-width: 1000px) {
      .fsPostElement.fsSlideshow .slick-arrow.fsNextButton, .fsPostElement.fsSlideshow .slick-arrow.slick-next {
        right: -5px; } }
    .fsPostElement.fsSlideshow .slick-arrow.fsNextButton:before, .fsPostElement.fsSlideshow .slick-arrow.slick-next:before {
      content: ""; }

.fsPostElement.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-arrows*="true"] {
  padding: 40px 0; }

.fsPostElement.fsSlideshow.fsSlideshowVertical .slick-arrow.fsUpArrow {
  top: 20px;
  left: 5px;
  right: auto;
  bottom: auto; }
  .fsPostElement.fsSlideshow.fsSlideshowVertical .slick-arrow.fsUpArrow:before {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }

.fsPostElement.fsSlideshow.fsSlideshowVertical .slick-arrow.fsDownArrow {
  top: auto;
  left: 5px;
  right: auto;
  bottom: -20px; }
  .fsPostElement.fsSlideshow.fsSlideshowVertical .slick-arrow.fsDownArrow:before {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }

/*! _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 {
  margin-bottom: 20px; }
  .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: #EEB111 !important;
          background-image: none !important;
          width: 100%;
          height: 40px !important;
          color: #ffffff;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 15px;
          font-family: "Lato", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 40px;
      width: 75px;
      background: #00447C;
      position: relative;
      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: "Lato", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 40px;
        font-size: 15px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        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; }

.search-custom {
  position: relative;
  height: 40px;
  min-width: 40px; }
  .search-custom .fsElementContent {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0; }
  .search-custom button {
    height: 32px;
    width: 32px;
    border: 0;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .search-custom button:focus {
      color: #ffffff; }
  .search-custom .search-form {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    position: relative;
    transition: border 0.3s ease; }
  .search-custom .search-input {
    width: 100%;
    height: 38px;
    padding: 0 10px 0 40px;
    border: 0;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 38px;
    font-weight: 400;
    background: none;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .search-custom .search-input::-ms-clear {
      display: none; }
    .search-custom .search-input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .search-custom .search-input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .search-custom .search-input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .search-custom .search-input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .search-custom .search-submit {
    display: block;
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease; }
    .search-custom .search-submit:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 13px;
      line-height: 20px;
      background: transparent; }

.search-custom-mobile {
  margin-right: 60px; }
  .search-custom-mobile.fsElement {
    margin-bottom: 0; }
  .search-custom-mobile > .fsElementContent {
    padding: 15px 0 1px 0px; }
  .search-custom-mobile .search-form {
    background: none;
    position: relative;
    height: 40px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px; }
  .search-custom-mobile .search-input {
    width: 100%;
    padding: 0 10px 0 38px;
    border: 0;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
    box-shadow: none;
    text-shadow: none;
    background: none;
    height: 38px; }
    .search-custom-mobile .search-input::-ms-clear {
      display: none; }
  .search-custom-mobile .search-submit {
    display: block;
    padding: 0 0 0 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search-custom-mobile .search-submit:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 39px;
      height: 38px;
      color: #ffffff;
      font-size: 12px;
      line-height: 38px;
      text-align: center;
      background: transparent; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .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 #2C2D30; }
      .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: 40px !important;
        color: #2C2D30;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 15px;
        font-family: "Lato", 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: #2C2D30;
    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: 40px;
      font-size: 15px;
      font-family: "Lato", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      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: "Lato", sans-serif;
  font-size: 15px; }

.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: #2C2D30; }
  .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: #EEB111; }

.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: #2775ac !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: #00447C !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: 15px; }

.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: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #2C2D30;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .vimeo_view_link a {
      display: inline-block;
      min-width: 187px; } }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

/*! 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: block;
  margin: 0 0 20px;
  padding: 10px 20px 9px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  background: #2C2D30;
  transition: all 0.3s ease; }
  @media (min-width: 400px) {
    .Youtube_view_link a {
      display: inline-block;
      min-width: 187px; } }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #00447C;
    color: #ffffff;
    text-decoration: none; }

/*! elements - tabs */
.fsTabs,
.custom-accordion {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs > .fsElementContent,
  .custom-accordion > .fsElementContent {
    position: relative; }
  .fsTabs .fsTabsNav,
  .custom-accordion .fsTabsNav {
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 0;
    height: 0; }
    .fsTabs .fsTabsNav:before,
    .custom-accordion .fsTabsNav:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #EEB111; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav,
      .custom-accordion .fsTabsNav {
        opacity: 1;
        height: auto; } }
    .fsTabs .fsTabsNav li,
    .custom-accordion .fsTabsNav li {
      margin-right: 5px;
      position: relative;
      z-index: 2; }
      .fsTabs .fsTabsNav li:last-of-type,
      .custom-accordion .fsTabsNav li:last-of-type {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a,
      .custom-accordion .fsTabsNav li a {
        display: block;
        min-width: 130px;
        padding: 14px 25px 11px;
        border: 1px solid #EEB111;
        border-radius: 3px 3px 0 0;
        position: relative;
        color: #00447C;
        font-size: 15px;
        line-height: 25px;
        font-weight: 900;
        font-family: "Lato", sans-serif;
        text-align: center;
        text-transform: none;
        letter-spacing: 0;
        background: #fff;
        transition: 0.3s ease; }
        .fsTabs .fsTabsNav li a:hover,
        .custom-accordion .fsTabsNav li a:hover {
          color: #00447C;
          background: #FAEED5; }
      .fsTabs .fsTabsNav li.fsStateSelected a,
      .custom-accordion .fsTabsNav li.fsStateSelected a {
        color: #00447C;
        background-color: #EEB111; }
  .fsTabs .fsPanel,
  .custom-accordion .fsPanel {
    color: #2C2D30; }
    .fsTabs .fsPanel > .fsElementContent,
    .custom-accordion .fsPanel > .fsElementContent {
      border: 0;
      padding: 30px 0 !important; }

.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; } }

body:not(.fsComposeMode) .custom-accordion {
  margin-bottom: 0; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .custom-accordion {
      display: none; } }

@media (max-width: 600px) {
  body:not(.fsComposeMode) .custom-tab {
    display: none !important; } }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-top: 60px; }
  @media (min-width: 700px) {
    .home #fsPageBodyWrapper {
      padding-top: 80px; } }

.home .panel-calendar-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0; }
  .home .panel-calendar-news > .fsElementAddWrapper {
    width: 100%; }
  .home .panel-calendar-news > .fsDiv {
    width: 100%;
    max-width: 622px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    margin: 0 auto; }
    .home .panel-calendar-news > .fsDiv.fsStyleColumn-1 {
      padding-bottom: 60px; }
      @media (min-width: 700px) {
        .home .panel-calendar-news > .fsDiv.fsStyleColumn-1 {
          padding-bottom: 40px; } }
      @media (min-width: 1000px) {
        .home .panel-calendar-news > .fsDiv.fsStyleColumn-1 {
          width: 52.71186%;
          padding-bottom: 0; } }
    .home .panel-calendar-news > .fsDiv.fsStyleColumn-2 {
      background-color: #EBF2FA; }
      @media (min-width: 1000px) {
        .home .panel-calendar-news > .fsDiv.fsStyleColumn-2 {
          width: calc(47.28814% - 79px);
          margin-left: 79px; } }

.home .panel-calendar.fsContainer {
  border: 2px solid #EEB111; }
  .home .panel-calendar.fsContainer > header {
    background-color: #EEB111; }
    .home .panel-calendar.fsContainer > header .fsElementTitle {
      display: block;
      padding: 11px 20px;
      margin: 0;
      color: #00447C;
      font-size: 21px;
      line-height: 26px;
      font-weight: 900;
      text-align: center;
      text-transform: uppercase; }
  .home .panel-calendar.fsContainer .fsCalendar {
    border: 0; }

.home .calendar-digital-day.fsCalendar {
  margin-bottom: 0; }
  .home .calendar-digital-day.fsCalendar article {
    border-bottom: 1px solid #CECFD0; }

.home .calendar-digital-day article {
  display: block;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1000px) {
    .home .calendar-digital-day article {
      display: -ms-flexbox;
      display: flex; } }
  .home .calendar-digital-day article > * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    display: none; }
  .home .calendar-digital-day article > .fsDate {
    -ms-flex-order: -2;
    order: -2;
    display: block;
    color: #2C2D30;
    font-size: 19px;
    line-height: 26px;
    text-transform: none;
    font-weight: 900;
    letter-spacing: 0; }
  .home .calendar-digital-day article > .fsTitle {
    -ms-flex-order: -1;
    order: -1;
    display: block;
    padding-top: 4px;
    color: #2C2D30;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
    @media (min-width: 1000px) {
      .home .calendar-digital-day article > .fsTitle {
        padding: 0;
        text-align: right; } }

.home .hide-day-text article > .fsTitle {
  display: none; }

.home .panel-news.fsContainer > header {
  background-color: #00447C; }
  .home .panel-news.fsContainer > header .fsElementTitle {
    display: block;
    padding: 11px 20px;
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase; }

.home .panel-news.fsContainer .fsCalendar {
  border: 0; }

.home .panel-news.fsContainer .j-paginate.juicer-button {
  display: none; }

.home .panel-news.fsContainer .j-poster {
  height: auto;
  margin-bottom: 12px; }
  @media (min-width: 700px) {
    .home .panel-news.fsContainer .j-poster {
      margin-bottom: 5px; } }
  .home .panel-news.fsContainer .j-poster a {
    zoom: 1;
    display: block; }
    .home .panel-news.fsContainer .j-poster a:after {
      display: table;
      clear: both;
      content: ''; }
  .home .panel-news.fsContainer .j-poster img {
    width: 40px !important;
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #cccccc;
    overflow: hidden; }
  .home .panel-news.fsContainer .j-poster h3 {
    float: none;
    margin-top: 11px; }
    @media (min-width: 700px) {
      .home .panel-news.fsContainer .j-poster h3 {
        float: left; } }
  .home .panel-news.fsContainer .j-poster .j-date {
    float: none;
    color: #6d6d6d; }
    @media (min-width: 700px) {
      .home .panel-news.fsContainer .j-poster .j-date {
        float: right;
        padding-top: 3px; } }

.home .panel-news.fsContainer .j-twitter .j-poster a {
  display: inline-block; }
  .home .panel-news.fsContainer .j-twitter .j-poster a .j-twitter-poster {
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    color: #00447C; }
    .home .panel-news.fsContainer .j-twitter .j-poster a .j-twitter-poster .j-twitter-display-name {
      display: none; }
    .home .panel-news.fsContainer .j-twitter .j-poster a .j-twitter-poster .j-twitter-screen-name {
      margin-top: 8px; }

.home .panel-news.fsContainer .j-image {
  display: block; }
  .home .panel-news.fsContainer .j-image img {
    display: block;
    margin-bottom: 20px; }

.home .panel-news.fsContainer .j-message p:last-child {
  margin-bottom: 10px; }

.home .panel-news.fsContainer .j-meta {
  margin-top: 15px; }
  .home .panel-news.fsContainer .j-meta a {
    color: #a3a3a3; }
    .home .panel-news.fsContainer .j-meta a:hover, .home .panel-news.fsContainer .j-meta a:focus {
      color: #236797; }

.home .panel-news.fsContainer .feed-item {
  border: 0;
  margin-bottom: 10px !important;
  padding-left: 25px;
  padding-right: 25px;
  background: none; }

.home .panel-posts.fsThumbnailAlignLeft .fsThumbnail {
  max-width: none !important;
  margin-right: 0; }
  @media (min-width: 700px) {
    .home .panel-posts.fsThumbnailAlignLeft .fsThumbnail {
      margin-bottom: 40px; } }
  @media (min-width: 1000px) {
    .home .panel-posts.fsThumbnailAlignLeft .fsThumbnail {
      max-width: 44.44444% !important;
      margin-right: 40px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .home .panel-posts.fsThumbnailAlignLeft .fsThumbnail .fsCroppedImage {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media (min-width: 1000px) {
  .home .panel-posts.fsThumbnailAlignLeft .post-text {
    max-width: calc(55.55556% - 40px) !important; } }

.home .panel-posts.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-left: 34px;
  padding-right: 34px; }
  @media (min-width: 700px) {
    .home .panel-posts.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
      padding-left: 51px;
      padding-right: 51px; } }

.home .panel-posts article {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1px; }
  @media (min-width: 1000px) {
    .home .panel-posts article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row; }
      .home .panel-posts article > .fsThumbnail {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        float: none;
        width: 100%; }
      .home .panel-posts article > .post-text {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-pack: center;
        justify-content: center; } }

.home .panel-posts .fsTitle {
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 26px; }
  @media (min-width: 700px) {
    .home .panel-posts .fsTitle {
      font-size: 23px;
      line-height: 36px; } }
  .home .panel-posts .fsTitle a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }

.home .panel-posts .fsSummary {
  font-size: 15px;
  line-height: 25px; }

.home .panel-posts .fsPager {
  margin-top: 30px; }
  @media (min-width: 1000px) {
    .home .panel-posts .fsPager {
      margin-top: 32px; } }

.home .header-tier {
  display: none; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide .fsPageLayout .fsContainer > header {
  border-bottom: 1px solid #e8e7e7; }
  .style-guide .fsPageLayout .fsContainer > header > .fsElementTitle {
    margin-bottom: 6px;
    color: #222426;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif; }

.style-guide .fsPageLayout .fsContainer .style-guide-label {
  margin-bottom: 30px; }
  .style-guide .fsPageLayout .fsContainer .style-guide-label .fsElementContent {
    display: inline-block;
    padding: 8px 33px 7px;
    border-radius: 2px;
    color: #87898c;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    background-color: #eeeff2; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsLayout {
  margin-top: 0; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsElement:not(.fsPanel) {
  margin-top: 50px; }

.style-guide .colors {
  margin-top: 30px !important; }
  .style-guide .colors ol {
    zoom: 1;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    list-style: none; }
    .style-guide .colors ol:after {
      display: table;
      clear: both;
      content: ''; }
    .style-guide .colors ol li {
      float: left;
      width: 100px;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative; }
      .style-guide .colors ol li:before {
        display: block;
        content: '';
        width: 100px;
        height: 100px; }
      .style-guide .colors ol li:after {
        display: block;
        padding: 12px 7px 11px;
        border: 1px solid #d1d3d7;
        border-top: 0;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        background-color: #ffffff; }
      .style-guide .colors ol li:nth-of-type(1) {
        color: #47494d;
        background: #2C2D30; }
        .style-guide .colors ol li:nth-of-type(1):after {
          content: "#2C2D30"; }
      .style-guide .colors ol li:nth-of-type(2) {
        color: #47494d;
        background: #00447C; }
        .style-guide .colors ol li:nth-of-type(2):after {
          content: "#00447C"; }
      .style-guide .colors ol li:nth-of-type(3) {
        color: #47494d;
        background: #EEB111; }
        .style-guide .colors ol li:nth-of-type(3):after {
          content: "#EEB111"; }
      .style-guide .colors ol li:nth-of-type(4) {
        color: #47494d;
        background: #868E96; }
        .style-guide .colors ol li:nth-of-type(4):after {
          content: "#868E96"; }
      .style-guide .colors ol li:nth-of-type(5) {
        color: #47494d;
        background: #EEEFF1; }
        .style-guide .colors ol li:nth-of-type(5):after {
          content: "#EEEFF1"; }

.style-guide .headers h1:after {
  content: " - size: 40px / line: 52px"; }

.style-guide .headers h2:after {
  content: " - size: 32px / line: 36px"; }

.style-guide .headers h3:after {
  content: " - size: 23px / line: 36px"; }

.style-guide .headers h4:after {
  content: " - size: 19px / line: 26px"; }

.style-guide .headers h5:after {
  content: " - size: 17px / line: 26px"; }

.style-guide .headers h6:after {
  content: " - size: 15px / line: 24px"; }

.athletics-navigation {
  display: none; }
  @media (min-width: 1000px) {
    .athletics-navigation {
      display: block; } }
  .athletics-navigation .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: 100%; }
    .athletics-navigation .fsNavLevel1 > li {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 89px;
      padding-top: 35px; }
      @media (min-width: 1090px) {
        .athletics-navigation .fsNavLevel1 > li {
          padding: 35px 1.0527em 0; } }
      .athletics-navigation .fsNavLevel1 > li > a {
        color: #00447C;
        font-weight: 900;
        font-size: 19px;
        margin-left: 1.05263em;
        margin-right: 1.05263em;
        border-bottom: 3px solid transparent; }
      .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 165px;
        left: 0;
        right: 0;
        bottom: calc(-100vh + 190px);
        display: none;
        background: white;
        padding-top: 30px;
        padding-bottom: 30px;
        z-index: 10; }
        .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo .columns {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          list-style: none;
          margin: 0 auto;
          height: 100%;
          max-width: 73.75rem; }
          .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo .columns > ul {
            border-left: 1px solid #ddd;
            width: 33.3333%;
            display: inline-block;
            padding-right: 1.33333em; }
            .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo .columns > ul > li {
              list-style: none; }
              .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo .columns > ul > li > a {
                color: #00447C;
                font-weight: 900;
                font-size: 15px; }
              .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo .columns > ul > li ul {
                padding: 0; }
              .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo .columns > ul > li li {
                list-style: none; }
      .athletics-navigation .fsNavLevel1 > li:hover > a, .athletics-navigation .fsNavLevel1 > li.menu-item-open > a {
        border-bottom: 3px solid #EEB111; }
      .athletics-navigation .fsNavLevel1 > li:hover > .fsNavPageInfo, .athletics-navigation .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        display: block; }
      .athletics-navigation .fsNavLevel1 > li:last-child ul.fsNavLevel3 > li {
        border-bottom: 1px solid #eee;
        padding: 2px 0; }
      .athletics-navigation .fsNavLevel1 > li:last-child ul.fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo {
        float: right; }
        .athletics-navigation .fsNavLevel1 > li:last-child ul.fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo ul.fsNavLevel4 {
          display: -ms-flexbox;
          display: flex; }
          .athletics-navigation .fsNavLevel1 > li:last-child ul.fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo ul.fsNavLevel4 > li {
            padding: 0 10px;
            position: relative; }
          .athletics-navigation .fsNavLevel1 > li:last-child ul.fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo ul.fsNavLevel4 li:not(:last-child):after {
            content: '';
            position: absolute;
            width: 1px;
            height: 15px;
            background: #eee;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0; }

.has-hero .athletics-navigation .fsNavLevel1 > li > .fsNavPageInfo {
  top: 130px; }

.fsEmbed.fsGoogleTranslate {
  display: inline-block;
  margin: 0;
  margin-left: 28px; }
  @media (min-width: 900px) {
    .fsEmbed.fsGoogleTranslate {
      margin-left: 10px; } }
  .fsEmbed.fsGoogleTranslate ul {
    padding: 0;
    margin: 0; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate {
    list-style: none;
    position: relative; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate > a {
      display: none; }
    .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget {
      line-height: 0;
      color: transparent; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: white;
        position: absolute;
        right: 20px;
        top: 8px;
        font-size: 14px;
        line-height: 22px; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
        color: #666;
        padding: 10px 20px;
        margin: 0; }
      .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget .goog-logo-link {
        display: none; }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  margin-right: 2px;
  margin-left: 2px;
  font-size: 15px;
  line-height: 1.2;
  color: #00447C;
  font-family: "lato", sans-serif;
  font-weight: 600;
  text-align: center;
  opacity: 1; }
  .fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo option {
    color: black; }

.fsEmbed.fsGoogleTranslate .headerGoogleTranslate .goog-te-gadget select.goog-te-combo {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px; }

.image-button-container.new-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .image-button-container.new-button-container > header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.image-button-container.fsContainer > .fsElementContent,
.image-button-container.fsSharedContainer > .fsContainer > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px; }

.image-button-container .image-button.fsContent {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px; }
  @media (min-width: 700px) {
    .image-button-container .image-button.fsContent {
      width: calc(50% - 10px); } }
  @media (min-width: 1000px) {
    .image-button-container .image-button.fsContent {
      width: calc(33.3333% - 10px); } }

.image-button-new {
  position: relative;
  color: #fff;
  transition: .5s;
  text-align: center;
  padding: 40px;
  padding-top: 100px;
  background-size: cover;
  background-position: 50%; }
  .image-button-new > * {
    position: relative; }
  .image-button-new:before, .image-button-new:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%; }
  .image-button-new:before {
    top: 0;
    height: 100%;
    background: rgba(28, 67, 120, 0.65);
    transition: .5s; }
  .image-button-new:after {
    bottom: 0;
    height: 10px;
    background: #E3B340;
    transition: .3s; }
  .image-button-new > .fsElementContent,
  .image-button-new > footer {
    opacity: 0;
    transition: .5s; }
  .image-button-new:hover:before, .image-button-new:focus-within:before {
    background: rgba(28, 67, 120, 0.95); }
  .image-button-new:hover:after, .image-button-new:focus-within:after {
    height: 5px; }
  .image-button-new:hover > .fsElementContent,
  .image-button-new:hover > footer, .image-button-new:focus-within > .fsElementContent,
  .image-button-new:focus-within > footer {
    opacity: 1; }
  .image-button-new:hover > header, .image-button-new:focus-within > header {
    top: 50px;
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .image-button-new:hover > header:before, .image-button-new:focus-within > header:before {
      top: 0;
      opacity: 0; }
  .image-button-new > header {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 40px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s; }
    .image-button-new > header:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #EDAA00;
      position: absolute;
      top: -40px;
      font-size: 63px;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: .5s; }
    .image-button-new > header .fsElementTitle {
      color: #fff;
      font-size: 30px;
      font-weight: 900;
      letter-spacing: 0.542px; }
  .image-button-new footer a {
    border: 1px solid;
    font-size: 14px;
    color: #fff;
    padding: 6px 20px;
    display: inline-block; }
    .image-button-new footer a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: middle;
      margin-left: 14px; }
    .image-button-new footer a:hover, .image-button-new footer a:focus {
      color: #E3B340; }

.image-button.fsContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover; }
  .image-button.fsContent > .image-button-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover; }
    .image-button.fsContent > .image-button-overlay:hover .image-button-pre > .fsElementTitle, .image-button.fsContent > .image-button-overlay:focus .image-button-pre > .fsElementTitle {
      color: #00447C;
      background-color: rgba(238, 177, 17, 0.9); }
    .image-button.fsContent > .image-button-overlay:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #EEB111;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease; }
  .image-button.fsContent.image-button-content > .image-button-overlay:hover > .image-button-pre, .image-button.fsContent.image-button-content > .image-button-overlay:focus > .image-button-pre {
    opacity: 0;
    pointer-events: none; }
    .image-button.fsContent.image-button-content > .image-button-overlay:hover > .image-button-pre > .fsElementTitle, .image-button.fsContent.image-button-content > .image-button-overlay:focus > .image-button-pre > .fsElementTitle {
      color: transparent;
      background-color: rgba(0, 68, 124, 0); }
  .image-button.fsContent.image-button-content > .image-button-overlay:hover > header,
  .image-button.fsContent.image-button-content > .image-button-overlay:hover > .fsElementContent,
  .image-button.fsContent.image-button-content > .image-button-overlay:hover > footer, .image-button.fsContent.image-button-content > .image-button-overlay:focus > header,
  .image-button.fsContent.image-button-content > .image-button-overlay:focus > .fsElementContent,
  .image-button.fsContent.image-button-content > .image-button-overlay:focus > footer {
    opacity: 1; }
  .image-button.fsContent.image-button-content > .image-button-overlay:hover:after, .image-button.fsContent.image-button-content > .image-button-overlay:focus:after {
    opacity: 0.9; }
  .image-button.fsContent:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EEB111;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; }
  .image-button.fsContent .image-button-pre {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .image-button.fsContent .image-button-pre > .image-button-pre-top {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .image-button.fsContent .image-button-pre > .fsElementTitle {
      width: 100%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: 0;
      padding: 15px 20px 18px;
      background-color: rgba(0, 68, 124, 0.9);
      transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
      color: #ffffff;
      font-size: 23px;
      line-height: 32px;
      font-weight: 900;
      opacity: 1; }
      .image-button.fsContent .image-button-pre > .fsElementTitle .fsElementHeaderContent {
        display: none; }
  .image-button.fsContent header,
  .image-button.fsContent .fsElementContent,
  .image-button.fsContent footer {
    position: relative;
    z-index: 199;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .image-button.fsContent header > .fsElementTitle {
    margin-bottom: 15px;
    color: #00447C;
    font-size: 23px;
    line-height: 32px;
    font-weight: 900; }
  .image-button.fsContent .fsElementContent {
    max-width: 240px;
    color: #2C2D30;
    font-size: 15px;
    line-height: 24px; }
  .image-button.fsContent footer a {
    display: block;
    color: #2C2D30;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.04em; }
  .image-button.fsContent footer [data-media-name] {
    display: block;
    color: #2C2D30;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.04em; }
    .image-button.fsContent footer [data-media-name]:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      padding-bottom: 5px;
      color: #ffffff;
      font-size: 25px;
      line-height: 25px; }
  .image-button.fsContent a.image-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200; }
    .image-button.fsContent a.image-button-overlay.fs_style_35:after {
      display: none; }
  .image-button.fsContent.has-content:hover > header, .image-button.fsContent.has-content:focus > header {
    position: static; }
  .image-button.fsContent.image-media-link > .image-button-pre .image-button-pre-top span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    position: relative;
    background-color: #EEB111; }
    .image-button.fsContent.image-media-link > .image-button-pre .image-button-pre-top span:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 15px solid #ffffff;
      position: absolute;
      top: 50%;
      left: calc(50% + 2px);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.image-blockquote img {
  border-bottom: 10px solid #E3B340; }

.image-blockquote blockquote {
  font-style: normal;
  color: #1C4378;
  font-weight: 400;
  margin-top: 0; }
  .image-blockquote blockquote:before {
    color: #1C4378;
    font-size: 33px; }
  .image-blockquote blockquote:after {
    display: none; }

.image-blockquote .fs_style_32 {
  color: #1C4378;
  text-transform: uppercase;
  font-weight: 900; }

.image-blockquote.quote-small blockquote {
  font-size: 20px; }
  .image-blockquote.quote-small blockquote:before {
    font-size: 23px; }

@font-face {
  font-family: 'bpa-font-icons-v3';
  src: url("../fonts/bpa-v3/bpa-icon-library.eot");
  src: url("../fonts/bpa-v3/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-v3/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-v3/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-v3/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-v3/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.infographic-container {
  padding-top: 41px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1; }
  .infographic-container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    background: #00233F;
    z-index: -1; }
  .infographic-container.fsContainer .infographic.fsEmbed, .infographic-container.fsSharedContainer .infographic.fsEmbed {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: center; }
    .infographic-container.fsContainer .infographic.fsEmbed > header, .infographic-container.fsSharedContainer .infographic.fsEmbed > header {
      position: relative; }
      .infographic-container.fsContainer .infographic.fsEmbed > header .fsElementHeaderContent, .infographic-container.fsSharedContainer .infographic.fsEmbed > header .fsElementHeaderContent {
        height: 110px; }
    .infographic-container.fsContainer .infographic.fsEmbed .fsElementContent, .infographic-container.fsSharedContainer .infographic.fsEmbed .fsElementContent {
      margin: 0 auto; }

.infographic-slideshow {
  padding-top: 0;
  padding-bottom: 15px;
  position: relative;
  z-index: 1; }
  @media (min-width: 700px) {
    .infographic-slideshow {
      padding-top: 2px; } }
  .infographic-slideshow.school-stats .infographic[class*="icon-"]:before {
    content: "";
    font-family: "bpa-font-icons-v3";
    font-weight: normal;
    speak: none;
    font-size: 63px;
    color: #EEB111; }
  .infographic-slideshow.school-stats .icon-add-user:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-alumni:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-apple:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-apply:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-backpack:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-badge:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-bar-graph:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-baseball:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-block:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-book-stack:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-book:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-brainstorm:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-briefcase:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-bullhorn:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-bus:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-calendar:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-camera:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-certificate:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-chat-alt:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-chat:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-check:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-chess:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-church:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-city:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-classroom:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-cleat:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-clock:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-college:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-connected-users:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-construction:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-credit-card:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-cross:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-diagram:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-diploma:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-directory:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-diversity:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-droplet:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-email:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-family:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-faq:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-flag:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-folder:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-football:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-gift:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-global-diversity:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-globe:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-google-classroom:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-graduation:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-group-alt:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-group:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-handshake:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-heart-hand-alt:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-heart-hand:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-heart:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-info:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-interactive:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-jersey:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-laurel:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-leader:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-leaf:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-lightbulb:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-link:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-location:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-lock:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-map:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-medal:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-medical:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-menu:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-microphone-alt:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-microphone:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-microscope:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-mobile-phone:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-money:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-music:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-name-badge:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-newspaper:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-open-door:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-paint:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-parent:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-park:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-party:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-pencil:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-phone:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-picture:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-pie-chart:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-piggy-bank:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-ping-pong:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-plate:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-playground:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-podium:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-question:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-rain:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-reading-alt:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-reading:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-report-card:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-robot:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-school:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-screens:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-settings:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-shield-police:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-snow:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-soccer:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-star-david:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-star:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-store:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-sun:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-task:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-teacher:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-teamwork:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-theatre:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-thumbs-up:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-tools:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-translate:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-tree:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-trophy:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-user:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-video:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-virus:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-warning:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-wheelchair:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-add-user-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-alumni-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-apple-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-apply-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-backpack-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-badge-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-bar-graph-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-baseball-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-block-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-book-stack-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-book-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-brainstorm-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-briefcase-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-bullhorn-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-bus-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-calendar-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-camera-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-certificate-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-chat-alt-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-chat-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-check-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-chess-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-church-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-city-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-classroom-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-cleat-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-clock-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-college-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-connected-users-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-construction-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-credit-card-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-cross-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-diagram-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-diploma-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-directory-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-diversity-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-droplet-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-email-solid:before {
    content: "ຝ" !important; }
  .infographic-slideshow.school-stats .icon-family-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-faq-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-flag-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-folder-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-football-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-gift-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-global-diversity-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-globe-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-google-classroom-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-graduation-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-group-alt-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-group-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-handshake-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-heart-hand-alt-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-heart-hand-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-heart-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-info-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-interactive-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-jersey-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-laurel-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-leader-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-leaf-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-lightbulb-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-link-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-location-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-lock-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-map-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-medal-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-medical-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-menu-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-microphone-alt-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-microphone-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-microscope-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-mobile-phone-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-money-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-music-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-name-badge-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-newspaper-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-open-door-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-paint-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-parent-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-park-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-party-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-pencil-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-phone-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-picture-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-pie-chart-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-piggy-bank-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-ping-pong-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-plate-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-playground-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-podium-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-question-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-rain-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-reading-alt-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-reading-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-report-card-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-robot-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-school-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-screens-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-settings-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-shield-police-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-snow-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-soccer-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-star-david-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-star-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-store-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-sun-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-task-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-teacher-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-teamwork-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-theatre-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-thumbs-up-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-tools-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-translate-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-tree-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-trophy-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-user-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-video-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-virus-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-warning-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .icon-wheelchair-solid:before {
    content: "" !important; }
  .infographic-slideshow.school-stats .infographic > header {
    padding-top: 22px; }
    .infographic-slideshow.school-stats .infographic > header > .fsElementTitle {
      font-size: 30px; }
  .infographic-slideshow.school-stats .infographic .fsElementContent {
    font-size: 17px; }
  .infographic-slideshow.school-stats .infographic:nth-child(odd):hover, .infographic-slideshow.school-stats .infographic:nth-child(odd):focus {
    background-color: transparent !important; }
  .infographic-slideshow.fsContainer .infographic.fsEmbed, .infographic-slideshow.fsSharedContainer .infographic.fsEmbed {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center; }
    .infographic-slideshow.fsContainer .infographic.fsEmbed > header, .infographic-slideshow.fsSharedContainer .infographic.fsEmbed > header {
      position: relative; }
      .infographic-slideshow.fsContainer .infographic.fsEmbed > header .fsElementHeaderContent, .infographic-slideshow.fsSharedContainer .infographic.fsEmbed > header .fsElementHeaderContent {
        height: 110px; }
    .infographic-slideshow.fsContainer .infographic.fsEmbed .fsElementContent, .infographic-slideshow.fsSharedContainer .infographic.fsEmbed .fsElementContent {
      margin: 0 auto; }
    .infographic-slideshow.fsContainer .infographic.fsEmbed:nth-child(odd):hover, .infographic-slideshow.fsContainer .infographic.fsEmbed:nth-child(odd):focus, .infographic-slideshow.fsSharedContainer .infographic.fsEmbed:nth-child(odd):hover, .infographic-slideshow.fsSharedContainer .infographic.fsEmbed:nth-child(odd):focus {
      background-color: #FAEED5; }
  .infographic-slideshow.fsContainer .slick-track, .infographic-slideshow.fsSharedContainer .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .infographic-slideshow.fsContainer .slick-slider, .infographic-slideshow.fsSharedContainer .slick-slider {
    padding-left: 25px;
    padding-right: 25px; }
    @media (min-width: 700px) {
      .infographic-slideshow.fsContainer .slick-slider, .infographic-slideshow.fsSharedContainer .slick-slider {
        padding-left: 44px;
        padding-right: 44px; } }
    @media (min-width: 1000px) {
      .infographic-slideshow.fsContainer .slick-slider, .infographic-slideshow.fsSharedContainer .slick-slider {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1200px) {
      .infographic-slideshow.fsContainer .slick-slider, .infographic-slideshow.fsSharedContainer .slick-slider {
        padding-left: 45px;
        padding-right: 45px; } }
  .infographic-slideshow.fsContainer .slick-list, .infographic-slideshow.fsSharedContainer .slick-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 17px; }
    @media (min-width: 1000px) {
      .infographic-slideshow.fsContainer .slick-list, .infographic-slideshow.fsSharedContainer .slick-list {
        padding-bottom: 38px; } }
    @media (min-width: 1200px) {
      .infographic-slideshow.fsContainer .slick-list, .infographic-slideshow.fsSharedContainer .slick-list {
        padding-bottom: 8px; } }
  .infographic-slideshow.fsContainer .slick-arrow, .infographic-slideshow.fsSharedContainer .slick-arrow {
    width: 40px;
    height: 40px;
    border: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 500;
    color: transparent;
    font-size: 0;
    line-height: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .infographic-slideshow.fsContainer .slick-arrow:before, .infographic-slideshow.fsSharedContainer .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #2C2D30;
      font-size: 20px;
      line-height: 1;
      opacity: 1;
      text-align: center; }
    .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
      left: -15px; }
      @media (min-width: 1000px) {
        .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
          left: -5px; } }
      .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton:before, .infographic-slideshow.fsContainer .slick-arrow.slick-prev:before, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton:before, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev:before {
        content: ""; }
    .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
      right: -15px; }
      @media (min-width: 1000px) {
        .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
          right: -5px; } }
      .infographic-slideshow.fsContainer .slick-arrow.fsNextButton:before, .infographic-slideshow.fsContainer .slick-arrow.slick-next:before, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton:before, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next:before {
        content: ""; }
  .infographic-slideshow.fsContainer .fsPager,
  .infographic-slideshow.fsContainer .slick-dots, .infographic-slideshow.fsSharedContainer .fsPager,
  .infographic-slideshow.fsSharedContainer .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .infographic-slideshow.fsContainer .fsPager li,
    .infographic-slideshow.fsContainer .slick-dots li, .infographic-slideshow.fsSharedContainer .fsPager li,
    .infographic-slideshow.fsSharedContainer .slick-dots li {
      display: inline-block;
      list-style: none;
      width: 21px;
      height: 21px;
      padding: 0;
      margin: 0; }
      .infographic-slideshow.fsContainer .fsPager li.slick-active button:before,
      .infographic-slideshow.fsContainer .slick-dots li.slick-active button:before, .infographic-slideshow.fsSharedContainer .fsPager li.slick-active button:before,
      .infographic-slideshow.fsSharedContainer .slick-dots li.slick-active button:before {
        opacity: 1; }
    .infographic-slideshow.fsContainer .fsPager button,
    .infographic-slideshow.fsContainer .slick-dots button, .infographic-slideshow.fsSharedContainer .fsPager button,
    .infographic-slideshow.fsSharedContainer .slick-dots button {
      width: 21px;
      height: 21px;
      display: block;
      border: 0;
      padding: 0;
      margin: 0;
      color: #00447C;
      font-size: 0;
      line-height: 0;
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none; }
      .infographic-slideshow.fsContainer .fsPager button:before,
      .infographic-slideshow.fsContainer .slick-dots button:before, .infographic-slideshow.fsSharedContainer .fsPager button:before,
      .infographic-slideshow.fsSharedContainer .slick-dots button:before {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 22px;
        position: absolute;
        top: 4px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #2C2D30;
        opacity: 0.26;
        transition: background 0.3s ease; }
  .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
    left: -15px; }
    @media (min-width: 700px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
        left: -11px; } }
    @media (min-width: 1000px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
        left: -14px; } }
    @media (min-width: 1000px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
        left: -14px; } }
    @media (min-width: 1200px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsContainer .slick-arrow.slick-prev, .infographic-slideshow.fsSharedContainer .slick-arrow.fsPrevButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-prev {
        left: -9px; } }
  .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
    right: -15px; }
    @media (min-width: 700px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
        right: -11px; } }
    @media (min-width: 1000px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
        right: -14px; } }
    @media (min-width: 1000px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
        right: -14px; } }
    @media (min-width: 1200px) {
      .infographic-slideshow.fsContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsContainer .slick-arrow.slick-next, .infographic-slideshow.fsSharedContainer .slick-arrow.fsNextButton, .infographic-slideshow.fsSharedContainer .slick-arrow.slick-next {
        right: -9px; } }

.infographic.fsEmbed {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  transition: background 0.3s ease; }
  .infographic.fsEmbed > header {
    padding-top: 135px;
    position: relative; }
    .infographic.fsEmbed > header > .fsElementTitle {
      margin-bottom: 15px;
      color: #00447C;
      font-size: 23px;
      line-height: 36px;
      font-family: "Lato", sans-serif;
      font-weight: 900; }
    .infographic.fsEmbed > header .fsElementHeaderContent {
      display: block;
      margin: 0;
      height: 100px;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .infographic.fsEmbed > header .fsElementHeaderContent .header-content-wrapper {
        display: block;
        height: 110px;
        max-width: 120px;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
      .infographic.fsEmbed > header .fsElementHeaderContent img {
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
  .infographic.fsEmbed .fsElementContent {
    margin: 0 auto;
    color: #333C4E;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal; }
  .infographic.fsEmbed > footer {
    display: none; }
  .infographic.fsEmbed.infographic-link .fsElementContent {
    transition: color 0.3s ease; }
  .infographic.fsEmbed.infographic-link:hover, .infographic.fsEmbed.infographic-link:focus {
    background-color: #EBF2FA; }
  .infographic.fsEmbed .infographic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }

.infographic-container.fsLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 1; }
  @media (min-width: 800px) {
    .infographic-container.fsLayout {
      margin-left: -20px;
      margin-right: -20px; } }
  .infographic-container.fsLayout > header,
  .infographic-container.fsLayout > .fsElementContent,
  .infographic-container.fsLayout > footer {
    width: 100%; }
  .infographic-container.fsLayout .fsElementAddWrapper {
    width: 100%; }
  .infographic-container.fsLayout .fsDiv {
    float: none;
    padding-left: 12px;
    padding-right: 12px; }
    @media (min-width: 800px) {
      .infographic-container.fsLayout .fsDiv {
        margin-left: 10px;
        margin-right: 10px; } }
  .infographic-container.fsLayout .infographic.fsEmbed {
    border: 0; }
    @media (min-width: 700px) {
      .infographic-container.fsLayout .infographic.fsEmbed {
        padding-bottom: 52px; } }
  @media (min-width: 800px) {
    .infographic-container.fsLayout.fsTwoColumnLayout {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 800px) {
    .infographic-container.fsLayout.fsTwoColumnLayout .fsDiv {
      width: calc( 50% - 20px); } }
  @media (min-width: 900px) {
    .infographic-container.fsLayout.fsThreeColumnLayout {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 900px) {
    .infographic-container.fsLayout.fsThreeColumnLayout .fsDiv {
      width: calc( 33.3333% - 20px); } }
  @media (min-width: 1000px) {
    .infographic-container.fsLayout.fsFourColumnLayout {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 800px) {
    .infographic-container.fsLayout.fsFourColumnLayout .fsDiv {
      width: calc( 50% - 20px); } }
  @media (min-width: 1000px) {
    .infographic-container.fsLayout.fsFourColumnLayout .fsDiv {
      width: calc( 25% - 20px); } }

.hero-multimedia.fsElement {
  padding: 0;
  margin: 0; }
  .hero-multimedia.fsElement .fsElementTitle {
    display: none; }
  .hero-multimedia.fsElement .fsElement {
    margin: 0;
    padding: 0; }

.hero-multimedia.fsMediaCustomPlayer {
  position: relative; }
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide {
    opacity: 0; }
    .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
      opacity: 1; }
      .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
        right: 0;
        opacity: 1; }
  .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
    opacity: 0; }
    .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content.slick-loaded {
      opacity: 1; }
    .fsComposeMode .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
      opacity: 1; }
  .hero-multimedia.fsMediaCustomPlayer .fsElementTitle {
    display: none; }
  .hero-multimedia.fsMediaCustomPlayer .multimedia-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none; }
    .hero-multimedia.fsMediaCustomPlayer .multimedia-controls .slick-arrow {
      pointer-events: auto; }
  .hero-multimedia.fsMediaCustomPlayer .slick-list {
    overflow: visible; }
    @media (min-width: 500px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-list {
        overflow: hidden; } }
  .hero-multimedia.fsMediaCustomPlayer .slick-slide {
    position: relative; }
    .hero-multimedia.fsMediaCustomPlayer .slick-slide img {
      display: none; }
  .hero-multimedia.fsMediaCustomPlayer .video-slide {
    min-height: 560px;
    max-height: 750px; }
    body.home:not(.fsComposeMode) .hero-multimedia.fsMediaCustomPlayer .video-slide {
      max-height: none; }
    .hero-multimedia.fsMediaCustomPlayer .video-slide:before {
      padding-bottom: 72.91667%; }
      @media (min-width: 550px) {
        .hero-multimedia.fsMediaCustomPlayer .video-slide:before {
          padding-bottom: 72.91667%; } }
    .hero-multimedia.fsMediaCustomPlayer .video-slide .caption-wrapper {
      z-index: 100; }
  .hero-multimedia.fsMediaCustomPlayer .video-wrapper {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
      display: none;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 15; }
      @media (min-width: 1000px) {
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
          display: block; } }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }

.fsCategoryFilter ul li {
  padding: 0 0 !important;
  border: 1px solid #EEB111;
  width: 100%;
  margin-bottom: 10px; }
  .fsCategoryFilter ul li a {
    display: block;
    margin: 0;
    background-color: transparent;
    color: #00447C; }
    .fsCategoryFilter ul li a:hover {
      background-color: #EEB111 !important;
      color: #00447C !important; }

ul.fsToolsList.fsStyleSelectList li {
  border: 1px solid #EEB111;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 !important; }
  ul.fsToolsList.fsStyleSelectList li a {
    display: block;
    margin: 0;
    background-color: transparent;
    color: #00447C; }
    ul.fsToolsList.fsStyleSelectList li a:hover {
      background-color: #EEB111 !important;
      color: #00447C !important; }

.resource-slider {
  position: relative;
  opacity: 1; }
  .resource-slider .scroll-to {
    display: none !important; }
    @media (min-width: 640px) {
      .resource-slider .scroll-to {
        display: block !important; } }
  @media (min-width: 1000px) {
    .resource-slider {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  .resource-slider .scroll-to {
    transition: 0.3s; }
    .resource-slider .scroll-to:hover, .resource-slider .scroll-to:focus {
      opacity: 0.8; }
  .resource-slider .fsElementSlideshowControls {
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    position: absolute;
    right: 23px;
    bottom: 23px;
    z-index: 1;
    font-size: 0;
    line-height: 1;
    apperance: none;
    background: none; }
    .resource-slider .fsElementSlideshowControls > button {
      top: auto;
      background: none;
      height: auto;
      opacity: 1;
      width: auto;
      cursor: pointer; }
      .resource-slider .fsElementSlideshowControls > button:before {
        margin: 0;
        background: none !important;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        color: #ffffff;
        font-size: 25px;
        line-height: 1;
        opacity: 0.3;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease;
        width: auto !important;
        height: auto !important;
        border-radius: 50%;
        color: #000; }
        @media (min-width: 640px) {
          .resource-slider .fsElementSlideshowControls > button:before {
            color: #fff; } }
      .resource-slider .fsElementSlideshowControls > button.fsSlideshowPause:before {
        content: ""; }
      .resource-slider .fsElementSlideshowControls > button.fsSlideshowPlay:before {
        content: ""; }
      .resource-slider .fsElementSlideshowControls > button:hover:before, .resource-slider .fsElementSlideshowControls > button:focus:before {
        opacity: 1; }
  .resource-slider .fsElementContent {
    position: relative;
    height: 100%; }
  .resource-slider .fsElementSlideshow {
    height: 100%; }
    @media (min-width: 1000px) {
      .resource-slider .fsElementSlideshow {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    @media (min-width: 1000px) {
      .resource-slider .fsElementSlideshow .slick-list {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100% !important; } }
    @media (min-width: 1000px) {
      .resource-slider .fsElementSlideshow .slick-list .slick-track {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: absolute;
        bottom: 0; } }
  .resource-slider .slick-arrow {
    display: block !important;
    width: 50px;
    height: 50px;
    z-index: 399;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    top: 35%; }
    .resource-slider .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      height: 30px;
      width: 30px;
      margin-top: -2px;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%) !important;
      color: #ffffff;
      font-size: 34px;
      line-height: 30px;
      text-align: center;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
      opacity: 0.8; }
    .resource-slider .slick-arrow:hover:before, .resource-slider .slick-arrow:focus:before {
      opacity: 1; }
    .resource-slider .slick-arrow.fsNextButton {
      right: 1px; }
      .resource-slider .slick-arrow.fsNextButton:before {
        content: ""; }
        @media (min-width: 550px) {
          .resource-slider .slick-arrow.fsNextButton:before {
            font-size: 46px;
            line-height: 30px; } }
      @media (min-width: 1000px) {
        .resource-slider .slick-arrow.fsNextButton {
          right: 8px; } }
    .resource-slider .slick-arrow.fsPrevButton {
      left: 1px; }
      .resource-slider .slick-arrow.fsPrevButton:before {
        content: "";
        left: 50% !important; }
        @media (min-width: 550px) {
          .resource-slider .slick-arrow.fsPrevButton:before {
            font-size: 46px;
            line-height: 30px; } }
      @media (min-width: 1000px) {
        .resource-slider .slick-arrow.fsPrevButton {
          left: 8px; } }
  .resource-slider .fsElementSlideshow {
    padding: 0 !important;
    margin: 0; }
  .resource-slider article {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    @media (max-width: 639px) {
      .resource-slider article {
        background: none !important; } }
    @media (min-width: 640px) {
      .resource-slider article {
        min-height: 560px;
        max-height: 760px; } }
    .resource-slider article figure figcaption {
      text-align: left;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px;
      background: #EBF2FA; }
      @media (min-width: 640px) {
        .resource-slider article figure figcaption {
          position: absolute;
          left: 0;
          width: 600px;
          background: rgba(255, 255, 255, 0.8);
          bottom: 50px;
          padding: 45px 60px 40px 60px; } }
      .resource-slider article figure figcaption .fsTitle {
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 27px;
        line-height: 32px;
        color: #00447C;
        text-shadow: none;
        margin-bottom: 20px;
        margin-left: 0; }
      .resource-slider article figure figcaption p {
        font-size: 16px;
        line-height: 19px;
        font-family: "Lato", sans-serif;
        margin-bottom: 20px;
        color: #00447C;
        letter-spacing: 0.541912px;
        display: -ms-flexbox;
        display: flex; }
        .resource-slider article figure figcaption p:last-child {
          margin-bottom: 0; }
      .resource-slider article figure figcaption a {
        display: block;
        margin: 0 0 20px;
        padding: 20px 20px 19px;
        color: #00447C;
        font-size: 19px;
        line-height: 26px;
        text-align: center;
        font-weight: 900;
        vertical-align: top;
        background: #EEB111;
        transition: all 0.3s ease;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        min-width: none;
        display: flex !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        min-width: 0 !important;
        border-radius: 3px;
        padding: 13px 20px;
        padding-right: 17px; }
        @media (min-width: 400px) {
          .resource-slider article figure figcaption a {
            display: inline-block;
            min-width: 310px; } }
        .resource-slider article figure figcaption a em {
          display: block;
          color: #2C2D30;
          font-size: 15px;
          line-height: 25px;
          font-style: normal;
          text-transform: none;
          font-weight: 400;
          letter-spacing: 0;
          transition: color 0.3s ease; }
        .resource-slider article figure figcaption a:hover, .resource-slider article figure figcaption a:focus {
          background: #00447C;
          color: #ffffff;
          text-decoration: none; }
          .resource-slider article figure figcaption a:hover em, .resource-slider article figure figcaption a:focus em {
            color: #ffffff; }
        .resource-slider article figure figcaption a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          font-weight: bold;
          line-height: 1;
          font-size: 15px;
          margin-left: 15px;
          position: relative; }
    .resource-slider article:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(44, 45, 48, 0.1); }
      @media (min-width: 1000px) {
        .resource-slider article:before {
          padding-bottom: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .resource-slider article:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding-bottom: 44.44444%;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
    @media (min-width: 1000px) {
      .resource-slider article {
        min-height: 0;
        max-height: none; } }
    .resource-slider article img {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      height: 212px;
      width: 100%; }
      @media (min-width: 640px) {
        .resource-slider article img {
          display: none; } }
    .resource-slider article video {
      -o-object-fit: cover;
      object-fit: cover;
      height: 212px;
      line-height: 1;
      display: block; }
      @media (min-width: 640px) {
        .resource-slider article video {
          height: 100%; } }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.bpa-icon-library .fsContent {
  position: relative;
  padding-top: 20px; }
  .bpa-icon-library .fsContent[class*="icon"]:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    font-size: 50px; }

.bpa-icon-library .icon-apple:before {
  content: "" !important; }

.bpa-icon-library .icon-backpack:before {
  content: "" !important; }

.bpa-icon-library .icon-bar-graph:before {
  content: "" !important; }

.bpa-icon-library .icon-baseball:before {
  content: "" !important; }

.bpa-icon-library .icon-book:before {
  content: "" !important; }

.bpa-icon-library .icon-briefcase:before {
  content: "" !important; }

.bpa-icon-library .icon-bullhorn:before {
  content: "" !important; }

.bpa-icon-library .icon-bus:before {
  content: "" !important; }

.bpa-icon-library .icon-calendar:before {
  content: "" !important; }

.bpa-icon-library .icon-camera:before {
  content: "" !important; }

.bpa-icon-library .icon-certificate:before {
  content: "" !important; }

.bpa-icon-library .icon-check:before {
  content: "" !important; }

.bpa-icon-library .icon-chess:before {
  content: "" !important; }

.bpa-icon-library .icon-city:before {
  content: "" !important; }

.bpa-icon-library .icon-college:before {
  content: "" !important; }

.bpa-icon-library .icon-covid:before {
  content: "" !important; }

.bpa-icon-library .icon-cross:before {
  content: "" !important; }

.bpa-icon-library .icon-directory:before {
  content: "" !important; }

.bpa-icon-library .icon-diversity:before {
  content: "" !important; }

.bpa-icon-library .icon-dollar:before {
  content: "" !important; }

.bpa-icon-library .icon-door:before {
  content: "" !important; }

.bpa-icon-library .icon-droplet:before {
  content: "" !important; }

.bpa-icon-library .icon-enroll:before {
  content: "" !important; }

.bpa-icon-library .icon-family:before {
  content: "" !important; }

.bpa-icon-library .icon-faq:before {
  content: "" !important; }

.bpa-icon-library .icon-files:before {
  content: "" !important; }

.bpa-icon-library .icon-football:before {
  content: "" !important; }

.bpa-icon-library .icon-gift:before {
  content: "" !important; }

.bpa-icon-library .icon-giving:before {
  content: "" !important; }

.bpa-icon-library .icon-globe:before {
  content: "" !important; }

.bpa-icon-library .icon-grad:before {
  content: "" !important; }

.bpa-icon-library .icon-group-boys:before {
  content: "" !important; }

.bpa-icon-library .icon-group-coed:before {
  content: "" !important; }

.bpa-icon-library .icon-group-girls:before {
  content: "" !important; }

.bpa-icon-library .icon-group:before {
  content: "" !important; }

.bpa-icon-library .icon-heart:before {
  content: "" !important; }

.bpa-icon-library .icon-info:before {
  content: "" !important; }

.bpa-icon-library .icon-jersey:before {
  content: "" !important; }

.bpa-icon-library .icon-leaf:before {
  content: "" !important; }

.bpa-icon-library .icon-lightbulb:before {
  content: "" !important; }

.bpa-icon-library .icon-link:before {
  content: "" !important; }

.bpa-icon-library .icon-list:before {
  content: "" !important; }

.bpa-icon-library .icon-location:before {
  content: "" !important; }

.bpa-icon-library .icon-lock:before {
  content: "" !important; }

.bpa-icon-library .icon-map:before {
  content: "" !important; }

.bpa-icon-library .icon-medal:before {
  content: "" !important; }

.bpa-icon-library .icon-microscope:before {
  content: "" !important; }

.bpa-icon-library .icon-mobile:before {
  content: "" !important; }

.bpa-icon-library .icon-music:before {
  content: "" !important; }

.bpa-icon-library .icon-paint:before {
  content: "" !important; }

.bpa-icon-library .icon-parent:before {
  content: "" !important; }

.bpa-icon-library .icon-pencil:before {
  content: "" !important; }

.bpa-icon-library .icon-person:before {
  content: "" !important; }

.bpa-icon-library .icon-phone:before {
  content: "" !important; }

.bpa-icon-library .icon-piggy-bank:before {
  content: "" !important; }

.bpa-icon-library .icon-portion:before {
  content: "" !important; }

.bpa-icon-library .icon-question:before {
  content: "" !important; }

.bpa-icon-library .icon-ratio:before {
  content: "" !important; }

.bpa-icon-library .icon-robot:before {
  content: "" !important; }

.bpa-icon-library .icon-school:before {
  content: "" !important; }

.bpa-icon-library .icon-screens:before {
  content: "" !important; }

.bpa-icon-library .icon-settings:before {
  content: "" !important; }

.bpa-icon-library .icon-shoe:before {
  content: "" !important; }

.bpa-icon-library .icon-soccer:before {
  content: "" !important; }

.bpa-icon-library .icon-sports:before {
  content: "" !important; }

.bpa-icon-library .icon-star-of-david:before {
  content: "" !important; }

.bpa-icon-library .icon-star:before {
  content: "" !important; }

.bpa-icon-library .icon-store:before {
  content: "" !important; }

.bpa-icon-library .icon-sun:before {
  content: "" !important; }

.bpa-icon-library .icon-teacher:before {
  content: "" !important; }

.bpa-icon-library .icon-theatre:before {
  content: "" !important; }

.bpa-icon-library .icon-time:before {
  content: "" !important; }

.bpa-icon-library .icon-tree:before {
  content: "" !important; }

.bpa-icon-library .icon-trophy:before {
  content: "" !important; }

.bpa-icon-library .icon-virtual:before {
  content: "" !important; }

.bpa-icon-library .icon-warning:before {
  content: "" !important; }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .homepage-icons {
    margin-top: -40px;
    margin-bottom: 20px; } }

body:not(.fsComposeMode) .homepage-icons > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    margin-bottom: 15px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent {
        width: 25%; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent {
        width: 100%;
        margin-bottom: 0; } }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent .fsElementContent a {
      font-size: 12px;
      line-height: 14.4px;
      letter-spacing: 0.54px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #2C2D30;
      -ms-flex-direction: column;
      flex-direction: column;
      text-transform: uppercase;
      cursor: pointer;
      text-align: center; }
      body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent .fsElementContent a:hover:before, body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent .fsElementContent a:focus:before {
        color: #EEB111; }
      body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent .fsElementContent a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 60px;
        line-height: 1;
        color: #00447C;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        transition: 0.3s ease; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-calendar .fsElementContent a:before {
      content: '\e918'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-enroll .fsElementContent a:before {
      content: '\e917'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-family .fsElementContent a:before {
      content: '\e916'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-news .fsElementContent a:before {
      content: '\e915'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-bus .fsElementContent a:before {
      content: '\e914'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-apple .fsElementContent a:before {
      content: '\e913'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-covid .fsElementContent a:before {
      content: '\e912'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-contact .fsElementContent a:before {
      content: '\e911'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-athletics .fsElementContent a:before {
      content: '\e910'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-backpack .fsElementContent a:before {
      content: '\e90f'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-book .fsElementContent a:before {
      content: '\e91a'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-certificate .fsElementContent a:before {
      content: '\e91b'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-grad .fsElementContent a:before {
      content: '\e91c'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-sports .fsElementContent a:before {
      content: '\e91d'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-warning .fsElementContent a:before {
      content: '\e91e'; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-apple .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-backpack .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-bar-graph .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-baseball .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-book .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-briefcase .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-bullhorn .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-bus .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-calendar .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-camera .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-certificate .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-check .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-chess .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-city .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-college .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-covid .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-cross .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-directory .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-diversity .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-dollar .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-door .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-droplet .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-enroll .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-family .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-faq .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-files .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-football .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-gift .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-giving .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-globe .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-grad .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-group-boys .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-group-coed .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-group-girls .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-group .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-heart .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-info .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-jersey .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-leaf .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-lightbulb .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-link .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-list .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-location .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-lock .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-map .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-medal .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-microscope .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-mobile .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-music .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-paint .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-parent .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-pencil .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-person .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-phone .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-piggy-bank .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-portion .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-question .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-ratio .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-robot .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-school .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-screens .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-settings .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-shoe .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-soccer .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-sports .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-star-of-david .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-star .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-store .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-sun .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-teacher .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-theatre .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-time .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-tree .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-trophy .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-virtual .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
    body:not(.fsComposeMode) .homepage-icons > .fsElementContent .fsContent.icon-warning .fsElementContent a:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none;
      content: "" !important; }
