@charset "UTF-8";
 /**
 *
 * Rowan-Salisbury Schools - default_17
 * @link http://rssk12ncus.finalsite.com
 * Site Template : newclientcustom
 * Built By: Ryan Reese & Tom Schisler
 * Project Manager: Lisa Catania
 * Designer: Holly Fehr
 * ==== Git Info ====
 * Branch Name: clients/rssk12ncus
 * Build version: 3.2.1
 * Git Tag: v3.0-190-gd8bf86488b
 * Last build by: Gelu Dan
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 44px;
  line-height: normal;
  text-transform: uppercase;
  color: #426d30;
  font-weight: 700;
  font-family: "acumin-pro-condensed", sans-serif;
  margin-bottom: 24px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: normal;
  color: #0568ac;
  font-weight: 600;
  font-family: "acumin-pro-condensed", sans-serif;
  margin-bottom: 24px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #0568ac;
  font-weight: 600;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  margin-bottom: 24px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #426d30;
  font-weight: 500;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  margin-bottom: 24px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 19px;
  line-height: normal;
  color: #0568ac;
  font-weight: 700;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  margin-bottom: 24px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;
  color: #426d30;
  font-weight: 500;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  margin-bottom: 24px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #0568ac;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #426d30; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_33 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable tr th, .fsAthleticsRoster .fsElementTable tr th,
  .fsAthleticsEvent.fsTable .fsElementTable tr td,
  .fsAthleticsRoster .fsElementTable tr td,
  table.fs_style_33 tr th,
  table.fs_style_33 tr td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable tr th, .fsAthleticsRoster .fsElementTable tr th,
  table.fs_style_33 tr th {
    padding: 12px 20px;
    text-align: left;
    font-weight: normal;
    background: #1c4561;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable tr td,
  .fsAthleticsRoster .fsElementTable tr td,
  table.fs_style_33 tr td {
    padding: 6px 20px;
    background: #fff; }
    table.fs_style_33 tr:nth-of-type(even) td {
      background-color: #f8f8f8; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 40px; }
  .fsElement:last-child {
    margin-bottom: 0; }
  .fsElement > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 44px;
    line-height: normal;
    text-transform: uppercase;
    color: #426d30;
    font-weight: 700;
    font-family: "acumin-pro-condensed", sans-serif;
    margin-bottom: 24px;
    font-size: 2.0625rem; }
  .fsElement .fsCroppedImage {
    background-color: transparent; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #4a4a4a; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #4a4a4a; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #171717; }

.fsElementDialog {
  color: #4a4a4a; }

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

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

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

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

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #4a4a4a;
  font-size: 45px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  position: absolute; }

.fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0; }

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #4a4a4a;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.fs_style_27 {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #1c4561;
  color: #fff;
  border-radius: 0; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #112939;
    color: #fff; }
  .fs_style_27 > a {
    color: inherit; }

.fs_style_28 {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #0568ac;
  color: #fff;
  border-radius: 0; }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #044a7a;
    color: #fff; }
  .fs_style_28 > a {
    color: inherit; }

body:not(.district) .fs_style_29 {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #6dc6e7;
  color: #ffff;
  border-radius: 0; }
  body:not(.district) .fs_style_29:hover, body:not(.district) .fs_style_29:focus {
    background: #41b5e0;
    color: #ffff; }
  body:not(.district) .fs_style_29 > a {
    color: inherit; }

.fs_style_29 {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #6dc6e7;
  color: #1c4561;
  border-radius: 0; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #41b5e0;
    color: #1c4561; }
  .fs_style_29 > a {
    color: inherit; }

.fs_style_34 {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #c2d641;
  color: #1c4561;
  border-radius: 0; }
  .fs_style_34:hover, .fs_style_34:focus {
    background: #a8bc28;
    color: #1c4561; }
  .fs_style_34 > a {
    color: #1c4561; }

.fs_style_30 {
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: normal;
  border: 0;
  margin: 0 0 20px;
  padding: 19px 20px;
  min-width: 280px;
  max-width: 100%;
  text-align: center;
  background: #1c4561;
  color: #fff;
  border-radius: 0; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: #112939;
    color: #fff; }

.fs_style_31 {
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: normal;
  border: 0;
  margin: 0 0 20px;
  padding: 19px 20px;
  min-width: 280px;
  max-width: 100%;
  text-align: center;
  background: #c2d641;
  color: #1c4561;
  border-radius: 0; }
  .fs_style_31:hover, .fs_style_31:focus {
    background: #a8bc28;
    color: #1c4561; }

.fs_style_32 {
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: normal;
  border: 0;
  margin: 0 0 20px;
  padding: 19px 20px;
  min-width: 280px;
  max-width: 100%;
  text-align: center;
  background: #6dc6e7;
  color: #1c4561;
  border-radius: 0; }
  .fs_style_32:hover, .fs_style_32:focus {
    background: #41b5e0;
    color: #1c4561; }

.fsStyleDefaultButton {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #313131;
    color: #fff; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #313131;
    color: #fff; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.fs_style_24 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  color: #426d30;
  font-weight: 500;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  margin-bottom: 24px; }

blockquote {
  margin: 20px 0;
  position: relative;
  border-top: 7px solid #6dc6e7;
  padding: 35px 0 0 0;
  font-size: 1.0625rem;
  line-height: 2.058;
  font-style: italic; }
  @media (min-width: 700px) {
    blockquote {
      padding: 15px 0 6px 35px;
      margin-left: 30px;
      border-left: 7px solid #6dc6e7;
      border-top: 0; } }
  blockquote:before {
    content: "\201C";
    color: #1c4561;
    font-size: 60px;
    line-height: 0.35;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative; }

cite, .fs_style_25 {
  display: block;
  margin: 18px 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.647;
  color: #0067b2;
  text-align: right;
  font-weight: 700; }
  cite:before, .fs_style_25:before {
    content: '- '; }

.fs_style_26 {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  color: #426d30; }

/*! structure - header v0.0.1 */
#fsHeader .skip-link {
  margin: 0; }
  #fsHeader .skip-link a {
    position: absolute;
    top: -40px;
    left: 0;
    color: #FFF;
    padding: 6px;
    background: #1c4561;
    transition: top 1s ease-out, background 1s linear;
    z-index: 9999; }
    #fsHeader .skip-link a:focus {
      left: 0;
      top: 0;
      background: #426d30;
      color: #FFF;
      transition: top 0.1s ease-in, background 0.5s linear; }

#fsHeader .site-info-container {
  margin: 0;
  border-bottom: 1px solid #FFF;
  background: #1c4561;
  position: relative;
  z-index: 10; }
  body.school-list-open #fsHeader .site-info-container {
    z-index: 9001; }
  @media (min-width: 700px) {
    #fsHeader .site-info-container {
      padding: 36px 25px 37px; } }
  @media (min-width: 710px) {
    #fsHeader .site-info-container {
      padding: 36px 30px 37px; } }
  @media (min-width: 720px) {
    #fsHeader .site-info-container {
      padding: 36px 35px 37px; } }
  @media (min-width: 1000px) {
    #fsHeader .site-info-container {
      padding: 36px 50px 37px; } }
  @media (min-width: 1200px) {
    #fsHeader .site-info-container {
      padding: 0; } }
  #fsHeader .site-info-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media (min-width: 700px) {
      #fsHeader .site-info-container > .fsElementContent {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1200px) {
      #fsHeader .site-info-container > .fsElementContent {
        -ms-flex-align: stretch;
        align-items: stretch; } }
  #fsHeader .site-info-container .school-name {
    margin: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    padding: 28px 20px; }
    @media (min-width: 700px) {
      #fsHeader .site-info-container .school-name {
        text-align: left;
        padding: 0; } }
    @media (min-width: 700px) {
      #fsHeader .site-info-container .school-name {
        display: inline-block; } }
    @media (min-width: 1200px) {
      #fsHeader .site-info-container .school-name {
        display: block;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 50px; } }
    @media (min-width: 1400px) {
      #fsHeader .site-info-container .school-name {
        display: inline-block;
        padding-top: 38px;
        padding-bottom: 38px; } }
    #fsHeader .site-info-container .school-name a {
      font-size: 1.75rem;
      text-transform: uppercase;
      line-height: 1.142;
      display: table;
      color: #FFF;
      font-weight: 300;
      margin: 0 auto; }
      @media (min-width: 700px) {
        #fsHeader .site-info-container .school-name a {
          font-size: 2rem;
          line-height: 1;
          margin: 0; } }
      @media (min-width: 1200px) {
        #fsHeader .site-info-container .school-name a {
          font-size: 1.875rem; } }
      #fsHeader .site-info-container .school-name a span {
        font-weight: 700;
        display: block; }
        @media (min-width: 700px) {
          #fsHeader .site-info-container .school-name a span {
            display: inline-block; } }
        @media (min-width: 1200px) {
          #fsHeader .site-info-container .school-name a span {
            display: block; } }
        @media (min-width: 1400px) {
          #fsHeader .site-info-container .school-name a span {
            display: inline-block; } }
  #fsHeader .site-info-container .schools-container {
    display: none; }
    @media (min-width: 1200px) {
      #fsHeader .site-info-container .schools-container {
        display: block;
        margin: 0;
        border-left: 1px solid #FFF;
        width: 150px; } }
    @media (min-width: 1400px) {
      #fsHeader .site-info-container .schools-container {
        width: 190px; } }
    #fsHeader .site-info-container .schools-container > footer .fsElementFooterContent {
      margin: 0; }
      #fsHeader .site-info-container .schools-container > footer .fsElementFooterContent button {
        padding: 0;
        border: 0;
        background: none;
        position: absolute;
        top: 40px;
        right: 40px;
        font-size: 0;
        line-height: 1;
        color: rgba(255, 255, 255, 0.3);
        z-index: 101;
        transition: 0.3s all;
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0; }
        body.school-list-open #fsHeader .site-info-container .schools-container > footer .fsElementFooterContent button {
          opacity: 1;
          -ms-transform: scale(1);
          transform: scale(1); }
        #fsHeader .site-info-container .schools-container > footer .fsElementFooterContent button:hover, #fsHeader .site-info-container .schools-container > footer .fsElementFooterContent button:focus {
          color: #FFF; }
        #fsHeader .site-info-container .schools-container > footer .fsElementFooterContent button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 1.5rem;
          line-height: 1; }
    #fsHeader .site-info-container .schools-container > header .fsElementHeaderContent {
      margin: 0;
      text-align: center; }
      #fsHeader .site-info-container .schools-container > header .fsElementHeaderContent a {
        font-size: 1.25rem;
        line-height: 105px;
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "acumin-pro-condensed", sans-serif;
        color: #c2d641; }
        #fsHeader .site-info-container .schools-container > header .fsElementHeaderContent a:hover, #fsHeader .site-info-container .schools-container > header .fsElementHeaderContent a:focus {
          color: #6dc6e7; }
        #fsHeader .site-info-container .schools-container > header .fsElementHeaderContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          vertical-align: bottom;
          position: relative;
          top: -2px;
          margin-left: 15px; }
    #fsHeader .site-info-container .schools-container > .fsElementContent {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #3d3d3d;
      z-index: 100;
      padding: 50px 20px 55px;
      transition: 0.3s all;
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      overflow-x: none;
      overflow-y: auto; }
      body.school-list-open:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1; }
      body.school-list-open #fsHeader .schools-container > .fsElementContent {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1); }
      #fsHeader .site-info-container .schools-container > .fsElementContent .school-list {
        position: relative;
        margin: 0 auto;
        max-width: 69.41176em;
        max-width: 73.75rem; }
        #fsHeader .site-info-container .schools-container > .fsElementContent .school-list:not(:last-child) {
          margin-bottom: 50px; }
        #fsHeader .site-info-container .schools-container > .fsElementContent .school-list > header .fsElementTitle {
          margin-top: 0;
          font-weight: normal;
          font-size: 20px;
          line-height: normal;
          text-transform: uppercase;
          color: #426d30;
          font-weight: 500;
          font-family: "acumin-pro-semi-condensed", sans-serif;
          margin-bottom: 24px;
          color: #FFF;
          font-weight: normal;
          margin-bottom: 14px; }
        #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.elementary ul:not(.redactor-toolbar) li a {
          background: #6dc6e7;
          color: #3c3c3c; }
          #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.elementary ul:not(.redactor-toolbar) li a:hover, #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.elementary ul:not(.redactor-toolbar) li a:focus {
            background: #41b5e0; }
        #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.middle ul:not(.redactor-toolbar) li a {
          background: #c2d641;
          color: #3c3c3c; }
          #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.middle ul:not(.redactor-toolbar) li a:hover, #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.middle ul:not(.redactor-toolbar) li a:focus {
            background: #a8bc28; }
        #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.high ul:not(.redactor-toolbar) li a {
          background: #3a5f2a;
          color: #fff; }
          #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.high ul:not(.redactor-toolbar) li a:hover, #fsHeader .site-info-container .schools-container > .fsElementContent .school-list.high ul:not(.redactor-toolbar) li a:focus {
            background: #243c1a; }
        #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar), #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) li {
            margin: 0;
            padding: 0; }
          #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) li {
            width: calc((100% / 6) - 16.67px);
            margin: 10px 20px 10px 0; }
            #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) li:nth-child(6n + 6) {
              margin-right: 0; }
            #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) li a {
              display: block;
              text-align: center;
              padding: 14px 0;
              border-radius: 2px;
              font-weight: 700;
              font-family: "acumin-pro-semi-condensed", sans-serif;
              font-size: 0.875rem;
              line-height: 1.214;
              text-transform: uppercase; }
              #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) li a strong {
                text-transform: uppercase;
                display: block; }
              #fsHeader .site-info-container .schools-container > .fsElementContent .school-list ul:not(.redactor-toolbar) li a .fsNavPageDescription {
                font-weight: 400;
                text-transform: none; }
  #fsHeader .site-info-container .custom-search {
    margin: 0;
    border-left: 1px solid #FFF;
    display: none; }
    @media (min-width: 1200px) {
      #fsHeader .site-info-container .custom-search {
        display: block; } }
    .search-open #fsHeader .site-info-container .custom-search > .fsElementContent {
      opacity: 1;
      visibility: visible;
      width: 100%;
      z-index: 6; }
    #fsHeader .site-info-container .custom-search > header .fsElementHeaderContent {
      margin: 0;
      position: relative;
      z-index: 5;
      text-align: center; }
      #fsHeader .site-info-container .custom-search > header .fsElementHeaderContent button {
        vertical-align: bottom;
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 1;
        color: rgba(255, 255, 255, 0.6);
        transition: 0.3s color;
        width: 79px; }
        @media (min-width: 1300px) {
          #fsHeader .site-info-container .custom-search > header .fsElementHeaderContent button {
            width: 99px; } }
        #fsHeader .site-info-container .custom-search > header .fsElementHeaderContent button:hover, #fsHeader .site-info-container .custom-search > header .fsElementHeaderContent button:focus {
          color: #426d30; }
        #fsHeader .site-info-container .custom-search > header .fsElementHeaderContent button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 1.5625rem;
          line-height: 105px;
          display: block; }
    #fsHeader .site-info-container .custom-search > .fsElementContent {
      position: absolute;
      top: 0;
      right: 0px;
      background: #1c4561;
      opacity: 0;
      visibility: hidden;
      width: 100px;
      transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
      #fsHeader .site-info-container .custom-search > .fsElementContent form {
        overflow: hidden; }
        #fsHeader .site-info-container .custom-search > .fsElementContent form label {
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0; }
        #fsHeader .site-info-container .custom-search > .fsElementContent form input {
          float: left;
          width: calc(100% - 80px);
          line-height: 105px;
          height: 105px;
          border: 0;
          background: #1c4561;
          padding: 0 130px 0 20px;
          position: relative;
          font-size: 1.25rem;
          font-weight: 500;
          color: #FFF;
          text-align: right; }
        #fsHeader .site-info-container .custom-search > .fsElementContent form button {
          float: left;
          width: 80px;
          text-align: center;
          vertical-align: bottom;
          border: 0;
          background: none;
          margin: 0;
          padding: 0;
          font-size: 0;
          line-height: 1;
          color: #c2d641;
          transition: 0.3s color;
          border-left: 1px solid #FFF; }
          #fsHeader .site-info-container .custom-search > .fsElementContent form button:hover, #fsHeader .site-info-container .custom-search > .fsElementContent form button:focus {
            color: #426d30; }
          #fsHeader .site-info-container .custom-search > .fsElementContent form button:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 1.5625rem;
            line-height: 105px;
            height: 105px;
            display: block; }

#fsHeader .interior-masthead {
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center; }
  #fsHeader .interior-masthead:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62.5%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
  #fsHeader .interior-masthead > header .fsElementTitle {
    display: none; }
    #fsHeader .interior-masthead > header .fsElementTitle.updated {
      display: block;
      color: #FFF;
      position: absolute;
      bottom: 25px;
      right: 20px;
      width: 410px;
      font-family: "acumin-pro-semi-condensed", sans-serif;
      font-size: 2.8125rem;
      line-height: 1.511;
      border-bottom: 1px solid #FFF;
      text-align: right;
      margin: 0; }
      @media (min-width: 700px) {
        #fsHeader .interior-masthead > header .fsElementTitle.updated {
          padding-bottom: 5px;
          font-size: 3.4375rem;
          line-height: 1.236;
          right: 35px;
          bottom: 50px; } }
      @media (min-width: 1200px) {
        #fsHeader .interior-masthead > header .fsElementTitle.updated {
          right: 100px; } }
  #fsHeader .interior-masthead > .fsElementContent p {
    margin-bottom: 0; }
  #fsHeader .interior-masthead > .fsElementContent img {
    vertical-align: bottom;
    width: 100%;
    min-height: 235px;
    opacity: 0;
    visibility: hidden; }

#fsFooter {
  color: #fff; }
  #fsFooter .fsBanner {
    background: #3c3c3c; }
  #fsFooter .top-footer {
    margin: 0;
    padding: 40px 45px 55px;
    background-color: #3c3c3c;
    background-position: bottom center;
    background-size: cover; }
    body:not(.district) #fsFooter .top-footer {
      background: #3c3c3c !important; }
    @media (min-width: 700px) {
      #fsFooter .top-footer {
        padding: 40px 0px 65px 75px; } }
    @media (min-width: 1200px) {
      #fsFooter .top-footer {
        padding: 40px 35px 65px; } }
    #fsFooter .top-footer .nav-special-footer {
      margin: 0 0 20px; }
      @media (min-width: 700px) {
        #fsFooter .top-footer .nav-special-footer {
          margin-bottom: 50px; } }
      @media (min-width: 1300px) {
        #fsFooter .top-footer .nav-special-footer {
          margin-right: calc(50% - 620px); } }
    #fsFooter .top-footer .school-details-container {
      position: relative;
      margin: 0 auto;
      max-width: 72.94118em;
      max-width: 77.5rem;
      letter-spacing: 0.068em; }
      #fsFooter .top-footer .school-details-container [itemprop='name'] {
        text-transform: uppercase;
        font-family: "acumin-pro-semi-condensed", sans-serif;
        font-weight: 600;
        font-size: 1.125rem;
        color: #c2d641;
        line-height: 1.388; }
      #fsFooter .top-footer .school-details-container [itemprop='address'] {
        font-size: 1rem;
        line-height: 1.375; }
      #fsFooter .top-footer .school-details-container [itemprop='streetAddress'] {
        display: block; }
      #fsFooter .top-footer .school-details-container a {
        color: inherit; }
  #fsFooter .bottom-footer {
    margin: 0;
    padding: 25px 20px 45px; }
    @media (min-width: 700px) {
      #fsFooter .bottom-footer {
        padding: 22px 35px 25px;
        text-align: center; } }
    @media (min-width: 1000px) {
      #fsFooter .bottom-footer {
        padding: 17px 35px 20px; } }
    @media (min-width: 1200px) {
      #fsFooter .bottom-footer {
        text-align: left;
        padding: 17px 35px; } }
    #fsFooter .bottom-footer > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1000px) {
        #fsFooter .bottom-footer > .fsElementContent {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (min-width: 1200px) {
        #fsFooter .bottom-footer > .fsElementContent {
          -ms-flex-flow: nowrap;
          flex-flow: nowrap;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    #fsFooter .bottom-footer .nav-social {
      margin: 0 auto 25px;
      max-width: 205px; }
      @media (min-width: 700px) {
        #fsFooter .bottom-footer .nav-social {
          max-width: 100%;
          margin: 0 0 5px; } }
      @media (min-width: 1000px) {
        #fsFooter .bottom-footer .nav-social {
          margin-bottom: 10px;
          width: 100%; } }
      @media (min-width: 1200px) {
        #fsFooter .bottom-footer .nav-social {
          margin: 0 45px 0 0;
          width: auto;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      @media (min-width: 1300px) {
        #fsFooter .bottom-footer .nav-social {
          margin: 0 75px 0 calc(50% - 620px); } }
    #fsFooter .bottom-footer .nav-utility-footer {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 auto 15px;
      max-width: 360px; }
      @media (min-width: 700px) {
        #fsFooter .bottom-footer .nav-utility-footer {
          margin: 0 0 10px;
          max-width: 100%; } }
      @media (min-width: 1000px) {
        #fsFooter .bottom-footer .nav-utility-footer {
          margin: 0; } }

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

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

