@charset "UTF-8";
 /**
 *
 * Agnes Irwin School - default_17
 * @link http://agnesirwin.finalsite.com
 * Site Template : newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/agnesirwin
 * Build version: 3.2.6
 * Git Tag: v3.0-285-g0a3db5a847
 * Last build by: Jon Brooks
 *
 **/

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

@media (min-width: 650px) {
  .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.11111em;
  margin-left: 1.11111em; }

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

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

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

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

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

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

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

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

.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("https://agnesirwinschool.org/uploaded/themes/default_17/fonts/icomoon.eot");
  src: url("https://agnesirwinschool.org/uploaded/themes/default_17/fonts/icomoon%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("https://agnesirwinschool.org/uploaded/themes/default_17/fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  color: #03A9F4;
  font-family: "Dancing Script", sans-serif;
  margin-bottom: 40px; }
  @media (min-width: 650px) {
    h1 {
      font-size: 60px;
      line-height: 70px; } }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 37px;
  color: #0033A1;
  font-family: "freight-text-pro", serif;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #0033A1;
  font-family: "freight-text-pro", serif;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #03A9F4;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C2929;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #9EA4A9;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C2929;
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  margin: 0 0 10px; }
  .fsTitle > a, .fsAthleticsRosterList li > div.fsRosterName > a, .fsFacebookFrom > a, .fsVimeoTitle > a, .fsYoutubeTitle > a {
    color: inherit;
    font-weight: normal; }
    .fsTitle > a:hover, .fsAthleticsRosterList li > div.fsRosterName > a:hover, .fsFacebookFrom > a:hover, .fsVimeoTitle > a:hover, .fsYoutubeTitle > a:hover, .fsTitle > a:focus, .fsAthleticsRosterList li > div.fsRosterName > a:focus, .fsFacebookFrom > a:focus, .fsVimeoTitle > a:focus, .fsYoutubeTitle > a:focus {
      color: #A3D45A; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 10px;
  background: #D8D8D8 url("../images/polygon-horizontal.png") repeat-x;
  background-size: 10px 10px;
  border: 0;
  height: 10px; }
  .gold-divider hr {
    background-color: #FFC400; }
  .lightblue-divider hr {
    background-color: #03A9F4; }
  .darkblue-divider hr {
    background-color: #0033A1; }

a {
  text-decoration: none;
  color: #88B14B;
  font-weight: 700;
  transition: background .3s,
 color .3s,
 box-shadow .3s; }
  a:hover, a:focus {
    color: #A3D45A; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_44 {
  margin-bottom: 20px;
  width: 100%; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.fs_style_44 th,
  table.fs_style_44 td {
    vertical-align: top;
    border-bottom: 2px solid #03A9F4; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.fs_style_44 td {
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1.5625; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_44 th {
    padding: 16px 20px 15px;
    text-align: left;
    background: #03A9F4;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 700; }
    .fsAthleticsEvent.fsTable .fsElementTable th:first-of-type, .fsAthleticsRoster .fsElementTable th:first-of-type,
    table.fs_style_44 th:first-of-type {
      border-top-left-radius: 8px; }
    .fsAthleticsEvent.fsTable .fsElementTable th:last-of-type, .fsAthleticsRoster .fsElementTable th:last-of-type,
    table.fs_style_44 th:last-of-type {
      border-top-right-radius: 8px; }

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: 50px; }
  .fsElement:last-child {
    margin-bottom: 0; }
  #fsBannerLeft .fsElement > header .fsElementTitle, #fsBannerRight .fsElement > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #0033A1;
    font-family: "freight-text-pro", serif;
    margin-bottom: 20px; }
  .fsElement > .fsElementContent p:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }
  .fsElementHeaderContent p:last-child {
    margin-bottom: 0; }

.fsElementFooterContent {
  margin-top: 20px; }
  .fsElementFooterContent p:last-child {
    margin-bottom: 0; }

.fsPanel {
  margin-bottom: 0; }

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

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #606066;
    font-size: 45px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute; }
  .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .fsSlideshow .fsNextButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before {
    left: 0; }
  .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    right: 0; }
  .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: rgba(96, 96, 102, 0.5);
    transition: .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #606066; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(96, 96, 102, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #606066;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(96, 96, 102, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #606066; }

/*! elements - common - dialog box v0.0.1 */
/* Contains generic styles that apply to every element that has a pop-up/dialog option */
.fsElementDialog {
  color: #606066; }

@media (min-width: 500px) {
  .fsPagePopDialog {
    width: 80%; } }

@media (min-width: 700px) {
  .fsPagePopDialog {
    width: 70%; } }

.fs_style_47 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_47:hover, .fs_style_47:focus,
  .fsStateSelected .fs_style_47 {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

.fs_style_48 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #88B14B;
  color: #0033A1;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_48:hover, .fs_style_48:focus,
  .fsStateSelected .fs_style_48 {
    color: #0033A1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

.fs_style_49 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #0033A1;
  color: #03A9F4;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_49:hover, .fs_style_49:focus,
  .fsStateSelected .fs_style_49 {
    color: #03A9F4;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

.fs_style_50 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #03A9F4;
  color: #0033A1;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_50:hover, .fs_style_50:focus,
  .fsStateSelected .fs_style_50 {
    color: #0033A1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

.fs_style_51 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 28px 20px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.612;
  width: 100%;
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_51:hover, .fs_style_51:focus,
  .fsStateSelected .fs_style_51 {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }
  .fs_style_51 em {
    display: block;
    font-style: normal;
    margin-top: 6px;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-transform: none;
    color: #606066; }

.fs_style_52 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 28px 20px;
  border: 3px solid #88B14B;
  color: #0033A1;
  border-radius: 8px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.612;
  width: 100%;
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_52:hover, .fs_style_52:focus,
  .fsStateSelected .fs_style_52 {
    color: #0033A1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }
  .fs_style_52 em {
    display: block;
    font-style: normal;
    margin-top: 6px;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-transform: none;
    color: #606066; }

.fs_style_53 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 28px 20px;
  border: 3px solid #0033A1;
  color: #03A9F4;
  border-radius: 8px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.612;
  width: 100%;
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_53:hover, .fs_style_53:focus,
  .fsStateSelected .fs_style_53 {
    color: #03A9F4;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }
  .fs_style_53 em {
    display: block;
    font-style: normal;
    margin-top: 6px;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-transform: none;
    color: #606066; }

.fs_style_54 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 28px 20px;
  border: 3px solid #03A9F4;
  color: #0033A1;
  border-radius: 8px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.612;
  width: 100%;
  font-weight: 700;
  max-width: 300px;
  text-transform: uppercase;
  background: #FFF;
  transition: all 0.3s; }
  .fs_style_54:hover, .fs_style_54:focus,
  .fsStateSelected .fs_style_54 {
    color: #0033A1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }
  .fs_style_54 em {
    display: block;
    font-style: normal;
    margin-top: 6px;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-transform: none;
    color: #606066; }

.fs_style_45,
.fs_style_46 {
  border-radius: 4px;
  border: 1px solid #cccccc;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  padding: 7px 20px 8px;
  color: #0033A1;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  font-weight: normal;
  margin-bottom: 4px; }
  .fs_style_45:hover, .fs_style_45:focus,
  .fs_style_46:hover,
  .fs_style_46:focus {
    color: #0033A1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  .fs_style_45:before,
  .fs_style_46:before {
    font-size: 1.125rem;
    color: #03A9F4; }

.fs_style_45:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 12px; }

.fs_style_46:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 13px; }

.fsStyleDefaultButton {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    display: inline-block;
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 3px solid #FFC400;
    color: #88B14B;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.612;
    max-width: 300px;
    background: #FFF;
    transition: all 0.3s;
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px; }
    .fsStyleDefaultButton.fsLoadMoreButton:hover, .fsStyleDefaultButton.fsLoadMoreButton:focus,
    .fsStateSelected .fsStyleDefaultButton.fsLoadMoreButton {
      color: #88B14B;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
      background: #FFF; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s;
  border-style: solid !important; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

.fs_style_41, .lamp-divider > .fsElementContent,
.owl-divider > .fsElementContent {
  font-size: 1.125rem;
  line-height: 1.3889;
  color: #888888;
  font-family: "freight-text-pro", serif; }
  @media (min-width: 650px) {
    .fs_style_41, .lamp-divider > .fsElementContent,
    .owl-divider > .fsElementContent {
      font-size: 1.5rem;
      line-height: 1.4583; } }

blockquote {
  position: relative;
  margin: 20px 0;
  padding-top: 45px;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "freight-text-pro", serif;
  color: #2C2929; }
  blockquote p:last-child {
    margin-bottom: 0; }
  #fsBannerLeft blockquote, #fsBannerRight blockquote {
    font-size: 1.125rem;
    line-height: 1.444; }
  blockquote:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cccccc; }
  blockquote:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86px;
    background: #FFF;
    color: #FFC400;
    font-size: 1.5625rem;
    line-height: 1; }
    .module.gray blockquote:after, .module.grey blockquote:after {
      background: #f8f8f8; }

cite,
.fs_style_42 {
  display: block;
  font-style: normal;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.1875;
  color: #9EA4A9;
  font-family: "nimbus-sans", sans-serif; }
  cite:before,
  .fs_style_42:before {
    content: '\2013'; }

.fs_style_40 {
  color: #FFC400;
  font-size: 3.75rem;
  line-height: 3.5625rem;
  font-family: "freight-text-pro", serif;
  font-weight: 700;
  float: left;
  padding: 0 9px 0 0; }

.fs_style_55,
.fsReadMoreLink {
  font-size: 1.125rem;
  line-height: 1.612;
  display: inline-block; }
  .fs_style_55:after,
  .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #FFC400;
    font-size: 0.75rem;
    line-height: 1;
    margin-left: 5px; }

.fsReadMoreLink:after {
  margin-left: -3px; }

.fs_style_43 {
  padding: 5px 0 5px 30px;
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4853;
  font-weight: 300;
  color: #0033A1; }
  .fs_style_43:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #03A9F4 url("https://agnesirwinschool.org/uploaded/themes/default_17/images/polygon-vertical.png") repeat-y;
    background-size: 10px 10px; }

.fsResourceElement.fsSingleItem img {
  border: 5px solid #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.fsResourceElement.fsSingleItem .fsPlayOverlay {
  background-size: cover; }

figcaption {
  font-size: 0.875rem;
  line-height: 1.4285;
  font-style: italic;
  color: #606066; }

.lamp-divider,
.owl-divider {
  text-align: center; }
  .lamp-divider > header .fsElementTitle,
  .owl-divider > header .fsElementTitle {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 650px) {
      .lamp-divider > header .fsElementTitle,
      .owl-divider > header .fsElementTitle {
        font-size: 1.875rem;
        line-height: 0.966;
        letter-spacing: 3px; } }
    .lamp-divider > header .fsElementTitle:before,
    .owl-divider > header .fsElementTitle:before {
      display: block;
      width: 60px;
      margin: 0 auto;
      background: #FFF;
      position: relative;
      z-index: 5;
      color: #03A9F4;
      line-height: 1; }
    .lamp-divider > header .fsElementTitle:after,
    .owl-divider > header .fsElementTitle:after {
      content: '';
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 180px;
      height: 1px;
      background: #cccccc; }

.lamp-divider > header .fsElementTitle:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-bottom: 15px;
  font-size: 1.5625rem; }
  @media (min-width: 650px) {
    .lamp-divider > header .fsElementTitle:before {
      margin-bottom: 18px; } }

.lamp-divider > header .fsElementTitle:after {
  top: 12px; }

.owl-divider > header .fsElementTitle:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-bottom: 14px;
  font-size: 1.8125rem; }
  @media (min-width: 650px) {
    .owl-divider > header .fsElementTitle:before {
      margin-bottom: 17px; } }

.owl-divider > header .fsElementTitle:after {
  top: 14px; }

.fsResourceElement.fsGrid.title-hover .fsListItems {
  margin: 0 -2px; }
  .fsResourceElement.fsGrid.title-hover .fsListItems article {
    padding: 0 2px;
    margin-bottom: 4px;
    position: relative; }
    .fsResourceElement.fsGrid.title-hover .fsListItems article:hover .fsTitle {
      opacity: 1; }
      .fsResourceElement.fsGrid.title-hover .fsListItems article:hover .fsTitle + figure picture:after {
        opacity: 1; }
    .fsResourceElement.fsGrid.title-hover .fsListItems article figcaption {
      display: none; }
    .fsResourceElement.fsGrid.title-hover .fsListItems article picture {
      display: block;
      position: relative; }
      .fsResourceElement.fsGrid.title-hover .fsListItems article picture:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: visible; }
    .fsResourceElement.fsGrid.title-hover .fsListItems article .fsTitle {
      position: absolute;
      bottom: 12px;
      left: 15px;
      width: calc(100% - 30px);
      opacity: 0;
      transition: all 0.3s ease;
      font-size: 0.875rem;
      line-height: 1.4285;
      font-weight: 700;
      color: #FFF;
      font-family: "nimbus-sans", sans-serif;
      text-align: center;
      margin-bottom: 0;
      z-index: 1; }
      .fsResourceElement.fsGrid.title-hover .fsListItems article .fsTitle > a {
        color: inherit;
        display: block; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
  overflow: scroll; }

.mCSB_inside > .mCSB_container::-webkit-scrollbar {
  display: none; }

.mCSB_inside > .mCSB_container {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 10px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 10px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: 5px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  min-height: 100px !important;
  height: 210px !important;
  z-index: 1; }
  @media (min-width: 650px) {
    .mCSB_scrollTools .mCSB_dragger {
      height: 250px !important; } }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.3);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(https://www.agnesirwin.org/uploaded/themes/default_17/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #A3D45A;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #88B14B;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #A3D45A;
      background: transparent; }

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

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

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

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

.fsBreadcrumb {
  position: relative;
  margin: 0 auto;
  max-width: 67.77778em;
  max-width: 76.25rem;
  padding: 58px 20px 0;
  font-size: 0.75rem;
  line-height: 1.166;
  display: none; }
  @media (min-width: 900px) {
    .fsBreadcrumb {
      display: block; } }
  .fsBreadcrumb ul {
    display: -ms-flexbox;
    display: flex;
    padding-left: 3px; }
    .fsBreadcrumb ul li {
      text-transform: uppercase; }
      .fsBreadcrumb ul li:not(:last-child) {
        margin-right: 8px; }
      .fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
        font-size: 0.875rem;
        line-height: 1;
        color: #9EA4A9;
        margin-left: 6px;
        vertical-align: bottom; }
      .fsBreadcrumb ul li a {
        display: inline-block;
        vertical-align: bottom;
        padding: 0;
        font-weight: normal;
        color: #9EA4A9; }
        .fsBreadcrumb ul li a:hover, .fsBreadcrumb ul li a:focus {
          color: #2C2929; }

.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: 650px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier {
  border-bottom: 2px solid rgba(3, 169, 244, 0.4);
  padding: 9px 20px;
  display: none; }
  @media (min-width: 900px) {
    .nav-tier {
      display: block; } }
  .nav-tier.nav-tier-empty {
    display: none !important; }
  .nav-tier nav {
    position: relative;
    margin: 0 auto;
    max-width: 67.11111em;
    max-width: 75.5rem; }
  .nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-tier ul li a {
      display: block;
      padding: 7px 14px;
      color: #606066;
      background: transparent;
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.1875; }
      .nav-tier ul li a:hover, .nav-tier ul li a:focus {
        color: #03A9F4;
        background: transparent; }
    .nav-tier ul li.fsNavCurrentPage > a {
      color: #FFF;
      background: #03A9F4;
      font-weight: 700; }
      .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
        color: #FFF;
        background: #0033A1; }
    .nav-tier ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a {
        color: #FFF;
        background: #03A9F4;
        font-weight: 700; }
        .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
          color: #FFF;
          background: #0033A1; }
  .nav-tier .fsNavLevel1 {
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .nav-tier .fsNavLevel1 > li {
      margin: 5px 0; }
      .nav-tier .fsNavLevel1 > li > a {
        border-radius: 100px; }
  .nav-tier .fsNavLevel2 > li > a {
    padding-left: 24px; }
  .nav-tier .fsNavLevel3 > li > a {
    padding-left: 34px; }
  .nav-tier .fsNavLevel4 > li > a {
    padding-left: 44px; }
  .nav-tier .fsNavLevel5 > li > a {
    padding-left: 54px; }

.nav-sub {
  display: none; }
  @media screen and (max-width: 649px) {
    .nav-sub {
      border: 2px solid rgba(3, 169, 244, 0.4);
      box-shadow: inset 0 -1px 0 0 #C3C9D6, 0 0 15px 0 rgba(0, 0, 0, 0.2);
      margin: 20px 18px 0;
      position: relative; }
      .nav-sub > header {
        display: block;
        position: relative; }
        .nav-sub > header .fsElementTitle {
          position: relative;
          margin-top: 0;
          font-weight: normal;
          font-size: 18px;
          line-height: 25px;
          color: #2C2929;
          font-family: "nimbus-sans", sans-serif;
          margin-bottom: 20px;
          margin-bottom: 0;
          display: block;
          font-size: 18px;
          padding: 13px 20px 12px;
          color: #2C2929;
          background-color: #FFF;
          transition: .3s;
          cursor: pointer;
          position: relative;
          padding-right: 40px; }
          .nav-sub > header .fsElementTitle:hover {
            background-color: #FFF;
            color: #2C2929; }
          .nav-sub > header .fsElementTitle:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 8px;
            line-height: 50px;
            position: absolute;
            top: 0;
            right: 0;
            width: 58px;
            border-left: 2px solid rgba(3, 169, 244, 0.3);
            margin: 0;
            color: #03A9F4;
            text-align: center; }
      .nav-sub > .fsElementContent {
        position: relative;
        display: block;
        background-color: transparent; }
        .nav-sub > .fsElementContent ul li a {
          display: table;
          padding: 4px 17px;
          color: #606066;
          background: transparent;
          border-radius: 100px; }
          .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
            color: #2C2929;
            background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #FFF;
          background: #03A9F4; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #FFF;
            background: #0033A1; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
            color: #FFF;
            background: #03A9F4; }
            .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
              color: #FFF;
              background: #0033A1; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li {
          padding: 0;
          border: 0; }
        .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
          padding-left: 32px; }
        .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
          padding-left: 47px; }
        .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
          padding-left: 62px; }
        .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
          padding-left: 77px; }
      .nav-sub.active-nav > header .fsElementTitle {
        background-color: #FFF;
        color: #2C2929; }
        .nav-sub.active-nav > header .fsElementTitle:after {
          content: ""; } }
  @media (min-width: 650px) {
    .nav-sub {
      display: block; }
      .nav-sub > header {
        display: none; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 650px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 650px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub nav {
    padding: 30px 20px 30px;
    border-top: 2px solid rgba(3, 169, 244, 0.4); }
    @media (min-width: 650px) {
      .nav-sub nav {
        padding: 6px 30px 11px;
        border-top: 0;
        background: rgba(237, 237, 237, 0.4); } }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 0px;
      color: #606066;
      background: transparent;
      font-weight: 400; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #2C2929;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #03A9F4;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #0033A1;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #03A9F4;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #0033A1;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #D8D8D8;
      position: relative;
      padding-right: 25px;
      transition: 0.4s padding; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
      .nav-sub .fsNavLevel1 > li.expanded {
        padding-bottom: 23px; }
        .nav-sub .fsNavLevel1 > li.expanded > a {
          padding-bottom: 6px; }
        .nav-sub .fsNavLevel1 > li.expanded .expand-sublist:before {
          content: "\e91c"; }
      .nav-sub .fsNavLevel1 > li .expand-sublist {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 21px;
        right: 0;
        font-size: 0;
        line-height: 1; }
        .nav-sub .fsNavLevel1 > li .expand-sublist:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 0.625rem; }
      .nav-sub .fsNavLevel1 > li > a {
        font-size: 1rem;
        line-height: 1.5;
        padding: 14px 0 13px;
        transition: 0.4s all; }
  .nav-sub .fsNavPageInfo {
    padding: 5px 0 0 17px;
    border-left: 3px solid #D8D8D8;
    display: none; }
  .nav-sub .fsNavLevel2 > li > a {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #9EA4A9;
    padding: 7px 0 8px; }
    .nav-sub .fsNavLevel2 > li > a:hover, .nav-sub .fsNavLevel2 > li > a:focus {
      color: #2C2929; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #eee;
    background: #FFC400; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #eee;
    background: #FFC400; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 1.11111em; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #eee;
      background: #FFC400; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 649px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

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

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.55556em; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    color: #eee;
    background: #FFC400; }

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

.drawer-ribbon {
  overflow: hidden;
  position: relative; }
  .drawer-ribbon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 50px;
    max-width: 700px;
    background-color: #002B88;
    transition: top 0.3s ease, width 0.1s ease 0s, height 0.1s ease 0s, background 0.1s ease 0.1s; }
    @media (min-width: 900px) {
      .drawer-ribbon:before {
        height: 80px; } }

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #FFF;
  display: block;
  width: 135px;
  height: 50px;
  background: #03A9F4;
  position: relative;
  transition: 0.3s height, color 0.3s; }
  @media (min-width: 900px) {
    .drawer-trigger {
      height: 80px; } }
  .drawer-trigger:hover, .drawer-trigger:focus {
    color: #0033A1; }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    line-height: 1;
    margin-right: 7px; }

html.drawer-is-active {
  overflow: hidden; }
  html.drawer-is-active #fsHeader .top-header > .fsElementContent {
    overflow: visible; }
  html.drawer-is-active .drawer-ribbon {
    overflow: visible;
    position: static; }
    html.drawer-is-active .drawer-ribbon:before {
      background: #002B88;
      width: 100%;
      height: 100vh !important;
      transition: width 0.1s ease 0s, height 0.1s ease 0s, background 0.1s ease;
      z-index: 6000; }
  html.drawer-is-active #fsMenu {
    z-index: 6500;
    visibility: visible;
    max-width: 700px; }
    html.drawer-is-active #fsMenu .fsMenu {
      opacity: 1;
      z-index: 6500;
      transition: z-index 0s ease 0.2s, opacity 0.3s ease 0.2s; }
      html.drawer-is-active #fsMenu .fsMenu:before {
        transition: opacity 2s ease 0.3s;
        opacity: 1; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(1) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0s, left 0.3s ease 0.075s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(2) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.075s, left 0.3s ease 0.15s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(3) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.15s, left 0.3s ease 0.225s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(4) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.225s, left 0.3s ease 0.3s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(5) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.3s, left 0.3s ease 0.375s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(6) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.375s, left 0.3s ease 0.45s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(7) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.45s, left 0.3s ease 0.525s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li:nth-child(8) > a {
      transition: all 0.3s ease, opacity 0.3s ease 0.525s, left 0.3s ease 0.6s; }
    html.drawer-is-active #fsMenu .offcanvas-nav-main .fsNavLevel1 > li > a {
      left: 0;
      opacity: 1; }

html:not(.drawer-is-active) #fsPageWrapper {
  padding: 0 !important; }

#fsMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  visibility: hidden; }
  #fsMenu .fsMenu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 700px;
    width: 100%;
    background: #002B88;
    opacity: 0;
    z-index: -1;
    padding: 20px 10px 50px 0px; }
    @media (min-width: 650px) {
      #fsMenu .fsMenu {
        padding: 30px 10px 50px 30px; } }
    body.fsAccountBarVisible #fsMenu .fsMenu {
      top: 45px;
      height: calc(100% - 45px); }
    #fsMenu .fsMenu:before {
      position: absolute;
      bottom: 50px;
      right: 50px;
      width: 120px;
      height: 120px;
      background: url("../images/monogram-white.svg");
      background-size: 120px 120px;
      opacity: 0;
      transition: opacity 0s ease; }
      @media (min-width: 650px) {
        #fsMenu .fsMenu:before {
          content: ''; } }
  #fsMenu .nav-container {
    position: relative; }
    #fsMenu .nav-container:before {
      position: absolute;
      top: 25px;
      left: calc(43.115% + 57px);
      width: 10px;
      height: calc(100% - 25px);
      background: white url("../images/polygon-vertical-blue.png") repeat-y;
      background-size: 10px 10px;
      opacity: 0.3; }
      @media (min-width: 650px) {
        #fsMenu .nav-container:before {
          content: ''; } }
  #fsMenu .fsElement {
    margin-bottom: 0; }
  #fsMenu .close-menu {
    display: table;
    margin-left: auto; }
    #fsMenu .close-menu .drawer-trigger {
      background: none;
      width: auto;
      height: auto !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: rgba(255, 255, 255, 0.6);
      letter-spacing: 1px;
      font-weight: 700;
      font-size: 0;
      line-height: 1; }
      @media (min-width: 650px) {
        #fsMenu .close-menu .drawer-trigger {
          font-size: 11px;
          line-height: 1.636; } }
      #fsMenu .close-menu .drawer-trigger:hover:before, #fsMenu .close-menu .drawer-trigger:focus:before {
        color: #FFC400; }
      #fsMenu .close-menu .drawer-trigger:before {
        margin-right: 0;
        content: "\e91d";
        color: #FFF;
        font-size: 1.0625rem;
        line-height: 1; }
        @media (min-width: 650px) {
          #fsMenu .close-menu .drawer-trigger:before {
            margin-bottom: 7px; } }
  #fsMenu .offcanvas-nav-main {
    margin-bottom: 18px !important;
    padding-top: 20px;
    padding-left: 20px; }
    @media (min-width: 650px) {
      #fsMenu .offcanvas-nav-main {
        padding-top: 5px; } }
    #fsMenu .offcanvas-nav-main nav {
      position: relative; }
    @media (min-width: 650px) {
      #fsMenu .offcanvas-nav-main .fsNavLevel1 {
        width: 43.115%; } }
    #fsMenu .offcanvas-nav-main .fsNavLevel1 li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      #fsMenu .offcanvas-nav-main .fsNavLevel1 li:last-child {
        border-bottom: 0; }
      #fsMenu .offcanvas-nav-main .fsNavLevel1 li:hover > a {
        color: #FFC400; }
        @media (min-width: 650px) {
          #fsMenu .offcanvas-nav-main .fsNavLevel1 li:hover > a .show-sublist {
            opacity: 1; } }
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li:hover > a .show-sublist:before {
          content: "\e916"; }
      @media screen and (max-width: 649px) {
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li.clickactive > a {
          color: #FFC400;
          padding-bottom: 10px; } }
  @media screen and (max-width: 649px) and (min-width: 650px) {
    #fsMenu .offcanvas-nav-main .fsNavLevel1 li.clickactive > a {
      padding-bottom: 20px; } }
  @media screen and (max-width: 649px) and (min-width: 650px) {
    #fsMenu .offcanvas-nav-main .fsNavLevel1 li.clickactive > a .show-sublist {
      opacity: 1; } }
      @media screen and (max-width: 649px) {
          #fsMenu .offcanvas-nav-main .fsNavLevel1 li.clickactive > a .show-sublist:before {
            content: "\e918"; } }
    @media screen and (max-width: 649px) and (min-width: 650px) {
      #fsMenu .offcanvas-nav-main .fsNavLevel1 li.clickactive > a .show-sublist:before {
        content: "\e916"; } }
      @media screen and (max-width: 649px) {
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li.clickactive .fsNavPageInfo {
          z-index: 1;
          opacity: 1;
          transition: z-index 0.3s ease 0s, opacity 0.3s ease;
          display: block; } }
      @media (min-width: 650px) {
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li.active > a, #fsMenu .offcanvas-nav-main .fsNavLevel1 li.menu-item-open > a {
          color: #FFC400;
          padding-bottom: 10px; } }
  @media (min-width: 650px) and (min-width: 650px) {
    #fsMenu .offcanvas-nav-main .fsNavLevel1 li.active > a, #fsMenu .offcanvas-nav-main .fsNavLevel1 li.menu-item-open > a {
      padding-bottom: 20px; } }
  @media (min-width: 650px) and (min-width: 650px) {
    #fsMenu .offcanvas-nav-main .fsNavLevel1 li.active > a .show-sublist, #fsMenu .offcanvas-nav-main .fsNavLevel1 li.menu-item-open > a .show-sublist {
      opacity: 1; } }
      @media (min-width: 650px) {
          #fsMenu .offcanvas-nav-main .fsNavLevel1 li.active > a .show-sublist:before, #fsMenu .offcanvas-nav-main .fsNavLevel1 li.menu-item-open > a .show-sublist:before {
            content: "\e918"; } }
    @media (min-width: 650px) and (min-width: 650px) {
      #fsMenu .offcanvas-nav-main .fsNavLevel1 li.active > a .show-sublist:before, #fsMenu .offcanvas-nav-main .fsNavLevel1 li.menu-item-open > a .show-sublist:before {
        content: "\e916"; } }
      @media (min-width: 650px) {
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li.active .fsNavPageInfo, #fsMenu .offcanvas-nav-main .fsNavLevel1 li.menu-item-open .fsNavPageInfo {
          z-index: 1;
          opacity: 1;
          transition: z-index 0.3s ease 0s, opacity 0.3s ease;
          display: block; } }
      #fsMenu .offcanvas-nav-main .fsNavLevel1 li a {
        text-transform: uppercase;
        display: block;
        font-size: 1.0625rem;
        line-height: 1.1765;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 21px 50px 20px 0;
        color: #FFF;
        transition: none;
        position: relative;
        left: -20px;
        opacity: 0; }
        @media (min-width: 650px) {
          #fsMenu .offcanvas-nav-main .fsNavLevel1 li a {
            padding: 21px 0 20px; } }
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li a .show-sublist {
          background: none;
          padding: 0;
          border: 0;
          color: inherit;
          position: absolute;
          top: 50%;
          right: 0;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 0;
          line-height: 1;
          transition: 0.2s opacity;
          width: 50px;
          height: 50px;
          text-align: right; }
          @media (min-width: 650px) {
            #fsMenu .offcanvas-nav-main .fsNavLevel1 li a .show-sublist {
              opacity: 0;
              width: auto;
              height: auto; } }
          #fsMenu .offcanvas-nav-main .fsNavLevel1 li a .show-sublist:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 0.75rem; }
        #fsMenu .offcanvas-nav-main .fsNavLevel1 li a:focus {
          color: #FFC400; }
    #fsMenu .offcanvas-nav-main .fsNavPageInfo {
      opacity: 0;
      transition: z-index 0.3s ease 0.3s, opacity 0.3s ease;
      display: none;
      padding: 2px 0 5px 10px; }
      @media (min-width: 650px) {
        #fsMenu .offcanvas-nav-main .fsNavPageInfo {
          padding: 2px 0 0 0;
          width: calc((100% - 43.115%) - 103px);
          position: absolute;
          top: 0;
          right: 0;
          z-index: -1;
          display: block; } }
    #fsMenu .offcanvas-nav-main .fsNavLevel2 li {
      border: 0; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
        color: #03A9F4; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li.fsNavParentPage > a {
        position: relative; }
        #fsMenu .offcanvas-nav-main .fsNavLevel2 li.fsNavParentPage > a .show-sublist-2 {
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          height: 38px;
          width: 38px;
          margin-left: 15px;
          color: #FFC400;
          font-size: 0;
          line-height: 35px;
          text-align: center;
          background: transparent;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 50%;
          cursor: pointer; }
          #fsMenu .offcanvas-nav-main .fsNavLevel2 li.fsNavParentPage > a .show-sublist-2:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            font-size: 9.6px; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 999px; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li.fsNavParentPage.active > a .show-sublist-2:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li.fsNavParentPage .fsNavLevel3 .show-sublist-2 {
        height: 32px;
        width: 32px; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li a {
        left: 0;
        font-size: 1.0625rem;
        line-height: 1.1764;
        text-transform: none;
        font-weight: normal;
        padding: 14px 0 !important;
        opacity: 1;
        position: relative;
        transition: color .3s;
        letter-spacing: 0; }
        #fsMenu .offcanvas-nav-main .fsNavLevel2 li a:after {
          content: normal; }
        #fsMenu .offcanvas-nav-main .fsNavLevel2 li a:hover, #fsMenu .offcanvas-nav-main .fsNavLevel2 li a:focus {
          color: #03A9F4; }
      #fsMenu .offcanvas-nav-main .fsNavLevel2 li > .fsNavPageInfo {
        position: relative;
        max-height: 0;
        width: 100%;
        padding-left: 10px;
        overflow: hidden;
        transition: max-height .3s; }
        #fsMenu .offcanvas-nav-main .fsNavLevel2 li > .fsNavPageInfo li a {
          opacity: .7; }
  #fsMenu .nav-portals {
    padding-left: 20px; }
    @media (min-width: 650px) {
      #fsMenu .nav-portals {
        width: 43.115%; } }
    #fsMenu .nav-portals .fsNavLevel1 li {
      margin-bottom: 20px; }
      #fsMenu .nav-portals .fsNavLevel1 li:last-child {
        margin-bottom: 0; }
      #fsMenu .nav-portals .fsNavLevel1 li a {
        text-transform: uppercase;
        font-size: 0.9375rem;
        line-height: 1.2;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.7); }
        #fsMenu .nav-portals .fsNavLevel1 li a:hover, #fsMenu .nav-portals .fsNavLevel1 li a:focus {
          color: #FFC400; }

.nav-social .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  line-height: 1; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 650px) {
    .nav-social .fsNavLevel1 {
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 650px) {
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 30px; } }
  @media (min-width: 725px) {
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 40px; } }
  @media (min-width: 800px) {
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 50px; } }
  @media (min-width: 900px) {
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 60px; } }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']: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*='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*='youtube']: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*='facebook']:before {
    font-size: 26px; }
  .nav-social .fsNavLevel1 [href*='flickr']:before {
    font-size: 32px; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    font-size: 28px; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    font-size: 28px; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    font-size: 26px; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    font-size: 26px; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    font-size: 28px; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    font-size: 28px; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
    color: #FFC400; }
  .nav-social .fsNavLevel1 a {
    display: block;
    padding: 0; }
    .nav-social .fsNavLevel1 a:before {
      color: rgba(255, 255, 255, 0.8);
      transition: 0.3s all;
      display: block; }

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

.follow-us .fsImage picture {
  background: none !important; }

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

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

.nav-utility-header .fsNavLevel1 li {
  position: relative; }
  .nav-utility-header .fsNavLevel1 li.strategic-plan > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.25rem; }
    @media (min-width: 900px) {
      .nav-utility-header .fsNavLevel1 li.strategic-plan > a:before {
        margin-right: 9px; } }
  .nav-utility-header .fsNavLevel1 li.inquire > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.125rem;
    position: relative;
    top: 1.5px; }
    @media (min-width: 900px) {
      .nav-utility-header .fsNavLevel1 li.inquire > a:before {
        margin-right: 8px; } }
  .nav-utility-header .fsNavLevel1 li.login > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.25rem; }
    @media (min-width: 900px) {
      .nav-utility-header .fsNavLevel1 li.login > a:before {
        margin-right: 9px; } }
  .nav-utility-header .fsNavLevel1 li[class*="fsNavCurrentPage"] > a {
    color: rgba(255, 255, 255, 0.8); }
    .nav-utility-header .fsNavLevel1 li[class*="fsNavCurrentPage"] > a:before {
      color: #FFC400; }
  .nav-utility-header .fsNavLevel1 li:hover .fsNavPageInfo, .nav-utility-header .fsNavLevel1 li.menu-item-open .fsNavPageInfo {
    opacity: 1;
    visibility: visible; }
  .nav-utility-header .fsNavLevel1 li:hover > a, .nav-utility-header .fsNavLevel1 li.menu-item-open > a {
    color: rgba(255, 255, 255, 0.8); }
    .nav-utility-header .fsNavLevel1 li:hover > a:before, .nav-utility-header .fsNavLevel1 li.menu-item-open > a:before {
      color: #FFC400; }
  .nav-utility-header .fsNavLevel1 li a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    line-height: 1; }
    @media (min-width: 900px) {
      .nav-utility-header .fsNavLevel1 li a {
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.0625rem;
        line-height: 1.1765; } }
    .nav-utility-header .fsNavLevel1 li a:before {
      transition: color 0.3s;
      line-height: 50px; }
      @media (min-width: 900px) {
        .nav-utility-header .fsNavLevel1 li a:before {
          line-height: 1; } }
    .nav-utility-header .fsNavLevel1 li a:hover, .nav-utility-header .fsNavLevel1 li a:focus {
      color: rgba(255, 255, 255, 0.8); }
      .nav-utility-header .fsNavLevel1 li a:hover:before, .nav-utility-header .fsNavLevel1 li a:focus:before {
        color: #FFC400; }

.nav-utility-header .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #03A9F4;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 400;
  padding: 20px 40px;
  border-top: 10px solid #0033A1; }

.nav-utility-header .fsNavLevel2 li {
  margin: 0 0 10px !important;
  text-align: center;
  border-right: none !important; }
  .nav-utility-header .fsNavLevel2 li:last-child {
    margin-bottom: 0 !important; }
  .nav-utility-header .fsNavLevel2 li a {
    color: #FFF;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.0625rem;
    line-height: 1.1765; }
    .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
      color: #0033A1; }

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

.nav-utility-footer-top .fsNavLevel1 li,
.nav-utility-footer-bottom .fsNavLevel1 li,
.nav-portals .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.nav-utility-footer-top .fsNavLevel1 li a,
.nav-utility-footer-bottom .fsNavLevel1 li a,
.nav-portals .fsNavLevel1 li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  padding: 0; }
  .nav-utility-footer-top .fsNavLevel1 li a:hover, .nav-utility-footer-top .fsNavLevel1 li a:focus,
  .nav-utility-footer-bottom .fsNavLevel1 li a:hover,
  .nav-utility-footer-bottom .fsNavLevel1 li a:focus,
  .nav-portals .fsNavLevel1 li a:hover,
  .nav-portals .fsNavLevel1 li a:focus {
    color: #FFC400; }

/*! structure - header v0.0.1 */
#fsHeader {
  background: #FFF; }
  #fsHeader .skip-link a {
    position: absolute;
    top: -40px;
    left: 0px;
    color: #fff;
    padding: 6px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    #fsHeader .skip-link a:focus {
      left: 0px;
      top: 0px;
      background: #03A9F4;
      color: #FFF;
      transition: top .1s ease-in, background .5s linear; }
  #fsHeader .fsElement {
    margin-bottom: 0; }
  #fsHeader .top-header {
    position: relative; }
    #fsHeader .top-header > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: end;
      align-items: flex-end;
      background: #0033A1;
      width: 100%;
      z-index: 5000;
      transition: 0.3s background; }
      @media (min-width: 650px) {
        #fsHeader .top-header > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center; } }
    @media (min-width: 900px) {
      #fsHeader .top-header.fixed {
        padding-top: 80px; }
        body.fsAccountBarVisible #fsHeader .top-header.fixed {
          padding-top: 125px; }
        #fsHeader .top-header.fixed > .fsElementContent {
          position: fixed;
          top: 0;
          left: 0; }
          body.fsAccountBarVisible #fsHeader .top-header.fixed > .fsElementContent {
            top: 45px; }
        #fsHeader .top-header.fixed .drawer-ribbon:before {
          height: 60px; }
        #fsHeader .top-header.fixed .drawer-trigger {
          height: 60px; }
        #fsHeader .top-header.fixed .logo svg {
          width: 274px; } }
  #fsHeader .utility > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 900px) {
    #fsHeader .custom-search {
      margin-right: 50px; } }
  @media (min-width: 900px) {
    #fsHeader .custom-search.search-open {
      height: 20px; } }
  #fsHeader .custom-search.search-open > header .fsElementHeaderContent button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  #fsHeader .custom-search.search-open form {
    visibility: visible;
    opacity: 1;
    width: calc(100% - 40px); }
    @media (min-width: 900px) {
      #fsHeader .custom-search.search-open form {
        width: calc(100% - 205px); } }
  #fsHeader .custom-search > header .fsElementHeaderContent {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.2857; }
    #fsHeader .custom-search > header .fsElementHeaderContent button {
      border: 0;
      background: none;
      margin: 0;
      padding: 0;
      border-radius: 0;
      color: #9EA4A9;
      transition: 0.3s all;
      padding: 0;
      font-size: 0;
      line-height: 1;
      color: rgba(255, 255, 255, 0.8);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 60px;
      cursor: pointer; }
      @media (min-width: 900px) {
        #fsHeader .custom-search > header .fsElementHeaderContent button {
          font-size: 1.0625rem;
          line-height: 1.1765;
          width: auto;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      #fsHeader .custom-search > header .fsElementHeaderContent button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 1rem;
        line-height: 50px;
        vertical-align: middle;
        position: relative;
        transition: 0.3s all; }
        @media (min-width: 900px) {
          #fsHeader .custom-search > header .fsElementHeaderContent button:before {
            margin-right: 8px;
            line-height: 1; } }
      #fsHeader .custom-search > header .fsElementHeaderContent button:hover, #fsHeader .custom-search > header .fsElementHeaderContent button:focus {
        color: rgba(255, 255, 255, 0.8); }
        #fsHeader .custom-search > header .fsElementHeaderContent button:hover:before, #fsHeader .custom-search > header .fsElementHeaderContent button:focus:before {
          color: #FFC400; }
  #fsHeader .custom-search form {
    overflow: hidden;
    background: #002B88;
    width: 88px;
    position: absolute;
    top: 120px;
    right: 20px;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    line-height: 1;
    color: #FFF;
    z-index: 100;
    border-radius: 8px; }
    @media (min-width: 650px) {
      #fsHeader .custom-search form {
        top: 70px; } }
    @media (min-width: 900px) {
      #fsHeader .custom-search form {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 185px;
        max-width: 813px; } }
    #fsHeader .custom-search form:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 16px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #FFF;
      font-size: 1rem; }
    #fsHeader .custom-search form label {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      color: transparent; }
    #fsHeader .custom-search form input {
      float: left;
      width: calc(100% - 40px);
      padding: 0 10px 0 38px;
      line-height: 40px;
      height: 40px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-right: 0;
      background: transparent;
      font-size: 1.0625rem;
      line-height: 1.1765;
      color: #FFF; }
      #fsHeader .custom-search form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.8); }
      #fsHeader .custom-search form input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.8); }
      #fsHeader .custom-search form input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, 0.8); }
      #fsHeader .custom-search form input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.8); }
    #fsHeader .custom-search form button {
      border: 0;
      background: none;
      margin: 0;
      padding: 0;
      background: #FFF;
      width: 40px;
      float: left;
      color: #002B88;
      transition: color 0.3s;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
      #fsHeader .custom-search form button:hover, #fsHeader .custom-search form button:focus {
        color: #03A9F4; }
      #fsHeader .custom-search form button:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 0.75rem;
        line-height: 40px; }
  #fsHeader .nav-utility-header {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
    @media (min-width: 900px) {
      #fsHeader .nav-utility-header {
        border-right: 0;
        margin-right: 30px; } }
    #fsHeader .nav-utility-header .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex; }
      #fsHeader .nav-utility-header .fsNavLevel1 li {
        text-align: center;
        width: 60px; }
        @media (min-width: 900px) {
          #fsHeader .nav-utility-header .fsNavLevel1 li {
            text-align: left;
            width: auto; } }
        #fsHeader .nav-utility-header .fsNavLevel1 li:not(:last-child) {
          border-right: 1px solid rgba(255, 255, 255, 0.3); }
          @media (min-width: 900px) {
            #fsHeader .nav-utility-header .fsNavLevel1 li:not(:last-child) {
              border-right: 0;
              margin-right: 30px; } }
  #fsHeader .logo {
    background: #FFF;
    padding: 13px 20px;
    width: 100%; }
    @media (min-width: 650px) {
      #fsHeader .logo {
        background: transparent;
        width: auto; } }
    @media (min-width: 900px) {
      #fsHeader .logo {
        padding: 0 0 0 50px; } }
    #fsHeader .logo a {
      display: table;
      margin: 0 auto; }
      @media (min-width: 900px) {
        #fsHeader .logo a {
          margin: 0; } }
      #fsHeader .logo a svg {
        display: block;
        transition: 0.3s all;
        width: 274px;
        height: 24px;
        margin: 0 auto; }
        #fsHeader .logo a svg g {
          fill: #0033A1; }
        @media (min-width: 650px) {
          #fsHeader .logo a svg {
            margin: 0; }
            #fsHeader .logo a svg g {
              fill: #FFFFFF; } }
        @media (min-width: 900px) {
          #fsHeader .logo a svg {
            width: 343px;
            height: 30px; } }