html {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  background: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.wf-loading {
    visibility: hidden;
    opacity: 0; }
  html.wf-active, html .wf-inactive {
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out; }

body {
  font-size: 17px;
  line-height: 28px;
  color: #4a4a4a;
  letter-spacing: 0.028em; }
  @media (max-width: 1200px) {
    body.drawer-is-active {
      overflow: hidden; } }
  @media (min-width: 1000px) {
    body.social-is-active {
      overflow: hidden; } }
  @media (min-width: 1200px) {
    body.school-list-open {
      overflow: hidden; } }

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

#fsPageBodyWrapper {
  background: url("../images/bg-texture.png"); }
  @media screen and (max-width: 699px) {
    body.fsHasLeftBanner #fsPageBodyWrapper, body.hasRightBanner #fsPageBodyWrapper {
      padding: 0 0 60px 0; } }
  @media (min-width: 900px) {
    #fsPageBodyWrapper {
      padding: 55px 35px; } }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding: 45px 35px 60px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 72.94118em;
  max-width: 77.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  #fsBannerLeft .fsBanner > .fsElement {
    background: #FFF;
    padding: 20px; }
    @media (min-width: 700px) {
      #fsBannerLeft .fsBanner > .fsElement {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 900px) {
      #fsBannerLeft .fsBanner > .fsElement {
        padding: 0; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      margin-right: 25px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      margin-right: 50px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      margin-right: 25px;
      width: 200px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      margin-right: 50px;
      width: 320px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      margin-right: 25px;
      width: 200px; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      margin-right: 50px;
      width: 320px; } }

#fsPageContent {
  width: 100%;
  background: #FFF;
  padding: 30px 0 0; }
  @media screen and (max-width: 699px) {
    body.fsHasLeftBanner #fsPageContent, body.hasRightBanner #fsPageContent {
      margin-bottom: 25px; } }
  @media (min-width: 700px) {
    #fsPageContent {
      padding: 30px 35px 0; } }
  @media (min-width: 1000px) {
    #fsPageContent {
      padding: 30px 65px 0; } }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 225px); } }
    @media (min-width: 900px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 370px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 225px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 370px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 225px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 370px); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 450px);
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 740px); } }

#fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-left: 20px; } }
  #fsBannerRight .fsBanner > .fsElement {
    background: #FFF;
    padding: 20px; }
    @media (min-width: 700px) {
      #fsBannerRight .fsBanner > .fsElement {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 900px) {
      #fsBannerRight .fsBanner > .fsElement {
        padding: 0; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 25px;
        width: 200px; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        margin-left: 50px;
        width: 320px; } }

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

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

@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: 800px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 800px) {
    .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: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 25px;
        width: 225px;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 50px;
        width: 370px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 225px); } }
    @media (min-width: 900px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 370px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 225px); } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 370px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 25px;
      width: 225px;
      margin-top: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 50px;
      width: 370px; } }

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 50px;
    width: 370px; } }

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 50px;
    width: 370px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 225px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 370px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 225px); } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 370px); } }

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

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

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 50px;
    width: 370px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 25px;
      width: 225px; } }

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 800px) {
    .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: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 25px;
        padding-right: 0;
        width: 225px;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 50px;
        width: 370px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 800px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 225px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 900px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 370px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 225px); } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 370px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 225px); } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 370px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 25px;
      width: 225px; } }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 50px;
      width: 370px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 25px;
      width: 225px;
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 50px;
      width: 370px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 25px;
      width: 225px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 50px;
      width: 370px; } }

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

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

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

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 50px;
    width: 370px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 25px;
      width: 225px; } }

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 25px;
      width: 225px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 25px;
      width: 225px; } }

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

#fsPoweredByFinalsite {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1000px) {
    #fsPoweredByFinalsite {
      margin-left: 50px;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    #fsPoweredByFinalsite {
      margin-left: auto; } }

/*! _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: #426d30;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #0568ac;
    background: transparent; }
    .fsNavigation ul li a:hover {
      color: #426d30;
      background: transparent; }

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

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

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

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

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

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

.nav-tier {
  background: #cde1ee;
  background: #cce0ee;
  margin: 0;
  border-bottom: 2px solid #1c4561;
  display: none; }
  @media (min-width: 1200px) {
    .nav-tier {
      display: block; } }
  .nav-tier nav {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem; }
  .nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-tier ul li a {
      display: block;
      padding: 5px 20px;
      color: #1c4561;
      background: transparent; }
      .nav-tier ul li a:hover, .nav-tier ul li a:focus {
        color: #426d30;
        background: transparent; }
    .nav-tier ul li.fsNavCurrentPage > a {
      color: #426d30;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
        color: #1c4561;
        background: transparent; }
    .nav-tier ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a {
        color: #426d30;
        background: transparent; }
        .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
          color: #1c4561;
          background: transparent; }
  .nav-tier .fsNavLevel1 {
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .nav-tier .fsNavLevel1 > li > a {
      text-transform: uppercase;
      font-weight: 600; }

.nav-sub {
  padding: 28px 20px !important; }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub > header {
    border-bottom: 1px solid #426d30;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    .nav-sub > header .fsElementTitle {
      margin: 0;
      padding: 0; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: table;
      line-height: 1.4;
      padding: 3px 0;
      margin: 0 20px;
      color: #4a4a4a;
      background: transparent;
      border-bottom: 1px solid transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #426d30;
        background: transparent;
        border-bottom: 1px solid #426d30; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #426d30;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #1c4561;
        background: transparent;
        border-bottom: 1px solid #1c4561; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #426d30;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #1c4561;
          background: transparent;
          border-bottom: 1px solid #1c4561; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 40px; }
  .nav-sub .fsNavLevel3 > li > a {
    margin-left: 60px; }
  .nav-sub .fsNavLevel4 > li > a {
    margin-left: 80px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 100px; }

.nav-main {
  margin: 0 20px 0 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1200px) {
      .fsHeader .nav-main {
        display: block; } }
  .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1200px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 72.94118em;
      max-width: 77.5rem;
      position: static;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 30px;
      margin-bottom: -30px; }
      .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%; } }
  .nav-main .fsNavLevel1 > li {
    position: static !important; }
    .nav-main .fsNavLevel1 > li.quicklinks > a {
      font-size: 0; }
      .nav-main .fsNavLevel1 > li.quicklinks > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 1.25rem; }
    .nav-main .fsNavLevel1 > li > a {
      height: inherit; }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        padding-bottom: 30px;
        margin-bottom: -30px;
        height: 70px; }
        .nav-main .fsNavLevel1 > li:hover, .nav-main .fsNavLevel1 > li.menu-item-open {
          height: auto; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #c2d641;
      background: transparent; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #c2d641;
      background: transparent; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #fff;
      background: transparent;
      text-transform: uppercase;
      padding: 0px 10px;
      font-size: 1.25rem;
      font-family: "acumin-pro-condensed", sans-serif;
      line-height: 105px;
      font-weight: 700; }
      @media (min-width: 1400px) {
        .nav-main .fsNavLevel1 > li > a {
          padding-right: 15px;
          padding-left: 15px; } }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #c2d641;
        background: transparent; }
    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, html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px;
        padding-top: 45px;
        padding-bottom: 50px;
        border: 2px solid #1c4561;
        border-top: none; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  background: #FFF;
  text-align: left;
  z-index: 300;
  right: 100px;
  left: auto !important;
  min-width: 745px;
  padding: 0 70px; }

.nav-main .fsNavLevel2 {
  display: -ms-flexbox;
  display: flex; }
  .nav-main .fsNavLevel2 > li:not(:last-child) {
    margin-right: 40px; }
  .nav-main .fsNavLevel2 > li.noheader > a {
    display: block;
    color: #426d30;
    font-weight: 300;
    padding: 0;
    color: #4a4a4a;
    font-family: "acumin-pro-condensed", sans-serif; }
    .nav-main .fsNavLevel2 > li.noheader > a:hover, .nav-main .fsNavLevel2 > li.noheader > a:focus {
      color: #426d30; }
  .nav-main .fsNavLevel2 > li:not(.noheader) > a {
    display: block;
    color: #426d30;
    background: transparent;
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: 1.875rem;
    padding: 0; }
    .nav-main .fsNavLevel2 > li:not(.noheader) > a:hover, .nav-main .fsNavLevel2 > li:not(.noheader) > a:focus {
      color: #0568ac;
      background: transparent; }
  .nav-main .fsNavLevel2 > li:not(.noheader)[class*="fsNavCurrentPage"] > a {
    color: #0568ac;
    background: transparent; }

.nav-main .fsNavLevel3 > li > a {
  display: block;
  color: #426d30;
  font-weight: 300;
  padding: 0;
  color: #4a4a4a;
  font-family: "acumin-pro-condensed", sans-serif; }
  .nav-main .fsNavLevel3 > li > a:hover, .nav-main .fsNavLevel3 > li > a:focus {
    color: #426d30; }

.nav-main .fsNavLevel3 > li[class*="fsNavCurrentPage"] > a {
  color: #426d30; }

.drawer-ribbon {
  position: relative;
  font-family: "acumin-pro-condensed", sans-serif;
  color: #c2d641;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 53px;
  height: 53px;
  text-align: center;
  border-top: 1px solid #FFF; }
  @media (min-width: 700px) {
    .drawer-ribbon {
      height: auto;
      line-height: 1;
      text-align: left;
      border: 0; } }
  @media (min-width: 1200px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  color: rgba(255, 255, 255, 0.6) !important;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  padding-right: 42px;
  width: 85px;
  position: relative; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    right: 0%;
    height: 3px;
    width: 100%;
    content: '';
    background: #c2d641;
    max-width: 25px; }
  .drawer-trigger:before {
    margin-top: -0.30882em;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.30882em 0 0 #c2d641;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(0%, -50%) rotate(-45deg);
    transform: translate(0%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg); }

#fsMenu {
  position: fixed;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  padding: 0 0 20px 0;
  background: #0568ac;
  overflow-x: none;
  overflow-y: auto;
  z-index: 9000; }
  @media (min-width: 1200px) {
    #fsMenu {
      display: none; } }
  .fsAccountBarVisible #fsMenu {
    padding-top: 90px; }
    @media (min-width: 600px) {
      .fsAccountBarVisible #fsMenu {
        padding-top: 45px; } }
  body:not(.district) #fsMenu {
    padding-top: 50px; }
  .drawer-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #fsMenu .close-button-container {
    margin: 0;
    padding: 11px 20px;
    text-align: right; }
    #fsMenu .close-button-container .close-menu {
      padding: 0;
      vertical-align: bottom;
      border: 0;
      background: none;
      font-size: 0;
      line-height: 1;
      transition: 0.3s all;
      color: rgba(255, 255, 255, 0.3); }
      #fsMenu .close-button-container .close-menu:hover, #fsMenu .close-button-container .close-menu:focus {
        color: #FFF; }
      #fsMenu .close-button-container .close-menu:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 1.5rem;
        line-height: 1; }
  #fsMenu .custom-search {
    margin: 0; }
    #fsMenu .custom-search form {
      overflow: hidden;
      position: relative;
      background: #1c4561; }
      #fsMenu .custom-search form label {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0; }
      #fsMenu .custom-search form input {
        float: left;
        width: calc(100% - 70px);
        line-height: 58px;
        height: 58px;
        border: 0;
        background: #1c4561;
        padding: 0 0 0 20px;
        position: relative;
        font-size: 1.1875rem;
        font-weight: 500;
        color: #FFF; }
      #fsMenu .custom-search form button {
        float: left;
        width: 70px;
        text-align: center;
        vertical-align: bottom;
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 1;
        color: rgba(255, 255, 255, 0.6);
        transition: 0.3s color; }
        #fsMenu .custom-search form button:hover, #fsMenu .custom-search form button:focus {
          color: #FFF; }
        #fsMenu .custom-search form button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 1.1875rem;
          line-height: 58px;
          height: 58px;
          display: block; }
  #fsMenu .drop-trigger {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 15px;
    width: 30px;
    height: 30px;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    display: table; }
    #fsMenu .drop-trigger:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      line-height: 1;
      display: table-cell;
      vertical-align: middle;
      transition: 0.3s transform; }
    #fsMenu .drop-trigger.expanded:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  #fsMenu .nav-main {
    margin: 0; }
    #fsMenu .nav-main .fsNavLevel1 li {
      position: relative !important;
      transition: 0.3s background linear;
      background: #225375; }
      #fsMenu .nav-main .fsNavLevel1 li:hover > .fsNavPageInfo {
        display: none; }
      #fsMenu .nav-main .fsNavLevel1 li:first-child > a {
        border-top: 1px solid #0568ac; }
      #fsMenu .nav-main .fsNavLevel1 li > a {
        border-bottom: 1px solid #0568ac;
        line-height: 1.5;
        padding: 14px 55px;
        position: relative; }
    #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
      color: #c2d641; }
      #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > a:hover, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > a:focus, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:focus {
        color: #FFF; }
    #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPage > .fsNavPageInfo, #fsMenu .nav-main .fsNavLevel1 li.fsNavCurrentPageAncestor > .fsNavPageInfo {
      display: block; }
    #fsMenu .nav-main .fsNavLevel1 li.active {
      background: #1c4561;
      transition: none; }
      #fsMenu .nav-main .fsNavLevel1 li.active > a {
        color: #c2d641; }
    #fsMenu .nav-main .fsNavLevel1 .fsNavPageInfo {
      position: static;
      max-height: 9999px;
      background: transparent;
      display: none;
      min-width: 1px;
      padding: 0;
      border: none; }
    #fsMenu .nav-main .fsNavLevel2 {
      display: block; }
      #fsMenu .nav-main .fsNavLevel2 li {
        margin: 0;
        background: none; }
        #fsMenu .nav-main .fsNavLevel2 li a {
          border-bottom: 1px solid #0568ac;
          position: relative;
          padding: 10px 20px 10px 75px;
          font-weight: normal;
          font-size: 1rem;
          font-family: "acumin-pro-condensed", sans-serif;
          color: #FFF; }
          #fsMenu .nav-main .fsNavLevel2 li a:hover, #fsMenu .nav-main .fsNavLevel2 li a:focus {
            color: #c2d641; }
        #fsMenu .nav-main .fsNavLevel2 li:first-child > a {
          border-top: 0; }
    #fsMenu .nav-main .fsNavLevel3 li a {
      padding-left: 95px; }
    #fsMenu .nav-main .fsNavLevel4 li a {
      padding-left: 115px; }
  #fsMenu .mobile-callout-buttons {
    margin: 45px 0 0 0;
    text-align: center; }
    #fsMenu .mobile-callout-buttons p {
      margin-bottom: 15px; }
      #fsMenu .mobile-callout-buttons p:last-child {
        margin-bottom: 0; }
    #fsMenu .mobile-callout-buttons a.mcb {
      text-transform: uppercase;
      display: block;
      margin: 0 auto;
      max-width: 220px;
      font-size: 0.8125rem;
      color: rgba(255, 255, 255, 0.8);
      background: rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      padding: 9px 20px;
      border: 1px solid rgba(228, 228, 228, 0.8);
      transition: 0.3s all;
      font-family: "futura-pt", sans-serif;
      font-weight: 500; }
      #fsMenu .mobile-callout-buttons a.mcb:hover, #fsMenu .mobile-callout-buttons a.mcb:focus {
        border: 1px solid #636971;
        background: #112939;
        color: #FFF; }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 20px; }
  .nav-social .fsNavLevel1 [href*='facebook']: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*='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*='linkedin']: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*='podbean']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='peachjar']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='parentteacher']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='podbean']:before {
    content: '\f2ce'; }
  .nav-social .fsNavLevel1 [href*='peachjar'] {
    width: 84px;
    background: url("../images/social-peachjar.png") no-repeat center;
    height: 24px; }
    .nav-social .fsNavLevel1 [href*='peachjar']:before {
      content: normal; }
  .nav-social .fsNavLevel1 [href*='parentteachermagazine'] {
    width: 96px;
    background: url("../images/social-parentteacher.png") no-repeat center;
    height: 24px; }
    .nav-social .fsNavLevel1 [href*='parentteachermagazine']:before {
      content: normal; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='peachjar']:hover, .nav-social .fsNavLevel1 [href*='peachjar']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 [href*='parentteacher']:hover, .nav-social .fsNavLevel1 [href*='parentteacher']:focus {
    opacity: 0.6; }
  .nav-social .fsNavLevel1 a {
    display: block;
    font-size: 0;
    line-height: 1;
    padding: 0;
    color: #fff;
    transition: 0.3s all; }
    .nav-social .fsNavLevel1 a:before {
      color: #FFF;
      font-size: 17px;
      transition: 0.3s all;
      display: block;
      line-height: 24px; }

.nav-utility-footer .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-footer .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 700px) {
    .nav-utility-footer .fsNavLevel1 {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .nav-utility-footer .fsNavLevel1 {
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .nav-utility-footer .fsNavLevel1 li {
    width: 50%;
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 li {
        width: auto;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
        margin-right: 45px; } }
    @media (min-width: 1200px) {
      .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
        margin-right: 20px; } }
    @media (min-width: 1300px) {
      .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
        margin-right: 45px; } }
    .nav-utility-footer .fsNavLevel1 li a {
      font-weight: 500;
      font-family: "acumin-pro-semi-condensed", sans-serif;
      display: block;
      padding: 0;
      letter-spacing: 0.035em;
      color: rgba(255, 255, 255, 0.33); }
      .nav-utility-footer .fsNavLevel1 li a:hover, .nav-utility-footer .fsNavLevel1 li a:focus {
        color: #FFF; }

.nav-special-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 700px) {
    .nav-special-footer {
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .nav-special-footer {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .nav-special-footer > header .fsElementHeaderContent {
    color: #FFF;
    text-transform: uppercase;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.375rem;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.068em;
    margin-bottom: 12px; }
    @media (min-width: 700px) {
      .nav-special-footer > header .fsElementHeaderContent {
        margin-bottom: 0; } }
    .nav-special-footer > header .fsElementHeaderContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: middle;
      position: relative;
      top: -2px;
      color: #c2d641; }
      @media (min-width: 1200px) {
        .nav-special-footer > header .fsElementHeaderContent:before {
          margin-right: 6px; } }
    .nav-special-footer > header .fsElementHeaderContent:after {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: calc(100% + 55px);
      width: 9999px;
      height: 2px;
      background: #c2d641; }
      @media (min-width: 1200px) {
        .nav-special-footer > header .fsElementHeaderContent:after {
          content: ''; } }
    .nav-special-footer > header .fsElementHeaderContent > a {
      color: inherit; }
      .nav-special-footer > header .fsElementHeaderContent > a:hover, .nav-special-footer > header .fsElementHeaderContent > a:focus {
        color: #c2d641; }
  .nav-special-footer .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .nav-special-footer .fsNavLevel1, .nav-special-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-special-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 700px) {
      .nav-special-footer .fsNavLevel1 {
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .nav-special-footer .fsNavLevel1 {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .nav-special-footer .fsNavLevel1 li {
      margin-bottom: 12px; }
      @media (min-width: 700px) {
        .nav-special-footer .fsNavLevel1 li {
          margin-bottom: 0;
          margin-left: 40px; } }
      @media (min-width: 750px) {
        .nav-special-footer .fsNavLevel1 li {
          margin-left: 45px; } }
      @media (min-width: 1000px) {
        .nav-special-footer .fsNavLevel1 li {
          margin-left: 110px; } }
      .nav-special-footer .fsNavLevel1 li.contact > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 6px;
        color: #c2d641;
        font-size: 1.125rem; }
        @media (min-width: 1200px) {
          .nav-special-footer .fsNavLevel1 li.contact > a:before {
            margin-right: 15px; } }
      .nav-special-footer .fsNavLevel1 li.tour > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 6px;
        color: #c2d641; }
        @media (min-width: 1200px) {
          .nav-special-footer .fsNavLevel1 li.tour > a:before {
            margin-right: 10px; } }
      .nav-special-footer .fsNavLevel1 li.careers > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 6px;
        color: #c2d641;
        font-size: 1.125rem; }
        @media (min-width: 1200px) {
          .nav-special-footer .fsNavLevel1 li.careers > a:before {
            margin-right: 15px; } }
      .nav-special-footer .fsNavLevel1 li.report-bullying > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 6px;
        color: #c2d641;
        font-size: 1.125rem; }
        @media (min-width: 1200px) {
          .nav-special-footer .fsNavLevel1 li.report-bullying > a:before {
            margin-right: 15px; } }
      .nav-special-footer .fsNavLevel1 li a {
        color: #FFF;
        text-transform: uppercase;
        display: block;
        font-family: "acumin-pro-condensed", sans-serif;
        font-size: 1.375rem;
        padding: 0;
        font-weight: 300;
        letter-spacing: 0.068em; }
        @media (min-width: 700px) {
          .nav-special-footer .fsNavLevel1 li a {
            font-size: 1.25rem; } }
        @media (min-width: 1200px) {
          .nav-special-footer .fsNavLevel1 li a {
            font-size: 1.375rem; } }
        .nav-special-footer .fsNavLevel1 li a:hover, .nav-special-footer .fsNavLevel1 li a:focus {
          color: #c2d641; }

.nav-schools ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-schools ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-schools 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-schools ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-schools ul.fsNavLevel1 > li > a {
      font-weight: 700; }
  .nav-schools ul.fsNavLevel2 {
    list-style: disc; }
  .nav-schools ul.fsNavLevel3 {
    list-style: circle; }
  .nav-schools ul.fsNavLevel4 {
    list-style: square; }
  .nav-schools ul.fsNavLevel5 {
    list-style: disc; }

.nav-district {
  position: relative;
  background: #000;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0;
  z-index: 9000; }
  .nav-district > header {
    padding-right: 1.17647em;
    padding-left: 1.17647em;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer; }
    @media (min-width: 1000px) {
      .nav-district > header {
        padding-right: 50px;
        padding-left: 50px; } }
    .nav-district > header .fsElementTitle {
      display: inline-block;
      margin: 0;
      padding: 0 10px;
      font-size: 14px !important;
      line-height: 28px !important;
      text-transform: uppercase;
      color: #fff; }
      .nav-district > header .fsElementTitle:hover {
        color: #0568ac; }
      .nav-district > header .fsElementTitle:after {
        font-family: "IcoMoon";
        font-size: 10px;
        content: '\e917';
        margin-left: 6px; }
        .district-is-active .nav-district > header .fsElementTitle:after {
          content: '\e90d'; }
  .nav-district .fsElementHeaderContent {
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase; }
    .nav-district .fsElementHeaderContent a {
      color: inherit; }
      .nav-district .fsElementHeaderContent a:hover {
        color: #0568ac; }
      .nav-district .fsElementHeaderContent a:before {
        font-family: "IcoMoon";
        font-size: 10px;
        content: '\e900';
        margin-right: 6px;
        color: #0568ac; }
  .nav-district > .fsElementContent {
    padding-right: 1.17647em;
    padding-left: 1.17647em;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease; }
    @media (min-width: 1000px) {
      .nav-district > .fsElementContent {
        padding-right: 50px;
        padding-left: 50px; } }
    .district-is-active .nav-district > .fsElementContent {
      max-height: 9999px;
      opacity: 1;
      visibility: visible; }
  .nav-district ul {
    margin: 0;
    padding: 0; }
    .nav-district ul li {
      margin: 0;
      padding: 0; }
    .nav-district ul a {
      margin: 0 10px;
      display: block;
      color: #fff; }
      .nav-district ul a:hover {
        color: #0568ac; }
    .nav-district ul.fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 0 20px;
      list-style: none; }
      .nav-district ul.fsNavLevel1 > li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase; }
        @media (min-width: 600px) {
          .nav-district ul.fsNavLevel1 > li {
            width: auto;
            min-width: 180px; } }
        .nav-district ul.fsNavLevel1 > li > a {
          color: #fff;
          border-bottom: 1px solid #3c3c3c;
          font-weight: 700; }
          .nav-district ul.fsNavLevel1 > li > a:hover {
            color: #0568ac; }
    .nav-district ul.fsNavLevel2 {
      width: 100%; }
      .nav-district ul.fsNavLevel2 > li {
        font-size: 14px;
        line-height: 18px;
        text-transform: none; }
        .nav-district ul.fsNavLevel2 > li > a {
          color: #fff;
          padding-right: 0;
          padding-left: 0; }
          .nav-district ul.fsNavLevel2 > li > a:hover {
            color: #0568ac; }

/*! 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: 17px;
    line-height: 28px; }
  .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; }

.fsNickname {
  display: none; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #33363b;
    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 #33363b;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 33px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 600px) {
    .fsAccordion .fsPanel, .fsTabs .fsPanel {
      margin-left: 0;
      margin-right: 0; } }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 25px 20px; }
    @media (min-width: 600px) {
      .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
        padding: 25px 50px; } }
    .fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: #1c4561;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-bottom: 1px;
      display: block;
      text-transform: uppercase;
      font-size: 0.875rem;
      font-family: "acumin-pro-semi-condensed", sans-serif;
      font-weight: 500;
      padding: 10px 20px;
      color: #FFF;
      transition: .3s;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: #c2d641;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #1c4561;
        transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: #0568ac; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #FFF; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 0;
  font-family: "IcoMoon";
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 57px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important; }


.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: none !important; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 0;
  font-family: "IcoMoon";
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 57px;
  content: ""; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 70px; }
  .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; }

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

.fsAccordion {
  margin-bottom: 20px; }

@media (min-width: 700px) {
  body.home.district.fsAccountBarVisible #fsHeader .site-info-container {
    position: fixed;
    top: 45px; } }

body.fsAccountBarVisible {
  margin-top: 90px; }
  @media (min-width: 600px) {
    body.fsAccountBarVisible {
      margin-top: 45px; } }

#fsAccountBar {
  background: #1c4561;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  height: auto;
  min-height: 45px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  z-index: 9000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #fsAccountBar > ul {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    min-height: 45px; }
    @media (min-width: 600px) {
      #fsAccountBar > ul {
        width: auto; } }
    #fsAccountBar > ul:nth-of-type(1) {
      z-index: 9000; }
    #fsAccountBar > ul:nth-of-type(2) {
      z-index: 8999; }
    #fsAccountBar > ul > li {
      margin: 0;
      padding: 0 10px;
      height: auto;
      font-size: 12px;
      line-height: 45px; }
      #fsAccountBar > ul > li > span.fsAccountBarName {
        color: inherit; }
        #fsAccountBar > ul > li > span.fsAccountBarName:hover {
          color: #fff; }
  #fsAccountBar .fsAccountBarMenu {
    margin: 0;
    padding: 5px;
    background: #c2d641;
    left: 20px; }
  #fsAccountBar a {
    margin: 0;
    padding: 0;
    color: #fff; }
    #fsAccountBar a:hover {
      color: rgba(255, 255, 255, 0.75); }

/*! 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 {
  display: inline-block;
  color: #1c4561;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

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

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

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

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

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

/*! elements - athletics events */
/*! elements - athletics events - table*/
@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;
      color: #426d30; }
    .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: '; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #426d30; }