#fsFooter {
  color: #fff;
  background: url("https://agnesirwinschool.org/uploaded/themes/default_17/images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 35px; }
  @media (min-width: 650px) {
    #fsFooter {
      padding-bottom: 0; } }
  #fsFooter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 43, 136, 0.9); }
  #fsFooter .fsElement {
    margin-bottom: 0; }
  #fsFooter .top-footer {
    padding: 30px 20px 29px; }
    @media (min-width: 650px) {
      #fsFooter .top-footer {
        padding: 70px 20px 15px; } }
    #fsFooter .top-footer > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 650px) {
        #fsFooter .top-footer > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    #fsFooter .top-footer .school-info {
      font-size: 1.0625rem;
      line-height: 1.4117;
      color: rgba(255, 255, 255, 0.8);
      -ms-flex-order: 2;
      order: 2; }
      @media (min-width: 650px) {
        #fsFooter .top-footer .school-info {
          -ms-flex-order: 1;
          order: 1;
          max-width: 580px;
          font-size: 1.1875rem;
          line-height: 1.631; } }
    #fsFooter .top-footer .monogram {
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 20px; }
      @media (min-width: 650px) {
        #fsFooter .top-footer .monogram {
          -ms-flex-order: 2;
          order: 2;
          margin-bottom: 0;
          margin-left: 40px;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      #fsFooter .top-footer .monogram a {
        display: table;
        margin: 0 auto; }
        @media (min-width: 650px) {
          #fsFooter .top-footer .monogram a {
            margin: 0; } }
        #fsFooter .top-footer .monogram a img {
          display: block; }
  #fsFooter .middle-footer {
    padding: 0 20px 29px; }
    @media (min-width: 650px) {
      #fsFooter .middle-footer {
        padding: 0 20px 66px; } }
    #fsFooter .middle-footer > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 650px) {
        #fsFooter .middle-footer > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row; } }
    #fsFooter .middle-footer .school-details-container [itemprop='streetAddress'] {
      display: block; }
    #fsFooter .middle-footer .school-details-container > .fsElementContent {
      color: rgba(255, 255, 255, 0.8); }
    #fsFooter .middle-footer .school-details-container a {
      color: inherit;
      font-weight: normal; }
      #fsFooter .middle-footer .school-details-container a:hover, #fsFooter .middle-footer .school-details-container a:focus {
        color: #FFC400; }
    #fsFooter .middle-footer .fsElement {
      min-width: 180px;
      font-size: 0.9375rem;
      line-height: 1.666; }
      #fsFooter .middle-footer .fsElement:not(:last-child) {
        margin-bottom: 20px; }
        @media (min-width: 650px) {
          #fsFooter .middle-footer .fsElement:not(:last-child) {
            margin-bottom: 0;
            margin-right: 20px; } }
      #fsFooter .middle-footer .fsElement > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        color: #0033A1;
        font-family: "freight-text-pro", serif;
        margin-bottom: 20px;
        color: inherit;
        margin-bottom: 9px; }
  #fsFooter .bottom-footer {
    padding: 0 20px; }
    #fsFooter .bottom-footer > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding: 29px 0 40px; }
      @media (min-width: 650px) {
        #fsFooter .bottom-footer > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center;
          padding: 46px 0 49px; } }
    #fsFooter .bottom-footer .nav-utility-footer-bottom {
      margin-bottom: 20px; }
      @media (min-width: 650px) {
        #fsFooter .bottom-footer .nav-utility-footer-bottom {
          margin-bottom: 0; } }
      #fsFooter .bottom-footer .nav-utility-footer-bottom .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (min-width: 650px) {
          #fsFooter .bottom-footer .nav-utility-footer-bottom .fsNavLevel1 {
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        #fsFooter .bottom-footer .nav-utility-footer-bottom .fsNavLevel1 li:not(:last-child) {
          margin-right: 10px; }
        #fsFooter .bottom-footer .nav-utility-footer-bottom .fsNavLevel1 a {
          font-size: 0.875rem;
          line-height: 1.2142;
          display: block; }

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

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

html {
  font-family: "nimbus-sans", sans-serif;
  background: #002B88;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll; }

body {
  font-size: 18px;
  line-height: 29px;
  color: #606066; }

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

#fsPageBodyWrapper {
  padding: 60px 20px 80px;
  background: #fff; }

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

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 650px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 650px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 290px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 400px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 650px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 650px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 490px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 680px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 290px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 100px;
      width: 400px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 650px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 40px;
        width: 290px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px; } }

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 290px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 400px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 290px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 100px;
      width: 400px; } }

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 650px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 490px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 290px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 650px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 650px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        padding-right: 0;
        width: 290px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 100px;
        width: 400px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 650px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 290px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 400px); } }

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 290px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 100px;
      width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 290px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 400px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 290px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 290px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 290px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 290px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 290px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 650px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 490px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 650px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 290px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 290px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 290px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 290px); } }

#fsPoweredByFinalsite {
  margin: 0 auto; }
  @media (min-width: 650px) {
    #fsPoweredByFinalsite {
      margin-right: 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 {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #bbbbbb;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -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 #bbbbbb;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 34px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  border-top: 2px solid rgba(3, 169, 244, 0.4); }
  .fsAccordion .fsPanel:last-child, .fsTabs .fsPanel:last-child {
    border-bottom: 2px solid rgba(3, 169, 244, 0.4); }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: #FFF;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 25px;
      color: #2C2929;
      font-family: "nimbus-sans", sans-serif;
      margin-bottom: 20px;
      margin-bottom: 0;
      display: block;
      padding: 15px 25px;
      color: #0033A1;
      transition: .3s;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none;
        font-weight: 400; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: rgba(3, 169, 244, 0.1);
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #0033A1;
        transition: .3s; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 15px 26px 32px; }
    .fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: #FFF; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #0033A1; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: ""; }
      .fsAccordion .fsPanel.fsStateOpen > header h2 a, .fsTabs .fsPanel.fsStateOpen > header h2 a {
        font-weight: 700; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  height: auto;
  position: absolute;
  top: 10px;
  margin: 0;
  font-family: "IcoMoon";
  width: 55px;
  height: calc(100% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: #03A9F4;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  height: auto;
  position: absolute;
  top: 10px;
  margin: 0;
  font-family: "IcoMoon";
  width: 55px;
  height: calc(100% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: #03A9F4;
  content: "";
  font-size: 0.5rem; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 75px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 0;
    border-right: 1px solid #cccccc !important; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 75px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 0;
    border-left: 1px solid #cccccc !important; }

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

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

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

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

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

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

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList article {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  padding-top: 2px; }
  .fsAthleticsEvent.fsList article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsAthleticsEvent.fsList .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background: #03A9F4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1; }
  .fsAthleticsEvent.fsList .fsDate:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%; }
  .fsAthleticsEvent.fsList .fsDate > span {
    display: block; }
    .fsAthleticsEvent.fsList .fsDate > span.fsMonth {
      font-size: 0.75rem; }
    .fsAthleticsEvent.fsList .fsDate > span.fsDay {
      font-size: 1.25rem;
      line-height: 0.9; }

.fsAthleticsEvent.fsList .fsTime {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  line-height: 1.23; }
  .fsAthleticsEvent.fsList .fsTime:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 0.75rem;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px; }
  .fsAthleticsEvent.fsList .fsTime ~ .fsTime:before {
    content: normal; }

.fsAthleticsEvent.fsList .fsAthleticsLocations {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  line-height: 1.23; }
  .fsAthleticsEvent.fsList .fsAthleticsLocations:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 0.75rem;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 7px;
    padding-left: 2px; }

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

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

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

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

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

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 1.23; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.23; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #0033A1;
    font-family: "freight-text-pro", serif;
    margin-bottom: 20px; }
  .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: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc; }
  .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: 650px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  padding-top: 2px; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background: #03A9F4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1; }
  .fsCalendar .fsDate:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%; }
  .fsCalendar .fsDate > span {
    display: block;
    font-size: 0.75rem; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 1.25rem;
      line-height: 0.9; }

.fsCalendar .fsListItems + .fsListItems {
  margin-top: 30px; }

.fsCalendar .fsDayContainer article {
  margin-bottom: 30px; }

.fsCalendar .fsDayContainer:last-child article:last-child {
  margin-bottom: 0; }

.fsCalendar article > *:last-child {
  margin-bottom: 0 !important; }

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

.fsCalendar article .fsEventDetails > *:last-child {
  margin-bottom: 0 !important; }

.fsCalendar article .fsTimeRange,
.fsCalendar article .fsAllDay,
.fsCalendar article .fsLocation {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  line-height: 1.23; }
  .fsCalendar article .fsTimeRange:before,
  .fsCalendar article .fsAllDay:before,
  .fsCalendar article .fsLocation:before {
    font-size: 0.75rem;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -2px; }

.fsCalendar article .fsTimeRange:before,
.fsCalendar article .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px; }

.fsCalendar article .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 11px;
  padding-left: 2px; }

.fsCalendar article .fsNotes, .fsCalendar article .fsDescription {
  font-size: 0.875rem;
  line-height: 1.4285;
  margin-top: 25px; }
  .fsCalendar article .fsNotes p:last-child, .fsCalendar article .fsDescription p:last-child {
    margin-bottom: 0; }

.fsCalendar article .fsReadMoreLink {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.6428; }
  .fsCalendar article .fsReadMoreLink:after {
    font-size: 10px;
    margin-left: -2px; }

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

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 51, 161, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 51, 161, 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, 51, 161, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 51, 161, 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: inline-block;
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 3px solid #FFC400;
    color: #88B14B;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.612;
    max-width: 300px;
    background: #FFF;
    transition: all 0.3s;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      color: #88B14B;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
      background: #FFF; }
  .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: 650px) {
  .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: 650px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow.fsSlideshowHorizontal {
  position: relative;
  padding-top: 3px; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal > header {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    @media (min-width: 650px) {
      .fsCalendar.fsSlideshow.fsSlideshowHorizontal > header {
        margin-bottom: 30px; } }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal > header:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: calc(100% - 100px);
      height: 1px;
      background: #cccccc; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 24px;
      line-height: 32px;
      color: #0033A1;
      font-family: "freight-text-pro", serif;
      margin-bottom: 20px;
      padding-right: 10px;
      margin: 0;
      background: #FFF;
      position: relative; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal .slick-list {
    margin: 0 -10px; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal .slick-slide {
    margin: 0 10px; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal > .fsElementContent {
    position: static; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal > .fsElementContent .fsElementSlideshow {
      padding: 0;
      margin: 0; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal > footer {
    margin-top: 20px; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal > footer > .fsElementFooterContent {
      margin-top: 0; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal > footer .fs_style_55 {
      font-size: 1.125rem;
      line-height: 1.611; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton,
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton {
    -ms-transform: none;
    transform: none;
    top: 0;
    left: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    background: #FFF;
    font-size: 0;
    line-height: 1;
    color: #777;
    text-align: center;
    transition: 0.3s all; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton:hover, .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton:focus,
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton:hover,
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton:focus {
      background: #cccccc;
      color: #FFF; }
      .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton:hover:before, .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton:focus:before,
      .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton:hover:before,
      .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton:focus:before {
        color: inherit; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton:before,
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton:before {
      position: static;
      -ms-transform: none;
      transform: none;
      font-size: 0.8125rem;
      transition: none;
      color: inherit; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton {
    right: 50px; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton {
    right: 0; }
    .fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

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

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

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "nimbus-sans", sans-serif;
      font-size: 18px;
      line-height: 29px;
      color: #606066; }
    .fsComposerFormEmbed form input {
      border: solid 1px #bbbbbb; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #bbbbbb; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #88B14B;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #A3D45A; }
    .fsComposerFormEmbed form .required {
      color: #0033A1; }
    .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: #88B14B;
        transition: .3s;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #A3D45A;
          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 {
      margin-bottom: 20px;
      padding: 13px 15px;
      border: 3px solid #FFC400;
      color: #88B14B;
      border-radius: 8px;
      text-align: center;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.1875;
      max-width: 300px;
      background: #FFF;
      transition: all 0.3s; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        color: #88B14B;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        background: #FFF; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "nimbus-sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

/*! elements - login */
.fsAccount button:not(:last-of-type) {
  margin-right: 10px; }

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px; }
  .fsLoginForgotPasswordLink:last-child,
  .fsLoginNewAccountLink:last-child {
    margin-bottom: 0; }

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsResetPasswordFields label > span {
  display: block; }

.fsResetPasswordFields label > input {
  margin-bottom: 20px; }

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px; }
  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%; } }

.fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px; }

.fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccountLinks {
  margin: 0; }
  .fsAccountLinks li:not(:first-child) {
    border-color: #eee; }

.fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccountLogout > .fsStyleUpdateButton:last-child {
    margin-bottom: 0; }

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px; }

.fsError {
  margin-bottom: 50px; }

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .fsResetContinue:hover, .fsResetContinue:focus,
  .fsStateSelected .fsResetContinue,
  .fsResetCancel:hover,
  .fsResetCancel:focus,
  .fsStateSelected
  .fsResetCancel,
  .fsLoginNewSuccess > button:hover,
  .fsLoginNewSuccess > button:focus,
  .fsStateSelected
  .fsLoginNewSuccess > button {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

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

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

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

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

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

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

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFC400;
  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: 18px;
    font-family: "freight-text-pro", 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: "nimbus-sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  width: 100%;
  background-color: #FFC400;
  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(255, 196, 0, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 37px;
    color: #0033A1;
    font-family: "freight-text-pro", serif;
    margin-bottom: 20px;
    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; }

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

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

.fsPostElement article > *:last-child {
  margin-bottom: 0 !important; }

.fsPostElement article .fsThumbnail {
  margin-bottom: 20px; }
  .fsPostElement article .fsThumbnail .fsCroppedImage,
  .fsPostElement article .fsThumbnail img {
    display: block; }

.fsPostElement article .fsAuthor {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2142;
  color: #9EA4A9;
  text-transform: capitalize;
  margin-bottom: 6px; }

.fsPostElement article .fsDateTime {
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.23;
  margin-bottom: 6px;
  display: block; }

.fsPostElement article .fsSummary {
  font-size: 1rem;
  line-height: 1.5625; }

.fsPostElement article .fsSummary,
.fsPostElement article .fsBody {
  margin-bottom: 10px; }
  .fsPostElement article .fsSummary p:last-child,
  .fsPostElement article .fsBody p:last-child {
    margin-bottom: 0; }

.fsPostElement article .fsSharingButtonsContainer:last-child .fsSharingButtons {
  margin-bottom: 0;
  margin-top: 10px; }

.fsPostElement article .fsTags {
  margin: 0 0 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .fsPostElement article .fsTags li {
    border: 1px solid #D8D8D8;
    border-radius: 100px;
    color: #606066;
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 1.2;
    background: none;
    padding: 5px 11px;
    margin: 0 9px 2px 0; }
    .fsPostElement article .fsTags li:last-child {
      margin-right: 0; }

.fsPostElement.fsList article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #cccccc; }

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems + button {
  margin-top: 30px; }

#fsBannerLeft .fsPostElement.fsList article, #fsBannerRight .fsPostElement.fsList article {
  margin-bottom: 20px;
  padding-bottom: 20px; }

#fsBannerLeft .fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type, #fsBannerRight .fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #FFC400 !important;
        background-image: none !important;
        width: 100%;
        height: 40px !important;
        color: #eee;
        padding-left: 10px !important;
        padding-right: 50px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: "nimbus-sans", 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: 40px;
    background: #0033A1;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: #fff;
      font-family: "IcoMoon";
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 40px;
      font-size: 0.75rem; }
    .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-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }
  .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 #606066;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      overflow: hidden;
      position: relative; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 16px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #03A9F4;
        font-size: 1rem; }
      .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: #606066;
        padding-left: 40px !important;
        padding-right: 50px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: "nimbus-sans", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 40px;
    background: #03A9F4;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0;
    font-size: 0;
    line-height: 1; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 40px;
      font-size: 0.75rem;
      font-family: "IcoMoon"; }
    .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: "nimbus-sans", sans-serif;
  font-size: 18px; }

.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: #606066; }
  .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: #FFC400; }

.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: #88B14B !important; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #A3D45A !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: 18px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 3px solid #FFC400;
  color: #88B14B;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.612;
  max-width: 300px;
  background: #FFF;
  transition: all 0.3s; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    color: #88B14B;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    background: #FFF; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        color: #2C2929;
        font-family: "nimbus-sans", sans-serif;
        margin-bottom: 20px;
        margin-bottom: 0;
        display: block;
        padding: 15px 25px;
        color: #0033A1;
        transition: .3s;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 11px 18px 14px;
        background: transparent;
        color: #2C2929; }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #03A9F4; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #03A9F4;
        color: #FFF;
        font-weight: 700; }
  .fsTabs .fsPanel {
    border-bottom: 0 !important;
    margin-top: -2px; }
    .fsTabs .fsPanel > .fsElementContent {
      padding: 30px 0 0; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton, .fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2; }

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
    width: 100%; }

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center; }

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px; }

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsLegend .fsElementControls {
  margin-bottom: 5px; }
  .fsLegend .fsElementControls label input:checked + span {
    background: #333;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #333;
    background: #e6e6e6; }

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

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  border-bottom: 1px solid #cccccc; }
  .module .fsElementAddWrapper {
    width: 100%; }
  .module:before {
    content: '';
    display: block;
    height: 10px;
    background: url("../images/polygon-horizontal.png") repeat-x;
    background-size: 10px 10px;
    margin-bottom: 5px;
    width: 100%; }
  .module > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 19px 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
    .module > header .fsElementHeaderContent {
      margin: 0 0 15px;
      -ms-flex-order: 1;
      order: 1; }
      .module > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
    .module > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 24px;
      line-height: 32px;
      color: #0033A1;
      font-family: "freight-text-pro", serif;
      margin-bottom: 20px;
      margin-bottom: 15px;
      -ms-flex-order: 2;
      order: 2; }
  .module > .fsElementContent {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0 19px 35px;
    font-size: 1rem;
    line-height: 1.5625; }
  body.fsHasRightBanner .horizontal.module, body.fsHasLeftBanner .horizontal.module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1000px) {
      body.fsHasRightBanner .horizontal.module, body.fsHasLeftBanner .horizontal.module {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    body.fsHasRightBanner .horizontal.module > header,
    body.fsHasRightBanner .horizontal.module > .fsElementContent, body.fsHasLeftBanner .horizontal.module > header,
    body.fsHasLeftBanner .horizontal.module > .fsElementContent {
      width: 100%;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      @media (min-width: 1000px) {
        body.fsHasRightBanner .horizontal.module > header,
        body.fsHasRightBanner .horizontal.module > .fsElementContent, body.fsHasLeftBanner .horizontal.module > header,
        body.fsHasLeftBanner .horizontal.module > .fsElementContent {
          width: 50%; } }
    body.fsHasRightBanner .horizontal.module > header, body.fsHasLeftBanner .horizontal.module > header {
      padding: 20px 19px 0; }
      body.fsHasRightBanner .horizontal.module > header .fsElementHeaderContent, body.fsHasLeftBanner .horizontal.module > header .fsElementHeaderContent {
        margin: 0 0 15px; }
      @media (min-width: 1000px) {
        body.fsHasRightBanner .horizontal.module > header, body.fsHasLeftBanner .horizontal.module > header {
          padding: 25px 10px 30px 30px;
          border-right: 0; }
          body.fsHasRightBanner .horizontal.module > header .fsElementHeaderContent, body.fsHasLeftBanner .horizontal.module > header .fsElementHeaderContent {
            margin-bottom: 0; } }
    
    body.fsHasRightBanner .horizontal.module > .fsElementContent,
    body.fsHasLeftBanner .horizontal.module > .fsElementContent {
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      padding: 0 19px 35px; }
      @media (min-width: 1000px) {
        
        body.fsHasRightBanner .horizontal.module > .fsElementContent,
        body.fsHasLeftBanner .horizontal.module > .fsElementContent {
          border-left: 0;
          width: 50%;
          padding: 25px 30px 30px 10px; } }
  @media (min-width: 650px) {
    .horizontal.module {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .horizontal.module > header {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-right: 0;
        padding: 25px 10px 30px 30px; }
        .horizontal.module > header .fsElementHeaderContent {
          margin-bottom: 0; }
      .horizontal.module > .fsElementContent {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-left: 0;
        padding: 25px 30px 30px 10px; } }

.module.darkblue:before {
  background-color: #0033A1; }

.module.yellow:before {
  background-color: #FFC400; }

.module.lightblue:before {
  background-color: #03A9F4; }

.module.gray, .module.grey {
  background-color: #F8F8F8;
  border-bottom: 0; }
  .module.gray:before, .module.grey:before {
    background-color: #D8D8D8; }
  .module.gray > header,
  .module.gray > .fsElementContent, .module.grey > header,
  .module.grey > .fsElementContent {
    border: 0; }

.box-callout {
  color: #FFF;
  position: relative;
  padding: 30px 25px;
  font-size: 1rem;
  line-height: 1.5625; }
  .box-callout:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .box-callout > header .fsElementTitle {
    margin-bottom: 15px !important;
    color: inherit !important; }
  .box-callout p {
    margin: 0  0 15px; }
    .box-callout p:last-child {
      margin-bottom: 0; }
  .box-callout.darkblue {
    background-color: #0033A1; }
    .box-callout.darkblue a {
      color: #FFC400; }
      .box-callout.darkblue a:hover, .box-callout.darkblue a:focus {
        color: #A3D45A; }
    .box-callout.darkblue .fs_style_55 {
      color: #FFC400; }
      .box-callout.darkblue .fs_style_55:after {
        color: #FFF; }
      .box-callout.darkblue .fs_style_55:hover, .box-callout.darkblue .fs_style_55:focus {
        color: #A3D45A; }
  .box-callout.lightblue {
    background-color: #03A9F4; }
    .box-callout.lightblue a {
      color: #0033A1; }
      .box-callout.lightblue a:hover, .box-callout.lightblue a:focus {
        color: #2456b8; }
    .box-callout.lightblue .fs_style_55 {
      color: #0033A1; }
      .box-callout.lightblue .fs_style_55:after {
        color: #FFF; }
      .box-callout.lightblue .fs_style_55:hover, .box-callout.lightblue .fs_style_55:focus {
        color: #2456b8; }

/*! pages - home v0.0.1 */
@keyframes fill-bar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

.home:not(.fsDraftMode):before {
  content: '';
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #D8D8D8;
  transition: 0.3s all; }

.home:not(.fsDraftMode):after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #0033A1;
  width: 0;
  animation: 3s fill-bar ease-in-out forwards;
  z-index: 9999;
  transition: 0.3s all; }

.home:not(.fsDraftMode).is-loaded:before, .home:not(.fsDraftMode).is-loaded:after {
  opacity: 0;
  visibility: hidden; }

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

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%;
  display: block; }
  .home #fsPageBody:after {
    content: normal; }

.home #fsPageContent {
  margin: 0;
  padding: 0; }

.home .fsPageLayout {
  margin: 0; }
  .home .fsPageLayout > .fsDiv {
    padding: 0;
    margin: 0;
    float: none;
    min-height: 0px; }
    .home .fsPageLayout > .fsDiv:after {
      content: normal; }
  .home .fsPageLayout:after {
    content: normal; }

.home #fsHeader .top-header {
  padding: 0; }
  @media (min-width: 900px) {
    .home #fsHeader .top-header.fixed > .fsElementContent {
      background: #0033A1; }
    .home #fsHeader .top-header > .fsElementContent {
      position: fixed;
      top: 0;
      left: 0;
      background: none; } }

.home .hp-hero {
  position: relative; }
  .home .hp-hero .play-pause-container {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 20px;
    bottom: 117px;
    z-index: 50; }
    @media (min-width: 650px) {
      .home .hp-hero .play-pause-container {
        right: 60px;
        bottom: 246px; } }
    .home .hp-hero .play-pause-container .arrow a {
      display: block; }
      .home .hp-hero .play-pause-container .arrow a svg {
        display: block;
        height: 46px;
        width: 46px; }
        .home .hp-hero .play-pause-container .arrow a svg rect {
          fill: #777777 !important; }
          @media (min-width: 650px) {
            .home .hp-hero .play-pause-container .arrow a svg rect {
              fill: #F2F2F2 !important;
              stroke: #F2F2F2 !important; } }
        .home .hp-hero .play-pause-container .arrow a svg circle {
          stroke: #D8D8D8 !important; }
          @media (min-width: 650px) {
            .home .hp-hero .play-pause-container .arrow a svg circle {
              stroke: #FFFFFF !important; } }
  .home .hp-hero .slick-track {
    height: 100%; }
  .home .hp-hero .slick-slider {
    padding: 0 0 20px !important;
    margin: 0;
    position: relative; }
  .home .hp-hero .fsPrevButton,
  .home .hp-hero .fsNextButton {
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    right: 33px;
    -ms-transform: none;
    transform: none;
    font-size: 0;
    line-height: 1;
    color: rgba(96, 96, 102, 0.8);
    transition: 0.3s color; }
    @media (min-width: 650px) {
      .home .hp-hero .fsPrevButton,
      .home .hp-hero .fsNextButton {
        color: rgba(255, 255, 255, 0.8);
        right: 75px; } }
    .home .hp-hero .fsPrevButton:hover, .home .hp-hero .fsPrevButton:focus,
    .home .hp-hero .fsNextButton:hover,
    .home .hp-hero .fsNextButton:focus {
      color: #606066; }
      @media (min-width: 650px) {
        .home .hp-hero .fsPrevButton:hover, .home .hp-hero .fsPrevButton:focus,
        .home .hp-hero .fsNextButton:hover,
        .home .hp-hero .fsNextButton:focus {
          color: #FFF; } }
    .home .hp-hero .fsPrevButton:before,
    .home .hp-hero .fsNextButton:before {
      color: inherit;
      font-size: 1.1875rem;
      position: static;
      -ms-transform: none;
      transform: none;
      transition: none; }
  .home .hp-hero .fsPrevButton {
    bottom: 48px; }
    @media (min-width: 650px) {
      .home .hp-hero .fsPrevButton {
        bottom: 176px; } }
    .home .hp-hero .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .hp-hero .fsNextButton {
    bottom: 80px; }
    @media (min-width: 650px) {
      .home .hp-hero .fsNextButton {
        bottom: 208px; } }
    .home .hp-hero .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .hp-hero article {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .home .hp-hero article:before, .home .hp-hero article:after {
      content: normal; }
      @media (min-width: 650px) {
        .home .hp-hero article:before, .home .hp-hero article:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 250px;
          visibility: visible; } }
    .home .hp-hero article:before {
      top: 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .home .hp-hero article:after {
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    .home .hp-hero article picture {
      display: block;
      background-size: cover;
      background-position: center; }
    .home .hp-hero article video,
    .home .hp-hero article img {
      display: block;
      width: 100%; }
    .home .hp-hero article video {
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
    .home .hp-hero article img {
      display: block;
      opacity: 0; }
    .home .hp-hero article picture .media-wrapper {
      position: relative;
      width: auto; }
    .home .hp-hero article .media-wrapper {
      position: relative; }
      .home .hp-hero article .media-wrapper:after {
        content: '';
        background: url("https://agnesirwinschool.org/uploaded/themes/default_17/images/hero-brushstroke.png") repeat-x;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 124px;
        z-index: 100; }
    .home .hp-hero article figcaption,
    .home .hp-hero article .fsDescription {
      max-width: 1290px;
      width: 100%;
      margin: 0 auto;
      padding: 0 90px 0 20px;
      color: #4D4D53;
      font-size: 1rem;
      line-height: 1.4375;
      font-style: normal;
      white-space: normal;
      position: relative;
      z-index: 200;
      min-height: 120px; }
      @media (min-width: 650px) {
        .home .hp-hero article figcaption,
        .home .hp-hero article .fsDescription {
          color: #FFF;
          position: absolute;
          bottom: 89px;
          left: 0;
          right: 0;
          font-size: 1.125rem;
          line-height: 1.8125rem;
          min-height: initial; } }
      .home .hp-hero article figcaption > *,
      .home .hp-hero article .fsDescription > * {
        max-width: 780px; }
      .home .hp-hero article figcaption .fsTitle,
      .home .hp-hero article .fsDescription .fsTitle {
        font-weight: 400;
        color: #1397F1;
        font-size: 2.5rem;
        line-height: 1;
        font-family: "Dancing Script", sans-serif;
        margin-bottom: 13px;
        max-width: 880px; }
        @media (min-width: 650px) {
          .home .hp-hero article figcaption .fsTitle,
          .home .hp-hero article .fsDescription .fsTitle {
            color: #FFF;
            font-size: 5rem;
            margin-bottom: 20px; } }
        @media (min-width: 900px) {
          .home .hp-hero article figcaption .fsTitle,
          .home .hp-hero article .fsDescription .fsTitle {
            font-size: 7.5rem; } }
        .home .hp-hero article figcaption .fsTitle a,
        .home .hp-hero article .fsDescription .fsTitle a {
          color: inherit;
          font-weight: normal;
          display: block; }

.home .promote-school {
  padding: 40px 20px 50px; }
  @media (min-width: 650px) {
    .home .promote-school {
      padding: 65px 20px 80px; } }
  @media (min-width: 900px) {
    .home .promote-school {
      padding: 94px 20px 115px; } }
  .home .promote-school > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 900px) {
      .home .promote-school > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .home .promote-school .school-vid {
    position: relative;
    margin-bottom: 35px; }
    @media (min-width: 900px) {
      .home .promote-school .school-vid {
        width: 40%;
        margin-right: 30px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .home .promote-school .school-vid {
        width: 52.543%;
        margin-right: 60px;
        margin-bottom: 0; } }
    .home .promote-school .school-vid.started header {
      opacity: 0;
      visibility: hidden; }
  @media (min-width: 900px) {
    .home .promote-school .intro {
      width: calc((100% - 40%) - 30px);
      padding-top: 25px; } }
  @media (min-width: 1200px) {
    .home .promote-school .intro {
      width: calc((100% - 52.543%) - 60px); } }
  .home .promote-school .intro > header {
    margin-bottom: 19px; }
    @media (min-width: 650px) {
      .home .promote-school .intro > header {
        margin-bottom: 20px; } }
    .home .promote-school .intro > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      color: #03A9F4;
      font-family: "Dancing Script", sans-serif;
      margin-bottom: 40px;
      font-size: 2.9375rem !important;
      line-height: 2.5rem !important;
      margin-bottom: 12px; }
      @media (min-width: 650px) {
        .home .promote-school .intro > header .fsElementTitle {
          font-size: 60px;
          line-height: 70px; } }
      @media (min-width: 650px) {
        .home .promote-school .intro > header .fsElementTitle {
          font-size: 3.75rem !important;
          line-height: 1 !important;
          margin-bottom: 15px; } }
      @media (min-width: 900px) {
        .home .promote-school .intro > header .fsElementTitle {
          font-size: 5rem !important;
          line-height: 4.375rem !important; } }
    .home .promote-school .intro > header .fsElementHeaderContent {
      font-size: 1.625rem;
      line-height: 1;
      text-transform: uppercase;
      color: #9EA4A9;
      font-family: "freight-text-pro", serif;
      letter-spacing: 2px;
      margin: 0; }
      @media (min-width: 650px) {
        .home .promote-school .intro > header .fsElementHeaderContent {
          font-size: 2rem;
          letter-spacing: 3px; } }
      @media (min-width: 650px) {
        .home .promote-school .intro > header .fsElementHeaderContent {
          font-size: 2.5rem;
          letter-spacing: 5px; } }
  .home .promote-school .intro > .fsElementContent {
    font-size: 1rem;
    line-height: 1.5625; }
    .home .promote-school .intro > .fsElementContent p {
      margin-bottom: 25px; }
      .home .promote-school .intro > .fsElementContent p:last-child {
        margin-bottom: 0; }

.home .sell-ais > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 900px) {
    .home .sell-ais > .fsElementContent {
      -ms-flex-direction: row;
      flex-direction: row; } }

.home .sell-ais .why-us {
  background: rgba(0, 51, 161, 0.96);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  color: #FFF;
  padding: 49px 30px 71px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 650px) {
    .home .sell-ais .why-us {
      padding: 70px 20px 80px; } }
  @media (min-width: 900px) {
    .home .sell-ais .why-us {
      padding: 81px 40px 20px 50px;
      min-width: 530px;
      min-height: 601px;
      margin-top: 20px;
      width: 36.805%; } }
  .home .sell-ais .why-us:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -367px;
    width: 856px;
    height: 570px;
    background: url("../images/owl.svg");
    background-size: cover;
    opacity: 0.1; }
    @media (min-width: 900px) {
      .home .sell-ais .why-us:before {
        bottom: -21px;
        right: 51px;
        left: auto; } }
  .home .sell-ais .why-us > header {
    margin-bottom: 20px; }
    .home .sell-ais .why-us > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      color: #03A9F4;
      font-family: "Dancing Script", sans-serif;
      margin-bottom: 40px;
      font-size: 2.5rem !important;
      line-height: 1 !important;
      color: inherit;
      margin-bottom: 30px; }
      @media (min-width: 650px) {
        .home .sell-ais .why-us > header .fsElementTitle {
          font-size: 60px;
          line-height: 70px; } }
      @media (min-width: 650px) {
        .home .sell-ais .why-us > header .fsElementTitle {
          font-size: 3.75rem !important;
          line-height: 1 !important;
          margin-bottom: 40px; } }
      @media (min-width: 900px) {
        .home .sell-ais .why-us > header .fsElementTitle {
          font-size: 5rem !important;
          line-height: 4.375rem !important;
          margin-bottom: 50px; } }
      .home .sell-ais .why-us > header .fsElementTitle:after {
        content: '';
        display: block;
        width: 197px;
        height: 14px;
        background: url("../images/underline-brushstroke.svg");
        margin-top: 13px; }
        @media (min-width: 650px) {
          .home .sell-ais .why-us > header .fsElementTitle:after {
            margin-top: 30px; } }
    .home .sell-ais .why-us > header .fsElementHeaderContent {
      font-family: "freight-text-pro", serif;
      font-size: 1.5rem;
      line-height: 1.4583;
      color: inherit;
      margin: 0; }
  @media (min-width: 650px) {
    .home .sell-ais .why-us > .fsElementContent {
      padding-right: 30px; } }

.home .sell-ais .image-rotation {
  margin-top: -20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }
  @media (min-width: 900px) {
    .home .sell-ais .image-rotation {
      margin-top: 0;
      margin-left: -20px;
      width: calc((100% - 36.805%) + 20px);
      min-height: 620px; } }
  .home .sell-ais .image-rotation:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
  .home .sell-ais .image-rotation > footer {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 0.875rem;
    line-height: 1.4285;
    color: #FFF; }
    @media (min-width: 650px) {
      .home .sell-ais .image-rotation > footer {
        right: 30px;
        bottom: 23px; } }
    .home .sell-ais .image-rotation > footer .fsElementFooterContent {
      margin: 0; }
    .home .sell-ais .image-rotation > footer .fs_style_55 {
      font-size: inherit;
      line-height: 1.6428; }
      .home .sell-ais .image-rotation > footer .fs_style_55:after {
        font-size: 0.625rem;
        margin-left: 4px; }
  .home .sell-ais .image-rotation .fsResourceElement {
    display: none; }
    .home .sell-ais .image-rotation .fsResourceElement.chosen-one {
      display: block;
      background-size: cover;
      background-position: center; }
      @media (min-width: 900px) {
        .home .sell-ais .image-rotation .fsResourceElement.chosen-one {
          min-height: 620px; } }
    .home .sell-ais .image-rotation .fsResourceElement img {
      border: 0;
      box-shadow: none;
      width: 100%;
      opacity: 0; }

.home .infograph {
  padding: 50px 10px 60px; }
  @media (min-width: 650px) {
    .home .infograph {
      padding: 75px 10px 80px; } }
  @media (min-width: 900px) {
    .home .infograph {
      padding: 101px 10px 100px; } }
  @media (min-width: 1200px) {
    .home .infograph {
      padding: 101px 20px 100px; } }
  .home .infograph > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px; }
    @media (min-width: 1200px) {
      .home .infograph > .fsElementContent {
        padding: 0; } }
  .home .infograph .why-us {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    width: 100%;
    margin-bottom: 37px;
    padding: 0 10px; }
    @media (min-width: 650px) {
      .home .infograph .why-us {
        margin-bottom: 50px; } }
    @media (min-width: 900px) {
      .home .infograph .why-us {
        margin-bottom: 73px; } }
    @media (min-width: 1200px) {
      .home .infograph .why-us {
        padding: 0; } }
    .home .infograph .why-us > header .fsElementTitle {
      margin-bottom: 21px; }
      @media (min-width: 650px) {
        .home .infograph .why-us > header .fsElementTitle {
          margin-bottom: 32px; } }
    .home .infograph .why-us > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 54.44444em;
      max-width: 61.25rem; }
  .home .infograph .slick-prev,
  .home .infograph .slick-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
    color: #2C2929;
    text-align: center; }
    .home .infograph .slick-prev:before,
    .home .infograph .slick-next:before {
      font-size: 0.8125rem;
      line-height: 30px;
      position: relative; }
  .home .infograph .slick-prev {
    left: 0; }
    .home .infograph .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: -2px;
      top: 2px; }
  .home .infograph .slick-next {
    right: 0; }
    .home .infograph .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: -1px;
      top: 1px; }
  .home .infograph .icon {
    text-align: center;
    padding: 0 10px; }
    @media (min-width: 1200px) {
      .home .infograph .icon {
        width: 160px;
        padding: 0; } }
    .home .infograph .icon > header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 5px; }
      .home .infograph .icon > header .fsElementTitle {
        -ms-flex-order: 2;
        order: 2;
        font-size: 1.875rem;
        line-height: 1.2333;
        font-weight: 700;
        font-family: "nimbus-sans", sans-serif;
        margin-bottom: 0; }
      .home .infograph .icon > header .fsElementHeaderContent {
        margin-bottom: 25px;
        -ms-flex-order: 1;
        order: 1;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .home .infograph .icon > header .fsElementHeaderContent img {
          display: block; }
    .home .infograph .icon > .fsElementContent {
      font-size: 0.875rem;
      line-height: 1.4285; }

.home .cag-intro {
  margin-bottom: 24px;
  padding: 0 20px; }
  @media (min-width: 650px) {
    .home .cag-intro {
      margin-bottom: 45px; } }
  @media (min-width: 900px) {
    .home .cag-intro {
      margin-bottom: 70px; } }
  .home .cag-intro > header .fsElementTitle {
    margin-bottom: 20px; }
    @media (min-width: 650px) {
      .home .cag-intro > header .fsElementTitle {
        margin-bottom: 25px; } }
    @media (min-width: 900px) {
      .home .cag-intro > header .fsElementTitle {
        margin-bottom: 30px; } }
  .home .cag-intro > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 54.44444em;
    max-width: 61.25rem; }

.home .topics-container {
  padding: 0 20px; }
  @media (min-width: 1200px) {
    .home .topics-container {
      padding: 0; } }
  .home .topics-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media (min-width: 1200px) {
      .home .topics-container > .fsElementContent {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
  .home .topics-container .topic {
    min-height: 207px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(50% - 1px);
    padding-bottom: 15px; }
    .home .topics-container .topic:nth-child(1) {
      margin-right: 2px;
      margin-bottom: 2px; }
    .home .topics-container .topic:nth-child(2) {
      margin-bottom: 2px; }
    .home .topics-container .topic:nth-child(4) {
      margin-left: 2px; }
    @media (min-width: 650px) {
      .home .topics-container .topic {
        min-height: 400px;
        padding-bottom: 30px; } }
    @media (min-width: 900px) {
      .home .topics-container .topic {
        min-height: 520px;
        padding-bottom: 43px; } }
    @media (min-width: 1200px) {
      .home .topics-container .topic {
        width: 25%; }
        .home .topics-container .topic:nth-child(1), .home .topics-container .topic:nth-child(2), .home .topics-container .topic:nth-child(4) {
          margin: 0; } }
    @media (min-width: 650px) {
      .home .topics-container .topic:hover > header, .home .topics-container .topic.hover-active > header {
        opacity: 0;
        visibility: hidden; }
      .home .topics-container .topic:hover .wrapper, .home .topics-container .topic.hover-active .wrapper {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1);
        transform: scale(1); } }
    .home .topics-container .topic:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 140px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
    @media (min-width: 1200px) {
      .home .topics-container .topic:nth-child(2n + 1) {
        border-bottom: 20px solid #FFF; }
      .home .topics-container .topic:nth-child(2n + 2) {
        border-top: 20px solid #FFF; } }
    .home .topics-container .topic > header {
      text-align: center;
      position: relative;
      transition: all 0.3s ease; }
      .home .topics-container .topic > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #03A9F4;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.1875;
        color: inherit;
        margin: 0;
        padding: 0 10px; }
        @media (min-width: 650px) {
          .home .topics-container .topic > header .fsElementTitle {
            font-size: 1.25rem;
            line-height: 1.5rem;
            padding: 0 20px; } }
    .home .topics-container .topic > .fsElementContent {
      position: relative;
      padding: 0 10px;
      text-align: center;
      margin-top: 6px; }
      @media (min-width: 650px) {
        .home .topics-container .topic > .fsElementContent {
          display: none; } }
      .home .topics-container .topic > .fsElementContent > p:first-child {
        display: none; }
      .home .topics-container .topic > .fsElementContent > p:last-child {
        font-size: 1rem;
        line-height: 1.4375; }
      .home .topics-container .topic > .fsElementContent .fs_style_55 {
        color: #FFC400;
        font-size: inherit;
        line-height: inherit; }
        .home .topics-container .topic > .fsElementContent .fs_style_55:hover, .home .topics-container .topic > .fsElementContent .fs_style_55:focus {
          color: #A3D45A; }
        .home .topics-container .topic > .fsElementContent .fs_style_55:after {
          color: #FFF; }
    .home .topics-container .topic .wrapper {
      background: rgba(0, 51, 161, 0.7);
      padding: 10px;
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      height: calc(100% - 40px);
      opacity: 0;
      visibility: hidden;
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      transition: all 0.3s ease;
      display: none; }
      @media (min-width: 650px) {
        .home .topics-container .topic .wrapper {
          display: block; } }
      .home .topics-container .topic .wrapper .inner {
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: #0033A1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 20px 34px; }
        .home .topics-container .topic .wrapper .inner > header {
          margin-bottom: 25px; }
          .home .topics-container .topic .wrapper .inner > header .fsElementTitle {
            margin-top: 0;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            color: #03A9F4;
            font-family: "nimbus-sans", sans-serif;
            font-weight: 700;
            margin-bottom: 20px;
            color: inherit;
            margin: 0; }
        .home .topics-container .topic .wrapper .inner > .fsElementContent {
          font-size: 1rem;
          line-height: 1.5625; }
          .home .topics-container .topic .wrapper .inner > .fsElementContent p {
            margin: 0 0 15px; }
            .home .topics-container .topic .wrapper .inner > .fsElementContent p:last-child {
              margin-bottom: 0; }
          .home .topics-container .topic .wrapper .inner > .fsElementContent .fs_style_55 {
            color: #FFC400; }
            .home .topics-container .topic .wrapper .inner > .fsElementContent .fs_style_55:after {
              color: #FFF; }
            .home .topics-container .topic .wrapper .inner > .fsElementContent .fs_style_55:hover, .home .topics-container .topic .wrapper .inner > .fsElementContent .fs_style_55:focus {
              color: #A3D45A; }

.home .community-voices {
  padding: 56px 10px 50px; }
  @media (min-width: 650px) {
    .home .community-voices {
      padding: 112px 20px 95px; } }
  .home .community-voices > header {
    text-align: center;
    margin-bottom: 22px; }
    @media (min-width: 650px) {
      .home .community-voices > header {
        margin-bottom: 60px; } }
    .home .community-voices > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      color: #03A9F4;
      font-family: "Dancing Script", sans-serif;
      margin-bottom: 40px;
      font-size: 2.5rem !important;
      line-height: 1 !important;
      margin: 0; }
      @media (min-width: 650px) {
        .home .community-voices > header .fsElementTitle {
          font-size: 60px;
          line-height: 70px; } }
      @media (min-width: 650px) {
        .home .community-voices > header .fsElementTitle {
          font-size: 5rem !important;
          line-height: 4.375rem !important; } }
  .home .community-voices > .fsElementContent {
    padding: 0 10px; }
    @media (min-width: 650px) {
      .home .community-voices > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .home .community-voices .slick-prev,
  .home .community-voices .slick-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
    color: #2C2929;
    text-align: center; }
    .home .community-voices .slick-prev:before,
    .home .community-voices .slick-next:before {
      font-size: 0.8125rem;
      line-height: 30px;
      position: relative; }
  .home .community-voices .slick-prev {
    left: 0; }
    .home .community-voices .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: -2px;
      top: 2px; }
  .home .community-voices .slick-next {
    right: 0; }
    .home .community-voices .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: -1px;
      top: 1px; }
  .home .community-voices .fsPanel {
    border: 0;
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: block !important; }
    @media (min-width: 650px) {
      .home .community-voices .fsPanel {
        display: none !important; }
        .home .community-voices .fsPanel.fsOpen {
          display: block !important; } }
    .home .community-voices .fsPanel > header {
      display: none !important; }
    .home .community-voices .fsPanel > .fsElementContent {
      padding: 0;
      display: block !important; }
      @media (min-width: 650px) {
        .home .community-voices .fsPanel > .fsElementContent {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center;
          align-items: center; } }
  .home .community-voices .fsTabsNav {
    -ms-flex-order: 999;
    order: 999;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    margin: 0 auto;
    max-width: 53.66667em;
    max-width: 60.375rem;
    margin-top: 59px; }
    @media (min-width: 650px) {
      .home .community-voices .fsTabsNav {
        display: -ms-flexbox;
        display: flex; } }
    .home .community-voices .fsTabsNav li {
      margin: 5px 24px; }
      .home .community-voices .fsTabsNav li.fsStateSelected a {
        opacity: 1; }
      .home .community-voices .fsTabsNav li a {
        background-size: cover;
        background-position: center;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        font-size: 0;
        line-height: 1;
        border: 1px solid #D8D8D8;
        opacity: 0.7;
        transition: all 0.3s ease;
        position: relative; }
        .home .community-voices .fsTabsNav li a span {
          padding-top: 6px;
          position: absolute;
          top: 100%;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-size: 1rem;
          line-height: 1.5625;
          font-weight: normal;
          color: #606066;
          white-space: nowrap;
          transition: all 0.3s ease;
          opacity: 0;
          visibility: hidden; }
        .home .community-voices .fsTabsNav li a:hover, .home .community-voices .fsTabsNav li a:focus {
          opacity: 1; }
          .home .community-voices .fsTabsNav li a:hover span, .home .community-voices .fsTabsNav li a:focus span {
            opacity: 1;
            visibility: visible; }
  .home .community-voices .image {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 50px 0; }
    @media (min-width: 650px) {
      .home .community-voices .image {
        margin-bottom: 0;
        width: 360px;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .home .community-voices .image:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 45px;
      width: calc(100% - 90px);
      height: 100%;
      border: 5px solid #FFF;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
      @media (min-width: 650px) {
        .home .community-voices .image:before {
          top: -5px;
          left: -5px;
          width: calc(100% + 10px);
          height: calc(100% + 10px); } }
    .home .community-voices .image img {
      box-shadow: none;
      border: 0;
      width: 100%; }
  .home .community-voices .content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding-left: 20px; }
    @media (min-width: 650px) {
      .home .community-voices .content {
        margin-left: 20px;
        padding-left: 55px;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    @media (min-width: 900px) {
      .home .community-voices .content {
        margin-left: 65px;
        padding-left: 55px; } }
    .home .community-voices .content:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 4px;
      left: 0;
      color: #FFC400;
      font-size: 2.4375rem;
      line-height: 1; }
      @media (min-width: 650px) {
        .home .community-voices .content:before {
          font-size: 3.625rem; } }
    .home .community-voices .content > header {
      padding-left: 59px;
      margin-bottom: 15px; }
      @media (min-width: 650px) {
        .home .community-voices .content > header {
          margin-bottom: 28px; } }
      .home .community-voices .content > header .fsElementTitle {
        margin-bottom: 3px;
        font-size: 1.5rem;
        line-height: 1.2916; }
        @media (min-width: 650px) {
          .home .community-voices .content > header .fsElementTitle {
            margin-bottom: 1px;
            font-size: 28px;
            line-height: 37px; } }
      .home .community-voices .content > header .fsElementHeaderContent {
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #03A9F4;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.1875;
        margin: 0;
        color: #9EA4A9; }
        @media (min-width: 650px) {
          .home .community-voices .content > header .fsElementHeaderContent {
            font-size: 20px;
            line-height: 24px; } }
    .home .community-voices .content > .fsElementContent {
      font-size: 1.125rem;
      line-height: 1.3889;
      color: #2C2929;
      font-family: "freight-text-pro", serif; }
      @media (min-width: 650px) {
        .home .community-voices .content > .fsElementContent {
          font-size: 1.375rem;
          line-height: 1.5; } }
      .home .community-voices .content > .fsElementContent p {
        margin-bottom: 15px; }
        @media (min-width: 650px) {
          .home .community-voices .content > .fsElementContent p {
            margin-bottom: 25px; } }
        .home .community-voices .content > .fsElementContent p:last-child {
          margin-bottom: 0; }
      .home .community-voices .content > .fsElementContent .fs_style_55 {
        font-family: "nimbus-sans", sans-serif;
        font-size: 1.125rem;
        line-height: 1.611; }

.home .school-happenings {
  background: #F8F8F8;
  position: relative; }
  .home .school-happenings:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #D8D8D8 url("../images/polygon-horizontal.png") repeat-x;
    background-size: 10px 10px; }
  .home .school-happenings:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #D8D8D8 url("../images/polygon-horizontal.png") repeat-x;
    background-size: 10px 10px; }
  .home .school-happenings > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    position: static;
    padding: 40px 15px; }
    @media (min-width: 650px) {
      .home .school-happenings > .fsElementContent {
        padding-bottom: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .home .school-happenings .news-intro {
    width: 100%;
    padding: 35px 20px 26px; }
    @media (min-width: 650px) {
      .home .school-happenings .news-intro {
        padding: 55px 20px 40px; } }
    @media (min-width: 900px) {
      .home .school-happenings .news-intro {
        padding: 73px 20px 55px; } }
    .home .school-happenings .news-intro > header .fsElementTitle {
      margin-bottom: 20px; }
      @media (min-width: 650px) {
        .home .school-happenings .news-intro > header .fsElementTitle {
          margin-bottom: 30px; } }
      .home .school-happenings .news-intro > header .fsElementTitle:before {
        background: #F8F8F8; }
    .home .school-happenings .news-intro > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 54.44444em;
      max-width: 61.25rem; }
  .home .school-happenings .up-next {
    color: #FFF;
    position: relative;
    padding: 3px 20px 0;
    margin-bottom: 21px; }
    @media (min-width: 650px) {
      .home .school-happenings .up-next {
        width: 40%;
        margin-right: 40px;
        margin-bottom: 0;
        padding: 3px 0 0 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media (min-width: 900px) {
      .home .school-happenings .up-next {
        width: 27.1186%;
        margin-right: 60px; } }
    @media (min-width: 1200px) {
      .home .school-happenings .up-next {
        padding-left: 0;
        margin-right: 80px; } }
    .home .school-happenings .up-next > .fsElementContent {
      overflow: hidden; }
    .home .school-happenings .up-next > header {
      position: absolute;
      top: 12px;
      left: 15px;
      z-index: 10;
      padding-right: 9px; }
      @media (min-width: 1200px) {
        .home .school-happenings .up-next > header {
          left: -5px; } }
      .home .school-happenings .up-next > header:before, .home .school-happenings .up-next > header:after {
        content: '';
        position: absolute;
        right: 0; }
      .home .school-happenings .up-next > header:before {
        top: 0px;
        border-top: 15px solid #03A9F4;
        border-right: 9px solid transparent; }
      .home .school-happenings .up-next > header:after {
        top: 15px;
        border-bottom: 15px solid #03A9F4;
        border-right: 9px solid transparent; }
      .home .school-happenings .up-next > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: #9EA4A9;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        background: #03A9F4;
        margin: 0;
        padding: 6px 11px;
        color: inherit; }
        .home .school-happenings .up-next > header .fsElementTitle:before {
          content: '';
          position: absolute;
          top: 29px;
          left: 0;
          border-top: 5px solid #0286c2;
          border-left: 6px solid transparent; }
    .home .school-happenings .up-next .fsPrevButton,
    .home .school-happenings .up-next .fsNextButton {
      width: 30px;
      height: 60px;
      font-size: 0;
      line-height: 1;
      text-align: center;
      color: #FFF; }
      .home .school-happenings .up-next .fsPrevButton:before,
      .home .school-happenings .up-next .fsNextButton:before {
        content: normal; }
      .home .school-happenings .up-next .fsPrevButton:after,
      .home .school-happenings .up-next .fsNextButton:after {
        font-size: 0.75rem;
        line-height: 60px;
        display: block; }
    .home .school-happenings .up-next .fsPrevButton {
      background: url("https://agnesirwinschool.org/uploaded/themes/default_17/images/half-circle-back.svg"); }
      .home .school-happenings .up-next .fsPrevButton:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        text-indent: -5px; }
    .home .school-happenings .up-next .fsNextButton {
      background: url("https://agnesirwinschool.org/uploaded/themes/default_17/images/half-circle-forward.svg"); }
      .home .school-happenings .up-next .fsNextButton:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        text-indent: 5px; }
    .home .school-happenings .up-next .slick-slider {
      padding: 0;
      margin: 0; }
    .home .school-happenings .up-next article {
      padding: 0;
      position: relative; }
      .home .school-happenings .up-next article:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
      .home .school-happenings .up-next article .fsThumbnail {
        margin: 0; }
        .home .school-happenings .up-next article .fsThumbnail .fsCroppedImage {
          padding-bottom: 100%; }
          @media (min-width: 650px) {
            .home .school-happenings .up-next article .fsThumbnail .fsCroppedImage {
              padding-bottom: 320px; } }
      .home .school-happenings .up-next article .fsTitle {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
        font-size: 1rem;
        line-height: 1.25;
        color: inherit; }
        @media (min-width: 650px) {
          .home .school-happenings .up-next article .fsTitle {
            bottom: 25px;
            left: 30px;
            width: calc(100% - 60px); } }
        .home .school-happenings .up-next article .fsTitle > a {
          font-weight: 700; }
          .home .school-happenings .up-next article .fsTitle > a:hover, .home .school-happenings .up-next article .fsTitle > a:focus {
            color: #A3D45A; }
    .home .school-happenings .up-next > footer {
      margin-top: 12px; }
      .home .school-happenings .up-next > footer .fsElementFooterContent {
        margin: 0; }
        .home .school-happenings .up-next > footer .fsElementFooterContent .fs_style_55 {
          font-size: 1.125rem;
          line-height: 1.612; }
  .home .school-happenings .latest-news {
    position: relative;
    padding: 3px 20px 0; }
    @media (min-width: 650px) {
      .home .school-happenings .latest-news {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 3px 0 0;
        margin-right: 20px;
        width: 100%; } }
    @media (min-width: 900px) {
      .home .school-happenings .latest-news {
        margin-right: 0;
        min-height: 320px; } }
    .home .school-happenings .latest-news > header {
      margin-bottom: 28px;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      position: relative;
      width: 100%;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .home .school-happenings .latest-news > header:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: calc(100% - 110px);
        height: 1px;
        background: #cccccc; }
      .home .school-happenings .latest-news > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        color: #0033A1;
        font-family: "freight-text-pro", serif;
        margin-bottom: 20px;
        padding-right: 9px;
        margin: 0;
        background: #F8F8F8;
        position: relative; }
    .home .school-happenings .latest-news > .fsElementContent {
      position: static;
      width: 100%; }
      @media (min-width: 650px) {
        .home .school-happenings .latest-news > .fsElementContent {
          max-width: calc(100% + 20px); } }
      @media (min-width: 900px) {
        .home .school-happenings .latest-news > .fsElementContent {
          max-width: initial; } }
    .home .school-happenings .latest-news .fsPrevButton,
    .home .school-happenings .latest-news .fsNextButton {
      -ms-transform: none;
      transform: none;
      top: 0;
      left: auto;
      width: 40px;
      height: 40px;
      border: 1px solid #cccccc;
      border-radius: 100%;
      background: #FFF;
      font-size: 0;
      line-height: 1;
      color: #777;
      text-align: center;
      transition: 0.3s all; }
      .home .school-happenings .latest-news .fsPrevButton:hover, .home .school-happenings .latest-news .fsPrevButton:focus,
      .home .school-happenings .latest-news .fsNextButton:hover,
      .home .school-happenings .latest-news .fsNextButton:focus {
        background: #cccccc;
        color: #FFF; }
        .home .school-happenings .latest-news .fsPrevButton:hover:before, .home .school-happenings .latest-news .fsPrevButton:focus:before,
        .home .school-happenings .latest-news .fsNextButton:hover:before,
        .home .school-happenings .latest-news .fsNextButton:focus:before {
          color: inherit; }
      .home .school-happenings .latest-news .fsPrevButton:before,
      .home .school-happenings .latest-news .fsNextButton:before {
        position: static;
        -ms-transform: none;
        transform: none;
        font-size: 0.8125rem;
        transition: none;
        color: inherit; }
    .home .school-happenings .latest-news .fsPrevButton {
      right: 70px; }
      @media (min-width: 650px) {
        .home .school-happenings .latest-news .fsPrevButton {
          right: 50px; } }
      .home .school-happenings .latest-news .fsPrevButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .school-happenings .latest-news .fsNextButton {
      right: 20px; }
      @media (min-width: 650px) {
        .home .school-happenings .latest-news .fsNextButton {
          right: 0; } }
      .home .school-happenings .latest-news .fsNextButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .school-happenings .latest-news .slick-slider {
      padding: 0;
      margin: 0;
      max-width: 100%; }
      @media screen and (min-width: 650px) and (max-width: 899px) {
        .home .school-happenings .latest-news .slick-slider {
          width: 100% !important;
          position: relative;
          left: -10px; } }
    .home .school-happenings .latest-news article {
      padding: 0;
      margin: 0;
      position: relative;
      transition: all 0.3s ease; }
      @media (min-width: 650px) {
        .home .school-happenings .latest-news article {
          margin: 0 10px;
          width: 380px; } }
      .home .school-happenings .latest-news article:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
      .home .school-happenings .latest-news article .fsThumbnail {
        margin: 0; }
        .home .school-happenings .latest-news article .fsThumbnail .fsCroppedImage {
          padding-bottom: 68.57%; }
          @media (min-width: 650px) {
            .home .school-happenings .latest-news article .fsThumbnail .fsCroppedImage {
              padding-bottom: 260px; } }
      .home .school-happenings .latest-news article .fsTitle {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
        font-size: 1rem;
        line-height: 1.25;
        color: #FFF; }
        @media (min-width: 650px) {
          .home .school-happenings .latest-news article .fsTitle {
            bottom: 25px;
            left: 30px;
            width: calc(100% - 60px); } }
        .home .school-happenings .latest-news article .fsTitle > a {
          font-weight: 700; }
          .home .school-happenings .latest-news article .fsTitle > a:hover, .home .school-happenings .latest-news article .fsTitle > a:focus {
            color: #A3D45A; }
    .home .school-happenings .latest-news > footer {
      margin-top: 12px;
      width: 100%;
      -ms-flex-item-align: end;
      align-self: flex-end; }
      .home .school-happenings .latest-news > footer .fsElementFooterContent {
        margin: 0; }
        .home .school-happenings .latest-news > footer .fsElementFooterContent .fs_style_55 {
          font-size: 1.125rem;
          line-height: 1.612; }

.home .social-feeds {
  padding: 58px 20px 40px;
  position: relative; }
  @media (min-width: 650px) {
    .home .social-feeds {
      padding: 85px 20px 50px; } }
  @media (min-width: 900px) {
    .home .social-feeds {
      padding: 110px 20px 50px; } }
  .home .social-feeds:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 10px;
    background: #D8D8D8 url("../images/polygon-horizontal.png") repeat-x;
    background-size: 10px 10px; }
    @media (min-width: 650px) {
      .home .social-feeds:before {
        content: normal; } }
  .home .social-feeds > header {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    text-align: center;
    margin-bottom: 21px; }
    @media (min-width: 900px) {
      .home .social-feeds > header {
        margin-bottom: 23px; } }
    .home .social-feeds > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      color: #03A9F4;
      font-family: "Dancing Script", sans-serif;
      margin-bottom: 40px;
      font-size: 2.5rem !important;
      line-height: 1 !important;
      margin: 0; }
      @media (min-width: 650px) {
        .home .social-feeds > header .fsElementTitle {
          font-size: 60px;
          line-height: 70px; } }
      @media (min-width: 650px) {
        .home .social-feeds > header .fsElementTitle {
          font-size: 3.75rem !important; } }
      @media (min-width: 900px) {
        .home .social-feeds > header .fsElementTitle {
          font-size: 5rem !important;
          line-height: 4.375rem !important; } }
  .home .social-feeds > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .home .social-feeds .fsTabsNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 31px; }
    @media (min-width: 650px) {
      .home .social-feeds .fsTabsNav {
        margin-bottom: 40px; } }
    @media (min-width: 900px) {
      .home .social-feeds .fsTabsNav {
        margin-bottom: 50px; } }
    .home .social-feeds .fsTabsNav li.fsStateSelected a {
      background: url("../images/social-brushstroke.svg");
      color: #FFF; }
      .home .social-feeds .fsTabsNav li.fsStateSelected a:hover, .home .social-feeds .fsTabsNav li.fsStateSelected a:focus {
        color: #FFF; }
    .home .social-feeds .fsTabsNav li:nth-child(1) a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 1.6875rem; }
    .home .social-feeds .fsTabsNav li:nth-child(2) a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 1.6875rem; }
    .home .social-feeds .fsTabsNav li:nth-child(3) a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 1.625rem; }
    .home .social-feeds .fsTabsNav li a {
      width: 60px;
      height: 57px;
      font-weight: normal;
      border-radius: 0;
      padding: 0;
      font-size: 0;
      line-height: 1;
      text-align: center;
      color: #9EA4A9; }
      .home .social-feeds .fsTabsNav li a:hover, .home .social-feeds .fsTabsNav li a:focus {
        color: #606066; }
      .home .social-feeds .fsTabsNav li a:before {
        line-height: 57px;
        display: block; }
  .home .social-feeds .fsPanel {
    border: 0;
    display: none !important; }
    .home .social-feeds .fsPanel.fsStateOpen {
      display: block !important; }
    .home .social-feeds .fsPanel > header {
      display: none !important; }
    .home .social-feeds .fsPanel > .fsElementContent {
      padding: 0;
      display: block !important; }
  .home .social-feeds .fsFeeds.fsCustom > .fsElementContent {
    display: -ms-flexbox;
    display: flex; }
  .home .social-feeds .fsFeeds.fsCustom.instagram-feed .fsFeed-post .post-url:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.6875rem; }
  .home .social-feeds .fsFeeds.fsCustom.facebook-feed .fsFeed-post .post-url:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.6875rem; }
  .home .social-feeds .fsFeeds.fsCustom.twitter-feed .fsFeed-post .post-url:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 1.625rem; }
  @media (min-width: 650px) {
    .home .social-feeds .fsFeeds.fsCustom .col-1 {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 900px) {
    .home .social-feeds .fsFeeds.fsCustom .col-1 {
      display: block;
      width: 56.78%;
      margin-right: 10px; } }
  .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) {
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 650px) {
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) {
        width: calc(50% - 10px);
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media (min-width: 900px) {
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 10px;
        margin-right: 0;
        width: auto; } }
    .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) .feed-content {
      padding: 20px 20px 87px;
      width: calc(100% - 20px);
      margin: 0 auto; }
      @media (min-width: 900px) {
        .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) .feed-content {
          position: absolute;
          top: 20px;
          left: 0;
          width: calc((100% - 55.223%) + 10px);
          height: calc(100% - 40px);
          margin: 0;
          padding: 40px 40px 86px; } }
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) .feed-content:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 20px;
        border-top: 40px solid rgba(0, 51, 161, 0.96);
        border-left: 30px solid transparent; }
        @media (min-width: 900px) {
          .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) .feed-content:after {
            top: 20px;
            left: 100%;
            right: auto;
            border-left: 0;
            border-top: 30px solid rgba(0, 51, 161, 0.96);
            border-right: 40px solid transparent; } }
    .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) .img-wrapper {
      width: 100%;
      margin-top: -10px; }
      @media (min-width: 900px) {
        .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(1) .img-wrapper {
          width: 55.223%;
          margin-top: 0; } }
  .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) {
    display: none; }
    @media (min-width: 650px) {
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(50% - 10px); } }
    @media (min-width: 900px) {
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) {
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto; } }
    .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .img-wrapper {
      position: relative; }
      @media (min-width: 900px) {
        .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .img-wrapper {
          width: 32.835%;
          margin-left: 40px;
          padding: 20px 0 50px; } }
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .img-wrapper:after {
        position: absolute;
        bottom: 20px;
        right: 10px;
        border-top: 30px solid rgba(0, 51, 161, 0.96);
        border-left: 40px solid transparent; }
        @media (min-width: 900px) {
          .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .img-wrapper:after {
            content: ''; } }
    .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .feed-content {
      width: calc(100% - 20px);
      padding: 20px 20px 95px;
      position: relative; }
      .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .feed-content:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 20px;
        border-top: 40px solid rgba(0, 51, 161, 0.96);
        border-left: 30px solid transparent; }
        @media (min-width: 900px) {
          .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .feed-content:after {
            content: normal; } }
      @media (min-width: 900px) {
        .home .social-feeds .fsFeeds.fsCustom .col-1 .fsFeed-post:nth-child(2) .feed-content {
          padding: 40px 40px 95px;
          width: calc((100% -  32.835%) - 30px);
          position: absolute;
          top: 0;
          left: calc(32.835% + 30px);
          height: 100%; } }
  .home .social-feeds .fsFeeds.fsCustom .col-2 {
    width: calc((100% - 56.78%) - 10px);
    padding-top: 20px;
    display: none; }
    @media (min-width: 900px) {
      .home .social-feeds .fsFeeds.fsCustom .col-2 {
        display: block; } }
    .home .social-feeds .fsFeeds.fsCustom .col-2 .fsFeed-post {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start; }
      .home .social-feeds .fsFeeds.fsCustom .col-2 .fsFeed-post .feed-content {
        margin-bottom: -10px;
        padding: 40px 40px 88px;
        height: 210px;
        width: calc(100% - 20px); }
        .home .social-feeds .fsFeeds.fsCustom .col-2 .fsFeed-post .feed-content:after {
          content: '';
          position: absolute;
          top: 100%;
          right: 20px;
          border-top: 40px solid rgba(0, 51, 161, 0.96);
          border-left: 30px solid transparent; }
  .home .social-feeds .fsFeeds.fsCustom .fsFeed-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .img-wrapper {
      position: relative; }
    .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .feed-img {
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .feed-desc {
      height: 100%;
      overflow: hidden; }
    .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .feed-content {
      font-size: 1rem;
      line-height: 1.5625;
      color: #FFF;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background: rgba(0, 51, 161, 0.96);
      position: relative;
      z-index: 1; }
      .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .feed-content a {
        color: #FFC400; }
        .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .feed-content a:hover, .home .social-feeds .fsFeeds.fsCustom .fsFeed-post .feed-content a:focus {
          color: #A3D45A; }
    .home .social-feeds .fsFeeds.fsCustom .fsFeed-post a.post-url {
      position: absolute;
      bottom: 30px;
      left: 40px;
      font-size: 0;
      line-height: 1;
      color: rgba(255, 255, 255, 0.5); }
      .home .social-feeds .fsFeeds.fsCustom .fsFeed-post a.post-url:hover, .home .social-feeds .fsFeeds.fsCustom .fsFeed-post a.post-url:focus {
        color: #FFF; }

.home .next-step {
  padding: 30px 20px 53px; }
  @media (min-width: 650px) {
    .home .next-step {
      padding: 40px 20px 73px; } }
  @media (min-width: 900px) {
    .home .next-step {
      padding: 50px 20px 93px; } }
  .home .next-step > header {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 38px; }
    @media (min-width: 650px) {
      .home .next-step > header {
        margin-bottom: 41px; } }
    .home .next-step > header:before {
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      border-radius: 4px;
      background: #cccccc; }
      @media (min-width: 650px) {
        .home .next-step > header:before {
          content: ''; } }
    .home .next-step > header .fsElementTitle {
      color: #343B41;
      font-family: "freight-text-pro", serif;
      background: #FFF;
      font-size: 1.5rem;
      line-height: 1.29167;
      margin-bottom: 0;
      position: relative; }
      @media (min-width: 650px) {
        .home .next-step > header .fsElementTitle {
          font-size: 1.75rem;
          line-height: 2.3125rem;
          padding: 0 17px; } }
  .home .next-step > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 56.66667em;
    max-width: 63.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 900px) {
      .home .next-step > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .home .next-step .circle-button {
    position: relative;
    padding-bottom: 52px;
    text-align: center;
    max-width: 300px;
    width: 100%; }
    .home .next-step .circle-button:not(:last-child) {
      margin-bottom: 40px; }
      @media (min-width: 900px) {
        .home .next-step .circle-button:not(:last-child) {
          margin-bottom: 0; } }
    .home .next-step .circle-button.hover-active {
      outline: 1px solid #4D90FE; }
    .home .next-step .circle-button:hover > header, .home .next-step .circle-button.hover-active > header {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
      .home .next-step .circle-button:hover > header .fsElementHeaderContent:before, .home .next-step .circle-button.hover-active > header .fsElementHeaderContent:before {
        opacity: 1; }
    .home .next-step .circle-button:hover > .fsElementContent a, .home .next-step .circle-button.hover-active > .fsElementContent a {
      color: #011F90; }
    .home .next-step .circle-button > header {
      background-size: cover;
      background-position: center;
      border-radius: 100%;
      max-width: 206px;
      border: 3px solid #FFC400;
      margin: 0 auto;
      transition: box-shadow 0.18s ease; }
      .home .next-step .circle-button > header .fsElementHeaderContent {
        background-size: cover;
        background-position: center;
        border-radius: 100%;
        margin: 0;
        border: 10px solid #FFF;
        position: relative; }
        .home .next-step .circle-button > header .fsElementHeaderContent:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 51, 161, 0.7);
          opacity: 0;
          transition: all 0.3s ease;
          border-radius: 100%; }
      .home .next-step .circle-button > header img {
        display: block;
        width: 100%;
        opacity: 0; }
    .home .next-step .circle-button > .fsElementContent a {
      font-family: "Dancing Script", sans-serif;
      color: #03A9F4;
      font-size: 2.25rem;
      line-height: 1.166;
      outline: 0;
      font-weight: normal;
      transition: all 0.3s ease;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: end;
      align-items: flex-end;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.home.fsAccountBarVisible #fsHeader .top-header.fixed > .fsElementContent {
  position: fixed;
  top: 45px; }

.home.fsAccountBarVisible #fsHeader .top-header > .fsElementContent {
  position: absolute; }

.home.fsComposeMode .next-step .circle-button {
  padding-bottom: 0; }
  .home.fsComposeMode .next-step .circle-button > .fsElementContent {
    position: static; }

.home.fsComposeMode .school-happenings .latest-news {
  display: block; }
  .home.fsComposeMode .school-happenings .latest-news .slick-slider {
    position: static;
    width: auto !important; }

.home.fsComposeMode .sell-ais .image-rotation .fsResourceElement {
  display: block; }

.home.fsComposeMode .topics-container .topic {
  display: block; }
  .home.fsComposeMode .topics-container .topic:before {
    content: normal; }
  .home.fsComposeMode .topics-container .topic > .fsElementContent {
    display: block; }
  .home.fsComposeMode .topics-container .topic .wrapper {
    display: none; }

@keyframes fill-bar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

.landing:not(.fsDraftMode):before {
  content: '';
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #D8D8D8;
  transition: 0.3s all; }

.landing:not(.fsDraftMode):after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background: #0033A1;
  width: 0%;
  animation: 3s fill-bar ease-in-out forwards;
  z-index: 9999;
  transition: 0.3s all; }

.landing:not(.fsDraftMode).is-loaded:before, .landing:not(.fsDraftMode).is-loaded:after {
  opacity: 0;
  visibility: hidden; }

.landing #fsPageBodyWrapper {
  padding: 48px 20px 30px; }
  @media (min-width: 650px) {
    .landing #fsPageBodyWrapper {
      padding: 50px 20px 60px; } }

.landing .fsPageLayout > .fsDiv > .fsElement:last-child {
  margin-bottom: 0 !important; }

.landing .fsBreadcrumb {
  padding-top: 38px; }

.landing .lamp-divider,
.landing .owl-divider {
  margin-bottom: 23px; }
  @media (min-width: 650px) {
    .landing .lamp-divider,
    .landing .owl-divider {
      margin-bottom: 30px; } }
  .landing .lamp-divider + .fsElement.fsContent,
  .landing .owl-divider + .fsElement.fsContent {
    position: relative;
    margin: 0 auto;
    max-width: 54.44444em;
    max-width: 61.25rem;
    margin-bottom: 50px;
    font-size: 1rem;
    line-height: 1.5625; }
    @media (min-width: 650px) {
      .landing .lamp-divider + .fsElement.fsContent,
      .landing .owl-divider + .fsElement.fsContent {
        margin-bottom: 70px;
        font-size: 1.125rem;
        line-height: 1.8125rem; } }

.landing .nav-tier {
  border-bottom: 0;
  padding: 12px 20px; }

.landing .school-vid {
  margin-bottom: 30px; }
  @media (min-width: 650px) {
    .landing .school-vid {
      margin-bottom: 90px; } }

.landing .landing-hero {
  position: relative; }
  .landing .landing-hero .slick-slider {
    padding: 0 0 20px !important;
    margin: 0;
    position: relative; }
  .landing .landing-hero .fsPrevButton,
  .landing .landing-hero .fsNextButton {
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    right: 33px;
    -ms-transform: none;
    transform: none;
    font-size: 0;
    line-height: 1;
    color: rgba(96, 96, 102, 0.8);
    transition: 0.3s color; }
    @media (min-width: 650px) {
      .landing .landing-hero .fsPrevButton,
      .landing .landing-hero .fsNextButton {
        color: rgba(255, 255, 255, 0.8);
        right: 75px; } }
    .landing .landing-hero .fsPrevButton:hover, .landing .landing-hero .fsPrevButton:focus,
    .landing .landing-hero .fsNextButton:hover,
    .landing .landing-hero .fsNextButton:focus {
      color: #606066; }
      @media (min-width: 650px) {
        .landing .landing-hero .fsPrevButton:hover, .landing .landing-hero .fsPrevButton:focus,
        .landing .landing-hero .fsNextButton:hover,
        .landing .landing-hero .fsNextButton:focus {
          color: #FFF; } }
    .landing .landing-hero .fsPrevButton:before,
    .landing .landing-hero .fsNextButton:before {
      color: inherit;
      font-size: 1.1875rem;
      position: static;
      -ms-transform: none;
      transform: none;
      transition: none; }
  .landing .landing-hero .fsPrevButton {
    bottom: 48px; }
    @media (min-width: 650px) {
      .landing .landing-hero .fsPrevButton {
        bottom: 176px; } }
    .landing .landing-hero .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .landing .landing-hero .fsNextButton {
    bottom: 80px; }
    @media (min-width: 650px) {
      .landing .landing-hero .fsNextButton {
        bottom: 208px; } }
    .landing .landing-hero .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .landing .landing-hero article {
    padding: 0;
    position: relative; }
    .landing .landing-hero article picture {
      display: block;
      background-size: cover;
      background-position: center; }
    .landing .landing-hero article img {
      display: block;
      opacity: 0;
      width: 100%; }
    .landing .landing-hero article .media-wrapper {
      position: relative; }
      .landing .landing-hero article .media-wrapper:after {
        content: '';
        background: url("https://agnesirwinschool.org/uploaded/themes/default_17/images/hero-brushstroke.png") repeat-x;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 124px; }
    .landing .landing-hero article figcaption {
      max-width: 1290px;
      width: 100%;
      margin: 0 auto;
      padding: 0 90px 0 20px;
      color: #4D4D53;
      font-size: 1rem;
      line-height: 1.4375;
      font-style: normal;
      white-space: normal; }
      @media (min-width: 650px) {
        .landing .landing-hero article figcaption {
          color: #FFF;
          position: absolute;
          bottom: 89px;
          left: 0;
          right: 0;
          font-size: 1.125rem;
          line-height: 1.8125rem; } }
      .landing .landing-hero article figcaption > * {
        max-width: 780px; }
      .landing .landing-hero article figcaption .fsTitle {
        font-weight: 400;
        color: #1397F1;
        font-size: 2.5rem;
        line-height: 1;
        font-family: "Dancing Script", sans-serif;
        margin-bottom: 12px;
        max-width: 880px; }
        @media (min-width: 650px) {
          .landing .landing-hero article figcaption .fsTitle {
            color: #FFF;
            font-size: 3.125rem; } }
        @media (min-width: 900px) {
          .landing .landing-hero article figcaption .fsTitle {
            font-size: 3.75rem; } }
        .landing .landing-hero article figcaption .fsTitle a {
          color: inherit;
          font-weight: normal;
          display: block; }

.landing .full-width {
  margin: 0 -20px 35px; }
  @media (min-width: 1200px) {
    .landing .full-width {
      margin: 0 auto 100px;
      width: 0; } }
  .landing .full-width > .fsElementContent {
    position: relative; }
    @media (min-width: 1200px) {
      .landing .full-width > .fsElementContent {
        max-width: 100vw;
        margin: 0 -50vw; } }
    .landing .full-width > .fsElementContent:before, .landing .full-width > .fsElementContent:after {
      content: '';
      background: url("https://agnesirwinschool.org/uploaded/themes/default_17/images/hero-brushstroke.png") repeat-x;
      position: absolute;
      left: 0;
      width: 100%;
      height: 124px;
      z-index: 1; }
    .landing .full-width > .fsElementContent:before {
      top: 0;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .landing .full-width > .fsElementContent:after {
      bottom: 0; }

.landing .infograph {
  border: white 1px solid;
  position: relative;
  padding: 90px 0 165px; }
  @media (min-width: 650px) {
    .landing .infograph {
      padding: 130px 0 135px; } }
  .landing .infograph:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFBA00;
    opacity: 0.9; }
  .landing .infograph > header {
    position: relative; }
    .landing .infograph > header:before, .landing .infograph > header:after {
      content: '';
      position: absolute;
      top: 12px;
      width: 60px;
      height: 1px;
      background: rgba(0, 0, 0, 0.2); }
    .landing .infograph > header:before {
      left: calc(50% - 90px); }
    .landing .infograph > header:after {
      left: calc(50% + 30px); }
    .landing .infograph > header .fsElementTitle {
      text-transform: uppercase;
      font-size: 1.25rem;
      line-height: 1.2;
      letter-spacing: 3px;
      margin-bottom: 32px;
      position: relative;
      text-align: center;
      color: #2C2929; }
      @media (min-width: 650px) {
        .landing .infograph > header .fsElementTitle {
          font-size: 1.875rem;
          line-height: 0.966;
          margin-bottom: 62px; } }
      .landing .infograph > header .fsElementTitle:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 60px;
        margin: 0 auto 13px;
        position: relative;
        z-index: 5;
        color: #0033A1;
        font-size: 1.5625rem;
        line-height: 1; }
  .landing .infograph > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 67.77778em;
    max-width: 76.25rem;
    padding: 0 60px; }
    @media (min-width: 1200px) {
      .landing .infograph > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px; } }
  .landing .infograph .slick-prev,
  .landing .infograph .slick-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
    color: #2C2929;
    text-align: center; }
    .landing .infograph .slick-prev:before,
    .landing .infograph .slick-next:before {
      font-size: 0.8125rem;
      line-height: 30px;
      position: relative; }
  .landing .infograph .slick-prev {
    left: 10px; }
    .landing .infograph .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: -2px;
      top: 2px; }
  .landing .infograph .slick-next {
    right: 10px; }
    .landing .infograph .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: -1px;
      top: 1px; }
  .landing .infograph .icon {
    width: 160px;
    margin-bottom: 0;
    text-align: center; }
    .landing .infograph .icon > header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 5px; }
      .landing .infograph .icon > header .fsElementTitle {
        -ms-flex-order: 2;
        order: 2;
        font-size: 1.875rem;
        line-height: 1.2333;
        font-weight: 700;
        font-family: "nimbus-sans", sans-serif;
        margin-bottom: 0; }
      .landing .infograph .icon > header .fsElementHeaderContent {
        margin-bottom: 25px;
        -ms-flex-order: 1;
        order: 1;
        height: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .landing .infograph .icon > header .fsElementHeaderContent img {
          display: block; }
    .landing .infograph .icon > .fsElementContent {
      font-size: 0.875rem;
      line-height: 1.4285;
      color: #2C2929; }

.landing .image-grid {
  margin: 0 -20px 50px; }
  @media (min-width: 650px) {
    .landing .image-grid {
      width: 0;
      margin: 0 auto 100px; } }
  .landing .image-grid > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 650px) {
      .landing .image-grid > .fsElementContent {
        max-width: 100vw;
        margin: 0 -50vw;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .landing .image-grid .fsResourceElement.fsSingleItem {
    margin-bottom: 0;
    width: 50%; }
    .landing .image-grid .fsResourceElement.fsSingleItem:nth-of-type(1) {
      margin-top: 10px; }
    .landing .image-grid .fsResourceElement.fsSingleItem:nth-of-type(3) {
      margin-top: -10px; }
    @media (min-width: 650px) {
      .landing .image-grid .fsResourceElement.fsSingleItem {
        width: calc(100% / 3); }
        .landing .image-grid .fsResourceElement.fsSingleItem:nth-of-type(1) {
          margin-top: 0; }
        .landing .image-grid .fsResourceElement.fsSingleItem:nth-of-type(2) {
          margin-top: 20px; } }
    .landing .image-grid .fsResourceElement.fsSingleItem img {
      border: 0;
      box-shadow: none;
      width: 100%; }

.landing .community-voices {
  margin: 0 -10px 50px; }
  @media (min-width: 650px) {
    .landing .community-voices {
      padding-bottom: 30px;
      margin: 0 0 102px; } }
  .landing .community-voices > header {
    text-align: center;
    margin-bottom: 32px; }
    @media (min-width: 650px) {
      .landing .community-voices > header {
        margin-bottom: 60px; } }
    .landing .community-voices > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      color: #03A9F4;
      font-family: "Dancing Script", sans-serif;
      margin-bottom: 40px;
      font-size: 2.5rem !important;
      line-height: 1 !important;
      margin: 0; }
      @media (min-width: 650px) {
        .landing .community-voices > header .fsElementTitle {
          font-size: 60px;
          line-height: 70px; } }
      @media (min-width: 650px) {
        .landing .community-voices > header .fsElementTitle {
          font-size: 3.75rem !important;
          line-height: 1 !important; } }
      @media (min-width: 900px) {
        .landing .community-voices > header .fsElementTitle {
          font-size: 5rem !important;
          line-height: 4.375rem !important; } }
    .landing .community-voices > header .fsElementHeaderContent {
      margin-top: 30px;
      margin-bottom: 0; }
  .landing .community-voices > .fsElementContent {
    padding: 0 20px; }
    @media (min-width: 650px) {
      .landing .community-voices > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0; } }
  .landing .community-voices .slick-prev,
  .landing .community-voices .slick-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 1;
    color: #2C2929;
    text-align: center; }
    .landing .community-voices .slick-prev:before,
    .landing .community-voices .slick-next:before {
      font-size: 0.8125rem;
      line-height: 30px;
      position: relative; }
  .landing .community-voices .slick-prev {
    left: 0px; }
    .landing .community-voices .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: -2px;
      top: 2px; }
  .landing .community-voices .slick-next {
    right: 0px; }
    .landing .community-voices .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: -1px;
      top: 1px; }
  .landing .community-voices .fsPanel {
    border: 0;
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: block !important; }
    @media (min-width: 650px) {
      .landing .community-voices .fsPanel {
        display: none !important; }
        .landing .community-voices .fsPanel.fsOpen {
          display: block !important; } }
    .landing .community-voices .fsPanel > header {
      display: none !important; }
    .landing .community-voices .fsPanel > .fsElementContent {
      padding: 0;
      display: block !important; }
      @media (min-width: 650px) {
        .landing .community-voices .fsPanel > .fsElementContent {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center;
          align-items: center; } }
  .landing .community-voices .fsTabsNav {
    -ms-flex-order: 999;
    order: 999;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    margin: 0 auto;
    max-width: 53.66667em;
    max-width: 60.375rem;
    margin-top: 59px; }
    @media (min-width: 650px) {
      .landing .community-voices .fsTabsNav {
        display: -ms-flexbox;
        display: flex; } }
    .landing .community-voices .fsTabsNav li {
      margin: 5px 24px; }
      .landing .community-voices .fsTabsNav li.fsStateSelected a {
        opacity: 1; }
      .landing .community-voices .fsTabsNav li a {
        background-size: cover;
        background-position: center;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        font-size: 0;
        line-height: 1;
        border: 1px solid #D8D8D8;
        opacity: 0.7;
        transition: all 0.3s ease;
        position: relative; }
        .landing .community-voices .fsTabsNav li a span {
          padding-top: 6px;
          position: absolute;
          top: 100%;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-size: 1rem;
          line-height: 1.5625;
          font-weight: normal;
          color: #606066;
          white-space: nowrap;
          transition: all 0.3s ease;
          opacity: 0;
          visibility: hidden; }
        .landing .community-voices .fsTabsNav li a:hover, .landing .community-voices .fsTabsNav li a:focus {
          opacity: 1; }
          .landing .community-voices .fsTabsNav li a:hover span, .landing .community-voices .fsTabsNav li a:focus span {
            opacity: 1;
            visibility: visible; }
  .landing .community-voices .image {
    position: relative;
    margin-bottom: 30px;
    padding: 0 35px; }
    @media (min-width: 650px) {
      .landing .community-voices .image {
        width: 360px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0; } }
    .landing .community-voices .image:before {
      content: '';
      position: absolute;
      top: -5px;
      left: 35px;
      width: calc(100% - 70px);
      height: calc(100% + 10px);
      border: 5px solid #FFF;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
      @media (min-width: 650px) {
        .landing .community-voices .image:before {
          top: -5px;
          left: -5px;
          width: calc(100% + 10px);
          height: calc(100% + 10px); } }
    .landing .community-voices .image img {
      box-shadow: none;
      border: 0;
      width: 100%; }
  .landing .community-voices .content {
    position: relative;
    padding: 0 10px; }
    @media (min-width: 650px) {
      .landing .community-voices .content {
        margin-left: 40px;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    @media (min-width: 900px) {
      .landing .community-voices .content {
        margin-left: 80px; } }
    .landing .community-voices .content > header {
      margin-bottom: 15px; }
      @media (min-width: 650px) {
        .landing .community-voices .content > header {
          margin-bottom: 28px; } }
      .landing .community-voices .content > header .fsElementTitle {
        margin-bottom: 3px;
        font-size: 1.5rem;
        line-height: 1.2916; }
        @media (min-width: 650px) {
          .landing .community-voices .content > header .fsElementTitle {
            margin-bottom: 1px;
            font-size: 28px;
            line-height: 37px; } }
      .landing .community-voices .content > header .fsElementHeaderContent {
        margin-top: 0;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #03A9F4;
        font-family: "nimbus-sans", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 1rem;
        line-height: 1.1875;
        margin: 0;
        color: #9EA4A9; }
        @media (min-width: 650px) {
          .landing .community-voices .content > header .fsElementHeaderContent {
            font-size: 1.25rem;
            line-height: 1.5rem; } }
    .landing .community-voices .content > .fsElementContent {
      font-size: 1.125rem;
      line-height: 1.3889;
      color: #2C2929;
      font-family: "freight-text-pro", serif; }
      @media (min-width: 650px) {
        .landing .community-voices .content > .fsElementContent {
          font-size: 1.375rem;
          line-height: 1.5; } }
      .landing .community-voices .content > .fsElementContent p {
        margin-bottom: 15px; }
        @media (min-width: 650px) {
          .landing .community-voices .content > .fsElementContent p {
            margin-bottom: 25px; } }
        .landing .community-voices .content > .fsElementContent p:last-child {
          margin-bottom: 0; }
      .landing .community-voices .content > .fsElementContent .fs_style_55 {
        font-family: "nimbus-sans", sans-serif;
        font-size: 1rem;
        line-height: 1.8125; }
        @media (min-width: 650px) {
          .landing .community-voices .content > .fsElementContent .fs_style_55 {
            font-size: 1.125rem;
            line-height: 1.611; } }

.landing .school-happenings .latest-news, .landing .school-happenings .upcoming-events {
  display: block; }
  .landing .school-happenings .latest-news .slick-slider, .landing .school-happenings .upcoming-events .slick-slider {
    position: static;
    width: auto !important; }

.landing .latest-news, .landing .upcoming-events {
  padding-top: 3px;
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 650px) {
    .landing .latest-news, .landing .upcoming-events {
      margin-bottom: 98px; } }
  .landing .latest-news > .fsElementContent, .landing .upcoming-events > .fsElementContent {
    position: static; }
  .landing .latest-news .slick-list, .landing .upcoming-events .slick-list {
    margin: 0 -10px; }
  .landing .latest-news > header, .landing .upcoming-events > header {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .landing .latest-news > header:before, .landing .upcoming-events > header:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: calc(100% - 110px);
      height: 1px;
      background: #cccccc; }
    .landing .latest-news > header .fsElementTitle, .landing .upcoming-events > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 24px;
      line-height: 32px;
      color: #0033A1;
      font-family: "freight-text-pro", serif;
      margin-bottom: 20px;
      padding-right: 9px;
      margin: 0;
      background: #FFF;
      position: relative; }
  .landing .latest-news .fsPrevButton,
  .landing .latest-news .fsNextButton, .landing .upcoming-events .fsPrevButton,
  .landing .upcoming-events .fsNextButton {
    -ms-transform: none;
    transform: none;
    top: 0;
    left: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 100%;
    background: #FFF;
    font-size: 0;
    line-height: 1;
    color: #777;
    text-align: center;
    transition: 0.3s all; }
    .landing .latest-news .fsPrevButton:hover, .landing .latest-news .fsPrevButton:focus,
    .landing .latest-news .fsNextButton:hover,
    .landing .latest-news .fsNextButton:focus, .landing .upcoming-events .fsPrevButton:hover, .landing .upcoming-events .fsPrevButton:focus,
    .landing .upcoming-events .fsNextButton:hover,
    .landing .upcoming-events .fsNextButton:focus {
      background: #cccccc;
      color: #FFF; }
      .landing .latest-news .fsPrevButton:hover:before, .landing .latest-news .fsPrevButton:focus:before,
      .landing .latest-news .fsNextButton:hover:before,
      .landing .latest-news .fsNextButton:focus:before, .landing .upcoming-events .fsPrevButton:hover:before, .landing .upcoming-events .fsPrevButton:focus:before,
      .landing .upcoming-events .fsNextButton:hover:before,
      .landing .upcoming-events .fsNextButton:focus:before {
        color: inherit; }
    .landing .latest-news .fsPrevButton:before,
    .landing .latest-news .fsNextButton:before, .landing .upcoming-events .fsPrevButton:before,
    .landing .upcoming-events .fsNextButton:before {
      position: static;
      -ms-transform: none;
      transform: none;
      font-size: 0.8125rem;
      transition: none;
      color: inherit; }
  .landing .latest-news .fsPrevButton, .landing .upcoming-events .fsPrevButton {
    right: 50px; }
    .landing .latest-news .fsPrevButton:before, .landing .upcoming-events .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .landing .latest-news .fsNextButton, .landing .upcoming-events .fsNextButton {
    right: 0; }
    .landing .latest-news .fsNextButton:before, .landing .upcoming-events .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .landing .latest-news .slick-slider, .landing .upcoming-events .slick-slider {
    padding: 0;
    margin: 0; }
  .landing .latest-news article, .landing .upcoming-events article {
    padding: 0;
    position: relative;
    margin: 0 10px;
    width: 380px;
    transition: all 0.3s ease; }
    .landing .latest-news article:before, .landing .upcoming-events article:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 200px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
    .landing .latest-news article .fsThumbnail, .landing .upcoming-events article .fsThumbnail {
      margin: 0; }
      .landing .latest-news article .fsThumbnail .fsCroppedImage, .landing .upcoming-events article .fsThumbnail .fsCroppedImage {
        padding-bottom: 260px; }
    .landing .latest-news article .fsTitle, .landing .upcoming-events article .fsTitle {
      position: absolute;
      bottom: 25px;
      left: 30px;
      width: calc(100% - 60px);
      font-size: 1rem;
      line-height: 1.25;
      color: #FFF; }
      .landing .latest-news article .fsTitle > a, .landing .upcoming-events article .fsTitle > a {
        font-weight: 700; }
        .landing .latest-news article .fsTitle > a:hover, .landing .latest-news article .fsTitle > a:focus, .landing .upcoming-events article .fsTitle > a:hover, .landing .upcoming-events article .fsTitle > a:focus {
          color: #A3D45A; }
  .landing .latest-news > footer, .landing .upcoming-events > footer {
    margin-top: 12px;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    .landing .latest-news > footer .fsElementFooterContent, .landing .upcoming-events > footer .fsElementFooterContent {
      margin: 0; }
      .landing .latest-news > footer .fsElementFooterContent .fs_style_55, .landing .upcoming-events > footer .fsElementFooterContent .fs_style_55 {
        font-size: 1.125rem;
        line-height: 1.612; }

.landing .fsCalendar.fsSlideshow {
  margin-bottom: 50px; }
  @media (min-width: 650px) {
    .landing .fsCalendar.fsSlideshow {
      margin-bottom: 100px; } }

.landing.fsAccountBarVisible #fsHeader .top-header {
  padding-bottom: 80px; }
  .landing.fsAccountBarVisible #fsHeader .top-header.fixed {
    padding-bottom: 0; }
    .landing.fsAccountBarVisible #fsHeader .top-header.fixed > .fsElementContent {
      position: fixed;
      top: 45px; }
  .landing.fsAccountBarVisible #fsHeader .top-header > .fsElementContent {
    position: absolute; }

.landing.fsComposeMode .image-grid {
  width: auto; }
  .landing.fsComposeMode .image-grid > .fsElementContent {
    margin: 0 !important;
    max-width: initial !important; }

.landing.fsComposeMode .full-width {
  margin-left: 0;
  margin-right: 0;
  width: auto; }
  .landing.fsComposeMode .full-width > .fsElementContent {
    margin: 0;
    max-width: initial; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin: 2em 0;
    height: 4em;
    width: 50%; }
    @media (min-width: 650px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #606066;
      color: #606066; }
      .colors ol li:nth-of-type(1):after {
        content: "#606066"; }
    .colors ol li:nth-of-type(2) {
      background: #0033A1;
      color: #0033A1; }
      .colors ol li:nth-of-type(2):after {
        content: "#0033A1"; }
    .colors ol li:nth-of-type(3) {
      background: #FFC400;
      color: #FFC400; }
      .colors ol li:nth-of-type(3):after {
        content: "#FFC400"; }
    .colors ol li:nth-of-type(4) {
      background: #D8D8D8;
      color: #D8D8D8; }
      .colors ol li:nth-of-type(4):after {
        content: "#D8D8D8"; }
    .colors ol li:nth-of-type(5) {
      background: #888888;
      color: #888888; }
      .colors ol li:nth-of-type(5):after {
        content: "#888888"; }
    .colors ol li:nth-of-type(6) {
      background: #002B88;
      color: #002B88; }
      .colors ol li:nth-of-type(6):after {
        content: "#002B88"; }
    .colors ol li:nth-of-type(7) {
      background: #03A9F4;
      color: #03A9F4; }
      .colors ol li:nth-of-type(7):after {
        content: "#03A9F4"; }
    .colors ol li:nth-of-type(8) {
      background: #9EA4A9;
      color: #9EA4A9; }
      .colors ol li:nth-of-type(8):after {
        content: "#9EA4A9"; }
    .colors ol li:nth-of-type(9) {
      background: #2C2929;
      color: #2C2929; }
      .colors ol li:nth-of-type(9):after {
        content: "#2C2929"; }
    .colors ol li:nth-of-type(10) {
      background: #88B14B;
      color: #88B14B; }
      .colors ol li:nth-of-type(10):after {
        content: "#88B14B"; }
    .colors ol li:nth-of-type(11) {
      background: #A3D45A;
      color: #A3D45A; }
      .colors ol li:nth-of-type(11):after {
        content: "#A3D45A"; }
    .colors ol li:nth-of-type(12) {
      background: #cccccc;
      color: #cccccc; }
      .colors ol li:nth-of-type(12):after {
        content: "#cccccc"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "freight-text-pro", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "freight-text-pro, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "nimbus-sans", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "nimbus-sans, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Dancing Script", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Dancing Script, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(4):after {
        content: "IcoMoon"; }

.headers h1:after {
  content: " size: 60px / line: 70px"; }

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

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

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

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

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

/*! enhancements - 50/50 Slideshow */
.fsResourceElement.fsSlideshow.custom-5050 > .fsElementContent {
  padding-right: 10px; }

.fsResourceElement.fsSlideshow.custom-5050 .fsPrevButton,
.fsResourceElement.fsSlideshow.custom-5050 .fsNextButton {
  position: absolute;
  top: auto;
  left: auto;
  -ms-transform: none;
  transform: none;
  right: 0;
  background: rgba(3, 169, 244, 0.9);
  width: 52px;
  height: 46px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0;
  line-height: 1;
  text-align: center;
  transition: 0.3s all; }
  .fsResourceElement.fsSlideshow.custom-5050 .fsPrevButton:hover, .fsResourceElement.fsSlideshow.custom-5050 .fsPrevButton:focus,
  .fsResourceElement.fsSlideshow.custom-5050 .fsNextButton:hover,
  .fsResourceElement.fsSlideshow.custom-5050 .fsNextButton:focus {
    color: #FFF; }
  .fsResourceElement.fsSlideshow.custom-5050 .fsPrevButton:before,
  .fsResourceElement.fsSlideshow.custom-5050 .fsNextButton:before {
    font-size: 1.125rem;
    color: inherit;
    position: relative;
    -ms-transform: none;
    transform: none; }

.fsResourceElement.fsSlideshow.custom-5050 .fsPrevButton {
  bottom: 10px; }
  .fsResourceElement.fsSlideshow.custom-5050 .fsPrevButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    top: -7px; }

.fsResourceElement.fsSlideshow.custom-5050 .fsNextButton {
  bottom: 56px; }
  .fsResourceElement.fsSlideshow.custom-5050 .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    top: 7px; }

.fsResourceElement.fsSlideshow.custom-5050 .slick-slider {
  padding: 0;
  margin: 0; }

.fsResourceElement.fsSlideshow.custom-5050 .slick-slide {
  padding: 0;
  overflow: hidden; }

.fsResourceElement.fsSlideshow.custom-5050 figure {
  display: -ms-flexbox;
  display: flex; }
  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure {
    -ms-flex-direction: column;
    flex-direction: column; }
    body:not(.fsHasRightBanner):not(.fsHasLeftBanner) .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture {
      width: 100%;
      padding-top: 0; }
    body:not(.fsHasRightBanner):not(.fsHasLeftBanner) .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
      width: 100%;
      margin-right: 0; }
    @media (min-width: 800px) {
      body:not(.fsHasRightBanner):not(.fsHasLeftBanner) .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure {
        -ms-flex-direction: row;
        flex-direction: row; }
        body:not(.fsHasRightBanner):not(.fsHasLeftBanner) .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture {
          width: 50%;
          padding-top: 20px;
          -ms-flex-order: 2;
          order: 2; }
        body:not(.fsHasRightBanner):not(.fsHasLeftBanner) .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
          width: calc(50% + 20px);
          margin-right: -20px; } }
  body.fsHasTwoColumnWideLeftLayout .fsResourceElement.fsSlideshow.custom-5050 figure {
    -ms-flex-direction: column;
    flex-direction: column; }
    body.fsHasTwoColumnWideLeftLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture {
      width: 100%;
      padding-top: 0; }
    body.fsHasTwoColumnWideLeftLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
      width: 100%;
      margin-right: 0; }
    @media (min-width: 1100px) {
      body.fsHasTwoColumnWideLeftLayout .fsResourceElement.fsSlideshow.custom-5050 figure {
        -ms-flex-direction: row;
        flex-direction: row; }
        body.fsHasTwoColumnWideLeftLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture {
          width: 50%;
          padding-top: 20px;
          -ms-flex-order: 2;
          order: 2; }
        body.fsHasTwoColumnWideLeftLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
          width: calc(50% + 20px);
          margin-right: -20px; } }
  body.fsHasRightBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure,
  body.fsHasLeftBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure {
    -ms-flex-direction: column;
    flex-direction: column; }
    body.fsHasRightBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture,
    body.fsHasLeftBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture {
      width: 100%;
      padding-top: 0; }
    body.fsHasRightBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption,
    body.fsHasLeftBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
      width: 100%;
      margin-right: 0; }
    @media (min-width: 1100px) {
      body.fsHasRightBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure,
      body.fsHasLeftBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure {
        -ms-flex-direction: row;
        flex-direction: row; }
        body.fsHasRightBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture,
        body.fsHasLeftBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure picture {
          width: 50%;
          padding-top: 20px;
          -ms-flex-order: 2;
          order: 2; }
        body.fsHasRightBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption,
        body.fsHasLeftBanner .fsPageLayout .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
          width: calc(50% + 20px);
          margin-right: -20px; } }
  .fsResourceElement.fsSlideshow.custom-5050 figure picture {
    display: block;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 20px; }
    .fsResourceElement.fsSlideshow.custom-5050 figure picture img {
      width: 100%; }
  .fsResourceElement.fsSlideshow.custom-5050 figure figcaption {
    width: calc(50% + 20px);
    margin-right: -20px;
    position: relative;
    -ms-flex-order: 1;
    order: 1;
    background: rgba(0, 51, 161, 0.96);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #FFF;
    padding: 37px 30px 20px;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.612;
    white-space: normal; }
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption:before {
      content: '';
      position: absolute;
      bottom: -12px;
      left: -203px;
      width: 485px;
      height: 323px;
      background: url("../images/owl.svg");
      background-size: cover;
      opacity: 0.1; }
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption .fsTitle {
      font-size: 2.5rem;
      line-height: 1.25;
      font-family: "Dancing Script", sans-serif;
      font-weight: normal;
      color: inherit;
      margin-bottom: 30px; }
      .fsResourceElement.fsSlideshow.custom-5050 figure figcaption .fsTitle:after {
        content: '';
        display: block;
        width: 197px;
        height: 14px;
        background: url("../images/underline-brushstroke.svg");
        margin-top: 13px; }
      .fsResourceElement.fsSlideshow.custom-5050 figure figcaption .fsTitle > a {
        font-weight: normal;
        color: inherit; }
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption h1,
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption h2,
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption h3,
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption h4,
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption h5,
    .fsResourceElement.fsSlideshow.custom-5050 figure figcaption h6 {
      color: inherit; }

/*! enhancements - Circle Callout Buttons */
body:not(.home).fsComposeMode .circle-button {
  padding-bottom: 0; }
  body:not(.home).fsComposeMode .circle-button > .fsElementContent {
    position: static; }

body:not(.home) .circle-button {
  position: relative;
  padding-bottom: 52px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  body:not(.home) .circle-button.hover-active {
    outline: 1px solid #4D90FE; }
  body:not(.home) .circle-button:hover > header, body:not(.home) .circle-button.hover-active > header {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    body:not(.home) .circle-button:hover > header .fsElementHeaderContent:before, body:not(.home) .circle-button.hover-active > header .fsElementHeaderContent:before {
      opacity: 1; }
  body:not(.home) .circle-button:hover > .fsElementContent a, body:not(.home) .circle-button.hover-active > .fsElementContent a {
    color: #011F90; }
  body:not(.home) .circle-button > header {
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    max-width: 206px;
    border: 3px solid #FFC400;
    margin: 0 auto;
    transition: box-shadow 0.18s ease; }
    body:not(.home) .circle-button > header .fsElementHeaderContent {
      background-size: cover;
      background-position: center;
      border-radius: 100%;
      margin: 0;
      border: 10px solid #FFF;
      position: relative; }
      body:not(.home) .circle-button > header .fsElementHeaderContent:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 51, 161, 0.7);
        opacity: 0;
        transition: all 0.3s ease;
        border-radius: 100%; }
    body:not(.home) .circle-button > header img {
      display: block;
      width: 100%;
      opacity: 0; }
  body:not(.home) .circle-button > .fsElementContent a {
    font-family: "Dancing Script", sans-serif;
    color: #03A9F4;
    font-size: 2.25rem;
    line-height: 1.166;
    outline: 0;
    font-weight: normal;
    transition: all 0.3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*! enhancements - Video Treatment */
dialog.customVidModal {
  margin-top: 18px;
  width: 1024px;
  background: #000;
  overflow: visible; }
  dialog.customVidModal .customVidContent video {
    display: block;
    margin: auto; }

dialog.customVidModal + .backdrop {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.school-vid {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .school-vid header {
    transition: 0.2s all;
    visibility: hidden; }
    .school-vid header .fsElementHeaderContent {
      margin: 0; }
      .school-vid header .fsElementHeaderContent a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 100%; }
        .school-vid header .fsElementHeaderContent a span {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
          .school-vid header .fsElementHeaderContent a span svg {
            width: 46px;
            height: 46px;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute; }
    .is-loaded .school-vid header {
      visibility: visible; }
  .school-vid .vid-wrapper {
    position: relative; }
    .school-vid .vid-wrapper:before {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      border: 5px solid #FFF;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
  .school-vid video {
    display: block; }
  .school-vid .fsDescription {
    font-size: 0.875rem;
    line-height: 1.4285;
    font-style: italic;
    color: #606066;
    font-family: "freight-text-pro", serif;
    margin-top: 17px; }
  .school-vid .fsPlayOverlay {
    display: none; }
  .school-vid.hide-play header a span {
    visibility: hidden; }
    .school-vid.hide-play header a span svg {
      visibility: hidden; }

.school-vid:not(.hide-play) header {
  visibility: visible; }

/*! enhancements - cta-btn */
.fsLayout.has-cta-btn {
  margin-left: -10px;
  margin-right: -10px; }
  .fsLayout.has-cta-btn > header {
    padding: 0 10px; }
  .fsLayout.has-cta-btn.lamp-divider > header .fsElementTitle, .fsLayout.has-cta-btn.owl-divider > header .fsElementTitle {
    margin-bottom: 30px; }
    @media (min-width: 650px) {
      .fsLayout.has-cta-btn.lamp-divider > header .fsElementTitle, .fsLayout.has-cta-btn.owl-divider > header .fsElementTitle {
        margin-bottom: 45px; } }
  .fsLayout.has-cta-btn > .fsDiv {
    padding: 0 10px; }

/*! enhancements - Rectangle Callout Buttons */
.cta-btn {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #FFF;
  padding-bottom: 20px;
  text-align: left; }
  body.fsComposeMode .cta-btn {
    display: block; }
    body.fsComposeMode .cta-btn:before {
      content: normal; }
    body.fsComposeMode .cta-btn > .fsElementContent {
      display: block; }
    body.fsComposeMode .cta-btn > header {
      position: static; }
    body.fsComposeMode .cta-btn .wrapper {
      display: none; }
  .cta-btn:hover > header, .cta-btn.hover-active > header {
    opacity: 0;
    visibility: hidden; }
  .cta-btn:hover .wrapper, .cta-btn.hover-active .wrapper {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1); }
  .cta-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
  .cta-btn > header {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease; }
    .cta-btn > header .fsElementTitle {
      font-size: 1.125rem;
      line-height: 1.223;
      font-family: "nimbus-sans", sans-serif;
      font-weight: 700;
      color: inherit;
      margin: 0; }
  .cta-btn > .fsElementContent {
    display: none; }
  .cta-btn .wrapper {
    background: rgba(0, 51, 161, 0.7);
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.3s ease; }
    .cta-btn .wrapper .inner {
      border: 1px solid rgba(255, 255, 255, 0.5);
      background: #0033A1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      padding: 20px; }
      .cta-btn .wrapper .inner > header {
        margin-bottom: 25px; }
        .cta-btn .wrapper .inner > header .fsElementTitle {
          margin-top: 0;
          font-weight: normal;
          font-size: 20px;
          line-height: 24px;
          color: #03A9F4;
          font-family: "nimbus-sans", sans-serif;
          font-weight: 700;
          margin-bottom: 20px;
          color: inherit;
          margin: 0; }
      .cta-btn .wrapper .inner > .fsElementContent {
        font-size: 1rem;
        line-height: 1.5625; }
        .cta-btn .wrapper .inner > .fsElementContent p {
          margin: 0 0 15px; }
          .cta-btn .wrapper .inner > .fsElementContent p:last-child {
            margin-bottom: 0; }
        .cta-btn .wrapper .inner > .fsElementContent .fs_style_55 {
          color: #FFC400; }
          .cta-btn .wrapper .inner > .fsElementContent .fs_style_55:after {
            color: #FFF; }
          .cta-btn .wrapper .inner > .fsElementContent .fs_style_55:hover, .cta-btn .wrapper .inner > .fsElementContent .fs_style_55:focus {
            color: #A3D45A; }

@media (min-width: 800px) {
  .layout-wide-right .fsStyleColumn-1 {
    width: calc(100% / 3);
    padding-right: 20px; }
  .layout-wide-right .fsStyleColumn-2 {
    width: calc(100% / 3 * 2);
    padding-left: 20px; } }

@media (min-width: 900px) {
  .layout-wide-right .fsStyleColumn-1 {
    padding-right: 50px; }
  .layout-wide-right .fsStyleColumn-2 {
    padding-left: 50px; } }

@media (min-width: 800px) {
  .layout-wide-left .fsStyleColumn-2 {
    width: calc(100% / 3);
    padding-left: 20px; }
  .layout-wide-left .fsStyleColumn-1 {
    width: calc(100% / 3 * 2);
    padding-right: 20px; } }

@media (min-width: 900px) {
  .layout-wide-left .fsStyleColumn-2 {
    padding-left: 50px; }
  .layout-wide-left .fsStyleColumn-1 {
    padding-right: 50px; } }

/*! enhancements - Multi Image Slider */
.fsResourceElement.fsSlideshow.multi-image-slider > .fsElementContent {
  padding-right: 10px; }

.fsResourceElement.fsSlideshow.multi-image-slider .fsPrevButton,
.fsResourceElement.fsSlideshow.multi-image-slider .fsNextButton {
  position: absolute;
  top: auto;
  left: auto;
  -ms-transform: none;
  transform: none;
  right: 0;
  background: rgba(3, 169, 244, 0.9);
  width: 52px;
  height: 46px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0;
  line-height: 1;
  text-align: center;
  transition: 0.3s all; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsPrevButton:hover, .fsResourceElement.fsSlideshow.multi-image-slider .fsPrevButton:focus,
  .fsResourceElement.fsSlideshow.multi-image-slider .fsNextButton:hover,
  .fsResourceElement.fsSlideshow.multi-image-slider .fsNextButton:focus {
    color: #FFF; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsPrevButton:before,
  .fsResourceElement.fsSlideshow.multi-image-slider .fsNextButton:before {
    font-size: 1.125rem;
    color: inherit;
    position: relative;
    -ms-transform: none;
    transform: none; }

.fsResourceElement.fsSlideshow.multi-image-slider .fsPrevButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  top: -7px; }

.fsResourceElement.fsSlideshow.multi-image-slider .fsNextButton {
  -ms-transform: translateY(-46px);
  transform: translateY(-46px); }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsNextButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    top: 7px; }

.fsResourceElement.fsSlideshow.multi-image-slider .slick-slider {
  margin: 0;
  padding: 0; }

.fsResourceElement.fsSlideshow.multi-image-slider .fsResource {
  padding: 0;
  margin: 0 0.5px; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsResource figure:last-child > picture:last-child {
    margin-bottom: 0; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsResource .fsResourceLink {
    display: block; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsResource picture {
    display: block;
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    margin-bottom: 10px; }
    .fsResourceElement.fsSlideshow.multi-image-slider .fsResource picture img {
      display: none; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsResource figcaption {
    font-size: 1rem;
    line-height: 1.4375;
    font-style: normal;
    color: #606066;
    white-space: normal; }
    .fsResourceElement.fsSlideshow.multi-image-slider .fsResource figcaption .fs_style_55 {
      font-size: inherit;
      line-height: inherit; }
      .fsResourceElement.fsSlideshow.multi-image-slider .fsResource figcaption .fs_style_55:after {
        margin-left: 3px; }
  .fsResourceElement.fsSlideshow.multi-image-slider .fsResource .fsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2C2929;
    font-family: "nimbus-sans", sans-serif;
    margin-bottom: 20px;
    font-style: normal;
    margin-bottom: 5px; }
    .fsResourceElement.fsSlideshow.multi-image-slider .fsResource .fsTitle:last-child {
      margin-bottom: 0; }
    .fsResourceElement.fsSlideshow.multi-image-slider .fsResource .fsTitle a {
      display: inline-block; }

/*! enhancements - timeline */
.timeline-container {
  width: 100vw;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: #F8F8F8;
  position: relative; }
  .timeline-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #D8D8D8 url("../images/polygon-horizontal.png") repeat-x;
    background-size: 10px 10px; }
  .timeline-container:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #D8D8D8 url("../images/polygon-horizontal.png") repeat-x;
    background-size: 10px 10px; }
  .timeline-container > .fsElementContent {
    padding: 50px 0; }
    @media (min-width: 650px) {
      .timeline-container > .fsElementContent {
        padding: 70px 0 89px; } }
  .timeline-container .lamp-divider,
  .timeline-container .owl-divider {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 56.66667em;
    max-width: 63.75rem;
    margin-bottom: 30px; }
    @media (min-width: 650px) {
      .timeline-container .lamp-divider,
      .timeline-container .owl-divider {
        margin-bottom: 61px; } }
    .timeline-container .lamp-divider > header .fsElementTitle,
    .timeline-container .owl-divider > header .fsElementTitle {
      margin-bottom: 20px; }
      @media (min-width: 650px) {
        .timeline-container .lamp-divider > header .fsElementTitle,
        .timeline-container .owl-divider > header .fsElementTitle {
          margin-bottom: 30px; } }
      .timeline-container .lamp-divider > header .fsElementTitle:before,
      .timeline-container .owl-divider > header .fsElementTitle:before {
        background: #F8F8F8; }
  .timeline-container .fsResourceElement {
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .timeline-container .fsResourceElement {
        margin-left: calc(50% - 590px);
        padding: 0; } }
    .timeline-container .fsResourceElement .fsElementSlideshow.main {
      padding: 0;
      margin: 0 0 38px; }
      .timeline-container .fsResourceElement .fsElementSlideshow.main.looped .slick-slide:first-child {
        opacity: 0.5 !important; }
      .timeline-container .fsResourceElement .fsElementSlideshow.main .slick-arrow {
        display: none !important; }
      @media (min-width: 1200px) {
        .timeline-container .fsResourceElement .fsElementSlideshow.main .slick-list {
          margin: 0 -20px;
          padding-right: 24.5%; } }
      @media screen and (max-width: 899px) {
        .timeline-container .fsResourceElement .fsElementSlideshow.main .slick-list:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 5px;
          width: calc(100% - 10px);
          height: 5px;
          border-top: 1px solid rgba(255, 255, 255, 0.5);
          z-index: 1000;
          background: #0A3BA5; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption {
          background: #0A3BA5; }
          .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption:before {
            border-bottom: 0 !important; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource picture:before {
          content: '';
          position: absolute;
          top: calc(100% - 5px);
          left: 5px;
          width: calc(100% - 10px);
          height: 9999px;
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-top: 0;
          z-index: 1; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource picture:after {
          content: '';
          position: absolute;
          top: 100%;
          left: -1px;
          width: calc(100% + 2px);
          height: 9999px;
          background: rgba(0, 51, 161, 0.96);
          border: 1px solid rgba(255, 255, 255, 0.5);
          border-top: 0; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .slick-track {
          -ms-transform: none !important;
          transform: none !important;
          position: static; } }
      .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource {
        padding: 0;
        margin: 0;
        -ms-transform: translateX(calc(100% + 40px));
        transform: translateX(calc(100% + 40px)); }
        @media (min-width: 1200px) {
          .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource {
            margin: 0 20px; } }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource > .fsTitle {
          max-height: 0;
          overflow: hidden; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource.slick-active {
          opacity: 1 !important;
          -ms-transform: translateX(0);
          transform: translateX(0); }
          .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource.slick-active + .slick-slide {
            opacity: 0.5 !important;
            z-index: 1000 !important; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figure {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; }
          @media (min-width: 900px) {
            .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figure {
              -ms-flex-direction: row;
              flex-direction: row; } }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource picture {
          display: block;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 0 10px; }
          @media (min-width: 900px) {
            .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource picture {
              width: 60.606%;
              padding: 0; } }
          .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource picture img {
            width: 100%; }
            .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource picture img.portrait {
              width: auto;
              margin-left: auto; }
        .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption {
          background: rgba(0, 51, 161, 0.96);
          font-size: 1.125rem;
          line-height: 1.612;
          font-style: normal;
          color: #FFF;
          white-space: normal;
          padding: 30px 25px 25px 25px;
          position: relative; }
          @media (min-width: 900px) {
            .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption {
              position: absolute;
              top: 20px;
              right: 0;
              width: calc((100% - 60.606%) + 20px);
              height: calc(100% - 40px);
              padding: 35px 30px 20px 40px;
              overflow: scroll;
              scrollbar-width: none;
              -ms-overflow-style: none; }
              .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption::-webkit-scrollbar {
                display: none; } }
          .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption:before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            border: 1px solid rgba(255, 255, 255, 0.5); }
          .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption .fsTitle {
            margin-top: 0;
            font-weight: normal;
            font-size: 40px;
            line-height: 48px;
            color: #03A9F4;
            font-family: "Dancing Script", sans-serif;
            margin-bottom: 20px;
            color: inherit; }
            @media (min-width: 650px) {
              .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption .fsTitle {
                font-size: 60px;
                line-height: 70px; } }
            .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption .fsTitle:after {
              content: '';
              display: block;
              width: 108px;
              height: 17px;
              background: url("../images/timeline-brushstroke.svg");
              background-size: 108px 17px;
              margin-top: 4px; }
          @media (min-width: 650px) {
            .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption p {
              max-height: calc(100% - 111px);
              overflow: scroll;
              -ms-overflow-style: none;
              scrollbar-width: none; }
              .timeline-container .fsResourceElement .fsElementSlideshow.main .fsResource figcaption p::-webkit-scrollbar {
                display: none; } }
    .timeline-container .fsResourceElement .fsElementSlideshow.nav {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      margin: 0;
      padding: 0 50px; }
      .timeline-container .fsResourceElement .fsElementSlideshow.nav:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 50px;
        width: calc(100% - 100px);
        height: 1px;
        background: #cccccc; }
      .timeline-container .fsResourceElement .fsElementSlideshow.nav .fsResource {
        padding: 14px 0 0;
        text-align: center;
        cursor: pointer; }
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .fsResource.slick-active.slick-current .fsTitle:before, .timeline-container .fsResourceElement .fsElementSlideshow.nav .fsResource:hover .fsTitle:before, .timeline-container .fsResourceElement .fsElementSlideshow.nav .fsResource:focus .fsTitle:before {
          width: 16px;
          height: 16px;
          background: #03A9F4;
          top: -1px; }
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .fsResource .fsTitle {
          margin-top: 0;
          font-weight: normal;
          font-size: 28px;
          line-height: 37px;
          color: #0033A1;
          font-family: "freight-text-pro", serif;
          margin-bottom: 20px;
          position: relative;
          margin: 0;
          padding-top: 20px; }
          .timeline-container .fsResourceElement .fsElementSlideshow.nav .fsResource .fsTitle:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 12px;
            height: 12px;
            background: #FFC400;
            border-radius: 100%;
            transition: 0.3s all ease; }
      .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev,
      .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next {
        position: absolute;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: auto;
        right: auto;
        width: 40px;
        height: 40px;
        border: 1px solid #cccccc;
        border-radius: 100%;
        background: #FFF;
        font-size: 0;
        line-height: 1;
        color: #777;
        text-align: center;
        transition: 0.3s all; }
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev:hover, .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev:focus,
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next:hover,
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next:focus {
          background: #cccccc;
          color: #FFF; }
          .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev:hover:before, .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev:focus:before,
          .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next:hover:before,
          .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next:focus:before {
            color: inherit; }
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev:before,
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next:before {
          position: static;
          -ms-transform: none;
          transform: none;
          font-size: 0.8125rem;
          transition: none;
          color: inherit; }
      .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev {
        left: 0; }
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-prev:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next {
        right: 0; }
        .timeline-container .fsResourceElement .fsElementSlideshow.nav .slick-next:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }

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