.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 p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #636971; }
  .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; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
#fsBannerLeft .fsCalendar, #fsBannerRight .fsCalendar {
  background: none !important;
  padding: 0 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft .fsCalendar, #fsBannerRight .fsCalendar {
      padding: 0 35px; } }
  @media (min-width: 900px) {
    #fsBannerLeft .fsCalendar, #fsBannerRight .fsCalendar {
      padding: 0; } }

.fsCalendar > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 24px;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar > header .fsElementTitle {
    margin-bottom: 0; }
  .fsCalendar > header .fsElementHeaderContent {
    margin-bottom: 0;
    margin-left: 20px; }
    .fsCalendar > header .fsElementHeaderContent a {
      font-family: "acumin-pro-condensed", sans-serif;
      font-weight: 500;
      color: #426d30; }
      .fsCalendar > header .fsElementHeaderContent a:hover, .fsCalendar > header .fsElementHeaderContent a:focus {
        color: #0568ac; }

#fsBannerLeft .fsCalendar article, #fsBannerRight .fsCalendar article {
  padding: 0; }

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

.fsCalendar .fsTitle {
  font-size: 1.1875rem;
  color: #426d30;
  font-weight: 700;
  line-height: 1.157;
  margin-bottom: 7px; }
  .fsCalendar .fsTitle > a {
    color: inherit; }
    .fsCalendar .fsTitle > a:hover, .fsCalendar .fsTitle > a:focus {
      color: #0568ac; }

.fsCalendar .fsDate {
  display: table;
  color: #FFF;
  background: #426d30;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.222;
  padding: 0px 28px;
  letter-spacing: 0.035em;
  margin-bottom: 25px; }
  .fsCalendar .fsDate .fsSeparator {
    margin: 0 1px; }
  .fsCalendar .fsDate .fsDay {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    margin-left: 5px; }

.fsCalendar .fsTimeRange, .fsCalendar .fsLocation, .fsCalendar .fsAllDay {
  font-size: 0.6875rem;
  line-height: 1.363;
  font-weight: 700;
  color: #426d30;
  text-transform: uppercase; }

.fsCalendar .fsTimeRange:before, .fsCalendar .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 3px; }

.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 5px; }

.fsCalendar .fsNotes, .fsCalendar .fsDescription {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  line-height: 1.294;
  margin-bottom: 12px; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(28, 69, 97, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(28, 69, 97, 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(28, 69, 97, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(28, 69, 97, 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;
    font-family: "iskra", sans-serif;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 29px 11px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #313131;
      color: #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: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.covid-banner {
  position: relative;
  height: 65px;
  background-color: #d7401d;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: transform .25s;
  z-index: 8000; }
  @media (min-width: 700px) {
    .fixedHeaderCovidBanner .covid-banner {
      position: fixed;
      width: 100%;
      height: 65px; } }
  .covid-banner a {
    color: #fff;
    font-weight: 700; }

.hasCovidBanner #fsHeader .schools-container > .fsElementContent {
  top: 65px; }

.hasCovidBanner.home .sticky-anchors {
  top: 277px; }

@media (min-width: 700px) {
  .fixedHeaderCovidBanner #fsHeader .site-info-container {
    top: 65px !important; }
  .fixedHeaderCovidBanner .resource-slider {
    margin-top: 65px !important; }
  .fixedHeaderCovidBanner.school-list-open #fsHeader .schools-container > .fsElementContent {
    top: 65px; }
  .fixedHeaderCovidBanner.home .sticky-anchors {
    top: 225px; } }

/*! 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: "acumin-pro-semi-condensed", sans-serif;
      font-size: 17px;
      line-height: 28px;
      color: #4a4a4a; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #0568ac;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #426d30; }
    .fsComposerFormEmbed form .required {
      color: #1c4561; }
    .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: #0568ac;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #426d30;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      display: inline-block;
      font-family: "iskra", sans-serif;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 29px 11px;
      background: #1c4561;
      color: #fff;
      border-radius: 0;
      color: #fff; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        background: #112939;
        color: #fff; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #426d30 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "acumin-pro-semi-condensed", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: #FFF; }

:-moz-placeholder {
  color: #FFF; }

::-moz-placeholder {
  color: #FFF; }

:-ms-input-placeholder {
  color: #FFF; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    font-family: "iskra", sans-serif;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 29px 11px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #313131;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

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

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

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

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

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

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    font-family: "iskra", sans-serif;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 29px 11px;
    background: #4a4a4a;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #313131;
      color: #fff; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #4a4a4a;
  font-family: "acumin-pro-semi-condensed", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

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

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

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

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

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #426d30;
  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: 17px; }

.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: "acumin-pro-semi-condensed", sans-serif;
  font-size: 17px;
  line-height: 28px;
  width: 100%;
  background-color: #426d30;
  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(66, 109, 48, 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: 34px;
    line-height: normal;
    color: #0568ac;
    font-weight: 600;
    font-family: "acumin-pro-condensed", sans-serif;
    margin-bottom: 24px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsNews > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 24px;
  -ms-flex-align: center;
  align-items: center; }
  .fsNews > header .fsElementTitle {
    margin-bottom: 0; }
  .fsNews > header .fsElementHeaderContent {
    margin-bottom: 0;
    margin-left: 20px; }
    .fsNews > header .fsElementHeaderContent a {
      font-family: "acumin-pro-condensed", sans-serif;
      font-weight: 500;
      color: #426d30; }
      .fsNews > header .fsElementHeaderContent a:hover, .fsNews > header .fsElementHeaderContent a:focus {
        color: #0568ac; }

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

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

.fsNews .fsThumbnail {
  margin-bottom: 20px; }
  .fsNews .fsThumbnail img {
    display: block; }
  .fsNews .fsThumbnail .fsCroppedImage {
    vertical-align: bottom; }

.fsNews .fsSummary {
  line-height: 1.411; }
  .fsNews .fsSummary p:last-child {
    margin-bottom: 0; }

.fsNews .fsTitle {
  margin-bottom: 5px; }

.fsNews .fsDateTime {
  margin-top: 25px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #426d30;
  line-height: 1.636;
  letter-spacing: 0.075em; }
  .fsNews .fsDateTime:before {
    content: "POSTED "; }
  .fsNews .fsDateTime .fsTime:before {
    content: "@";
    margin-right: -4px; }

#fsBannerLeft .fsNews > header, #fsBannerRight .fsNews > header {
  padding: 0 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft .fsNews > header, #fsBannerRight .fsNews > header {
      padding: 0 35px; } }
  @media (min-width: 900px) {
    #fsBannerLeft .fsNews > header, #fsBannerRight .fsNews > header {
      padding: 0; } }

#fsBannerLeft .fsNews.fsList, #fsBannerRight .fsNews.fsList {
  background: none; }
  #fsBannerLeft .fsNews.fsList article, #fsBannerRight .fsNews.fsList article {
    background-color: #FFF;
    padding-bottom: 40px; }
    #fsBannerLeft .fsNews.fsList article > *:not(.fsThumbnail), #fsBannerRight .fsNews.fsList article > *:not(.fsThumbnail) {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 700px) {
        #fsBannerLeft .fsNews.fsList article > *:not(.fsThumbnail), #fsBannerRight .fsNews.fsList article > *:not(.fsThumbnail) {
          padding-left: 35px;
          padding-right: 35px; } }
      @media (min-width: 900px) {
        #fsBannerLeft .fsNews.fsList article > *:not(.fsThumbnail), #fsBannerRight .fsNews.fsList article > *:not(.fsThumbnail) {
          padding-left: 30px;
          padding-right: 30px; } }
    #fsBannerLeft .fsNews.fsList article > *:first-child:not(.fsThumbnail), #fsBannerRight .fsNews.fsList article > *:first-child:not(.fsThumbnail) {
      padding-top: 30px; }

.fsNews.fsList article {
  margin-bottom: 40px; }
  .fsNews.fsList article:last-child {
    margin-bottom: 0; }

.fsNews.fsList.alt-bg article {
  background: #e8ecef;
  padding: 40px 30px; }

#fsBannerLeft .fsPostElement, #fsBannerRight .fsPostElement {
  background: none !important; }

.fsPostElement > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 24px;
  -ms-flex-align: center;
  align-items: center; }
  .fsPostElement > header .fsElementTitle {
    margin-bottom: 0; }
  .fsPostElement > header .fsElementHeaderContent {
    margin-bottom: 0;
    margin-left: 20px; }
    .fsPostElement > header .fsElementHeaderContent a {
      font-family: "acumin-pro-condensed", sans-serif;
      font-weight: 500;
      color: #426d30; }
      .fsPostElement > header .fsElementHeaderContent a:hover, .fsPostElement > header .fsElementHeaderContent a:focus {
        color: #0568ac; }

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

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

#fsBannerLeft .fsPostElement article, #fsBannerRight .fsPostElement article {
  background: #fff;
  padding: 20px; }

.fsPostElement .fsThumbnail {
  margin-bottom: 20px; }
  #fsBannerLeft .fsPostElement .fsThumbnail, #fsBannerRight .fsPostElement .fsThumbnail {
    margin: -20px -20px 20px -20px; }
  .fsPostElement .fsThumbnail img {
    display: block; }
  .fsPostElement .fsThumbnail .fsCroppedImage {
    vertical-align: bottom; }

.fsPostElement .fsSummary {
  line-height: 1.411; }
  .fsPostElement .fsSummary p:last-child {
    margin-bottom: 0; }
  .fsPostElement .fsSummary a {
    word-break: break-word; }

.fsPostElement .fsDateTime {
  margin-top: 25px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #426d30;
  line-height: 1.636;
  letter-spacing: 0.075em; }
  .fsPostElement .fsDateTime:before {
    content: "POSTED "; }
  .fsPostElement .fsDateTime .fsTime:before {
    content: "@";
    margin-right: -4px; }
  .fsPostElement .fsDateTime .fsTime ~ .fsTime {
    display: none; }

.fsPostElement.fsPost .fsTitle {
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: normal;
  color: #0568ac;
  font-weight: 600;
  font-family: "acumin-pro-condensed", sans-serif;
  margin-bottom: 24px; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #426d30 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #636971;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 17px;
          font-family: "acumin-pro-semi-condensed", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #1c4561;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "acumin-pro-semi-condensed", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px; }
      .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) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #4a4a4a; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #4a4a4a;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        font-family: "acumin-pro-semi-condensed", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 75px;
    background: #4a4a4a;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 17px;
      font-family: "acumin-pro-semi-condensed", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  font-size: 17px; }

.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: #4a4a4a; }
  .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: #426d30; }

.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: #0568ac !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #426d30 !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: 17px; }

.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;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #313131;
    color: #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;
  font-family: "iskra", sans-serif;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 29px 11px;
  background: #4a4a4a;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #313131;
    color: #fff; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li:last-child {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-bottom: 1px;
        display: block;
        text-transform: uppercase;
        font-size: 0.875rem;
        font-family: "acumin-pro-semi-condensed", sans-serif;
        font-weight: 500;
        padding: 10px 20px;
        color: #FFF;
        transition: .3s;
        background: none;
        padding: 1px 20px;
        border-bottom: 8px solid #1c4561;
        color: #636971; }
        .fsTabs .fsTabsNav li a:hover, .fsTabs .fsTabsNav li a:focus {
          border-bottom-color: #c2d641;
          color: #636971;
          background: none; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: none;
        border-bottom-color: #0568ac;
        color: #1c4561; }
  @media (min-width: 600px) {
    .fsTabs .fsPanel > .fsElementContent {
      padding: 25px 0px; } }

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

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

.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 .site-info-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7000; }

@media (min-width: 700px) {
  body.home.district #fsHeader {
    padding-top: 106px; } }
  @media (min-width: 700px) and (min-width: 700px) {
    body.home.district #fsHeader .site-info-container {
      position: fixed; } }

.home .sticky-anchors {
  margin: 0;
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 800;
  display: none; }
  @media (min-width: 768px) {
    .home .sticky-anchors {
      display: block; } }
  .home .sticky-anchors ul.fixedanchors, .home .sticky-anchors ul.fixedanchors ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .home .sticky-anchors ul.fixedanchors li {
    margin: 0;
    padding: 0; }
  .home .sticky-anchors ul.fixedanchors li:not(:last-child) {
    margin-bottom: 10px; }
  .home .sticky-anchors ul.fixedanchors li a {
    display: block;
    height: 55px;
    width: 55px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    border-radius: 2px;
    font-size: 0; }
    .home .sticky-anchors ul.fixedanchors li a:hover, .home .sticky-anchors ul.fixedanchors li a:focus, .home .sticky-anchors ul.fixedanchors li a.active {
      background: rgba(0, 0, 0, 0.75); }
    .home .sticky-anchors ul.fixedanchors li a.calendar-fixed:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .sticky-anchors ul.fixedanchors li a.news-fixed:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .sticky-anchors ul.fixedanchors li a.social-fixed:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .sticky-anchors ul.fixedanchors li a:before {
      line-height: 55px;
      font-size: 1.125rem; }

.home .hp-slideshow, .home .resource-slider {
  margin: 0; }
  .home .hp-slideshow > header, .home .resource-slider > header {
    display: none; }
  .home .hp-slideshow .universal-slide, .home .hp-slideshow .fsResource, .home .resource-slider .universal-slide, .home .resource-slider .fsResource {
    position: relative;
    overflow: hidden;
    background: #3c3c3c; }
    @media (min-width: 1000px) {
      .home .hp-slideshow .universal-slide, .home .hp-slideshow .fsResource, .home .resource-slider .universal-slide, .home .resource-slider .fsResource {
        height: calc(80vh - 106px); } }
    .home .hp-slideshow .universal-slide .pausebutton, .home .hp-slideshow .universal-slide .playbutton, .home .hp-slideshow .universal-slide .slider-play-btn, .home .hp-slideshow .universal-slide .slider-pause-btn, .home .hp-slideshow .fsResource .pausebutton, .home .hp-slideshow .fsResource .playbutton, .home .hp-slideshow .fsResource .slider-play-btn, .home .hp-slideshow .fsResource .slider-pause-btn, .home .resource-slider .universal-slide .pausebutton, .home .resource-slider .universal-slide .playbutton, .home .resource-slider .universal-slide .slider-play-btn, .home .resource-slider .universal-slide .slider-pause-btn, .home .resource-slider .fsResource .pausebutton, .home .resource-slider .fsResource .playbutton, .home .resource-slider .fsResource .slider-play-btn, .home .resource-slider .fsResource .slider-pause-btn {
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      right: 20px;
      bottom: 20px;
      cursor: pointer;
      color: #FFF;
      z-index: 400;
      display: none;
      opacity: 0.5;
      font-size: 0;
      padding: 0;
      background: none;
      border: 0;
      transition: 0.3s opacity; }
      .home .hp-slideshow .universal-slide .pausebutton:hover, .home .hp-slideshow .universal-slide .pausebutton:focus, .home .hp-slideshow .universal-slide .playbutton:hover, .home .hp-slideshow .universal-slide .playbutton:focus, .home .hp-slideshow .universal-slide .slider-play-btn:hover, .home .hp-slideshow .universal-slide .slider-play-btn:focus, .home .hp-slideshow .universal-slide .slider-pause-btn:hover, .home .hp-slideshow .universal-slide .slider-pause-btn:focus, .home .hp-slideshow .fsResource .pausebutton:hover, .home .hp-slideshow .fsResource .pausebutton:focus, .home .hp-slideshow .fsResource .playbutton:hover, .home .hp-slideshow .fsResource .playbutton:focus, .home .hp-slideshow .fsResource .slider-play-btn:hover, .home .hp-slideshow .fsResource .slider-play-btn:focus, .home .hp-slideshow .fsResource .slider-pause-btn:hover, .home .hp-slideshow .fsResource .slider-pause-btn:focus, .home .resource-slider .universal-slide .pausebutton:hover, .home .resource-slider .universal-slide .pausebutton:focus, .home .resource-slider .universal-slide .playbutton:hover, .home .resource-slider .universal-slide .playbutton:focus, .home .resource-slider .universal-slide .slider-play-btn:hover, .home .resource-slider .universal-slide .slider-play-btn:focus, .home .resource-slider .universal-slide .slider-pause-btn:hover, .home .resource-slider .universal-slide .slider-pause-btn:focus, .home .resource-slider .fsResource .pausebutton:hover, .home .resource-slider .fsResource .pausebutton:focus, .home .resource-slider .fsResource .playbutton:hover, .home .resource-slider .fsResource .playbutton:focus, .home .resource-slider .fsResource .slider-play-btn:hover, .home .resource-slider .fsResource .slider-play-btn:focus, .home .resource-slider .fsResource .slider-pause-btn:hover, .home .resource-slider .fsResource .slider-pause-btn:focus {
        opacity: 1; }
      html.touch .home .hp-slideshow .universal-slide .pausebutton, html.touch .home .hp-slideshow .universal-slide .playbutton, html.touch .home .hp-slideshow .universal-slide .slider-play-btn, html.touch .home .hp-slideshow .universal-slide .slider-pause-btn, html.touch .home .hp-slideshow .fsResource .pausebutton, html.touch .home .hp-slideshow .fsResource .playbutton, html.touch .home .hp-slideshow .fsResource .slider-play-btn, html.touch .home .hp-slideshow .fsResource .slider-pause-btn, html.touch .home .resource-slider .universal-slide .pausebutton, html.touch .home .resource-slider .universal-slide .playbutton, html.touch .home .resource-slider .universal-slide .slider-play-btn, html.touch .home .resource-slider .universal-slide .slider-pause-btn, html.touch .home .resource-slider .fsResource .pausebutton, html.touch .home .resource-slider .fsResource .playbutton, html.touch .home .resource-slider .fsResource .slider-play-btn, html.touch .home .resource-slider .fsResource .slider-pause-btn {
        display: none; }
      @media (min-width: 700px) {
        .home .hp-slideshow .universal-slide .pausebutton, .home .hp-slideshow .universal-slide .playbutton, .home .hp-slideshow .universal-slide .slider-play-btn, .home .hp-slideshow .universal-slide .slider-pause-btn, .home .hp-slideshow .fsResource .pausebutton, .home .hp-slideshow .fsResource .playbutton, .home .hp-slideshow .fsResource .slider-play-btn, .home .hp-slideshow .fsResource .slider-pause-btn, .home .resource-slider .universal-slide .pausebutton, .home .resource-slider .universal-slide .playbutton, .home .resource-slider .universal-slide .slider-play-btn, .home .resource-slider .universal-slide .slider-pause-btn, .home .resource-slider .fsResource .pausebutton, .home .resource-slider .fsResource .playbutton, .home .resource-slider .fsResource .slider-play-btn, .home .resource-slider .fsResource .slider-pause-btn {
          display: block; } }
      .home .hp-slideshow .universal-slide .pausebutton:before, .home .hp-slideshow .universal-slide .playbutton:before, .home .hp-slideshow .universal-slide .slider-play-btn:before, .home .hp-slideshow .universal-slide .slider-pause-btn:before, .home .hp-slideshow .fsResource .pausebutton:before, .home .hp-slideshow .fsResource .playbutton:before, .home .hp-slideshow .fsResource .slider-play-btn:before, .home .hp-slideshow .fsResource .slider-pause-btn:before, .home .resource-slider .universal-slide .pausebutton:before, .home .resource-slider .universal-slide .playbutton:before, .home .resource-slider .universal-slide .slider-play-btn:before, .home .resource-slider .universal-slide .slider-pause-btn:before, .home .resource-slider .fsResource .pausebutton:before, .home .resource-slider .fsResource .playbutton:before, .home .resource-slider .fsResource .slider-play-btn:before, .home .resource-slider .fsResource .slider-pause-btn:before {
        font-size: 1.25rem; }
    @media (min-width: 700px) {
      .home .hp-slideshow .universal-slide .pausebutton, .home .hp-slideshow .universal-slide .slider-pause-btn, .home .hp-slideshow .fsResource .pausebutton, .home .hp-slideshow .fsResource .slider-pause-btn, .home .resource-slider .universal-slide .pausebutton, .home .resource-slider .universal-slide .slider-pause-btn, .home .resource-slider .fsResource .pausebutton, .home .resource-slider .fsResource .slider-pause-btn {
        display: block; } }
    .home .hp-slideshow .universal-slide .pausebutton:before, .home .hp-slideshow .universal-slide .slider-pause-btn:before, .home .hp-slideshow .fsResource .pausebutton:before, .home .hp-slideshow .fsResource .slider-pause-btn:before, .home .resource-slider .universal-slide .pausebutton:before, .home .resource-slider .universal-slide .slider-pause-btn:before, .home .resource-slider .fsResource .pausebutton:before, .home .resource-slider .fsResource .slider-pause-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 700px) {
      .home .hp-slideshow .universal-slide .playbutton, .home .hp-slideshow .universal-slide .slider-play-btn, .home .hp-slideshow .fsResource .playbutton, .home .hp-slideshow .fsResource .slider-play-btn, .home .resource-slider .universal-slide .playbutton, .home .resource-slider .universal-slide .slider-play-btn, .home .resource-slider .fsResource .playbutton, .home .resource-slider .fsResource .slider-play-btn {
        display: none; } }
    .home .hp-slideshow .universal-slide .playbutton:before, .home .hp-slideshow .universal-slide .slider-play-btn:before, .home .hp-slideshow .fsResource .playbutton:before, .home .hp-slideshow .fsResource .slider-play-btn:before, .home .resource-slider .universal-slide .playbutton:before, .home .resource-slider .universal-slide .slider-play-btn:before, .home .resource-slider .fsResource .playbutton:before, .home .resource-slider .fsResource .slider-play-btn:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .home .hp-slideshow .universal-slide .caption-wrapper, .home .hp-slideshow .universal-slide figcaption, .home .hp-slideshow .fsResource .caption-wrapper, .home .hp-slideshow .fsResource figcaption, .home .resource-slider .universal-slide .caption-wrapper, .home .resource-slider .universal-slide figcaption, .home .resource-slider .fsResource .caption-wrapper, .home .resource-slider .fsResource figcaption {
      border-top: 1px solid rgba(228, 228, 228, 0.8);
      border-bottom: 1px solid rgba(228, 228, 228, 0.8);
      background: #666;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      padding: 0 0 24px;
      position: relative; }
      @media (min-width: 700px) {
        .home .hp-slideshow .universal-slide .caption-wrapper, .home .hp-slideshow .universal-slide figcaption, .home .hp-slideshow .fsResource .caption-wrapper, .home .hp-slideshow .fsResource figcaption, .home .resource-slider .universal-slide .caption-wrapper, .home .resource-slider .universal-slide figcaption, .home .resource-slider .fsResource .caption-wrapper, .home .resource-slider .fsResource figcaption {
          padding-bottom: 17px;
          border-bottom: 0; } }
      @media (min-width: 1000px) {
        .home .hp-slideshow .universal-slide .caption-wrapper, .home .hp-slideshow .universal-slide figcaption, .home .hp-slideshow .fsResource .caption-wrapper, .home .hp-slideshow .fsResource figcaption, .home .resource-slider .universal-slide .caption-wrapper, .home .resource-slider .universal-slide figcaption, .home .resource-slider .fsResource .caption-wrapper, .home .resource-slider .fsResource figcaption {
          border-bottom: 1px solid rgba(228, 228, 228, 0.8);
          padding: 20px 70px 28px;
          border-right: 1px solid rgba(228, 228, 228, 0.8);
          border-left: 1px solid rgba(228, 228, 228, 0.8);
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          bottom: 90px;
          left: 0px;
          border-radius: 2px; } }
      .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc:empty, .home .hp-slideshow .universal-slide figcaption .caption-desc:empty, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc:empty, .home .hp-slideshow .fsResource figcaption .caption-desc:empty, .home .resource-slider .universal-slide .caption-wrapper .caption-desc:empty, .home .resource-slider .universal-slide figcaption .caption-desc:empty, .home .resource-slider .fsResource .caption-wrapper .caption-desc:empty, .home .resource-slider .fsResource figcaption .caption-desc:empty {
        display: none; }
        .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc:empty + .caption-title, .home .hp-slideshow .universal-slide figcaption .caption-desc:empty + .caption-title, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc:empty + .caption-title, .home .hp-slideshow .fsResource figcaption .caption-desc:empty + .caption-title, .home .resource-slider .universal-slide .caption-wrapper .caption-desc:empty + .caption-title, .home .resource-slider .universal-slide figcaption .caption-desc:empty + .caption-title, .home .resource-slider .fsResource .caption-wrapper .caption-desc:empty + .caption-title, .home .resource-slider .fsResource figcaption .caption-desc:empty + .caption-title {
          border-top: 0;
          margin-top: 0; }
          .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc:empty + .caption-title:before, .home .hp-slideshow .universal-slide figcaption .caption-desc:empty + .caption-title:before, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc:empty + .caption-title:before, .home .hp-slideshow .fsResource figcaption .caption-desc:empty + .caption-title:before, .home .resource-slider .universal-slide .caption-wrapper .caption-desc:empty + .caption-title:before, .home .resource-slider .universal-slide figcaption .caption-desc:empty + .caption-title:before, .home .resource-slider .fsResource .caption-wrapper .caption-desc:empty + .caption-title:before, .home .resource-slider .fsResource figcaption .caption-desc:empty + .caption-title:before {
            content: normal; }
      .home .hp-slideshow .universal-slide .caption-wrapper .caption-title, .home .hp-slideshow .universal-slide .caption-wrapper .fsTitle, .home .hp-slideshow .universal-slide figcaption .caption-title, .home .hp-slideshow .universal-slide figcaption .fsTitle, .home .hp-slideshow .fsResource .caption-wrapper .caption-title, .home .hp-slideshow .fsResource .caption-wrapper .fsTitle, .home .hp-slideshow .fsResource figcaption .caption-title, .home .hp-slideshow .fsResource figcaption .fsTitle, .home .resource-slider .universal-slide .caption-wrapper .caption-title, .home .resource-slider .universal-slide .caption-wrapper .fsTitle, .home .resource-slider .universal-slide figcaption .caption-title, .home .resource-slider .universal-slide figcaption .fsTitle, .home .resource-slider .fsResource .caption-wrapper .caption-title, .home .resource-slider .fsResource .caption-wrapper .fsTitle, .home .resource-slider .fsResource figcaption .caption-title, .home .resource-slider .fsResource figcaption .fsTitle {
        font-weight: 700;
        font-family: "acumin-pro-condensed", sans-serif;
        letter-spacing: 0.039em;
        line-height: 1.2;
        border-top: 2px solid #b1d255;
        margin-top: 13px;
        font-size: 2rem;
        padding-top: 6px; }
        @media (min-width: 700px) {
          .home .hp-slideshow .universal-slide .caption-wrapper .caption-title, .home .hp-slideshow .universal-slide .caption-wrapper .fsTitle, .home .hp-slideshow .universal-slide figcaption .caption-title, .home .hp-slideshow .universal-slide figcaption .fsTitle, .home .hp-slideshow .fsResource .caption-wrapper .caption-title, .home .hp-slideshow .fsResource .caption-wrapper .fsTitle, .home .hp-slideshow .fsResource figcaption .caption-title, .home .hp-slideshow .fsResource figcaption .fsTitle, .home .resource-slider .universal-slide .caption-wrapper .caption-title, .home .resource-slider .universal-slide .caption-wrapper .fsTitle, .home .resource-slider .universal-slide figcaption .caption-title, .home .resource-slider .universal-slide figcaption .fsTitle, .home .resource-slider .fsResource .caption-wrapper .caption-title, .home .resource-slider .fsResource .caption-wrapper .fsTitle, .home .resource-slider .fsResource figcaption .caption-title, .home .resource-slider .fsResource figcaption .fsTitle {
            margin-top: 15px;
            font-size: 2.5625rem;
            padding-top: 0px;
            border-top: 0; }
            .home .hp-slideshow .universal-slide .caption-wrapper .caption-title:before, .home .hp-slideshow .universal-slide .caption-wrapper .fsTitle:before, .home .hp-slideshow .universal-slide figcaption .caption-title:before, .home .hp-slideshow .universal-slide figcaption .fsTitle:before, .home .hp-slideshow .fsResource .caption-wrapper .caption-title:before, .home .hp-slideshow .fsResource .caption-wrapper .fsTitle:before, .home .hp-slideshow .fsResource figcaption .caption-title:before, .home .hp-slideshow .fsResource figcaption .fsTitle:before, .home .resource-slider .universal-slide .caption-wrapper .caption-title:before, .home .resource-slider .universal-slide .caption-wrapper .fsTitle:before, .home .resource-slider .universal-slide figcaption .caption-title:before, .home .resource-slider .universal-slide figcaption .fsTitle:before, .home .resource-slider .fsResource .caption-wrapper .caption-title:before, .home .resource-slider .fsResource .caption-wrapper .fsTitle:before, .home .resource-slider .fsResource figcaption .caption-title:before, .home .resource-slider .fsResource figcaption .fsTitle:before {
              content: '';
              display: block;
              height: 2px;
              background: #b1d255;
              width: 338px;
              margin: 0 auto 10px; } }
      .home .hp-slideshow .universal-slide .caption-wrapper .fsTitle:nth-child(1), .home .hp-slideshow .universal-slide figcaption .fsTitle:nth-child(1), .home .hp-slideshow .fsResource .caption-wrapper .fsTitle:nth-child(1), .home .hp-slideshow .fsResource figcaption .fsTitle:nth-child(1), .home .resource-slider .universal-slide .caption-wrapper .fsTitle:nth-child(1), .home .resource-slider .universal-slide figcaption .fsTitle:nth-child(1), .home .resource-slider .fsResource .caption-wrapper .fsTitle:nth-child(1), .home .resource-slider .fsResource figcaption .fsTitle:nth-child(1) {
        margin-top: 0; }
        .home .hp-slideshow .universal-slide .caption-wrapper .fsTitle:nth-child(1):before, .home .hp-slideshow .universal-slide figcaption .fsTitle:nth-child(1):before, .home .hp-slideshow .fsResource .caption-wrapper .fsTitle:nth-child(1):before, .home .hp-slideshow .fsResource figcaption .fsTitle:nth-child(1):before, .home .resource-slider .universal-slide .caption-wrapper .fsTitle:nth-child(1):before, .home .resource-slider .universal-slide figcaption .fsTitle:nth-child(1):before, .home .resource-slider .fsResource .caption-wrapper .fsTitle:nth-child(1):before, .home .resource-slider .fsResource figcaption .fsTitle:nth-child(1):before {
          display: none; }
      .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription, .home .hp-slideshow .universal-slide figcaption .caption-desc, .home .hp-slideshow .universal-slide figcaption .fsDescription, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription, .home .hp-slideshow .fsResource figcaption .caption-desc, .home .hp-slideshow .fsResource figcaption .fsDescription, .home .resource-slider .universal-slide .caption-wrapper .caption-desc, .home .resource-slider .universal-slide .caption-wrapper .fsDescription, .home .resource-slider .universal-slide figcaption .caption-desc, .home .resource-slider .universal-slide figcaption .fsDescription, .home .resource-slider .fsResource .caption-wrapper .caption-desc, .home .resource-slider .fsResource .caption-wrapper .fsDescription, .home .resource-slider .fsResource figcaption .caption-desc, .home .resource-slider .fsResource figcaption .fsDescription {
        font-family: "acumin-pro-semi-condensed", sans-serif;
        font-weight: 500;
        font-size: 0.9375rem;
        line-height: 1.75rem;
        letter-spacing: 0.152em;
        padding-top: 17px; }
        @media (min-width: 700px) {
          .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription, .home .hp-slideshow .universal-slide figcaption .caption-desc, .home .hp-slideshow .universal-slide figcaption .fsDescription, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription, .home .hp-slideshow .fsResource figcaption .caption-desc, .home .hp-slideshow .fsResource figcaption .fsDescription, .home .resource-slider .universal-slide .caption-wrapper .caption-desc, .home .resource-slider .universal-slide .caption-wrapper .fsDescription, .home .resource-slider .universal-slide figcaption .caption-desc, .home .resource-slider .universal-slide figcaption .fsDescription, .home .resource-slider .fsResource .caption-wrapper .caption-desc, .home .resource-slider .fsResource .caption-wrapper .fsDescription, .home .resource-slider .fsResource figcaption .caption-desc, .home .resource-slider .fsResource figcaption .fsDescription {
            line-height: 1.875rem;
            font-size: 1.25rem; } }
        @media (min-width: 1000px) {
          .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription, .home .hp-slideshow .universal-slide figcaption .caption-desc, .home .hp-slideshow .universal-slide figcaption .fsDescription, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription, .home .hp-slideshow .fsResource figcaption .caption-desc, .home .hp-slideshow .fsResource figcaption .fsDescription, .home .resource-slider .universal-slide .caption-wrapper .caption-desc, .home .resource-slider .universal-slide .caption-wrapper .fsDescription, .home .resource-slider .universal-slide figcaption .caption-desc, .home .resource-slider .universal-slide figcaption .fsDescription, .home .resource-slider .fsResource .caption-wrapper .caption-desc, .home .resource-slider .fsResource .caption-wrapper .fsDescription, .home .resource-slider .fsResource figcaption .caption-desc, .home .resource-slider .fsResource figcaption .fsDescription {
            padding-top: 20px;
            font-size: 1.125rem;
            line-height: 1.375rem; } }
        .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc .fs_style_35, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription .fs_style_35, .home .hp-slideshow .universal-slide figcaption .caption-desc .fs_style_35, .home .hp-slideshow .universal-slide figcaption .fsDescription .fs_style_35, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc .fs_style_35, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription .fs_style_35, .home .hp-slideshow .fsResource figcaption .caption-desc .fs_style_35, .home .hp-slideshow .fsResource figcaption .fsDescription .fs_style_35, .home .resource-slider .universal-slide .caption-wrapper .caption-desc .fs_style_35, .home .resource-slider .universal-slide .caption-wrapper .fsDescription .fs_style_35, .home .resource-slider .universal-slide figcaption .caption-desc .fs_style_35, .home .resource-slider .universal-slide figcaption .fsDescription .fs_style_35, .home .resource-slider .fsResource .caption-wrapper .caption-desc .fs_style_35, .home .resource-slider .fsResource .caption-wrapper .fsDescription .fs_style_35, .home .resource-slider .fsResource figcaption .caption-desc .fs_style_35, .home .resource-slider .fsResource figcaption .fsDescription .fs_style_35 {
          display: block;
          font-size: 1.25rem;
          line-height: 1.4375rem;
          letter-spacing: 0.039em; }
          @media (min-width: 700px) {
            .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc .fs_style_35, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription .fs_style_35, .home .hp-slideshow .universal-slide figcaption .caption-desc .fs_style_35, .home .hp-slideshow .universal-slide figcaption .fsDescription .fs_style_35, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc .fs_style_35, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription .fs_style_35, .home .hp-slideshow .fsResource figcaption .caption-desc .fs_style_35, .home .hp-slideshow .fsResource figcaption .fsDescription .fs_style_35, .home .resource-slider .universal-slide .caption-wrapper .caption-desc .fs_style_35, .home .resource-slider .universal-slide .caption-wrapper .fsDescription .fs_style_35, .home .resource-slider .universal-slide figcaption .caption-desc .fs_style_35, .home .resource-slider .universal-slide figcaption .fsDescription .fs_style_35, .home .resource-slider .fsResource .caption-wrapper .caption-desc .fs_style_35, .home .resource-slider .fsResource .caption-wrapper .fsDescription .fs_style_35, .home .resource-slider .fsResource figcaption .caption-desc .fs_style_35, .home .resource-slider .fsResource figcaption .fsDescription .fs_style_35 {
              line-height: 1.875rem;
              display: inline; } }
          @media (min-width: 1000px) {
            .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc .fs_style_35, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription .fs_style_35, .home .hp-slideshow .universal-slide figcaption .caption-desc .fs_style_35, .home .hp-slideshow .universal-slide figcaption .fsDescription .fs_style_35, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc .fs_style_35, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription .fs_style_35, .home .hp-slideshow .fsResource figcaption .caption-desc .fs_style_35, .home .hp-slideshow .fsResource figcaption .fsDescription .fs_style_35, .home .resource-slider .universal-slide .caption-wrapper .caption-desc .fs_style_35, .home .resource-slider .universal-slide .caption-wrapper .fsDescription .fs_style_35, .home .resource-slider .universal-slide figcaption .caption-desc .fs_style_35, .home .resource-slider .universal-slide figcaption .fsDescription .fs_style_35, .home .resource-slider .fsResource .caption-wrapper .caption-desc .fs_style_35, .home .resource-slider .fsResource .caption-wrapper .fsDescription .fs_style_35, .home .resource-slider .fsResource figcaption .caption-desc .fs_style_35, .home .resource-slider .fsResource figcaption .fsDescription .fs_style_35 {
              font-size: 1.5rem;
              line-height: 1.75rem;
              display: block; } }
        .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc p:last-child, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription p:last-child, .home .hp-slideshow .universal-slide figcaption .caption-desc p:last-child, .home .hp-slideshow .universal-slide figcaption .fsDescription p:last-child, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc p:last-child, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription p:last-child, .home .hp-slideshow .fsResource figcaption .caption-desc p:last-child, .home .hp-slideshow .fsResource figcaption .fsDescription p:last-child, .home .resource-slider .universal-slide .caption-wrapper .caption-desc p:last-child, .home .resource-slider .universal-slide .caption-wrapper .fsDescription p:last-child, .home .resource-slider .universal-slide figcaption .caption-desc p:last-child, .home .resource-slider .universal-slide figcaption .fsDescription p:last-child, .home .resource-slider .fsResource .caption-wrapper .caption-desc p:last-child, .home .resource-slider .fsResource .caption-wrapper .fsDescription p:last-child, .home .resource-slider .fsResource figcaption .caption-desc p:last-child, .home .resource-slider .fsResource figcaption .fsDescription p:last-child {
          margin-bottom: 0; }
        .home .hp-slideshow .universal-slide .caption-wrapper .caption-desc p:empty, .home .hp-slideshow .universal-slide .caption-wrapper .fsDescription p:empty, .home .hp-slideshow .universal-slide figcaption .caption-desc p:empty, .home .hp-slideshow .universal-slide figcaption .fsDescription p:empty, .home .hp-slideshow .fsResource .caption-wrapper .caption-desc p:empty, .home .hp-slideshow .fsResource .caption-wrapper .fsDescription p:empty, .home .hp-slideshow .fsResource figcaption .caption-desc p:empty, .home .hp-slideshow .fsResource figcaption .fsDescription p:empty, .home .resource-slider .universal-slide .caption-wrapper .caption-desc p:empty, .home .resource-slider .universal-slide .caption-wrapper .fsDescription p:empty, .home .resource-slider .universal-slide figcaption .caption-desc p:empty, .home .resource-slider .universal-slide figcaption .fsDescription p:empty, .home .resource-slider .fsResource .caption-wrapper .caption-desc p:empty, .home .resource-slider .fsResource .caption-wrapper .fsDescription p:empty, .home .resource-slider .fsResource figcaption .caption-desc p:empty, .home .resource-slider .fsResource figcaption .fsDescription p:empty {
          display: none; }
    .home .hp-slideshow .universal-slide article, .home .hp-slideshow .universal-slide picture, .home .hp-slideshow .fsResource article, .home .hp-slideshow .fsResource picture, .home .resource-slider .universal-slide article, .home .resource-slider .universal-slide picture, .home .resource-slider .fsResource article, .home .resource-slider .fsResource picture {
      background-size: cover;
      background-position: center;
      height: 290px; }
      @media (min-width: 700px) {
        .home .hp-slideshow .universal-slide article, .home .hp-slideshow .universal-slide picture, .home .hp-slideshow .fsResource article, .home .hp-slideshow .fsResource picture, .home .resource-slider .universal-slide article, .home .resource-slider .universal-slide picture, .home .resource-slider .fsResource article, .home .resource-slider .fsResource picture {
          height: 395px; } }
      @media (min-width: 1000px) {
        .home .hp-slideshow .universal-slide article, .home .hp-slideshow .universal-slide picture, .home .hp-slideshow .fsResource article, .home .hp-slideshow .fsResource picture, .home .resource-slider .universal-slide article, .home .resource-slider .universal-slide picture, .home .resource-slider .fsResource article, .home .resource-slider .fsResource picture {
          height: calc(80vh - 106px); } }
      .home .hp-slideshow .universal-slide article img, .home .hp-slideshow .universal-slide article video, .home .hp-slideshow .universal-slide picture img, .home .hp-slideshow .universal-slide picture video, .home .hp-slideshow .fsResource article img, .home .hp-slideshow .fsResource article video, .home .hp-slideshow .fsResource picture img, .home .hp-slideshow .fsResource picture video, .home .resource-slider .universal-slide article img, .home .resource-slider .universal-slide article video, .home .resource-slider .universal-slide picture img, .home .resource-slider .universal-slide picture video, .home .resource-slider .fsResource article img, .home .resource-slider .fsResource article video, .home .resource-slider .fsResource picture img, .home .resource-slider .fsResource picture video {
        vertical-align: bottom;
        opacity: 0;
        visibility: hidden;
        height: 290px; }
        @media (min-width: 700px) {
          .home .hp-slideshow .universal-slide article img, .home .hp-slideshow .universal-slide article video, .home .hp-slideshow .universal-slide picture img, .home .hp-slideshow .universal-slide picture video, .home .hp-slideshow .fsResource article img, .home .hp-slideshow .fsResource article video, .home .hp-slideshow .fsResource picture img, .home .hp-slideshow .fsResource picture video, .home .resource-slider .universal-slide article img, .home .resource-slider .universal-slide article video, .home .resource-slider .universal-slide picture img, .home .resource-slider .universal-slide picture video, .home .resource-slider .fsResource article img, .home .resource-slider .fsResource article video, .home .resource-slider .fsResource picture img, .home .resource-slider .fsResource picture video {
            height: 395px; } }
        @media (min-width: 1000px) {
          .home .hp-slideshow .universal-slide article img, .home .hp-slideshow .universal-slide article video, .home .hp-slideshow .universal-slide picture img, .home .hp-slideshow .universal-slide picture video, .home .hp-slideshow .fsResource article img, .home .hp-slideshow .fsResource article video, .home .hp-slideshow .fsResource picture img, .home .hp-slideshow .fsResource picture video, .home .resource-slider .universal-slide article img, .home .resource-slider .universal-slide article video, .home .resource-slider .universal-slide picture img, .home .resource-slider .universal-slide picture video, .home .resource-slider .fsResource article img, .home .resource-slider .fsResource article video, .home .resource-slider .fsResource picture img, .home .resource-slider .fsResource picture video {
            height: calc(100vh - 106px); } }
      .home .hp-slideshow .universal-slide article video, .home .hp-slideshow .universal-slide picture video, .home .hp-slideshow .fsResource article video, .home .hp-slideshow .fsResource picture video, .home .resource-slider .universal-slide article video, .home .resource-slider .universal-slide picture video, .home .resource-slider .fsResource article video, .home .resource-slider .fsResource picture video {
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 1;
        width: 100%;
        visibility: visible; }
  .home .hp-slideshow .slick-next, .home .hp-slideshow .slick-prev, .home .hp-slideshow .fsPrevButton, .home .hp-slideshow .fsNextButton, .home .resource-slider .slick-next, .home .resource-slider .slick-prev, .home .resource-slider .fsPrevButton, .home .resource-slider .fsNextButton {
    border: none;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 145px;
    z-index: 2;
    font-size: 0;
    line-height: 1;
    transition: 0.3s opacity; }
    @media (min-width: 700px) {
      .home .hp-slideshow .slick-next, .home .hp-slideshow .slick-prev, .home .hp-slideshow .fsPrevButton, .home .hp-slideshow .fsNextButton, .home .resource-slider .slick-next, .home .resource-slider .slick-prev, .home .resource-slider .fsPrevButton, .home .resource-slider .fsNextButton {
        top: 172px; } }
    @media (min-width: 1000px) {
      .home .hp-slideshow .slick-next, .home .hp-slideshow .slick-prev, .home .hp-slideshow .fsPrevButton, .home .hp-slideshow .fsNextButton, .home .resource-slider .slick-next, .home .resource-slider .slick-prev, .home .resource-slider .fsPrevButton, .home .resource-slider .fsNextButton {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .home .hp-slideshow .slick-next:hover, .home .hp-slideshow .slick-next:focus, .home .hp-slideshow .slick-prev:hover, .home .hp-slideshow .slick-prev:focus, .home .hp-slideshow .fsPrevButton:hover, .home .hp-slideshow .fsPrevButton:focus, .home .hp-slideshow .fsNextButton:hover, .home .hp-slideshow .fsNextButton:focus, .home .resource-slider .slick-next:hover, .home .resource-slider .slick-next:focus, .home .resource-slider .slick-prev:hover, .home .resource-slider .slick-prev:focus, .home .resource-slider .fsPrevButton:hover, .home .resource-slider .fsPrevButton:focus, .home .resource-slider .fsNextButton:hover, .home .resource-slider .fsNextButton:focus {
      opacity: 0.5; }
    .home .hp-slideshow .slick-next:before, .home .hp-slideshow .slick-prev:before, .home .hp-slideshow .fsPrevButton:before, .home .hp-slideshow .fsNextButton:before, .home .resource-slider .slick-next:before, .home .resource-slider .slick-prev:before, .home .resource-slider .fsPrevButton:before, .home .resource-slider .fsNextButton:before {
      color: #fff;
      display: block;
      font-size: 30px; }
      @media (min-width: 700px) {
        .home .hp-slideshow .slick-next:before, .home .hp-slideshow .slick-prev:before, .home .hp-slideshow .fsPrevButton:before, .home .hp-slideshow .fsNextButton:before, .home .resource-slider .slick-next:before, .home .resource-slider .slick-prev:before, .home .resource-slider .fsPrevButton:before, .home .resource-slider .fsNextButton:before {
          font-size: 50px; } }
      @media (min-width: 1000px) {
        .home .hp-slideshow .slick-next:before, .home .hp-slideshow .slick-prev:before, .home .hp-slideshow .fsPrevButton:before, .home .hp-slideshow .fsNextButton:before, .home .resource-slider .slick-next:before, .home .resource-slider .slick-prev:before, .home .resource-slider .fsPrevButton:before, .home .resource-slider .fsNextButton:before {
          font-size: 70px; } }
  .home .hp-slideshow .slick-next, .home .hp-slideshow .fsNextButton, .home .resource-slider .slick-next, .home .resource-slider .fsNextButton {
    left: auto;
    right: 0; }
    @media (min-width: 700px) {
      .home .hp-slideshow .slick-next, .home .hp-slideshow .fsNextButton, .home .resource-slider .slick-next, .home .resource-slider .fsNextButton {
        right: 15px; } }
    .home .hp-slideshow .slick-next:before, .home .hp-slideshow .fsNextButton:before, .home .resource-slider .slick-next:before, .home .resource-slider .fsNextButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .hp-slideshow .slick-prev, .home .hp-slideshow .fsPrevButton, .home .resource-slider .slick-prev, .home .resource-slider .fsPrevButton {
    left: 0;
    right: auto; }
    @media (min-width: 700px) {
      .home .hp-slideshow .slick-prev, .home .hp-slideshow .fsPrevButton, .home .resource-slider .slick-prev, .home .resource-slider .fsPrevButton {
        left: 15px; } }
    .home .hp-slideshow .slick-prev:before, .home .hp-slideshow .fsPrevButton:before, .home .resource-slider .slick-prev:before, .home .resource-slider .fsPrevButton:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.home .resource-slider.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0;
  padding: 0; }

.home .resource-slider.fsSlideshow .fsPrevButton, .home .resource-slider.fsSlideshow .fsNextButton {
  height: 70px;
  width: 70px; }
  .home .resource-slider.fsSlideshow .fsPrevButton:before, .home .resource-slider.fsSlideshow .fsNextButton:before {
    opacity: unset; }

.home .resource-slider.fsSlideshow .fsElementSlideshowControls {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 20px; }
  html.touch .home .resource-slider.fsSlideshow .fsElementSlideshowControls {
    display: none; }
  @media (min-width: 700px) {
    .home .resource-slider.fsSlideshow .fsElementSlideshowControls {
      display: block; } }
  .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause, .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    cursor: pointer;
    color: #FFF;
    z-index: 400;
    display: none;
    opacity: 0.5;
    font-size: 0;
    padding: 0;
    background: none;
    border: 0;
    transition: 0.3s opacity; }
    .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:hover, .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:focus, .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:hover, .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:focus {
      opacity: 1; }
    html.touch .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause, html.touch .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay {
      display: none; }
    @media (min-width: 700px) {
      .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause, .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay {
        display: block; } }
    .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:before, .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:before {
      font-size: 1.25rem; }
  .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPause:before {
    background: none;
    height: 30px;
    margin: 0;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home .resource-slider.fsSlideshow .fsElementSlideshowControls .fsSlideshowPlay:before {
    height: 30px;
    background: none;
    margin: 0;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

.home .resource-slider.fsSlideshow article {
  padding: 0;
  margin: 0; }
  .home .resource-slider.fsSlideshow article .fsResourceName, .home .resource-slider.fsSlideshow article > p {
    display: none; }
  .home .resource-slider.fsSlideshow article picture {
    display: block; }
  .home .resource-slider.fsSlideshow article.fsResourceTypeVideo video {
    vertical-align: bottom;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    width: 100%;
    visibility: visible; }
  .home .resource-slider.fsSlideshow article.fsResourceTypeVideo video::-webkit-media-controls {
    display: none; }

.home .upcoming-events {
  margin: 0;
  padding: 43px 20px 50px; }
  @media (min-width: 700px) {
    .home .upcoming-events {
      padding: 40px 0 35px; } }
  @media (min-width: 1000px) {
    .home .upcoming-events {
      padding: 70px 0 60px; } }
  .home .upcoming-events .slick-next, .home .upcoming-events .slick-prev {
    border: 1px solid #dadada;
    background: #f4f4f4;
    padding: 0;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    font-size: 0;
    line-height: 1;
    color: #426d30;
    transition: 0.3s color; }
    .home .upcoming-events .slick-next:hover, .home .upcoming-events .slick-next:focus, .home .upcoming-events .slick-prev:hover, .home .upcoming-events .slick-prev:focus {
      color: #0568ac; }
    .home .upcoming-events .slick-next:before, .home .upcoming-events .slick-prev:before {
      display: block;
      font-size: 25px; }
  .home .upcoming-events .slick-next {
    left: auto;
    right: 0;
    border-right: 0; }
    .home .upcoming-events .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .upcoming-events .slick-prev {
    left: 0;
    right: auto;
    border-left: 0; }
    .home .upcoming-events .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .upcoming-events > header {
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      .home .upcoming-events > header {
        padding: 0 0 0 65px; } }
    .home .upcoming-events > header .fsDate {
      margin-bottom: 0; }
      .home .upcoming-events > header .fsDate.show span {
        opacity: 1; }
      .home .upcoming-events > header .fsDate span {
        transition: 0.15s opacity;
        opacity: 0; }
  .home .upcoming-events .fsListItems {
    display: block;
    padding: 0 52px; }
  .home .upcoming-events .fsDayContainer:not(:last-child) {
    margin-bottom: 20px; }
    .home .upcoming-events .fsDayContainer:not(:last-child):after {
      content: '';
      display: block;
      height: 1px;
      width: 148px;
      background: rgba(0, 0, 0, 0.2);
      margin: 20px 0 0 0; }
    @media (min-width: 700px) {
      .home .upcoming-events .fsDayContainer:not(:last-child) {
        margin-bottom: 0; }
        .home .upcoming-events .fsDayContainer:not(:last-child):after {
          content: normal; } }
  .home .upcoming-events article {
    margin: 0;
    padding: 0 5px;
    text-align: center; }
    @media (min-width: 700px) {
      .home .upcoming-events article {
        padding: 15px 25px 13px; } }
    @media (min-width: 1000px) {
      .home .upcoming-events article {
        padding: 15px 30px 13px; } }
    .home .upcoming-events article .fsDate {
      margin-right: auto;
      margin-left: auto; }
    .home .upcoming-events article .fsNotes, .home .upcoming-events article .fsDescription {
      font-family: "acumin-pro-semi-condensed", sans-serif;
      font-weight: normal;
      line-height: 1.5rem; }
    .home .upcoming-events article:nth-child(1n+2) {
      margin-top: 20px; }
      .home .upcoming-events article:nth-child(1n+2):before {
        content: '';
        display: block;
        height: 1px;
        width: 148px;
        background: rgba(0, 0, 0, 0.2);
        margin: 0 auto 20px; }
      @media (min-width: 700px) {
        .home .upcoming-events article:nth-child(1n+2) {
          border-left: 1px solid rgba(0, 0, 0, 0.2);
          margin-top: 0; }
          .home .upcoming-events article:nth-child(1n+2):before {
            content: normal; } }

.home .infographic {
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 79px 20px 74px; }
  @media (min-width: 700px) {
    .home .infographic {
      padding: 43px 35px 55px; } }
  @media (min-width: 1200px) {
    .home .infographic {
      padding: 72px 20px; } }
  .home .infographic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 55, 68, 0.69); }
  .home .infographic > footer {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 68.23529em;
    max-width: 72.5rem;
    margin-top: 27px;
    display: none; }
    @media (min-width: 700px) {
      .home .infographic > footer {
        display: block; } }
    @media (min-width: 1200px) {
      .home .infographic > footer {
        margin-top: 29px; } }
    .home .infographic > footer .fsElementFooterContent {
      margin-bottom: 0; }
    .home .infographic > footer a {
      color: #c2d641;
      font-family: "acumin-pro-condensed", sans-serif;
      font-weight: 300;
      font-size: 1.375rem;
      letter-spacing: 0.048em;
      transition: 0.3s all; }
      @media (min-width: 1200px) {
        .home .infographic > footer a {
          font-size: 1.125rem; } }
      .home .infographic > footer a:hover, .home .infographic > footer a:focus {
        opacity: 0.5; }
  .home .infographic .intro-text {
    position: relative;
    margin: 0 auto;
    max-width: 68.23529em;
    max-width: 72.5rem;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .home .infographic .intro-text {
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .home .infographic .intro-text {
        margin-bottom: 55px; } }
    .home .infographic .intro-text > header .fsElementTitle {
      color: #FFF;
      margin-bottom: 46px;
      line-height: 40px; }
      @media (min-width: 700px) {
        .home .infographic .intro-text > header .fsElementTitle {
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .home .infographic .intro-text > header .fsElementTitle {
          line-height: normal; } }
    .home .infographic .intro-text > .fsElementContent {
      font-family: "acumin-pro-condensed", sans-serif;
      font-size: 1.375rem;
      line-height: 1.3;
      font-weight: 300;
      letter-spacing: 0.048em;
      color: rgba(255, 255, 255, 0.75);
      display: none; }
      @media (min-width: 700px) {
        .home .infographic .intro-text > .fsElementContent {
          display: block; } }
      @media (min-width: 1200px) {
        .home .infographic .intro-text > .fsElementContent {
          font-size: 1.875rem; } }
      .home .infographic .intro-text > .fsElementContent p:last-child {
        margin-bottom: 0; }
    @media (min-width: 700px) {
      .home .infographic .intro-text > footer {
        display: none; } }
    .home .infographic .intro-text > footer .fsElementFooterContent {
      margin: 0; }
      .home .infographic .intro-text > footer .fsElementFooterContent a {
        display: block;
        font-size: 2.125rem;
        font-family: "acumin-pro-condensed", sans-serif;
        font-weight: 300;
        line-height: 1.058;
        letter-spacing: 0.037em;
        color: #c2d641;
        border-radius: 2px;
        border: 1px solid #c2d641;
        padding: 15px 20px 18px; }
        .home .infographic .intro-text > footer .fsElementFooterContent a:hover, .home .infographic .intro-text > footer .fsElementFooterContent a:focus {
          color: #FFF; }
  .home .infographic .static-stats {
    position: relative;
    margin: 0 auto;
    max-width: 57.05882em;
    max-width: 60.625rem;
    margin-bottom: 45px;
    display: none; }
    @media (min-width: 700px) {
      .home .infographic .static-stats {
        display: block; } }
    @media (min-width: 1200px) {
      .home .infographic .static-stats {
        margin-bottom: 32px; } }
    .home .infographic .static-stats > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
    .home .infographic .static-stats .students {
      margin-bottom: 0;
      color: #FFF;
      padding: 11px 0 16px;
      width: 26.50%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (min-width: 1200px) {
        .home .infographic .static-stats .students {
          text-align: center;
          width: 295px;
          padding: 0 0 16px; } }
      .home .infographic .static-stats .students > header .fsElementTitle {
        line-height: 1;
        font-size: 2.4375rem;
        color: inherit;
        margin-bottom: 0;
        letter-spacing: 0.028em; }
        @media (min-width: 1200px) {
          .home .infographic .static-stats .students > header .fsElementTitle {
            font-size: 2.8125rem; } }
        .home .infographic .static-stats .students > header .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 2.0625rem;
          margin-right: 7px;
          vertical-align: bottom;
          position: relative;
          top: -1px; }
          @media (min-width: 1200px) {
            .home .infographic .static-stats .students > header .fsElementTitle:before {
              font-size: 2.4375rem;
              top: -2px; } }
      .home .infographic .static-stats .students > .fsElementContent {
        text-transform: uppercase;
        font-weight: 300;
        font-family: "acumin-pro-condensed", sans-serif;
        font-size: 2.4375rem;
        line-height: 1;
        letter-spacing: 0.048em; }
        @media (min-width: 1200px) {
          .home .infographic .static-stats .students > .fsElementContent {
            font-size: 2.8125rem; } }
        .home .infographic .static-stats .students > .fsElementContent p:last-child {
          margin-bottom: 0; }
    .home .infographic .static-stats .location {
      margin-bottom: 0;
      color: #FFF;
      position: relative;
      padding: 15px 0px 18px 0;
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      width: 47.86%;
      text-align: center; }
      @media (min-width: 1200px) {
        .home .infographic .static-stats .location {
          width: 380px;
          padding: 4px 0px 16px 135px;
          text-align: left; } }
      @media (min-width: 1200px) {
        .home .infographic .static-stats .location:before {
          line-height: 1;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 4.875rem;
          position: absolute;
          float: none;
          left: 48px;
          top: 10px; } }
      .home .infographic .static-stats .location > header {
        display: table;
        margin: 0 auto;
        position: relative;
        right: -34px; }
        @media (min-width: 1200px) {
          .home .infographic .static-stats .location > header {
            display: block;
            margin: 0;
            position: static; } }
        .home .infographic .static-stats .location > header .fsElementTitle {
          margin-bottom: 0;
          color: inherit;
          padding-left: 2px;
          font-weight: 300;
          font-family: "acumin-pro-condensed", sans-serif;
          letter-spacing: 0.006em;
          font-size: 1.625rem;
          line-height: 1.066;
          text-transform: none; }
          .home .infographic .static-stats .location > header .fsElementTitle:before {
            line-height: 1;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            font-size: 4.1875rem;
            position: absolute;
            float: none;
            right: calc(100% + 13px);
            top: 5px; }
          @media (min-width: 1200px) {
            .home .infographic .static-stats .location > header .fsElementTitle {
              font-size: 1.875rem; }
              .home .infographic .static-stats .location > header .fsElementTitle:before {
                content: ''; } }
      .home .infographic .static-stats .location > .fsElementContent {
        font-family: "acumin-pro-condensed", sans-serif;
        font-weight: 300;
        font-size: 2.9375rem;
        line-height: 1;
        letter-spacing: 0.048em;
        text-transform: uppercase;
        display: table;
        margin: 0 auto;
        position: relative;
        right: -34px; }
        @media (min-width: 1200px) {
          .home .infographic .static-stats .location > .fsElementContent {
            font-size: 3.4375rem;
            margin: 0;
            position: static; } }
        .home .infographic .static-stats .location > .fsElementContent p:last-child {
          margin-bottom: 0; }
    .home .infographic .static-stats .teachers {
      margin-bottom: 0;
      color: #FFF;
      padding: 11px 0 16px;
      width: 25.64%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      text-align: right; }
      @media (min-width: 1200px) {
        .home .infographic .static-stats .teachers {
          text-align: center;
          width: 295px;
          padding: 0 0 16px; } }
      .home .infographic .static-stats .teachers > header .fsElementTitle {
        line-height: 1;
        font-size: 2.4375rem;
        color: inherit;
        margin-bottom: 0;
        letter-spacing: 0.028em;
        padding-right: 13px; }
        @media (min-width: 1200px) {
          .home .infographic .static-stats .teachers > header .fsElementTitle {
            font-size: 2.8125rem;
            padding-right: 0; } }
        .home .infographic .static-stats .teachers > header .fsElementTitle:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 2rem;
          margin-right: 11px;
          vertical-align: bottom;
          position: relative;
          top: -2px; }
          @media (min-width: 1200px) {
            .home .infographic .static-stats .teachers > header .fsElementTitle:before {
              font-size: 2.1875rem; } }
      .home .infographic .static-stats .teachers > .fsElementContent {
        text-transform: uppercase;
        font-weight: 300;
        font-family: "acumin-pro-condensed", sans-serif;
        font-size: 2.4375rem;
        line-height: 1;
        letter-spacing: 0.028em; }
        @media (min-width: 1200px) {
          .home .infographic .static-stats .teachers > .fsElementContent {
            font-size: 2.8125rem; } }
        .home .infographic .static-stats .teachers > .fsElementContent p:last-child {
          margin-bottom: 0; }
  .home .infographic .slideshow-stats {
    position: relative;
    margin: 0 auto;
    max-width: 67.05882em;
    max-width: 71.25rem;
    display: none; }
    @media (min-width: 700px) {
      .home .infographic .slideshow-stats {
        display: block; } }
    @media (min-width: 1250px) {
      .home .infographic .slideshow-stats {
        max-width: 1190px; } }
    .home .infographic .slideshow-stats > .fsElementContent {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1200px) {
        .home .infographic .slideshow-stats > .fsElementContent {
          padding: 0 85px;
          display: block; } }
      @media (min-width: 1250px) {
        .home .infographic .slideshow-stats > .fsElementContent {
          padding: 0 110px; } }
    .home .infographic .slideshow-stats .slick-next, .home .infographic .slideshow-stats .slick-prev {
      border: none;
      background: transparent;
      padding: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      font-size: 0;
      line-height: 1; }
      .home .infographic .slideshow-stats .slick-next:hover:before, .home .infographic .slideshow-stats .slick-next:focus:before, .home .infographic .slideshow-stats .slick-prev:hover:before, .home .infographic .slideshow-stats .slick-prev:focus:before {
        color: #c2d641; }
      .home .infographic .slideshow-stats .slick-next:before, .home .infographic .slideshow-stats .slick-prev:before {
        color: #fff;
        transition: 0.3s color;
        display: block;
        font-size: 62px; }
    .home .infographic .slideshow-stats .slick-next {
      left: auto;
      right: 0; }
      .home .infographic .slideshow-stats .slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .infographic .slideshow-stats .slick-prev {
      left: 0;
      right: auto; }
      .home .infographic .slideshow-stats .slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .infographic .slideshow-stats .stat {
      margin: 0;
      color: #FFF;
      width: 28.51%; }
      .home .infographic .slideshow-stats .stat:nth-child(2) {
        margin: 0 15px; }
        @media (min-width: 1200px) {
          .home .infographic .slideshow-stats .stat:nth-child(2) {
            margin: 0 10px; } }
      @media (min-width: 1200px) {
        .home .infographic .slideshow-stats .stat {
          margin: 0 10px;
          width: 275px; } }
      @media (min-width: 700px) {
        .home .infographic .slideshow-stats .stat:nth-child(1n + 4) {
          display: none; } }
      @media (min-width: 1200px) {
        .home .infographic .slideshow-stats .stat:nth-child(1n + 4) {
          display: block; } }
      .home .infographic .slideshow-stats .stat.second {
        width: calc(42.98% - 30px); }
        @media (min-width: 1200px) {
          .home .infographic .slideshow-stats .stat.second {
            width: 380px; } }
        .home .infographic .slideshow-stats .stat.second.growth header:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .infographic .slideshow-stats .stat.second .inner {
          -ms-flex-direction: row;
          flex-direction: row;
          text-align: left; }
        .home .infographic .slideshow-stats .stat.second header {
          margin: 0 24px 0 0;
          text-align: center; }
          @media (min-width: 1200px) {
            .home .infographic .slideshow-stats .stat.second header {
              margin-right: 28px; } }
          .home .infographic .slideshow-stats .stat.second header:before {
            font-size: 4rem;
            line-height: 1; }
            @media (min-width: 1200px) {
              .home .infographic .slideshow-stats .stat.second header:before {
                font-size: 5.125rem; } }
        .home .infographic .slideshow-stats .stat.second strong {
          letter-spacing: 0.048em; }
      .home .infographic .slideshow-stats .stat .inner {
        height: 185px;
        border-radius: 2px;
        border: 1px solid #FFF;
        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;
        text-align: center; }
        @media (min-width: 1200px) {
          .home .infographic .slideshow-stats .stat .inner {
            height: 258px; } }
      .home .infographic .slideshow-stats .stat header {
        margin-bottom: 7px; }
        @media (min-width: 1200px) {
          .home .infographic .slideshow-stats .stat header {
            margin-bottom: 5px; } }
        .home .infographic .slideshow-stats .stat header .fsElementTitle {
          letter-spacing: 0.028em;
          color: inherit;
          font-size: 2.9375rem;
          line-height: 1;
          margin-bottom: 0; }
          @media (min-width: 1200px) {
            .home .infographic .slideshow-stats .stat header .fsElementTitle {
              font-size: 3.75rem; } }
      .home .infographic .slideshow-stats .stat .fsElementContent {
        font-weight: 300;
        font-family: "acumin-pro-condensed", sans-serif;
        line-height: 1.2;
        font-size: 1.1875rem;
        letter-spacing: 0.048em; }
        @media (min-width: 1200px) {
          .home .infographic .slideshow-stats .stat .fsElementContent {
            font-size: 1.5625rem; } }
        .home .infographic .slideshow-stats .stat .fsElementContent strong {
          letter-spacing: 0.028em; }
        .home .infographic .slideshow-stats .stat .fsElementContent p:last-child {
          margin-bottom: 0; }
        .home .infographic .slideshow-stats .stat .fsElementContent strong {
          display: block;
          font-weight: 500;
          line-height: 1.066;
          font-size: 1.5rem; }
          @media (min-width: 1200px) {
            .home .infographic .slideshow-stats .stat .fsElementContent strong {
              font-size: 1.875rem; } }

.home .news-highlights {
  margin-bottom: 0;
  padding: 29px 0px 20px; }
  @media (min-width: 700px) {
    .home .news-highlights {
      background: url("../images/bg-texture.png");
      padding: 35px 35px 45px; } }
  @media (min-width: 1200px) {
    .home .news-highlights {
      padding: 63px 20px 85px; } }
  .home .news-highlights .fsTabs {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem;
    overflow: hidden; }
    .home .news-highlights .fsTabs > header {
      padding: 0 25px;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .home .news-highlights .fsTabs > header {
          padding: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -ms-flex-align: center;
          align-items: center; } }
      @media (min-width: 1200px) {
        .home .news-highlights .fsTabs > header {
          margin-bottom: 0;
          position: absolute;
          top: 0;
          left: 0; } }
      .home .news-highlights .fsTabs > header .fsElementTitle {
        margin-bottom: 0;
        font-size: 1.875rem; }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs > header .fsElementTitle {
            font-size: 2.125rem; } }
      .home .news-highlights .fsTabs > header .fsElementHeaderContent {
        margin-bottom: 0;
        margin-left: 20px;
        display: none; }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs > header .fsElementHeaderContent {
            display: block; } }
        .home .news-highlights .fsTabs > header .fsElementHeaderContent a {
          font-family: "acumin-pro-condensed", sans-serif;
          font-weight: 500;
          color: #426d30; }
          .home .news-highlights .fsTabs > header .fsElementHeaderContent a:hover, .home .news-highlights .fsTabs > header .fsElementHeaderContent a:focus {
            color: #0568ac; }
    .home .news-highlights .fsTabs > .fsElementContent {
      overflow: hidden; }
    .home .news-highlights .fsTabs .fsTabsNav {
      display: none; }
      @media (min-width: 700px) {
        .home .news-highlights .fsTabs .fsTabsNav {
          text-align: center;
          display: block;
          margin-bottom: 23px; } }
      @media (min-width: 1200px) {
        .home .news-highlights .fsTabs .fsTabsNav {
          text-align: right;
          padding-left: 325px;
          margin-bottom: 50px; } }
      .home .news-highlights .fsTabs .fsTabsNav li {
        vertical-align: bottom; }
        .home .news-highlights .fsTabs .fsTabsNav li:not(:last-child) {
          margin-right: 50px; }
        .home .news-highlights .fsTabs .fsTabsNav li.fsStateSelected a {
          font-weight: 700;
          color: #0568ac; }
        .home .news-highlights .fsTabs .fsTabsNav li a {
          border-bottom: 0;
          line-height: 47px;
          margin-bottom: 0;
          padding: 0;
          font-family: "acumin-pro-condensed", sans-serif;
          color: #3c3c3c;
          font-size: 1.25rem; }
          .home .news-highlights .fsTabs .fsTabsNav li a:hover, .home .news-highlights .fsTabs .fsTabsNav li a:focus {
            color: #0568ac; }

@keyframes panelShow {
  0% {
    opacity: 0; }
  1% {
    opacity: 1;
    left: calc(100% + 80px); }
  100% {
    left: 0px;
    opacity: 1; } }

@keyframes panelHide {
  0% {
    left: 0px;
    opacity: 1; }
  99% {
    left: -100%; }
  100% {
    opacity: 0;
    left: -100%; } }
    .home .news-highlights .fsTabs .fsPanel {
      margin: 0;
      display: block !important; }
      @media (min-width: 700px) {
        .home .news-highlights .fsTabs .fsPanel {
          animation: 1s panelHide forwards ease-in-out;
          left: -100%;
          position: absolute;
          top: 138px;
          max-width: 100%;
          width: 100%; } }
      @media (min-width: 1200px) {
        .home .news-highlights .fsTabs .fsPanel {
          top: 96px; } }
      .home .news-highlights .fsTabs .fsPanel.fsStateOpen > header .fsElementTitle a {
        font-weight: 700;
        color: #0568ac; }
      @media (min-width: 700px) {
        .home .news-highlights .fsTabs .fsPanel.fsStateOpen {
          animation: 1s panelShow forwards ease-in-out; } }
      @media (min-width: 700px) {
        .home .news-highlights .fsTabs .fsPanel.showing {
          position: relative;
          top: 0;
          left: 0 !important; } }
      .home .news-highlights .fsTabs .fsPanel > header {
        background: none;
        display: block; }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel > header {
            display: none; } }
        .home .news-highlights .fsTabs .fsPanel > header h2 {
          padding: 21px 20px 21px 70px;
          font-family: "acumin-pro-condensed", sans-serif;
          font-size: 1.25rem;
          margin-bottom: 0;
          border-top: 2px solid #c2d641; }
          .home .news-highlights .fsTabs .fsPanel > header h2:before, .home .news-highlights .fsTabs .fsPanel > header h2:after {
            content: normal; }
          .home .news-highlights .fsTabs .fsPanel > header h2 a {
            border-bottom: 0;
            line-height: 1;
            color: #3c3c3c;
            transition: 0.3s all; }
            .home .news-highlights .fsTabs .fsPanel > header h2 a:hover, .home .news-highlights .fsTabs .fsPanel > header h2 a:focus {
              color: #0568ac;
              font-weight: 700; }
      .home .news-highlights .fsTabs .fsPanel > .fsElementContent {
        padding: 0; }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel > .fsElementContent {
            display: block; } }
      .home .news-highlights .fsTabs .fsPanel .fsPostElement .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement .fsListItems {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
      .home .news-highlights .fsTabs .fsPanel .fsPostElement article {
        margin-bottom: 20px;
        background-color: #FFF;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article {
            -ms-flex-direction: row;
            flex-direction: row;
            margin-bottom: 40px; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article .post-inner {
          padding: 0px 25px; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article .post-inner {
              padding: 30px 35px 35px; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article .post-inner {
              padding: 40px 45px 25px; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article .fsDateTime {
          margin-top: 18px; }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article .fsTitle {
          margin-bottom: 5px; }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article .fsThumbnail {
          max-width: 100%;
          margin-bottom: 30px; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article .fsThumbnail {
              margin-bottom: 0; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1n + 2):not(:last-child):after {
          content: '';
          display: block;
          height: 1px;
          width: 148px;
          background: rgba(0, 0, 0, 0.2);
          margin: 28px auto 0;
          visibility: visible; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1n + 2):not(:last-child):after {
              content: normal; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) {
          background-size: cover;
          background-position: center;
          color: #FFF;
          -ms-flex-align: end;
          align-items: flex-end;
          min-height: 385px;
          -ms-flex-direction: row;
          flex-direction: row;
          margin-bottom: 38px; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) {
              margin-bottom: 40px;
              min-height: 495px; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) {
              width: 64.51%;
              margin-right: 40px;
              min-height: 566px; } }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1):before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 27%;
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); }
            @media (min-width: 700px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1):before {
                height: 54%;
                background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); } }
            @media (min-width: 1200px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1):before {
                height: 48%; } }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .post-inner {
            position: relative;
            padding-bottom: 40px; }
            @media (min-width: 700px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .post-inner {
                padding: 30px 35px 30px; } }
            @media (min-width: 1200px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .post-inner {
                padding: 40px 45px 30px; } }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsTitle {
            font-size: 1.25rem;
            line-height: 1.1;
            margin-bottom: 0; }
            @media (min-width: 1200px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsTitle {
                font-size: 1.5625rem;
                line-height: 1.6;
                margin-bottom: 3px; } }
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsTitle a {
              color: #FFF; }
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsTitle a:hover, .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsTitle a:focus {
                color: #426d30; }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsThumbnail {
            display: none; }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsSummary, .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsBody {
            font-family: "acumin-pro-condensed", sans-serif;
            font-weight: 300;
            line-height: 1.294;
            display: none; }
            @media (min-width: 700px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsSummary, .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsBody {
                display: block; } }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsDateTime {
            color: inherit;
            display: none; }
            @media (min-width: 700px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(1) .fsDateTime {
                display: block; } }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) {
            -ms-flex-direction: column;
            flex-direction: column;
            width: calc((100% - 64.51%) - 40px);
            background-size: cover; } }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .post-inner {
            padding: 40px 25px 25px; } }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .post-inner {
            padding: 30px 45px 25px; } }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .fsThumbnail {
            width: 400px;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .fsThumbnail:before {
              content: '';
              position: absolute;
              right: calc(100% - 400px);
              top: 50%;
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              border-top: 40px solid transparent;
              border-bottom: 40px solid transparent;
              border-right: 25px solid #FFF; } }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .fsThumbnail {
            width: auto; }
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .fsThumbnail:before {
              content: normal; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(2) .fsThumbnail .fsCroppedImage {
          padding-bottom: 93%; }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) {
            width: 64.51%;
            margin-right: 40px; } }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .post-inner {
            padding: 40px 25px 25px; } }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .post-inner {
            padding: 40px 45px 25px; } }
        @media (min-width: 700px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail {
            width: 400px;
            -ms-flex-negative: 0;
            flex-shrink: 0; } }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail {
            width: 50%; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail:before {
          position: absolute;
          right: calc(100% - 400px);
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-top: 40px solid transparent;
          border-bottom: 40px solid transparent;
          border-right: 25px solid #FFF; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail:before {
              content: ''; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail:before {
              right: 50%; } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail .fsCroppedImage {
          padding-bottom: 87.5%; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail .fsCroppedImage {
              padding-bottom: 93%; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(3) .fsThumbnail .fsCroppedImage {
              padding-bottom: 87.5%; } }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(4) {
            width: calc((100% - 64.51%) - 40px); } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(4) .fsThumbnail {
          display: none; }
        @media (min-width: 1200px) {
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(5) {
            margin-bottom: 0;
            width: calc((100% - 64.51%) - 40px); } }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(5) .fsThumbnail {
          display: none; }
        .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) {
          margin-bottom: 40px; }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) {
              margin-bottom: 0; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) {
              width: 64.51%;
              margin-bottom: 0;
              margin-left: 40px; } }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .post-inner {
              padding: 40px 25px 25px; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .post-inner {
              padding: 40px 45px 25px; } }
          @media (min-width: 700px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail {
              width: 400px;
              -ms-flex-negative: 0;
              flex-shrink: 0; } }
          @media (min-width: 1200px) {
            .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail {
              width: 50%; } }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail:before {
            position: absolute;
            right: calc(100% - 400px);
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-right: 25px solid #FFF; }
            @media (min-width: 700px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail:before {
                content: ''; } }
            @media (min-width: 1200px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail:before {
                right: 50%; } }
          .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail .fsCroppedImage {
            padding-bottom: 87.5%; }
            @media (min-width: 700px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail .fsCroppedImage {
                padding-bottom: 93%; } }
            @media (min-width: 1200px) {
              .home .news-highlights .fsTabs .fsPanel .fsPostElement article:nth-child(6) .fsThumbnail .fsCroppedImage {
                padding-bottom: 87.5%; } }

.home .news-highlights-school {
  position: relative;
  margin-bottom: 0;
  padding: 29px 0px 20px; }
  @media (min-width: 700px) {
    .home .news-highlights-school {
      background: url("../images/bg-texture.png");
      padding: 35px 35px 45px; } }
  @media (min-width: 1200px) {
    .home .news-highlights-school {
      padding: 63px 20px 85px; } }
  .home .news-highlights-school > header {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem;
    padding: 0 25px;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .home .news-highlights-school > header {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px; } }
    .home .news-highlights-school > header .fsElementTitle {
      margin-bottom: 0;
      font-size: 1.875rem;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      @media (min-width: 700px) {
        .home .news-highlights-school > header .fsElementTitle {
          font-size: 2.125rem; } }
    .home .news-highlights-school > header .fsElementHeaderContent {
      margin-bottom: 0;
      margin-left: 20px;
      display: none;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      @media (min-width: 700px) {
        .home .news-highlights-school > header .fsElementHeaderContent {
          display: block; } }
      .home .news-highlights-school > header .fsElementHeaderContent a {
        font-family: "acumin-pro-condensed", sans-serif;
        font-weight: 500;
        color: #426d30; }
        .home .news-highlights-school > header .fsElementHeaderContent a:hover, .home .news-highlights-school > header .fsElementHeaderContent a:focus {
          color: #0568ac; }
  .home .news-highlights-school > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem; }
  .home .news-highlights-school > footer {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem; }
  .home .news-highlights-school .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .home .news-highlights-school .fsListItems {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .home .news-highlights-school article {
    padding: 0;
    margin: 0 0 20px 0;
    background-color: #FFF;
    position: relative; }
    @media (min-width: 700px) {
      .home .news-highlights-school article {
        margin-bottom: 40px; } }
    .home .news-highlights-school article .post-inner {
      padding: 0px 25px; }
      @media (min-width: 700px) {
        .home .news-highlights-school article .post-inner {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media (min-width: 1200px) {
        .home .news-highlights-school article .post-inner {
          padding-top: 40px;
          padding-bottom: 40px; } }
    .home .news-highlights-school article .fsDateTime {
      margin-top: 18px; }
    .home .news-highlights-school article .fsTitle {
      margin-bottom: 5px; }
    .home .news-highlights-school article .fsThumbnail {
      max-width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 700px) {
        .home .news-highlights-school article .fsThumbnail {
          margin-bottom: 0; } }
    .home .news-highlights-school article:nth-child(1), .home .news-highlights-school article:nth-child(4) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .home .news-highlights-school article:nth-child(1), .home .news-highlights-school article:nth-child(4) {
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (min-width: 1200px) {
        .home .news-highlights-school article:nth-child(1), .home .news-highlights-school article:nth-child(4) {
          width: 64.51%; } }
      @media (min-width: 700px) {
        .home .news-highlights-school article:nth-child(1) .fsThumbnail, .home .news-highlights-school article:nth-child(4) .fsThumbnail {
          width: 400px;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      @media (min-width: 1200px) {
        .home .news-highlights-school article:nth-child(1) .fsThumbnail, .home .news-highlights-school article:nth-child(4) .fsThumbnail {
          width: 50%; } }
      .home .news-highlights-school article:nth-child(1) .fsThumbnail:before, .home .news-highlights-school article:nth-child(4) .fsThumbnail:before {
        position: absolute;
        right: calc(100% - 400px);
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-right: 25px solid #FFF; }
        @media (min-width: 700px) {
          .home .news-highlights-school article:nth-child(1) .fsThumbnail:before, .home .news-highlights-school article:nth-child(4) .fsThumbnail:before {
            content: ''; } }
        @media (min-width: 1200px) {
          .home .news-highlights-school article:nth-child(1) .fsThumbnail:before, .home .news-highlights-school article:nth-child(4) .fsThumbnail:before {
            right: 50%; } }
      .home .news-highlights-school article:nth-child(1) .fsThumbnail .fsCroppedImage, .home .news-highlights-school article:nth-child(4) .fsThumbnail .fsCroppedImage {
        padding-bottom: 87.5%; }
        @media (min-width: 700px) {
          .home .news-highlights-school article:nth-child(1) .fsThumbnail .fsCroppedImage, .home .news-highlights-school article:nth-child(4) .fsThumbnail .fsCroppedImage {
            padding-bottom: 93%; } }
        @media (min-width: 1200px) {
          .home .news-highlights-school article:nth-child(1) .fsThumbnail .fsCroppedImage, .home .news-highlights-school article:nth-child(4) .fsThumbnail .fsCroppedImage {
            padding-bottom: 87.5%; } }
    @media (min-width: 1200px) {
      .home .news-highlights-school article:nth-child(1) {
        margin-right: 40px; } }
    @media (min-width: 1200px) {
      .home .news-highlights-school article:nth-child(4) {
        margin-left: 40px; } }
    @media (min-width: 1200px) {
      .home .news-highlights-school article:nth-child(2), .home .news-highlights-school article:nth-child(3) {
        width: calc((100% - 64.51%) - 40px); } }
    .home .news-highlights-school article:nth-child(2) .fsThumbnail, .home .news-highlights-school article:nth-child(3) .fsThumbnail {
      display: none; }

.home .student-work {
  margin-bottom: 0;
  padding: 30px 0 45px; }
  @media (min-width: 700px) {
    .home .student-work {
      padding: 40px 0 45px; } }
  @media (min-width: 1000px) {
    .home .student-work {
      padding: 76px 0 60px; } }
  .home .student-work.start-animation .fsListItems .slick-list {
    opacity: 1;
    visibility: visible; }
  .home .student-work > header {
    border-bottom: 2px solid #b1d255;
    margin-bottom: 52px; }
    @media (min-width: 700px) {
      .home .student-work > header {
        margin-bottom: 47px; } }
    .home .student-work > header .fsElementTitle {
      position: relative;
      margin: 0 auto;
      max-width: 75.88235em;
      max-width: 80.625rem;
      width: 100%;
      padding-bottom: 3px;
      font-size: 1.875rem;
      padding: 0 25px 10px; }
      @media (min-width: 700px) {
        .home .student-work > header .fsElementTitle {
          padding: 0 35px 3px;
          max-width: 1310px;
          font-size: 2.125rem; } }
  @media (min-width: 1000px) {
    .home .student-work .fsListItems {
      padding: 0 90px; } }
  .home .student-work .fsListItems .slick-list {
    position: relative;
    margin: 0 auto;
    max-width: 69.41176em;
    max-width: 73.75rem;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden; }
  .home .student-work .fsListItems .slick-next, .home .student-work .fsListItems .slick-prev {
    border: 1px solid #dadada;
    background: #f4f4f4;
    padding: 0;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    font-size: 0;
    line-height: 1;
    color: #426d30;
    transition: 0.3s color; }
    .home .student-work .fsListItems .slick-next:hover, .home .student-work .fsListItems .slick-next:focus, .home .student-work .fsListItems .slick-prev:hover, .home .student-work .fsListItems .slick-prev:focus {
      color: #0568ac; }
    .home .student-work .fsListItems .slick-next:before, .home .student-work .fsListItems .slick-prev:before {
      display: block;
      font-size: 25px; }
  .home .student-work .fsListItems .slick-next {
    left: auto;
    right: 0;
    border-right: 0; }
    .home .student-work .fsListItems .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .student-work .fsListItems .slick-prev {
    left: 0;
    right: auto;
    border-left: 0; }
    .home .student-work .fsListItems .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .home .student-work .fsListItems article {
    margin: 0; }
    .home .student-work .fsListItems article:not(:first-child) {
      display: none; }
      @media (min-width: 1000px) {
        .home .student-work .fsListItems article:not(:first-child) {
          display: block; } }
    .home .student-work .fsListItems article .work-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .home .student-work .fsListItems article .work-wrapper {
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (min-width: 1000px) {
        .home .student-work .fsListItems article .work-wrapper {
          -ms-flex-align: center;
          align-items: center; } }
    .home .student-work .fsListItems article .inner-work {
      -ms-flex-order: 2;
      order: 2;
      padding: 0 25px; }
      @media (min-width: 700px) {
        .home .student-work .fsListItems article .inner-work {
          padding: 48px 60px 58px;
          -ms-flex-order: 1;
          order: 1; } }
      @media (min-width: 1000px) {
        .home .student-work .fsListItems article .inner-work {
          padding: 0; } }
    .home .student-work .fsListItems article .fsTitle {
      font-size: 1.1875rem;
      line-height: 1.157;
      margin-bottom: 6px; }
      .home .student-work .fsListItems article .fsTitle a {
        color: #426d30; }
        .home .student-work .fsListItems article .fsTitle a:hover, .home .student-work .fsListItems article .fsTitle a:focus {
          color: #0568ac; }
    .home .student-work .fsListItems article .fsReadMoreLink {
      line-height: 1;
      font-size: 0.6875rem;
      color: #426d30;
      letter-spacing: 0.075em;
      font-weight: 700;
      text-transform: uppercase;
      display: table;
      margin-top: 37px; }
      .home .student-work .fsListItems article .fsReadMoreLink:hover, .home .student-work .fsListItems article .fsReadMoreLink:focus {
        color: #0568ac; }
    .home .student-work .fsListItems article .fsSummary, .home .student-work .fsListItems article .fsBody {
      line-height: 1.47; }
      .home .student-work .fsListItems article .fsSummary p, .home .student-work .fsListItems article .fsBody p {
        margin-bottom: 25px; }
        .home .student-work .fsListItems article .fsSummary p:last-child, .home .student-work .fsListItems article .fsBody p:last-child {
          margin-bottom: 0; }
    .home .student-work .fsListItems article .fsThumbnail {
      margin-bottom: 35px; }
      @media (min-width: 700px) {
        .home .student-work .fsListItems article .fsThumbnail {
          margin-bottom: 0;
          width: 29.29%;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-left: 3%;
          -ms-flex-order: 2;
          order: 2;
          position: relative; } }
      @media (min-width: 1000px) {
        .home .student-work .fsListItems article .fsThumbnail {
          width: 59.32%;
          margin-left: 6.78%;
          position: static; } }
      .home .student-work .fsListItems article .fsThumbnail .fsCroppedImage {
        padding-bottom: 61.857%; }
        @media (min-width: 700px) {
          .home .student-work .fsListItems article .fsThumbnail .fsCroppedImage {
            padding-bottom: 0;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-position: center left; } }
        @media (min-width: 1000px) {
          .home .student-work .fsListItems article .fsThumbnail .fsCroppedImage {
            background-position: center center;
            padding-bottom: 61.857%;
            position: static;
            height: 0; } }

.home .community-inspired {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  width: 100%;
  height: auto;
  min-height: 500px; }
  .home .community-inspired:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1c4561;
    z-index: 0; }
    @media (min-width: 800px) {
      .home .community-inspired:after {
        background: rgba(28, 69, 97, 0.75); } }
  .home .community-inspired > header {
    padding-top: 20px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #426d30;
    margin-bottom: 3px;
    z-index: 1; }
    @media (min-width: 700px) {
      .home .community-inspired > header {
        text-align: right;
        margin-bottom: 31px; } }
    @media (min-width: 1200px) {
      .home .community-inspired > header {
        margin-bottom: 33px; } }
    .home .community-inspired > header .fsElementTitle {
      position: relative;
      margin: 0 auto;
      max-width: 72.94118em;
      max-width: 77.5rem;
      width: 100%;
      padding-bottom: 17px;
      color: #FFF;
      font-size: 1.875rem; }
      @media (min-width: 700px) {
        .home .community-inspired > header .fsElementTitle {
          padding: 0 40px 3px;
          max-width: 1320px;
          font-size: 2.125rem; } }
  .home .community-inspired > .fsElementContent {
    z-index: 1; }
  .home .community-inspired > footer {
    z-index: 1; }
  body.home:not(.fsComposeMode) .community-inspired .star-shape {
    display: block;
    position: absolute;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    z-index: 0;
    opacity: 0;
    visibility: hidden; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(1), body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(4), body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(5) {
      background-image: url("../images/star-white.png"); }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(2), body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(3), body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(6), body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(7) {
      background-image: url("../images/star-green.png"); }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(1) {
      left: 40%;
      top: 5%;
      width: 60px;
      height: 60px; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(2) {
      left: 70%;
      top: 15%;
      width: 50px;
      height: 50px; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(3) {
      left: 35%;
      top: 40%;
      width: 80px;
      height: 80px; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(4) {
      left: 15%;
      top: 70%;
      width: 60px;
      height: 60px; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(5) {
      left: 85%;
      top: 60%;
      width: 50px;
      height: 50px; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(6) {
      left: 60%;
      top: 55%;
      width: 80px;
      height: 80px; }
    body.home:not(.fsComposeMode) .community-inspired .star-shape:nth-child(7) {
      left: 50%;
      top: 90%;
      width: 50px;
      height: 50px; }
  .home .community-inspired .stars-holder {
    position: relative; }
  .home .community-inspired .logo-buttons {
    position: relative;
    margin: 0;
    padding: 0 0 40px 0;
    z-index: 1; }
    .home .community-inspired .logo-buttons > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      margin: 0 auto;
      max-width: 72.94118em;
      max-width: 77.5rem; }
      @media (min-width: 1200px) {
        .home .community-inspired .logo-buttons > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: end;
          align-items: flex-end; } }
  .home .community-inspired .inspired-logo {
    margin: 0;
    padding: 0 20px; }
    @media (min-width: 700px) {
      .home .community-inspired .inspired-logo {
        padding: 0; } }
    @media (min-width: 1200px) {
      .home .community-inspired .inspired-logo {
        width: 625px;
        height: 280px;
        padding: 0;
        margin-bottom: 0; } }
    .home .community-inspired .inspired-logo p {
      margin: 0; }
  .home .community-inspired .callout-buttons {
    margin: 0;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .home .community-inspired .callout-buttons {
        margin: 0 30px 55px 0;
        padding: 0; } }
    .home .community-inspired .callout-buttons .custom-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center; }
      .home .community-inspired .callout-buttons .custom-buttons, .home .community-inspired .callout-buttons .custom-buttons ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .home .community-inspired .callout-buttons .custom-buttons li {
        margin: 0;
        padding: 0; }
      @media (min-width: 1200px) {
        .home .community-inspired .callout-buttons .custom-buttons {
          display: block;
          overflow: hidden; } }
      @media (min-width: 1200px) {
        .home .community-inspired .callout-buttons .custom-buttons li {
          float: left; } }
      .home .community-inspired .callout-buttons .custom-buttons li:not(:last-child) {
        margin-bottom: 12px;
        margin-right: 11px; }
        @media (min-width: 700px) {
          .home .community-inspired .callout-buttons .custom-buttons li:not(:last-child) {
            margin-right: 14px;
            margin-bottom: 0; } }
      .home .community-inspired .callout-buttons .custom-buttons li a {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        min-width: 129px;
        text-align: center;
        line-height: 50px;
        font-size: 1.1875rem;
        border-radius: 2px;
        border: 1px solid #E4E4E4;
        background: rgba(0, 0, 0, 0.35);
        color: #c2d641; }
        @media (min-width: 700px) {
          .home .community-inspired .callout-buttons .custom-buttons li a {
            line-height: 55px;
            min-width: 145px; } }
        .home .community-inspired .callout-buttons .custom-buttons li a:hover, .home .community-inspired .callout-buttons .custom-buttons li a:focus {
          color: #FFF;
          background: #1c4561; }
  .home .community-inspired .fsPostElement {
    width: 100%;
    height: auto;
    z-index: 1; }
    .home .community-inspired .fsPostElement .fsListItems {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      @media (min-width: 900px) {
        .home .community-inspired .fsPostElement .fsListItems {
          height: auto;
          min-height: 450px;
          display: block;
          width: 100%;
          height: 100%; } }
    .home .community-inspired .fsPostElement article {
      position: relative;
      margin: 0 auto 20px;
      padding: 0;
      display: block;
      width: 275px;
      height: 275px;
      overflow: hidden;
      border-radius: 100%;
      border: 2px solid #fff;
      background-color: transparent;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: inherit;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 900px) {
        .home .community-inspired .fsPostElement article {
          margin: 0;
          position: absolute;
          width: 320px;
          height: 320px; } }
      .home .community-inspired .fsPostElement article:hover, .home .community-inspired .fsPostElement article.active {
        border-color: #426d30; }
      .home .community-inspired .fsPostElement article:not(.star-content) .fsThumbnail,
      .home .community-inspired .fsPostElement article:not(.star-content) .fsTitle,
      .home .community-inspired .fsPostElement article:not(.star-content) .fsSummary {
        opacity: 0;
        visibility: hidden; }
      .home .community-inspired .fsPostElement article.star {
        display: none; }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star {
            display: block; }
            html.js .home .community-inspired .fsPostElement article.star {
              opacity: 0;
              visibility: hidden; } }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star-1 {
            top: 20%;
            left: 10%;
            width: 200px;
            height: 200px; } }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star-2 {
            top: 5%;
            left: 30%;
            width: 200px;
            height: 200px; } }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star-3 {
            top: 10%;
            left: 50%;
            width: 150px;
            height: 150px; } }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star-4 {
            top: 20%;
            left: 70%;
            width: 150px;
            height: 150px; } }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star-5 {
            top: 65%;
            left: 25%;
            width: 180px;
            height: 180px; } }
        @media (min-width: 900px) {
          .home .community-inspired .fsPostElement article.star-6 {
            top: 50%;
            left: 45%;
            width: 210px;
            height: 210px; } }
        .home .community-inspired .fsPostElement article.star-content {
          display: block; }
          @media screen and (max-width: 899px) {
            .home .community-inspired .fsPostElement article.star-content:hover:after,
            .home .community-inspired .fsPostElement article.star-content:hover .star-inner, .home .community-inspired .fsPostElement article.star-content:focus:after,
            .home .community-inspired .fsPostElement article.star-content:focus .star-inner {
              opacity: 1;
              visibility: visible; } }
          @media (min-width: 900px) {
            .home .community-inspired .fsPostElement article.star-content {
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              width: 450px;
              height: 450px;
              padding: 0;
              margin: auto;
              visibility: hidden;
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
              z-index: 500;
              cursor: auto; } }
          .home .community-inspired .fsPostElement article.star-content:after {
            display: block;
            visibility: hidden;
            opacity: 0;
            width: 100%;
            height: 100%;
            content: '';
            background: rgba(0, 0, 0, 0.75);
            transition: all 0.3s; }
            @media (min-width: 900px) {
              .home .community-inspired .fsPostElement article.star-content:after {
                opacity: 1;
                visibility: visible; } }
          .home .community-inspired .fsPostElement article.star-content .close {
            display: none; }
            @media (min-width: 900px) {
              .home .community-inspired .fsPostElement article.star-content .close {
                display: block;
                cursor: pointer;
                color: #fff; }
                .home .community-inspired .fsPostElement article.star-content .close:hover {
                  color: rgba(255, 255, 255, 0.65); } }
          .home .community-inspired .fsPostElement article.star-content.active {
            visibility: visible;
            opacity: 1;
            -ms-transform: scale(1);
            transform: scale(1);
            border-color: #fff; }
            html.js .home .community-inspired .fsPostElement article.star-content.active {
              opacity: 1;
              visibility: visible; }
          .home .community-inspired .fsPostElement article.star-content .star-inner {
            opacity: 0;
            visibility: hidden;
            margin: 0;
            padding: 0 20px;
            position: absolute;
            top: 50%;
            right: 0;
            bottom: auto;
            left: 0;
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            z-index: 1;
            text-align: center;
            transition: all 0.3s; }
            @media (min-width: 900px) {
              .home .community-inspired .fsPostElement article.star-content .star-inner {
                opacity: 1;
                visibility: visible; } }
            .home .community-inspired .fsPostElement article.star-content .star-inner > header .fsElementTitle {
              font-weight: 300;
              color: #c2d641;
              margin-bottom: 10px; }
              @media screen and (max-width: 899px) {
                .home .community-inspired .fsPostElement article.star-content .star-inner > header .fsElementTitle {
                  font-size: 22px; } }
      .home .community-inspired .fsPostElement article .fsPostLink {
        display: none;
        border: 5px solid red; }
      .home .community-inspired .fsPostElement article .star-inner .fsTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 34px;
        line-height: normal;
        color: #0568ac;
        font-weight: 600;
        font-family: "acumin-pro-condensed", sans-serif;
        margin-bottom: 24px;
        font-weight: 300;
        color: #c2d641;
        margin-bottom: 10px; }
        @media screen and (max-width: 899px) {
          .home .community-inspired .fsPostElement article .star-inner .fsTitle {
            font-size: 22px; } }
      .home .community-inspired .fsPostElement article .star-inner .fsSummary {
        color: #fff; }
        @media screen and (max-width: 899px) {
          .home .community-inspired .fsPostElement article .star-inner .fsSummary {
            font-size: 16px;
            line-height: 1.2; } }
  .home .community-inspired.animation-star .star-shape {
    animation-name: animate-star-shape;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.35, 1, 1, 1);
    animation-fill-mode: forwards; }
    .home .community-inspired.animation-star .star-shape:nth-child(1) {
      animation-duration: 1s;
      animation-delay: 0.2s; }
    .home .community-inspired.animation-star .star-shape:nth-child(2) {
      animation-duration: 1.4s;
      animation-delay: 0.4s; }
    .home .community-inspired.animation-star .star-shape:nth-child(3) {
      animation-duration: 1.3s;
      animation-delay: 0.8s; }
    .home .community-inspired.animation-star .star-shape:nth-child(4) {
      animation-duration: 1.5s;
      animation-delay: 0.6s; }
    .home .community-inspired.animation-star .star-shape:nth-child(5) {
      animation-duration: 1.7s;
      animation-delay: 1.0s; }
    .home .community-inspired.animation-star .star-shape:nth-child(6) {
      animation-duration: 1.6s;
      animation-delay: 1.4s; }
    .home .community-inspired.animation-star .star-shape:nth-child(7) {
      animation-duration: 1.8s;
      animation-delay: 1.2s; }
  @media (min-width: 900px) {
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star:not(.star-content) {
      opacity: 0;
      visibility: hidden;
      animation-name: animate-star-profile;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-timing-function: cubic-bezier(0.35, 1, 1, 1);
      animation-fill-mode: forwards; } }
  @media (min-width: 900px) {
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star-1 {
      animation-duration: 1s;
      animation-delay: 0.7s; }
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star-2 {
      animation-duration: 1s;
      animation-delay: 0.9s; }
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star-3 {
      animation-duration: 1s;
      animation-delay: 1.1s; }
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star-4 {
      animation-duration: 1s;
      animation-delay: 1.5s; }
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star-5 {
      animation-duration: 1s;
      animation-delay: 1.3s; }
    body.home:not(.fsComposeMode) .community-inspired.animation-star .star-6 {
      animation-duration: 1s;
      animation-delay: 1.7s; } }

@keyframes animate-star-shape {
  0% {
    opacity: 0;
    visibility: visible;
    transform: scale(0); }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); } }

@keyframes animate-star-profile {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate(500px, -500px); }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); } }

.home .meet-our-community {
  margin: 0;
  padding: 80px 0 20px; }
  .home .meet-our-community > header {
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #c2d641; }
    .home .meet-our-community > header .fsElementTitle {
      position: relative;
      margin: 0 auto;
      max-width: 72.94118em;
      max-width: 77.5rem;
      width: 100%; }
      .home .meet-our-community > header .fsElementTitle a {
        padding-left: 20px;
        font-size: initial;
        text-transform: none;
        font-weight: normal; }
  .home .meet-our-community .fsListItems {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem;
    margin: 0 auto; }
    .home .meet-our-community .fsListItems.community-images {
      position: relative;
      margin-bottom: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .home .meet-our-community .fsListItems.community-images article {
        position: relative;
        background-color: transparent;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: inherit;
        padding: 0;
        margin: 0 10px 35px;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 50%;
        border: 10px solid #d8d8d8;
        transition: all 0.3s;
        cursor: pointer;
        opacity: 1 !important; }
        @media (min-width: 800px) {
          .home .meet-our-community .fsListItems.community-images article {
            width: 25%; } }
        .home .meet-our-community .fsListItems.community-images article:after {
          display: block;
          position: absolute;
          bottom: -70px;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          border-top: 30px solid transparent;
          border-left: 40px solid transparent;
          border-bottom: 30px solid transparent;
          border-right: 40px solid transparent;
          width: 80px;
          height: 60px;
          content: '';
          transition: all 0.3s;
          opacity: 1;
          visibility: visible; }
        .home .meet-our-community .fsListItems.community-images article:hover {
          border-color: #426d30; }
          .home .meet-our-community .fsListItems.community-images article:hover:after {
            border-top: 30px solid #426d30; }
        .home .meet-our-community .fsListItems.community-images article.slick-current {
          border-color: #1c4561; }
          .home .meet-our-community .fsListItems.community-images article.slick-current:after {
            border-top: 30px solid #1c4561; }
        .home .meet-our-community .fsListItems.community-images article .fsTitle {
          font-size: 20px;
          line-height: 22px;
          margin-top: 0;
          margin-bottom: 0;
          padding: 15px 10px;
          text-align: center;
          color: #1c4561; }
        .home .meet-our-community .fsListItems.community-images article .fsSummary {
          display: none; }
    .home .meet-our-community .fsListItems.community-text {
      padding: 0 20px; }
      @media (min-width: 1280px) {
        .home .meet-our-community .fsListItems.community-text {
          padding-right: 0;
          padding-left: 0; } }
      .home .meet-our-community .fsListItems.community-text article .fsThumbnail {
        display: none; }
      .home .meet-our-community .fsListItems.community-text article .fsTitle {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 20px 0;
        padding: 0;
        color: #1c4561; }

.home.fsComposeMode .sticky-anchors {
  display: none; }

.home.fsComposeMode .inspired-community .stars-holder > .fsElementContent {
  height: auto; }

.home.fsComposeMode .inspired-community .stars-holder .star-content, .home.fsComposeMode .inspired-community .stars-holder .star-shape {
  display: none; }

.home.fsComposeMode .inspired-community .stars-holder .star {
  position: static;
  animation: none !important;
  opacity: 1;
  border-radius: 0; }
  .home.fsComposeMode .inspired-community .stars-holder .star:before {
    content: normal; }
  .home.fsComposeMode .inspired-community .stars-holder .star > header, .home.fsComposeMode .inspired-community .stars-holder .star > .fsElementContent, .home.fsComposeMode .inspired-community .stars-holder .star > footer {
    display: block; }

.home.fsComposeMode .inspired-community .logo-buttons .inspired-logo {
  width: auto;
  height: auto; }
  .home.fsComposeMode .inspired-community .logo-buttons .inspired-logo img.mobile-only {
    display: block;
    position: static; }
  .home.fsComposeMode .inspired-community .logo-buttons .inspired-logo img:not(.mobile-only) {
    display: none; }

.home.fsComposeMode .infographic .slideshow-stats .stat {
  width: auto;
  margin: 0; }

.home.fsComposeMode .news-highlights .fsTabs .fsPanel {
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
  display: none !important; }
  .home.fsComposeMode .news-highlights .fsTabs .fsPanel.fsStateOpen {
    display: block !important; }

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

.social-panel {
  display: none; }
  @media (min-width: 768px) {
    .social-panel {
      display: block;
      width: 100%;
      height: auto;
      min-height: calc(100vh - 106px);
      overflow-x: hidden;
      overflow-y: auto;
      position: fixed;
      top: 106px;
      right: 0;
      bottom: 0;
      left: 0;
      background: #3c3c3c;
      z-index: 9000;
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s; }
      body:not(.district) .social-panel {
        top: 0;
        min-height: 100vh; }
      .social-is-active .social-panel {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible; }
      .social-is-active.fsAccountBarVisible .social-panel {
        top: 45px; } }
  .social-panel > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 72.94118em;
    max-width: 77.5rem;
    padding-right: 1.17647em;
    padding-left: 1.17647em;
    padding-top: 1.17647em;
    padding-bottom: 1.17647em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    @media (min-width: 1280px) {
      .social-panel > .fsElementContent {
        padding-right: 0;
        padding-left: 0; } }
    .social-panel > .fsElementContent > .fsElement {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .social-panel > .fsElementContent > .fsElement > header > .fsElementTitle {
        font-family: "acumin-pro-semi-condensed", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.2;
        color: #fff; }
      .social-panel > .fsElementContent > .fsElement.fsCalendar {
        width: 32.25vw;
        padding-right: 40px; }
        .social-panel > .fsElementContent > .fsElement.fsCalendar .fsDate {
          background: #c2d641; }
        .social-panel > .fsElementContent > .fsElement.fsCalendar .fsTitle {
          color: #fff; }
          .social-panel > .fsElementContent > .fsElement.fsCalendar .fsTitle a {
            color: #fff; }
            .social-panel > .fsElementContent > .fsElement.fsCalendar .fsTitle a:hover {
              opacity: 0.6; }
        .social-panel > .fsElementContent > .fsElement.fsCalendar .fsTimeRange, .social-panel > .fsElementContent > .fsElement.fsCalendar .fsLocation, .social-panel > .fsElementContent > .fsElement.fsCalendar .fsAllDay {
          color: #fff; }
      .social-panel > .fsElementContent > .fsElement.fsFeeds {
        width: 41.93vw;
        padding-right: 40px;
        color: #666; }
      .social-panel > .fsElementContent > .fsElement.nav-social {
        width: 25.82vw; }
        .social-panel > .fsElementContent > .fsElement.nav-social .fsNavLevel1 li [href*='peachjar'] {
          background-image: url("../images/social-peachjar-green.png"); }
        .social-panel > .fsElementContent > .fsElement.nav-social .fsNavLevel1 li [href*='parentteachermagazine'] {
          background-image: url("../images/social-parentteacher-green.png"); }
        .social-panel > .fsElementContent > .fsElement.nav-social .fsNavLevel1 li a:before {
          color: #c2d641; }
          .social-panel > .fsElementContent > .fsElement.nav-social .fsNavLevel1 li a:before:hover {
            opacity: 0.6; }
  .social-panel .social-close {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9000; }
    @media (max-width: 1024px) {
      .social-panel .social-close {
        top: 10px; } }
    .social-panel .social-close:hover span:before, .social-panel .social-close:hover span:after {
      background: #fff; }
    .social-panel .social-close:focus {
      outline: -webkit-focus-ring-color auto 5px; }
    .social-panel .social-close span {
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
      top: -2px;
      margin-right: 0;
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      font-size: 0;
      height: 2px;
      background: rgba(255, 255, 255, 0.6);
      transition: background 0s 0.3s ease-in-out; }
      .social-panel .social-close span:before, .social-panel .social-close span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.6);
        content: "";
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s; }
      .social-panel .social-close span:before {
        top: -6px;
        transition-property: top, transform; }
      .social-panel .social-close span:after {
        bottom: -6px;
        transition-property: bottom, transform; }
    .social-is-active .social-panel .social-close {
      color: transparent; }
      .social-is-active .social-panel .social-close span {
        background: none;
        height: 2px; }
        .social-is-active .social-panel .social-close span:before {
          top: 0;
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .social-is-active .social-panel .social-close span:after {
          bottom: 0;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .social-is-active .social-panel .social-close span:before, .social-is-active .social-panel .social-close span:after {
          height: 2px;
          transition-delay: 0s, 0.3s; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 50%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 25%; } }
    @media (min-width: 1240px) {
      .colors ol li {
        margin-bottom: 0;
        width: 12.5%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #4a4a4a;
      color: #4a4a4a; }
      .colors ol li:nth-of-type(1):after {
        content: "#4a4a4a"; }
    .colors ol li:nth-of-type(2) {
      background: #1c4561;
      color: #1c4561; }
      .colors ol li:nth-of-type(2):after {
        content: "#1c4561"; }
    .colors ol li:nth-of-type(3) {
      background: #426d30;
      color: #426d30; }
      .colors ol li:nth-of-type(3):after {
        content: "#426d30"; }
    .colors ol li:nth-of-type(4) {
      background: #c2d641;
      color: #c2d641; }
      .colors ol li:nth-of-type(4):after {
        content: "#c2d641"; }
    .colors ol li:nth-of-type(5) {
      background: #0568ac;
      color: #0568ac; }
      .colors ol li:nth-of-type(5):after {
        content: "#0568ac"; }
    .colors ol li:nth-of-type(6) {
      background: #6dc6e7;
      color: #6dc6e7; }
      .colors ol li:nth-of-type(6):after {
        content: "#6dc6e7"; }
    .colors ol li:nth-of-type(7) {
      background: #636971;
      color: #636971; }
      .colors ol li:nth-of-type(7):after {
        content: "#636971"; }
    .colors ol li:nth-of-type(8) {
      background: #3c3c3c;
      color: #3c3c3c; }
      .colors ol li:nth-of-type(8):after {
        content: "#3c3c3c"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.29412em;
    padding: 0.29412em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "acumin-pro-semi-condensed", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "acumin-pro-semi-condensed, sans-serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "acumin-pro-condensed", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "acumin-pro-condensed, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "iskra", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "iskra, 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: 44px / line: normal"; }

.headers h2:after {
  content: " size: 34px / line: normal"; }

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

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

.headers h5:after {
  content: " size: 19px / line: normal"; }

.headers h6:after {
  content: " size: 17px / line: normal"; }

.goog-te-gadget-simple {
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1px solid #fff !important;
  padding: 10px !important;
  font-family: "acumin-pro-semi-condensed", sans-serif;
  color: #fff; }
  .goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important; }

.h2-title .fsTitle, .h2-title .fsElementTitle {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
  font-weight: normal !important;
  font-size: 34px !important;
  line-height: normal !important;
  color: #0568ac !important;
  font-weight: 600 !important;
  font-family: "acumin-pro-condensed", sans-serif !important;
  margin-bottom: 24px !important; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-size: 44px;
      line-height: normal;
      text-transform: uppercase;
      color: #426d30;
      font-weight: 700;
      font-family: "acumin-pro-condensed", sans-serif;
      margin-bottom: 24px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
