@charset "UTF-8";
 /**
 *
 * Anglo American School - default_17
 * @link http://aasru.finalsite.com
 * Site Template : newclientcustom
 * Built By: Umar Hamza
 * Project Manager: Rosie Paxton
 * Designer: Jonny Young
 * ==== Git Info ====
 * Branch Name: clients/aasru
 * Build version: 3.2.6
 * Git Tag: v3.0-273-gaf63a78b44
 * Last build by: Jonathan Brooks
 *
 **/

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

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

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


.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! uility/presentational.scss - keyframes */
@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes slideLeft {
  from {
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    transform: translateX(0); } }

/*! 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.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg"), url("../fonts/icomoon.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

::-moz-selection {
  background: #d9ebf0;
  /* WebKit/Blink Browsers */ }

::selection {
  background: #d9ebf0;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #d9ebf0;
  /* Gecko Browsers */ }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  color: #387d92;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #387d92;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px; }


.fs_style_28 {
  font-size: 20px;
  font-weight: 700;
  color: #0065a4;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 26px; }
  
  .fs_style_28::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0075c1;
    background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }


.fs_style_25 {
  font-size: 20px;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #dfdfdf; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #0065a4;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #387d92; }
  a::after, a::before {
    transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s; }

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

table {
  display: block; }
  @media (min-width: 992px) {
    table {
      display: table; } }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_40 td {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  .fs_style_40 tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_40 th,
  .fs_style_40 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_40 th {
    padding: 10px 20px;
    text-align: left;
    background: #0065a4;
    color: #fff; }

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

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

.div-background-image {
  min-width: 50px;
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.fsPageTitle {
  font-size: 25px;
  font-weight: 700;
  color: #387d92;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 35px;
  margin-top: 0;
  text-transform: uppercase;
  padding-right: 15px; }
  .fsPageTitle::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0075c1;
    background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
  @media (max-width: 1199px) {
    .fsPageTitle {
      margin-bottom: 20px;
      padding-bottom: 15px; } }
  .home .fsPageTitle {
    display: none; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #626262; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #626262; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #2f2f2f; }

.fsElementDialog {
  color: #626262; }

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

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

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

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

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

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


.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #cbcbca;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px; }
  
  .fs_style_29,
  .fs_style_29::before,
  .fs_style_29::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_29:hover,
  .fs_style_29:focus {
    color: #fff;
    background-color: #b2b2b0;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_29 em {
    display: block;
    font-style: normal; }
  
  .fs_style_29::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #cbcbca;
    z-index: -1; }
  
  .fs_style_29::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 8px 0 0;
    border-color: #cbcbca transparent transparent transparent; }
  
  .fs_style_29:hover,
  .fs_style_29:focus {
    background-color: transparent; }
    
    .fs_style_29:hover::before,
    .fs_style_29:focus::before {
      background-color: #b2b2b0; }
    
    .fs_style_29:hover::after,
    .fs_style_29:focus::after {
      border-color: #b2b2b0 transparent transparent transparent; }

.header-quicklinks li:nth-child(2) a, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink,
.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #3CB9FF;
  color: #000;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  .header-quicklinks li:nth-child(2) a, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink, .header-quicklinks li:nth-child(2) a::before, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink::before, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink::before, .header-quicklinks li:nth-child(2) a::after, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink::after, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink::after,
  .fs_style_30,
  .fs_style_30::before,
  .fs_style_30::after {
    transition: all 0.3s ease-in-out; }
  .header-quicklinks li:nth-child(2) a:hover, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:hover, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:hover, .header-quicklinks li:nth-child(2) a:focus, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:focus, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:focus,
  .fs_style_30:hover,
  .fs_style_30:focus {
    color: #000;
    background-color: #09a7ff;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  .header-quicklinks li:nth-child(2) a em, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink em, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink em,
  .fs_style_30 em {
    display: block;
    font-style: normal; }
  .header-quicklinks li:nth-child(2) a::before, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink::before, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink::before,
  .fs_style_30::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #3CB9FF;
    z-index: -1; }
  .header-quicklinks li:nth-child(2) a::after, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink::after, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink::after,
  .fs_style_30::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #3CB9FF transparent transparent transparent; }
  .header-quicklinks li:nth-child(2) a:hover, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:hover, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:hover, .header-quicklinks li:nth-child(2) a:focus, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:focus, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:focus,
  .fs_style_30:hover,
  .fs_style_30:focus {
    background-color: transparent; }
    .header-quicklinks li:nth-child(2) a:hover::before, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:hover::before, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:hover::before, .header-quicklinks li:nth-child(2) a:focus::before, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:focus::before, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:focus::before,
    .fs_style_30:hover::before,
    .fs_style_30:focus::before {
      background-color: #09a7ff; }
    .header-quicklinks li:nth-child(2) a:hover::after, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:hover::after, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:hover::after, .header-quicklinks li:nth-child(2) a:focus::after, .news-slideshow-module .fsElementSlideshow .fsReadMoreLink:focus::after, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:focus::after,
    .fs_style_30:hover::after,
    .fs_style_30:focus::after {
      border-color: #09a7ff transparent transparent transparent; }

.header-quicklinks li:nth-child(1) a,
.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #0065a4;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  .header-quicklinks li:nth-child(1) a, .header-quicklinks li:nth-child(1) a::before, .header-quicklinks li:nth-child(1) a::after,
  .fs_style_31,
  .fs_style_31::before,
  .fs_style_31::after {
    transition: all 0.3s ease-in-out; }
  .header-quicklinks li:nth-child(1) a:hover, .header-quicklinks li:nth-child(1) a:focus,
  .fs_style_31:hover,
  .fs_style_31:focus {
    color: #fff;
    background-color: #004671;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  .header-quicklinks li:nth-child(1) a em,
  .fs_style_31 em {
    display: block;
    font-style: normal; }
  .header-quicklinks li:nth-child(1) a::before,
  .fs_style_31::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #0065a4;
    z-index: -1; }
  .header-quicklinks li:nth-child(1) a::after,
  .fs_style_31::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #0065a4 transparent transparent transparent; }
  .header-quicklinks li:nth-child(1) a:hover, .header-quicklinks li:nth-child(1) a:focus,
  .fs_style_31:hover,
  .fs_style_31:focus {
    background-color: transparent; }
    .header-quicklinks li:nth-child(1) a:hover::before, .header-quicklinks li:nth-child(1) a:focus::before,
    .fs_style_31:hover::before,
    .fs_style_31:focus::before {
      background-color: #004671; }
    .header-quicklinks li:nth-child(1) a:hover::after, .header-quicklinks li:nth-child(1) a:focus::after,
    .fs_style_31:hover::after,
    .fs_style_31:focus::after {
      border-color: #004671 transparent transparent transparent; }


.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #d46200;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  
  .fs_style_32,
  .fs_style_32::before,
  .fs_style_32::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_32:hover,
  .fs_style_32:focus {
    color: #fff;
    background-color: #a14a00;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_32 em {
    display: block;
    font-style: normal; }
  
  .fs_style_32::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #d46200;
    z-index: -1; }
  
  .fs_style_32::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #d46200 transparent transparent transparent; }
  
  .fs_style_32:hover,
  .fs_style_32:focus {
    background-color: transparent; }
    
    .fs_style_32:hover::before,
    .fs_style_32:focus::before {
      background-color: #a14a00; }
    
    .fs_style_32:hover::after,
    .fs_style_32:focus::after {
      border-color: #a14a00 transparent transparent transparent; }


.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #1f5a6c;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  
  .fs_style_33,
  .fs_style_33::before,
  .fs_style_33::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_33:hover,
  .fs_style_33:focus {
    color: #fff;
    background-color: #143944;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_33 em {
    display: block;
    font-style: normal; }
  
  .fs_style_33::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #1f5a6c;
    z-index: -1; }
  
  .fs_style_33::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #1f5a6c transparent transparent transparent; }
  
  .fs_style_33:hover,
  .fs_style_33:focus {
    background-color: transparent; }
    
    .fs_style_33:hover::before,
    .fs_style_33:focus::before {
      background-color: #143944; }
    
    .fs_style_33:hover::after,
    .fs_style_33:focus::after {
      border-color: #143944 transparent transparent transparent; }


.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #38821d;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  
  .fs_style_34,
  .fs_style_34::before,
  .fs_style_34::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_34:hover,
  .fs_style_34:focus {
    color: #fff;
    background-color: #265814;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_34 em {
    display: block;
    font-style: normal; }
  
  .fs_style_34::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #38821d;
    z-index: -1; }
  
  .fs_style_34::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #38821d transparent transparent transparent; }
  
  .fs_style_34:hover,
  .fs_style_34:focus {
    background-color: transparent; }
    
    .fs_style_34:hover::before,
    .fs_style_34:focus::before {
      background-color: #265814; }
    
    .fs_style_34:hover::after,
    .fs_style_34:focus::after {
      border-color: #265814 transparent transparent transparent; }


.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #aecc39;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  
  .fs_style_42,
  .fs_style_42::before,
  .fs_style_42::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_42:hover,
  .fs_style_42:focus {
    color: #fff;
    background-color: #8ea72b;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_42 em {
    display: block;
    font-style: normal; }
  
  .fs_style_42::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #aecc39;
    z-index: -1; }
  
  .fs_style_42::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #aecc39 transparent transparent transparent; }
  
  .fs_style_42:hover,
  .fs_style_42:focus {
    background-color: transparent; }
    
    .fs_style_42:hover::before,
    .fs_style_42:focus::before {
      background-color: #8ea72b; }
    
    .fs_style_42:hover::after,
    .fs_style_42:focus::after {
      border-color: #8ea72b transparent transparent transparent; }


.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #340426;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  
  .fs_style_35,
  .fs_style_35::before,
  .fs_style_35::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_35:hover,
  .fs_style_35:focus {
    color: #fff;
    background-color: #050003;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_35 em {
    display: block;
    font-style: normal; }
  
  .fs_style_35::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #340426;
    z-index: -1; }
  
  .fs_style_35::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #340426 transparent transparent transparent; }
  
  .fs_style_35:hover,
  .fs_style_35:focus {
    background-color: transparent; }
    
    .fs_style_35:hover::before,
    .fs_style_35:focus::before {
      background-color: #050003; }
    
    .fs_style_35:hover::after,
    .fs_style_35:focus::after {
      border-color: #050003 transparent transparent transparent; }


.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #e6e5d9;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  
  .fs_style_36,
  .fs_style_36::before,
  .fs_style_36::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_36:hover,
  .fs_style_36:focus {
    color: #fff;
    background-color: #d2d0ba;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_36 em {
    display: block;
    font-style: normal; }

#fsFooter .footer-quicklinks a,
.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #00446c;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  #fsFooter .footer-quicklinks a, #fsFooter .footer-quicklinks a::before, #fsFooter .footer-quicklinks a::after,
  .fs_style_37,
  .fs_style_37::before,
  .fs_style_37::after {
    transition: all 0.3s ease-in-out; }
  #fsFooter .footer-quicklinks a:hover, #fsFooter .footer-quicklinks a:focus,
  .fs_style_37:hover,
  .fs_style_37:focus {
    color: #fff;
    background-color: #002439;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  #fsFooter .footer-quicklinks a em,
  .fs_style_37 em {
    display: block;
    font-style: normal; }


.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background-color: transparent;
  color: #626262;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  font-size: 18px;
  display: block; }
  
  .fs_style_38,
  .fs_style_38::before,
  .fs_style_38::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_38:hover,
  .fs_style_38:focus {
    color: #626262;
    background-color: rgba(0, 0, 0, 0);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_38 em {
    display: block;
    font-style: normal; }
  
  .fs_style_38,
  .fs_style_38::before {
    transition: all 0.3s ease-in-out 0s; }
  
  .fs_style_38::before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 28px;
    font-size: 28px;
    color: inherit; }
  
  .fs_style_38:hover,
  .fs_style_38:focus {
    color: #d46200; }
  
  .fs_style_38::before {
    position: relative;
    top: 3px; }


.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 20px;
  background-color: transparent;
  color: #626262;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  font-size: 18px;
  display: block; }
  
  .fs_style_39,
  .fs_style_39::before,
  .fs_style_39::after {
    transition: all 0.3s ease-in-out; }
  
  .fs_style_39:hover,
  .fs_style_39:focus {
    color: #626262;
    background-color: rgba(0, 0, 0, 0);
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  
  .fs_style_39 em {
    display: block;
    font-style: normal; }
  
  .fs_style_39,
  .fs_style_39::before {
    transition: all 0.3s ease-in-out 0s; }
  
  .fs_style_39::before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-right: 28px;
    font-size: 24px;
    color: inherit; }
  
  .fs_style_39:hover,
  .fs_style_39:focus {
    color: #d46200; }
  
  .fs_style_39::before {
    position: relative;
    top: 3px; }

.fs_style_41,
body:not(.fsComposeMode) .photo-quicklink > footer a {
  display: inline-block;
  margin: 8px;
  padding: 5px 18px;
  color: #0065a4;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #0065a4; }
  .fs_style_41:hover,
  body:not(.fsComposeMode) .photo-quicklink > footer a:hover {
    color: #ffffff;
    background-color: #0065a4; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #626262;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  .fsStyleDefaultButton, .fsStyleDefaultButton::before, .fsStyleDefaultButton::after {
    transition: all 0.3s ease-in-out; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    color: #fff;
    background-color: #494949;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #626262;
    z-index: -1; }
  .fsStyleDefaultButton::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #626262 transparent transparent transparent; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background-color: transparent; }
    .fsStyleDefaultButton:hover::before, .fsStyleDefaultButton:focus::before {
      background-color: #494949; }
    .fsStyleDefaultButton:hover::after, .fsStyleDefaultButton:focus::after {
      border-color: #494949 transparent transparent transparent; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #626262;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  .fsStyleUpdateButton, .fsStyleUpdateButton::before, .fsStyleUpdateButton::after {
    transition: all 0.3s ease-in-out; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    color: #fff;
    background-color: #494949;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #626262;
    z-index: -1; }
  .fsStyleUpdateButton::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #626262 transparent transparent transparent; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background-color: transparent; }
    .fsStyleUpdateButton:hover::before, .fsStyleUpdateButton:focus::before {
      background-color: #494949; }
    .fsStyleUpdateButton:hover::after, .fsStyleUpdateButton:focus::after {
      border-color: #494949 transparent transparent transparent; }

.lead-in,
.fs_style_24 {
  font-size: 1.25em;
  line-height: 1.2em; }


blockquote,
.fs_style_26 {
  display: block;
  font-size: 22px;
  padding: 0 0 0 11px;
  border-left: 5px solid #0065a4;
  margin: 10px 0 10px 0;
  line-height: 1.4;
  background-color: transparent;
  max-width: 100%;
  color: #626262;
  text-align: left; }


cite,
.fs_style_27 {
  display: block;
  margin: 20px 0 0 0;
  padding-left: 16px;
  font-style: normal;
  color: #a6a5a5;
  font-size: 10px; }

.callout {
  font-size: 20px;
  line-height: 30px;
  padding: 20px; }


.fs_style_43 {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
  font-size: .75rem;
  line-height: .75rem;
  white-space: normal;
  color: #d72b3f;
  padding: 2px 3px 1px;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
  background-color: #eeeeee; }

.fs_style_44, .fs_style_44 * {
  font-family: 'EB Garamond', serif; }

.fs_style_45, .fs_style_45 * {
  font-family: 'Cormorant Garamond', serif; }

/*! _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: #387d92;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #0065a4;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #387d92;
      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 {
  margin: 0;
  text-align: left;
  padding: 0 20px; }
  .has-breadcrumb .fsBreadcrumb {
    position: absolute;
    right: 0;
    /*left: 0;*/
    z-index: 1;
    -ms-transform: translateY(7px);
    transform: translateY(7px); }
    @media (min-width: 800px) {
      .has-breadcrumb .fsBreadcrumb {
        right: 5px;
        left: auto; } }
    @media (min-width: 1200px) {
      .has-breadcrumb .fsBreadcrumb {
        -ms-transform: translateY(26px);
        transform: translateY(26px);
        /*left:55px;*/
        right: 55px;
        left: auto; } }
  .fsBreadcrumb #fsHeader {
    display: none; }
  .fsBreadcrumb > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 90em;
    max-width: 90rem; }
  .fsBreadcrumb ul {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBreadcrumb ul li {
      display: inline-block;
      color: #585656;
      font-size: 13px;
      letter-spacing: 1px; }
      .fsBreadcrumb ul li:before {
        display: none; }
      .fsBreadcrumb ul li a {
        color: #585656;
        display: inline-block;
        padding: 0; }
      .fsBreadcrumb ul li span {
        position: relative;
        display: inline-block;
        font-size: 0;
        width: 26px;
        height: 8px; }
        .fsBreadcrumb ul li span:after {
          content: "";
          display: block;
          position: absolute;
          left: 4px;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 6px;
          border-color: transparent transparent transparent #0065a4; }

.home .fsBreadcrumb {
  display: none !important; }

.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 ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #0065a4;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #387d92;
      background: #f7f6f6; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #0065a4;
    background: #dfdbdb; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #387d92;
      background: #f7f6f6; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #f7f6f6; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #0065a4;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #0065a4;
        background: #f7f6f6; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #f7f6f6; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px; }

.nav-sub {
  background: #eeeeee;
  position: relative;
  margin-bottom: 0;
  display: none; }
  @media (min-width: 800px) {
    .nav-sub {
      padding-bottom: 20px;
      margin-bottom: 185px !important; }
      .nav-sub::after {
        content: "";
        display: block;
        background: url("../images/content/shape_2.png") no-repeat left top;
        background-size: contain;
        width: 110px;
        height: 220px;
        position: absolute;
        top: 100%;
        left: 0; } }
  @media screen and (max-width: 799px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        color: #6f6f6f;
        font-size: 18px;
        line-height: 1;
        font-weight: 300;
        margin-bottom: 10px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #ffffff;
        background-color: #0065a4;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #0ba1ff;
          color: #ffffff; }
        .orange-subnav .nav-sub > header .fsElementTitle {
          background-color: #d46200; }
          .orange-subnav .nav-sub > header .fsElementTitle:hover {
            background-color: #a14a00; }
        .turquoise-subnav .nav-sub > header .fsElementTitle {
          background-color: #1f5a6c; }
          .turquoise-subnav .nav-sub > header .fsElementTitle:hover {
            background-color: #143944; }
        .green-subnav .nav-sub > header .fsElementTitle {
          background-color: #38821d; }
          .green-subnav .nav-sub > header .fsElementTitle:hover {
            background-color: #265814; }
        .purple-subnav .nav-sub > header .fsElementTitle {
          background-color: #340426; }
          .purple-subnav .nav-sub > header .fsElementTitle:hover {
            background-color: #630849; } }
    @media screen and (max-width: 799px) and (min-width: 800px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 799px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #626262;
        background: #eeeeee; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #494949;
          background: #d2d2d2; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #0065a4;
        background: #d2d2d2; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #0065a4;
          background: #d2d2d2; }
        .orange-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #d46200; }
          .orange-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .orange-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #d46200; }
        .turquoise-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #1f5a6c; }
          .turquoise-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .turquoise-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #1f5a6c; }
        .green-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #38821d; }
          .green-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .green-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #38821d; }
        .purple-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #340426; }
          .purple-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .purple-subnav .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #340426; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #eeeeee; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #626262;
          background: #d2d2d2; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #0065a4;
            background: #d2d2d2; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: #0ba1ff;
      color: #ffffff; }
      .orange-subnav .nav-sub.active-nav > header .fsElementTitle {
        background-color: #a14a00; }
      .turquoise-subnav .nav-sub.active-nav > header .fsElementTitle {
        background-color: #143944; }
      .green-subnav .nav-sub.active-nav > header .fsElementTitle {
        background-color: #265814; }
      .purple-subnav .nav-sub.active-nav > header .fsElementTitle {
        background-color: #630849; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 800px) {
    .nav-sub {
      display: block; } }
  @media (min-width: 800px) {
    .nav-sub > header {
      background: #0065a4;
      padding-left: 15px;
      text-align: left; } }
  @media (min-width: 1400px) {
    .nav-sub > header {
      padding-left: 32px; } }
  .orange-subnav .nav-sub > header {
    background: #d46200; }
  .turquoise-subnav .nav-sub > header {
    background: #1f5a6c; }
  .green-subnav .nav-sub > header {
    background: #38821d; }
  .purple-subnav .nav-sub > header {
    background: #340426; }
  @media (min-width: 800px) {
    .nav-sub > header .fsElementTitle {
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      line-height: 1;
      margin: 0;
      padding-top: 14px;
      padding-bottom: 14px; } }
  @media (min-width: 1400px) {
    .nav-sub > header .fsElementTitle {
      font-size: 20px;
      padding-top: 17px;
      padding-bottom: 17px; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 800px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: none; }
  .nav-sub.mobile-subnav {
    display: block; }
    @media (min-width: 800px) {
      .nav-sub.mobile-subnav {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 8px 20px;
      color: #626262;
      background: #eeeeee;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1; }
      @media (min-width: 1400px) {
        .nav-sub ul li a {
          padding: 8px 42px; } }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #494949;
        background: #d2d2d2;
        font-weight: 700; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #0065a4;
      background: #d2d2d2;
      font-weight: 700; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #0065a4;
        background: #d2d2d2; }
      .orange-subnav .nav-sub ul li.fsNavCurrentPage > a {
        color: #d46200; }
        .orange-subnav .nav-sub ul li.fsNavCurrentPage > a:hover, .orange-subnav .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #d46200; }
      .turquoise-subnav .nav-sub ul li.fsNavCurrentPage > a {
        color: #1f5a6c; }
        .turquoise-subnav .nav-sub ul li.fsNavCurrentPage > a:hover, .turquoise-subnav .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #1f5a6c; }
      .green-subnav .nav-sub ul li.fsNavCurrentPage > a {
        color: #38821d; }
        .green-subnav .nav-sub ul li.fsNavCurrentPage > a:hover, .green-subnav .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #38821d; }
      .purple-subnav .nav-sub ul li.fsNavCurrentPage > a {
        color: #340426; }
        .purple-subnav .nav-sub ul li.fsNavCurrentPage > a:hover, .purple-subnav .nav-sub ul li.fsNavCurrentPage > a:focus {
          color: #340426; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: #eeeeee; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #626262;
        background: #d2d2d2;
        font-weight: 700; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #0065a4;
          background: #d2d2d2; }
    .nav-sub ul li.fsNavParentPage {
      position: relative; }
      .nav-sub ul li.fsNavParentPage .nav-sub-btn {
        border: none;
        background: transparent;
        outline: 0;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
        z-index: 1;
        width: 38px;
        height: 31px; }
        .nav-sub ul li.fsNavParentPage .nav-sub-btn:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 4px 0 4px;
          border-color: #0065a4 transparent transparent transparent;
          position: absolute;
          bottom: 0;
          top: 0;
          right: 0;
          left: 0;
          margin: auto;
          transform: rotateZ(0deg);
          -ms-transform-origin: center;
          transform-origin: center;
          transform-style: preserve-3D;
          transition: transform 0.1s ease-in-out; }
          .orange-subnav .nav-sub ul li.fsNavParentPage .nav-sub-btn:after {
            border-color: #d46200 transparent transparent transparent; }
          .turquoise-subnav .nav-sub ul li.fsNavParentPage .nav-sub-btn:after {
            border-color: #1f5a6c transparent transparent transparent; }
          .green-subnav .nav-sub ul li.fsNavParentPage .nav-sub-btn:after {
            border-color: #38821d transparent transparent transparent; }
          .purple-subnav .nav-sub ul li.fsNavParentPage .nav-sub-btn:after {
            border-color: #340426 transparent transparent transparent; }
      .nav-sub ul li.fsNavParentPage.active-nav > .nav-sub-btn:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .nav-sub ul li.fsNavParentPage.fsNavCurrentPage > .nav-sub-btn:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .nav-sub ul li.fsNavParentPage.fsNavCurrentPage.active-nav > .nav-sub-btn:after {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .nav-sub ul li.fsNavParentPage.fsNavCurrentPageAncestor > .nav-sub-btn:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .nav-sub ul li.fsNavParentPage.fsNavCurrentPageAncestor.active-nav > .nav-sub-btn:after {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .nav-sub ul li.fsNavParentPage > .fsNavPageInfo {
        border-top: 1px solid #f7f6f6;
        display: none; }
    .nav-sub ul li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
      display: block; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 799px) {
      .nav-sub .fsNavLevel1 {
        padding-bottom: 8px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
    .nav-sub .fsNavLevel1 > li.fsNavParentPage > .nav-sub-btn {
      height: 40px; }
      .nav-sub .fsNavLevel1 > li.fsNavParentPage > .nav-sub-btn::after {
        border-width: 10px 6px 0 6px; }
    .nav-sub .fsNavLevel1 > li > a {
      font-size: 16px;
      padding-top: 11px;
      padding-bottom: 11px; }
      @media (min-width: 1400px) {
        .nav-sub .fsNavLevel1 > li > a {
          font-size: 18px; } }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 35px; }
    @media (min-width: 1400px) {
      .nav-sub .fsNavLevel2 > li > a {
        padding-left: 67px; } }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 50px; }
    @media (min-width: 1400px) {
      .nav-sub .fsNavLevel3 > li > a {
        padding-left: 72px; } }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 65px; }
    @media (min-width: 1400px) {
      .nav-sub .fsNavLevel4 > li > a {
        padding-left: 87px; } }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 80px; }
    @media (min-width: 1400px) {
      .nav-sub .fsNavLevel5 > li > a {
        padding-left: 102px; } }

@media (min-width: 1200px) {
  .nav-sub.show-nav {
    margin-top: -1px !important; } }

@media (min-width: 800px) {
  .nav-sub.show-nav {
    display: block;
    margin-top: -2px;
    margin-bottom: 0px !important;
    padding-bottom: 0;
    display: none; }
    .nav-sub.show-nav::after {
      display: none; }
    .nav-sub.show-nav > header {
      display: none; }
    .nav-sub.show-nav > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 90em;
      max-width: 90rem; }
    .nav-sub.show-nav ul.fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .nav-sub.show-nav ul.fsNavLevel1 li .fsNavPageInfo,
      .nav-sub.show-nav ul.fsNavLevel1 li button.nav-sub-btn {
        display: none !important; }
      .nav-sub.show-nav ul.fsNavLevel1 li a {
        font-weight: normal;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px; } }

.nav-main {
  margin-bottom: 0;
  position: static;
  height: 60px; }
  .nav-main::after {
    content: "";
    display: block;
    width: 50vw;
    height: 60px;
    background-color: #f7f6f6;
    position: relative;
    top: 0;
    left: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 992px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 992px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 90em;
      max-width: 90rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: static; }
      .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:hover > a {
    color: #0065a4; }
    .nav-main .fsNavLevel1 > li:hover > a::after {
      background-color: #dcdcdc; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]::after {
    background-color: #d0e5f1; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #0065a4; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    position: relative;
    padding: 18px 20px;
    transition: opacity 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    color: #0065a4;
    color: #00629f; }
    .nav-main .fsNavLevel1 > li > a::after {
      content: "";
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      z-index: 1;
      transition: all 0.3s ease-in-out;
      background-color: #f7f6f6;
      -ms-transform: skew(-27deg);
      transform: skew(-27deg); }
    .nav-main .fsNavLevel1 > li > a::before {
      content: "";
      display: block;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0;
      z-index: 0;
      transition: all 0.3s ease-in-out;
      background-color: #f7f6f6;
      width: 50%;
      z-index: 0; }
    .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus {
      color: #0065a4; }
      .nav-main .fsNavLevel1 > li > a:hover::after, .nav-main .fsNavLevel1 > li > a:focus::after {
        background-color: #dcdcdc; }
    .nav-main .fsNavLevel1 > li > a > span {
      position: relative;
      z-index: 2; }
  .nav-main .fsNavLevel1 > li:first-child > a {
    background-color: transparent; }
  .nav-main .fsNavLevel1 > li.penguin-portal > a,
  .nav-main .fsNavLevel1 > li a[href*="penguin-portal"] {
    transition: all 0.3s ease-in-out; }
    .nav-main .fsNavLevel1 > li.penguin-portal > a::after,
    .nav-main .fsNavLevel1 > li a[href*="penguin-portal"]::after {
      background-color: #d0e5f1; }
    .nav-main .fsNavLevel1 > li.penguin-portal > a:hover,
    .nav-main .fsNavLevel1 > li a[href*="penguin-portal"]:hover {
      color: #ffffff; }
      .nav-main .fsNavLevel1 > li.penguin-portal > a:hover::after,
      .nav-main .fsNavLevel1 > li a[href*="penguin-portal"]:hover::after {
        background-color: #0065a4; }
  .nav-main .fsNavLevel1 > li.calendar-link {
    background: #f7f6f6;
    margin-left: -1px; }
    .nav-main .fsNavLevel1 > li.calendar-link > a {
      width: 65px; }
      .nav-main .fsNavLevel1 > li.calendar-link > a:focus::after, .nav-main .fsNavLevel1 > li.calendar-link > a:hover::after {
        background-color: #0065a4;
        color: #ffffff; }
      .nav-main .fsNavLevel1 > li.calendar-link > a:focus span::before, .nav-main .fsNavLevel1 > li.calendar-link > a:hover span::before {
        color: #ffffff; }
      .nav-main .fsNavLevel1 > li.calendar-link > a, .nav-main .fsNavLevel1 > li.calendar-link > a span {
        font-size: 0; }
      .nav-main .fsNavLevel1 > li.calendar-link > a span {
        display: block; }
        .nav-main .fsNavLevel1 > li.calendar-link > a span::before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          font-size: 26px;
          color: #0065a4;
          border: 0;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: all 0.3s ease-in-out; }
  html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    width: 100%;
    left: -20px;
    max-height: 0;
    pointer-events: none;
    opacity: 0; }
  .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    max-height: 9999px;
    pointer-events: all;
    opacity: 1;
    overflow: visible; }
  html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px;
    pointer-events: all;
    opacity: 1;
    overflow: visible; }
  html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
    max-height: 9999px;
    pointer-events: all;
    opacity: 1;
    overflow: visible; }
  html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    width: 100%;
    left: -20px;
    max-height: 0;
    pointer-events: none;
    opacity: 0; }
  html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px;
    pointer-events: all;
    opacity: 1;
    overflow: visible; }
  @media (max-width: 599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px;
      pointer-events: all;
      opacity: 1;
      overflow: visible; } }

.nav-main .fsNavPageInfo {
  background: #005B8E;
  text-align: left;
  z-index: 300;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); }
  @media (min-width: 992px) {
    .headroom--not-top .nav-main .fsNavPageInfo {
      -ms-transform: translateY(-22px);
      transform: translateY(-22px); } }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto; }

.nav-main .fsNavLevel2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  min-height: 60px; }
  .nav-main .fsNavLevel2::after {
    content: "";
    display: block;
    position: absolute;
    background: #005B8E;
    width: 200vw;
    height: 100%;
    left: -100vw;
    top: 0;
    z-index: 0; }
  .nav-main .fsNavLevel2 li {
    position: relative;
    z-index: 1; }
    .nav-main .fsNavLevel2 li a {
      display: block;
      color: #ffffff;
      background: #005B8E;
      padding: 19px 16px;
      position: relative;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #ffffff;
        background: #00476f; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #ffffff;
      background: #00476f; }

.drawer-ribbon {
  position: relative;
  height: 50px;
  margin: 0; }
  @media (min-width: 992px) {
    .drawer-ribbon {
      display: none; } }

.mobile-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  left: -13px;
  margin: auto 0;
  transition: all 0.16s ease-in-out; }
  @media (min-width: 992px) {
    .mobile-icon {
      display: none; } }
  @media (max-width: 991px) {
    .drawer-is-active .mobile-icon {
      top: 20px; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  max-width: 50px;
  display: block;
  color: transparent;
  cursor: pointer; }
  @media (min-width: 992px) {
    .drawer-trigger {
      display: none; } }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    background: #0065a4; }
  .drawer-trigger:before {
    margin-top: 6px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 -6px 0 0 #0065a4;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 91px;
  min-height: 100%;
  max-width: 23.75em;
  background: #e2e2df; }
  @media (min-width: 992px) {
    .fsMenu {
      display: none; } }
  .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); }
    .drawer-is-active .fsMenu .header-quicklinks {
      margin: 0; }
      .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 {
        background-color: #ffffff;
        display: -ms-flexbox;
        display: flex;
        padding: 0 5px;
        width: 100%; }
        .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li {
          -ms-flex: 1 1;
          flex: 1 1;
          margin: 7px 3px; }
          .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li a {
            color: #ffffff;
            display: block;
            min-width: 100%;
            padding: 7px 10px;
            height: auto;
            font-weight: 100%;
            background-color: #3CB9FF; }
            .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li a:before, .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li a:after {
              display: none; }
          .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li:hover a, .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li:focus {
            background-color: #09a7ff; }
          .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li:last-child a {
            background-color: #00649f; }
          .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li:last-child:hover a, .drawer-is-active .fsMenu .header-quicklinks .fsNavLevel1 li:last-child:focus {
            background-color: #002439; }
    .drawer-is-active .fsMenu .nav-utility-header-mobile {
      margin-bottom: 0; }
      .drawer-is-active .fsMenu .nav-utility-header-mobile .fsNavLevel1 {
        background-color: #ffffff;
        padding: 7px 3px; }
        .drawer-is-active .fsMenu .nav-utility-header-mobile .fsNavLevel1 li {
          display: inline-block; }
          .drawer-is-active .fsMenu .nav-utility-header-mobile .fsNavLevel1 li a {
            font-weight: 700;
            padding: 0 5px;
            font-size: 80%;
            text-transform: uppercase;
            color: #00649f; }
            .drawer-is-active .fsMenu .nav-utility-header-mobile .fsNavLevel1 li a:focus, .drawer-is-active .fsMenu .nav-utility-header-mobile .fsNavLevel1 li a:hover, .drawer-is-active .fsMenu .nav-utility-header-mobile .fsNavLevel1 li a:focus {
              color: #002439; }
    .drawer-is-active .fsMenu .mobile-navigation {
      margin-bottom: 0;
      border-bottom: 1px solid #0074b9; }
      .drawer-is-active .fsMenu .mobile-navigation li {
        margin-bottom: 0;
        position: relative;
        display: block;
        outline: 0; }
        .drawer-is-active .fsMenu .mobile-navigation li a {
          display: block;
          padding: 14px 30px;
          background: transparent;
          font-weight: 600;
          color: #00649f;
          position: relative;
          z-index: 3;
          border-top: 1px solid #0074b9; }
          .drawer-is-active .fsMenu .mobile-navigation li a:hover {
            color: #00649f;
            background-color: #aac7d9; }
          .drawer-is-active .fsMenu .mobile-navigation li a:focus {
            color: #00649f;
            background-color: #aac7d9; }
          .drawer-is-active .fsMenu .mobile-navigation li a:hover:after {
            background-color: #aac7d9;
            border-color: #0074b9; }
          .drawer-is-active .fsMenu .mobile-navigation li a:focus:after {
            background-color: #aac7d9;
            border-color: #0074b9; }
        .drawer-is-active .fsMenu .mobile-navigation li a:after {
          display: none; }
        .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage {
          background-color: transparent; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage > a {
            color: #00649f; }
            .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage > a:hover {
              color: #00649f;
              background-color: #aac7d9; }
            .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage > a:focus {
              color: #00649f;
              background-color: #aac7d9; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage > a:after {
            background-color: #aac7d9;
            border-color: #0074b9; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage .fsNavPageInfo {
            display: block; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage:hover {
            background-color: transparent; }
        .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage:before {
          display: none; }
        .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPage:after {
          display: none; }
        .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor {
          background-color: #aac7d9;
          background-color: transparent; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor > a {
            color: #00649f;
            background: transparent; }
            .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor > a:hover {
              color: #00649f;
              background-color: #aac7d9; }
            .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor > a:focus {
              color: #00649f;
              background-color: #aac7d9; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor .fsNavPageInfo {
            display: block; }
          .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor:hover {
            background-color: transparent; }
        .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor:before {
          display: none; }
        .drawer-is-active .fsMenu .mobile-navigation li.fsNavCurrentPageAncestor:after {
          display: none; }
      .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 {
        padding-left: 0; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li:last-child {
          border-bottom: none; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li > a {
          font-size: 21px; }
          .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li > a:hover {
            background-color: #aac7d9; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li > a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          display: block;
          color: #00649f;
          width: 50px;
          height: 22px;
          line-height: 22px;
          vertical-align: middle;
          position: absolute;
          top: 0;
          z-index: 5;
          bottom: 0;
          text-align: center;
          right: 0;
          font-size: 16px;
          margin: auto 0; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li.is-tapped > a {
          color: #00649f;
          background-color: #aac7d9; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li.is-tapped > a:before {
          content: "";
          font-size: 17px; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > li > .fsNavPageInfo {
          display: none; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel1 > .fsNavPageInfo {
          display: none;
          padding-bottom: 15px; }
      .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel2 > li > a {
        padding-left: 30px; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel2 > li > a:hover {
          color: #00649f;
          background-color: #aac7d9; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel2 > li > a:focus {
          color: #00649f;
          background-color: #aac7d9; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel2 > li > a:hover:after {
          background-color: #aac7d9;
          border-color: #0074b9; }
        .drawer-is-active .fsMenu .mobile-navigation .fsNavLevel2 > li > a:focus:after {
          background-color: #aac7d9;
          border-color: #0074b9; }
    .drawer-is-active .fsMenu .school-division-nav-mobile {
      margin: 0; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 a {
        display: block;
        padding: 14px 30px;
        font-weight: 600;
        font-size: 21px;
        color: #ffffff;
        position: relative;
        z-index: 3;
        border-bottom: 1px solid #0074b9; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 a:focus {
          color: #ffffff; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .orange a {
        color: #ffffff;
        background-color: #d46200; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .orange a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .orange a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .orange a:focus {
          background-color: #ff7a08; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .turquoise a {
        background-color: #1f5a6c; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .turquoise a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .turquoise a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .turquoise a:focus {
          background-color: #2a7b94; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .green a {
        background-color: #38821d; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .green a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .green a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .green a:focus {
          background-color: #4aac26; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .brown a {
        background-color: #413c3f; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .brown a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .brown a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .brown a:focus {
          background-color: #5c5459; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .red a {
        background-color: #f20024; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .red a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .red a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .red a:focus {
          background-color: #ff2646; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .gold a {
        background-color: #fdd414; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .gold a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .gold a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .gold a:focus {
          background-color: #fddd47; }
      .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .purple a {
        background-color: #340426; }
        .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .purple a:focus, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .purple a:hover, .drawer-is-active .fsMenu .school-division-nav-mobile .fsNavLevel1 .purple a:focus {
          background-color: #630849; }
    .drawer-is-active .fsMenu .nav-social-mobile {
      margin: 0;
      background: #989897;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center; }
      .drawer-is-active .fsMenu .nav-social-mobile header {
        display: inline-block;
        vertical-align: text-bottom; }
        .drawer-is-active .fsMenu .nav-social-mobile header .fsElementTitle {
          font-weight: 600;
          font-size: 21px;
          color: #ffffff;
          padding: 14px 30px;
          margin: 0px; }
      .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent {
        display: block;
        width: 100%; }
        .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
          .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li {
            display: inline-block; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a {
              background: transparent;
              border: none;
              font-size: 0;
              color: transparent;
              display: block;
              display: block;
              width: 40px;
              text-align: center;
              font-family: "IcoMoon";
              content: '';
              height: 46px;
              line-height: 33px;
              overflow: hidden; }
              .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a:before {
                font-weight: 600;
                font-size: 21px;
                color: #ffffff;
                display: block; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="dribbble.com"]:before {
              content: "\f17d"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="dropbox.com"]:before {
              content: "\f16b"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="facebook.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="flickr.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="foursquare.com"]:before {
              content: "\f180"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="plus.google.com"]:before {
              content: "\f0d5"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="github.com"]:before {
              content: "\f113"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="instagram.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="linkedin.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="pinterest.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="reddit.com"]:before {
              content: "\f1a1"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="skype.com"]:before {
              content: "\f17e"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="stumbleupon.com"]:before {
              content: "\f1a4"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="twitter.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="youtube.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href^="mailto:"]:before {
              content: "\f003"; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href$="/feed/"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="addthis.com"]:before {
              content: ""; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="codepen.io"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="codepen.io"]:focus {
              color: #1f5a6c; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="digg.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="digg.com"]:focus {
              color: #3CB9FF; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="dribbble.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="dribbble.com"]:focus,
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="flickr.com"]:hover,
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="flickr.com"]:focus {
              color: #C73B6F; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="dropbox.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="dropbox.com"]:focus {
              color: #3d9ae8; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="facebook.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="facebook.com"]:focus {
              color: #3b5998; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="foursquare.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="foursquare.com"]:focus {
              color: #d46200; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="plus.google.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="plus.google.com"]:focus {
              color: #f20024; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="github.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="github.com"]:focus {
              color: #3CB9FF; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="instagram.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="instagram.com"]:focus {
              color: #8a3ab9; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="linkedin.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="linkedin.com"]:focus {
              color: #4875B4; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="pinterest.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="pinterest.com"]:focus {
              color: #f20024; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="reddit.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="reddit.com"]:focus {
              color: #C73B6F; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="skype.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="skype.com"]:focus {
              color: #3CB9FF; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="stumbleupon.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="stumbleupon.com"]:focus {
              color: #f74425; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="twitter.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="twitter.com"]:focus {
              color: #3CB9FF; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="youtube.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="youtube.com"]:focus {
              color: #f20024; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href^="mailto:"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href^="mailto:"]:focus {
              color: #1f5a6c; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="spotify.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="spotify.com"]:focus {
              color: #1f5a6c; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href$="/feed/"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href$="/feed/"]:focus {
              color: #d46200; }
            .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="addthis.com"]:hover, .drawer-is-active .fsMenu .nav-social-mobile .fsElementContent .fsNavLevel1 li a[href*="addthis.com"]:focus {
              color: #f20024; }

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

/*! scss/navigation/utility */
.header-utility {
  height: 31px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .headroom--not-top .header-utility {
      display: none; } }
  .header-utility > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start; }
  .header-utility .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row; }
    .header-utility .fsNavLevel1, .header-utility .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .header-utility .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
  #fsHeader .header-utility .fsSearch.site-search {
    margin: 0 2px 0 0; }
    #fsHeader .header-utility .fsSearch.site-search form.gsc-search-box-tools {
      width: 205px; }
    #fsHeader .header-utility .fsSearch.site-search table.gsc-search-box input.gsc-input {
      width: 205px !important;
      min-height: 30px;
      padding-right: 35px !important; }
    #fsHeader .header-utility .fsSearch.site-search table.gsc-search-box td.gsc-search-button {
      width: 35px; }
      #fsHeader .header-utility .fsSearch.site-search table.gsc-search-box td.gsc-search-button:hover {
        background: #0065a4; }
        #fsHeader .header-utility .fsSearch.site-search table.gsc-search-box td.gsc-search-button:hover::after {
          color: #ffffff; }
      #fsHeader .header-utility .fsSearch.site-search table.gsc-search-box td.gsc-search-button::after {
        line-height: 30px;
        transition: color 0.3s ease-in-out; }
      #fsHeader .header-utility .fsSearch.site-search table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        height: 30px; }

.header-quicklinks li a {
  min-width: 170px; }

.header-quicklinks li:nth-child(1) {
  margin-right: 2px; }
  .header-quicklinks li:nth-child(1) a::before {
    width: 100%;
    background-color: #005B8E; }
  .header-quicklinks li:nth-child(1) a::after {
    display: none; }

.header-quicklinks li:nth-child(2) a {
  margin-right: 7px; }
  .header-quicklinks li:nth-child(2) a::after {
    border-width: 30px 8px 0 0; }

.header-quicklinks li:nth-child(n+3) {
  display: none; }

.header-quicklinks .fsNavLevel1 li a {
  margin: 0;
  padding: 4px 18px;
  height: 30px;
  font-size: 13px; }

.nav-utility-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 10;
  background-color: #fff; }
  .nav-utility-header.is-active > .fsElementContent {
    pointer-events: all; }
  .nav-utility-header.is-active nav {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .nav-utility-header.is-active > footer .fsElementFooterContent button#toggle-utility-nav::before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: ""; }
  .nav-utility-header > .fsElementContent {
    position: absolute;
    left: 35px;
    overflow: hidden;
    pointer-events: none; }
    @media (min-width: 1270px) {
      .nav-utility-header > .fsElementContent {
        position: relative;
        left: auto; } }
  .nav-utility-header nav {
    background-color: #ffffff;
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: transform 0.3s ease-in-out; }
    @media (min-width: 1270px) {
      .nav-utility-header nav {
        -ms-transform: translateX(105%);
        transform: translateX(105%); } }
  .nav-utility-header .fsNavLevel1 {
    height: 31px;
    -ms-flex-align: center;
    align-items: center; }
    .nav-utility-header .fsNavLevel1 li {
      padding: 0 8px; }
      .nav-utility-header .fsNavLevel1 li a {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0; }
        .nav-utility-header .fsNavLevel1 li a::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          margin: 0 auto;
          height: 1px;
          background-color: #387d92;
          transition: width 0.3s ease-in-out; }
        .nav-utility-header .fsNavLevel1 li a:hover::after {
          width: 100%; }
  .nav-utility-header > footer {
    margin-top: 0;
    margin-left: 5px;
    height: 31px; }
    .nav-utility-header > footer .fsElementFooterContent {
      margin-top: 7px; }
      .nav-utility-header > footer .fsElementFooterContent button#toggle-utility-nav {
        border: 0;
        background: none;
        outline: 0;
        line-height: 1;
        margin: 0;
        padding: 0;
        outline: 0;
        font-size: 0;
        display: block;
        cursor: pointer;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 0.1s ease-in-out; }
        .nav-utility-header > footer .fsElementFooterContent button#toggle-utility-nav::before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 20px;
          display: block;
          color: #0065a4; }
        .nav-utility-header > footer .fsElementFooterContent button#toggle-utility-nav:hover::before {
          color: #387d92; }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 15px;
  background-color: #ffffff;
  transition: padding 0.3s ease-in-out; }
  @media (min-width: 800px) {
    #fsHeader {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    #fsHeader {
      height: 139px; } }
  @media (min-width: 992px) {
    .headroom--not-top #fsHeader {
      height: 78px;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1000;
      box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.17);
      animation-name: slideDown; } }
  .headroom #fsHeader {
    animation-duration: 0.5s;
    animation-fill-mode: both; }
  body.search-is-active #fsHeader {
    padding-top: 80px; }
    @media (min-width: 992px) {
      body.search-is-active #fsHeader {
        padding-top: 0; } }
  #fsHeader > .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 90em;
    max-width: 90rem; }

body:not(.fsDraftMode) #fsHeader .nav-social {
  display: none; }
  @media (min-width: 800px) {
    body:not(.fsDraftMode) #fsHeader .nav-social {
      display: block;
      position: fixed;
      z-index: 8888;
      right: 0;
      top: 265px;
      width: 30px; } }
  body:not(.fsDraftMode) #fsHeader .nav-social .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    body:not(.fsDraftMode) #fsHeader .nav-social .fsNavLevel1 li a {
      border-radius: 0;
      border: none;
      background-color: #005B8E;
      width: 34px;
      height: 43px; }
      body:not(.fsDraftMode) #fsHeader .nav-social .fsNavLevel1 li a::before {
        color: #ffffff;
        left: 45%; }
      body:not(.fsDraftMode) #fsHeader .nav-social .fsNavLevel1 li a:hover {
        background-color: #626262; }

.inner-header.fsLayout {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .inner-header.fsLayout {
      padding-top: 0;
      padding-bottom: 0; } }
  .inner-header.fsLayout .fsStyleColumn {
    padding: 0;
    margin: 0;
    float: none; }
  .inner-header.fsLayout .fsStyleColumn-1 {
    width: 150px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .inner-header.fsLayout .fsStyleColumn-1 {
        width: 180px;
        height: 100%; } }
  .inner-header.fsLayout .fsStyleColumn-2 {
    display: none; }
    @media (min-width: 992px) {
      .inner-header.fsLayout .fsStyleColumn-2 {
        display: block;
        width: 80%;
        width: calc(100% - 180px); } }

.site-info-container {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -3px; }
  .site-info-container a {
    display: block;
    padding: 0;
    color: transparent;
    width: 150px;
    height: 85px;
    margin: 0 auto;
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    transition: all 0.16s ease-in-out;
    background: url("../images/logo.png") no-repeat 0 50%;
    background-size: contain; }
    @media (min-width: 992px) {
      .site-info-container a {
        width: 180px;
        height: 102px;
        margin: 0; } }
    @media (max-width: 991px) {
      .drawer-is-active .site-info-container a {
        -ms-transform: scale(0.7) translateY(-14px);
        transform: scale(0.7) translateY(-14px); } }
    @media (min-width: 992px) {
      .headroom--not-top .site-info-container a {
        -ms-transform: scale(0.6) translateY(-16px);
        transform: scale(0.6) translateY(-16px); } }
    .site-info-container a:hover {
      color: transparent; }
  .site-info-container-petersburgh a {
    background-image: url("../images/logo-petersburgh.png"); }

#fsHeader .fsBanner .fsSearch.site-search table.gsc-search-box td.gsc-search-button::after {
  color: #0065a4; }

#fsHeader .fsBanner .fsSearch.site-search table.gsc-search-box td.gsc-search-button:hover::after {
  color: #ffffff; }

.search-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  right: -16px;
  margin: auto 0;
  transition: all 0.16s ease-in-out; }
  @media (min-width: 992px) {
    .search-icon {
      display: none; } }
  @media (max-width: 991px) {
    .drawer-is-active .search-icon {
      top: 20px; } }
  .search-icon .toggle-search {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    background: none;
    outline: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    max-width: 50px;
    display: block;
    font-size: 0;
    cursor: pointer;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.1s ease-in-out; }
    .search-icon .toggle-search::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #0065a4;
      font-size: 20px; }
    body.search-is-active .search-icon .toggle-search {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      body.search-is-active .search-icon .toggle-search::before {
        content: ""; }

#mobile-search.fsSearch.site-search {
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #0065a4 !important;
  pointer-events: none;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out; }
  body.search-is-active #mobile-search.fsSearch.site-search {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    pointer-events: all; }
  @media (min-width: 992px) {
    #mobile-search.fsSearch.site-search {
      display: none; } }
  #mobile-search.fsSearch.site-search form.gsc-search-box-tools {
    width: 100vw; }
  #mobile-search.fsSearch.site-search table.gsc-search-box input.gsc-input {
    width: calc(100vw - 20px) !important;
    min-height: 80px;
    padding-right: 35px !important;
    background: #0065a4 !important;
    color: #ffffff; }
    #mobile-search.fsSearch.site-search table.gsc-search-box input.gsc-input::-webkit-input-placeholder {
      color: #ffffff; }
    #mobile-search.fsSearch.site-search table.gsc-search-box input.gsc-input:-moz-placeholder {
      color: #ffffff; }
    #mobile-search.fsSearch.site-search table.gsc-search-box input.gsc-input::-moz-placeholder {
      color: #ffffff; }
    #mobile-search.fsSearch.site-search table.gsc-search-box input.gsc-input:-ms-input-placeholder {
      color: #ffffff; }
  #mobile-search.fsSearch.site-search table.gsc-search-box td.gsc-search-button {
    width: 35px;
    height: 80px;
    right: 20px !important;
    background: transparent !important; }
    #mobile-search.fsSearch.site-search table.gsc-search-box td.gsc-search-button:hover::after {
      color: #387d92 !important; }
    #mobile-search.fsSearch.site-search table.gsc-search-box td.gsc-search-button::after {
      line-height: 80px;
      color: #ffffff !important;
      font-size: 20px !important;
      line-height: 80px;
      transition: color 0.3s ease-in-out; }
    #mobile-search.fsSearch.site-search table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      height: 80px; }

#fsFooter {
  padding: 42px 20px 20px;
  margin-bottom: 0;
  color: #fff;
  background-color: #005B8E; }
  @media (max-width: 799px) {
    #fsFooter {
      padding: 25px 20px 10px; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 90em;
    max-width: 90rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px; }
    @media (min-width: 800px) {
      #fsFooter .fsBanner {
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 1100px) {
      #fsFooter .fsBanner {
        padding-bottom: 0; } }
    @media (max-width: 799px) {
      #fsFooter .fsBanner {
        padding: 0; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    #fsFooter .fsBanner .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex; }
      #fsFooter .fsBanner .fsNavLevel1 li a {
        color: #ffffff; }
  @media (min-width: 800px) {
    #fsFooter .school-address,
    #fsFooter .nav-social,
    #fsFooter .accreditation-logos,
    #fsFooter .footer-quicklinks,
    #fsFooter .nav-utility-footer,
    #fsFooter .footer-sitemap-nav {
      width: 50%; } }
  #fsFooter .school-address {
    margin-bottom: 30px; }
    @media (min-width: 800px) {
      #fsFooter .school-address {
        text-align: left; } }
    #fsFooter .school-address p {
      margin: 0;
      text-transform: uppercase;
      line-height: 1.6;
      font-size: 16px; }
      @media (min-width: 1200px) {
        #fsFooter .school-address p {
          font-size: 19px; } }
  #fsFooter .nav-social {
    display: none; }
    @media (min-width: 800px) {
      #fsFooter .nav-social {
        display: block;
        margin-bottom: 5px; } }
    #fsFooter .nav-social .fsNavLevel1 a {
      background-color: transparent;
      -webkit-backface-visibility: hidden;
      border-color: #ffffff;
      border-width: 2px;
      width: 23px;
      height: 23px; }
      #fsFooter .nav-social .fsNavLevel1 a:hover {
        border-color: #387d92; }
        #fsFooter .nav-social .fsNavLevel1 a:hover::before {
          color: #387d92; }
      #fsFooter .nav-social .fsNavLevel1 a::before {
        color: #ffffff;
        font-size: 11px; }
      #fsFooter .nav-social .fsNavLevel1 a[href*="addthis.com"] {
        display: none; }
  #fsFooter .accreditation-logos {
    margin-top: 20px; }
    @media (min-width: 600px) {
      #fsFooter .accreditation-logos {
        margin-top: 0; } }
    @media (max-width: 799px) {
      #fsFooter .accreditation-logos {
        margin: 0; } }
    #fsFooter .accreditation-logos > .fsElementContent ul {
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 800px) {
        #fsFooter .accreditation-logos > .fsElementContent ul {
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
    #fsFooter .accreditation-logos > .fsElementContent li {
      padding: 0;
      margin: 0 8px;
      border-radius: 20px;
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      transition: all 0.3s ease-in-out; }
      #fsFooter .accreditation-logos > .fsElementContent li:first-child {
        margin-left: 0; }
      #fsFooter .accreditation-logos > .fsElementContent li:hover {
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9; }
    #fsFooter .accreditation-logos > .fsElementContent a {
      font-size: 0;
      color: transparent;
      display: block;
      height: 75px; }
    #fsFooter .accreditation-logos > .fsElementContent img[src*="cis"] {
      width: 95px !important; }
    #fsFooter .accreditation-logos > .fsElementContent img[src*="msa"], #fsFooter .accreditation-logos > .fsElementContent img[src*="ib"] {
      width: 58px !important; }
    #fsFooter .accreditation-logos > .fsElementContent img[src*="common-ground"] {
      width: 98px !important; }
    #fsFooter .accreditation-logos > .fsElementContent img[src*="inclusion"] {
      width: 68px !important; }
  #fsFooter .footer-quicklinks {
    margin-bottom: 8px; }
    @media (min-width: 800px) {
      #fsFooter .footer-quicklinks {
        margin-left: auto;
        max-width: 500px; } }
    #fsFooter .footer-quicklinks ul.fsNavLevel1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 800px) {
        #fsFooter .footer-quicklinks ul.fsNavLevel1 {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    #fsFooter .footer-quicklinks li {
      width: 50%;
      padding-right: 4px;
      padding-left: 4px;
      margin-bottom: 8px; }
      @media (min-width: 800px) {
        #fsFooter .footer-quicklinks li {
          max-width: 188px; } }
      #fsFooter .footer-quicklinks li:nth-child(n+5) {
        display: none; }
    #fsFooter .footer-quicklinks a {
      text-align: center;
      width: 100%;
      height: 50px;
      line-height: 1;
      vertical-align: middle;
      padding: 18px 10px;
      margin: 0; }
      @media (min-width: 800px) {
        #fsFooter .footer-quicklinks a {
          padding-left: 30px;
          padding-right: 30px; } }
  #fsFooter .footer-sitemap-nav,
  #fsFooter .nav-utility-footer {
    margin-bottom: 10px; }
    #fsFooter .footer-sitemap-nav ul.fsNavLevel1,
    #fsFooter .nav-utility-footer ul.fsNavLevel1 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (min-width: 800px) {
        #fsFooter .footer-sitemap-nav ul.fsNavLevel1,
        #fsFooter .nav-utility-footer ul.fsNavLevel1 {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    #fsFooter .footer-sitemap-nav li,
    #fsFooter .nav-utility-footer li {
      position: relative;
      padding: 0 10px; }
      #fsFooter .footer-sitemap-nav li:last-child,
      #fsFooter .nav-utility-footer li:last-child {
        padding-right: 0; }
        #fsFooter .footer-sitemap-nav li:last-child::after,
        #fsFooter .nav-utility-footer li:last-child::after {
          display: none; }
      #fsFooter .footer-sitemap-nav li::after,
      #fsFooter .nav-utility-footer li::after {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto 0; }
    #fsFooter .footer-sitemap-nav a,
    #fsFooter .nav-utility-footer a {
      position: relative;
      padding: 0;
      opacity: 1;
      transition: opacity 0.3s ease-in-out; }
      #fsFooter .footer-sitemap-nav a::after,
      #fsFooter .nav-utility-footer a::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0 auto;
        height: 1px;
        background-color: #ffffff;
        transition: width 0.3s ease-in-out; }
      #fsFooter .footer-sitemap-nav a:hover::after,
      #fsFooter .nav-utility-footer a:hover::after {
        width: 100%; }
      #fsFooter .footer-sitemap-nav a:hover,
      #fsFooter .nav-utility-footer a:hover {
        opacity: 0.55; }
  #fsFooter .nav-utility-footer a {
    text-transform: uppercase;
    font-size: 14px; }
  #fsFooter .footer-sitemap-nav {
    margin-top: 20px; }
    @media (min-width: 800px) {
      #fsFooter .footer-sitemap-nav {
        margin-top: 0;
        margin-bottom: 15px; } }
    #fsFooter .footer-sitemap-nav ul.fsNavLevel1 {
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 800px) {
        #fsFooter .footer-sitemap-nav ul.fsNavLevel1 {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    #fsFooter .footer-sitemap-nav a {
      text-transform: capitalize;
      font-size: 13px; }
  #fsFooter .footer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    width: 100%; }
    @media (min-width: 800px) {
      #fsFooter .footer-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
    #fsFooter .footer-container .fsStyleColumn {
      margin-bottom: 0; }
      @media (max-width: 799px) {
        #fsFooter .footer-container .fsStyleColumn {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-align: center;
          align-items: center;
          padding: 0; } }
      #fsFooter .footer-container .fsStyleColumn-1 {
        padding-left: 0;
        -ms-flex-order: 2;
        order: 2; }
        @media (min-width: 800px) {
          #fsFooter .footer-container .fsStyleColumn-1 {
            -ms-flex-order: 1;
            order: 1; } }
      #fsFooter .footer-container .fsStyleColumn-2 {
        padding-right: 0;
        -ms-flex-order: 1;
        order: 1;
        position: relative; }
        @media (min-width: 800px) {
          #fsFooter .footer-container .fsStyleColumn-2 {
            -ms-flex-order: 2;
            order: 2; } }

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

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

html {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  background: #0065a4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 22px;
  color: #626262;
  height: auto !important; }
  @media (min-width: 992px) {
    body.headroom--not-top {
      padding-top: 78px; } }
  body:not(.home) .content-parallax-image {
    display: none;
    position: absolute;
    top: 45%;
    right: -185px; }

@media screen and (min-width: 1600px) and (min-height: 700px) {
  body:not(.home) .content-parallax-image {
    display: block; } }
  body.yellow-bg #fsPageBodyWrapper {
    background-color: #fef092; }

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

#fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  body:not(.fsDraftMode) #fsPageBodyWrapper {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 800px) {
    #fsPageBodyWrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    #fsPageBodyWrapper {
      padding-right: 75px;
      padding-left: 75px; } }
  body:not(.home) #fsPageBodyWrapper {
    background-image: url("../images//content/bgd_shape_1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 480px; }

#fsPageBody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px; }
  .has-breadcrumb #fsPageBody {
    padding-top: 75px; }
    @media (min-width: 400px) {
      .has-breadcrumb #fsPageBody {
        padding-top: 35px; } }
    @media (min-width: 800px) {
      .has-breadcrumb #fsPageBody {
        padding-top: 50px; } }
    @media (min-width: 1200px) {
      .has-breadcrumb #fsPageBody {
        padding-top: 75px; } }
  .home #fsPageBody,
  .home.has-breadcrumb #fsPageBody {
    padding-top: 0; }
  @media (min-width: 800px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 1200px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 1400px) {
    .has-subnav #fsBannerLeft {
      width: 420px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 992px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 320px; } }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1400px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 320px; } }

#fsPageContent {
  width: 100%; }
  .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% - 240px); } }
    @media (min-width: 992px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 330px); } }
  .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% - 240px); } }
    @media (min-width: 992px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
    @media (min-width: 1400px) {
      .has-subnav.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 420px); } }
  .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% - 240px); } }
    @media (min-width: 992px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 320px); } }
    @media (min-width: 1200px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 480px);
        margin-bottom: 0; } }
    @media (min-width: 1400px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 650px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 992px) {
    #fsBannerRight {
      padding-left: 50px;
      width: 330px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 240px); } }
    @media (min-width: 992px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 320px); } }
    @media (min-width: 1200px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1400px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 50px;
        width: 330px; } }

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 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: 20px;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 320px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 800px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 240px); } }
    @media (min-width: 992px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 320px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 330px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 50px;
      width: 330px; } }

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 992px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 320px); } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 320px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 992px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 320px); } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 320px); } }

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 50px;
      width: 330px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 330px); } }

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 1200px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1400px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 90em;
  max-width: 90rem;
  bottom: 0;
  text-align: right;
  right: 0;
  left: 0;
  margin: 0 auto; }
  @media (max-width: 799px) {
    #fsPoweredByFinalsite {
      max-width: 135px; } }
  @media (min-width: 800px) {
    #fsPoweredByFinalsite {
      left: 0;
      right: 0;
      margin-right: auto;
      margin-left: auto;
      background-position: top right; } }
  @media (min-width: 800px) {
    #fsPoweredByFinalsite > div, #fsPoweredByFinalsite > div a {
      display: inline-block;
      right: 0;
      position: absolute;
      top: 0;
      max-width: 135px;
      width: 100%;
      height: 100%;
      height: 27px; } }
  #fsPoweredByFinalsite a {
    font-size: 0;
    color: transparent;
    pointer-events: all; }

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

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

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

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

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

/*! elements - constituent default layout */
.fsConstituent.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-bottom: -1px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: transparent;
    transition: .3s;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      color: #6f6f6f;
      font-size: 20px;
      line-height: 1.1;
      font-weight: 700;
      color: #387d92;
      margin-bottom: 16px;
      margin-bottom: 2px;
      display: block;
      font-size: 21px;
      padding: 20px 15px 20px;
      color: #387d92;
      transition: .3s;
      border: none;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: transparent;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #0065a4;
        transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: transparent;
    border-bottom-color: transparent; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #0065a4; }
      .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: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #d3d3d1;
  color: #ffffff;
  font-weight: bold;
  content: "+"; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 40px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #d3d3d1;
  color: #ffffff;
  font-weight: bold;
  content: "-";
  line-height: 27px;
  background-color: #0065a4; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 48px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px;
    right: 0;
    left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    color: #6f6f6f;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f7f6f6; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }
  .fsAthleticsTeamIcon img {
    max-width: 50px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #0065a4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }

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

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

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

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; } }
    @media screen and (max-width: 799px) and (max-width: 799px) {
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info {
        background-color: #aac7d9; } }

@media screen and (max-width: 799px) {
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 101, 164, 0.9);
        color: #ffffff; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 101, 164, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(0, 101, 164, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 101, 164, 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;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 30px;
    background-color: #626262;
    color: #fff;
    border-radius: 0;
    outline: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transform-style: preserve-3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 38px;
    margin-right: 10px;
    background-color: transparent;
    z-index: 5;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span, .scroll-up span::before, .scroll-up span::after {
      transition: all 0.3s ease-in-out; }
    .scroll-up span:hover, .scroll-up span:focus {
      color: #fff;
      background-color: #494949;
      -ms-transform: rotateY(-15deg);
      transform: rotateY(-15deg); }
    .scroll-up span em {
      display: block;
      font-style: normal; }
    .scroll-up span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 8px);
      height: 100%;
      background-color: #626262;
      z-index: -1; }
    .scroll-up span::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 39px 8px 0 0;
      border-color: #626262 transparent transparent transparent; }
    .scroll-up span:hover, .scroll-up span:focus {
      background-color: transparent; }
      .scroll-up span:hover::before, .scroll-up span:focus::before {
        background-color: #494949; }
      .scroll-up span:hover::after, .scroll-up span:focus::after {
        border-color: #494949 transparent transparent transparent; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block;
  float: left;
  margin: 5px 5px 0 0; }

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

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

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

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

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

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

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

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

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! 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: "proxima-nova", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #626262; }
    .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: #0065a4;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #387d92; }
    .fsComposerFormEmbed form .required {
      color: #0065a4; }
    .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: #0065a4;
        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: #387d92;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #0065a4 !important;
      color: #ffffff;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #387d92 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", Arial, Helvetica, 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: #626262; }

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

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

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

/*! 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;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 30px;
    background-color: #626262;
    color: #fff;
    border-radius: 0;
    outline: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transform-style: preserve-3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 38px;
    margin-right: 10px;
    background-color: transparent;
    z-index: 5;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView .fsLoginSubmit::before, .fsLogin .fsLoginMainView .fsLoginSubmit::after,
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginMainView button::before,
    .fsLogin .fsLoginMainView button::after,
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView .fsLoginSubmit::before,
    .fsLogin .fsLoginForgotView .fsLoginSubmit::after,
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginForgotView button::before,
    .fsLogin .fsLoginForgotView button::after,
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView .fsLoginSubmit::before,
    .fsLogin .fsLoginNewView .fsLoginSubmit::after,
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsLoginNewView button::before,
    .fsLogin .fsLoginNewView button::after,
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView .fsLoginSubmit::before,
    .fsLogin .fsResetPasswordView .fsLoginSubmit::after,
    .fsLogin .fsResetPasswordView button,
    .fsLogin .fsResetPasswordView button::before,
    .fsLogin .fsResetPasswordView button::after, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit::before, .fsAccount .fsLoginMainView .fsLoginSubmit::after,
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginMainView button::before,
    .fsAccount .fsLoginMainView button::after,
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView .fsLoginSubmit::before,
    .fsAccount .fsLoginForgotView .fsLoginSubmit::after,
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginForgotView button::before,
    .fsAccount .fsLoginForgotView button::after,
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView .fsLoginSubmit::before,
    .fsAccount .fsLoginNewView .fsLoginSubmit::after,
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsLoginNewView button::before,
    .fsAccount .fsLoginNewView button::after,
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView .fsLoginSubmit::before,
    .fsAccount .fsResetPasswordView .fsLoginSubmit::after,
    .fsAccount .fsResetPasswordView button,
    .fsAccount .fsResetPasswordView button::before,
    .fsAccount .fsResetPasswordView button::after {
      transition: all 0.3s ease-in-out; }
    .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 {
      color: #fff;
      background-color: #494949;
      -ms-transform: rotateY(-15deg);
      transform: rotateY(-15deg); }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit::before,
    .fsLogin .fsLoginMainView button::before,
    .fsLogin .fsLoginForgotView .fsLoginSubmit::before,
    .fsLogin .fsLoginForgotView button::before,
    .fsLogin .fsLoginNewView .fsLoginSubmit::before,
    .fsLogin .fsLoginNewView button::before,
    .fsLogin .fsResetPasswordView .fsLoginSubmit::before,
    .fsLogin .fsResetPasswordView button::before, .fsAccount .fsLoginMainView .fsLoginSubmit::before,
    .fsAccount .fsLoginMainView button::before,
    .fsAccount .fsLoginForgotView .fsLoginSubmit::before,
    .fsAccount .fsLoginForgotView button::before,
    .fsAccount .fsLoginNewView .fsLoginSubmit::before,
    .fsAccount .fsLoginNewView button::before,
    .fsAccount .fsResetPasswordView .fsLoginSubmit::before,
    .fsAccount .fsResetPasswordView button::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 8px);
      height: 100%;
      background-color: #626262;
      z-index: -1; }
    .fsLogin .fsLoginMainView .fsLoginSubmit::after,
    .fsLogin .fsLoginMainView button::after,
    .fsLogin .fsLoginForgotView .fsLoginSubmit::after,
    .fsLogin .fsLoginForgotView button::after,
    .fsLogin .fsLoginNewView .fsLoginSubmit::after,
    .fsLogin .fsLoginNewView button::after,
    .fsLogin .fsResetPasswordView .fsLoginSubmit::after,
    .fsLogin .fsResetPasswordView button::after, .fsAccount .fsLoginMainView .fsLoginSubmit::after,
    .fsAccount .fsLoginMainView button::after,
    .fsAccount .fsLoginForgotView .fsLoginSubmit::after,
    .fsAccount .fsLoginForgotView button::after,
    .fsAccount .fsLoginNewView .fsLoginSubmit::after,
    .fsAccount .fsLoginNewView button::after,
    .fsAccount .fsResetPasswordView .fsLoginSubmit::after,
    .fsAccount .fsResetPasswordView button::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 39px 8px 0 0;
      border-color: #626262 transparent transparent transparent; }
    .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-color: transparent; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover::before, .fsLogin .fsLoginMainView .fsLoginSubmit:focus::before,
      .fsLogin .fsLoginMainView button:hover::before,
      .fsLogin .fsLoginMainView button:focus::before,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:hover::before,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:focus::before,
      .fsLogin .fsLoginForgotView button:hover::before,
      .fsLogin .fsLoginForgotView button:focus::before,
      .fsLogin .fsLoginNewView .fsLoginSubmit:hover::before,
      .fsLogin .fsLoginNewView .fsLoginSubmit:focus::before,
      .fsLogin .fsLoginNewView button:hover::before,
      .fsLogin .fsLoginNewView button:focus::before,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:hover::before,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:focus::before,
      .fsLogin .fsResetPasswordView button:hover::before,
      .fsLogin .fsResetPasswordView button:focus::before, .fsAccount .fsLoginMainView .fsLoginSubmit:hover::before, .fsAccount .fsLoginMainView .fsLoginSubmit:focus::before,
      .fsAccount .fsLoginMainView button:hover::before,
      .fsAccount .fsLoginMainView button:focus::before,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:hover::before,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:focus::before,
      .fsAccount .fsLoginForgotView button:hover::before,
      .fsAccount .fsLoginForgotView button:focus::before,
      .fsAccount .fsLoginNewView .fsLoginSubmit:hover::before,
      .fsAccount .fsLoginNewView .fsLoginSubmit:focus::before,
      .fsAccount .fsLoginNewView button:hover::before,
      .fsAccount .fsLoginNewView button:focus::before,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:hover::before,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:focus::before,
      .fsAccount .fsResetPasswordView button:hover::before,
      .fsAccount .fsResetPasswordView button:focus::before {
        background-color: #494949; }
      .fsLogin .fsLoginMainView .fsLoginSubmit:hover::after, .fsLogin .fsLoginMainView .fsLoginSubmit:focus::after,
      .fsLogin .fsLoginMainView button:hover::after,
      .fsLogin .fsLoginMainView button:focus::after,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:hover::after,
      .fsLogin .fsLoginForgotView .fsLoginSubmit:focus::after,
      .fsLogin .fsLoginForgotView button:hover::after,
      .fsLogin .fsLoginForgotView button:focus::after,
      .fsLogin .fsLoginNewView .fsLoginSubmit:hover::after,
      .fsLogin .fsLoginNewView .fsLoginSubmit:focus::after,
      .fsLogin .fsLoginNewView button:hover::after,
      .fsLogin .fsLoginNewView button:focus::after,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:hover::after,
      .fsLogin .fsResetPasswordView .fsLoginSubmit:focus::after,
      .fsLogin .fsResetPasswordView button:hover::after,
      .fsLogin .fsResetPasswordView button:focus::after, .fsAccount .fsLoginMainView .fsLoginSubmit:hover::after, .fsAccount .fsLoginMainView .fsLoginSubmit:focus::after,
      .fsAccount .fsLoginMainView button:hover::after,
      .fsAccount .fsLoginMainView button:focus::after,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:hover::after,
      .fsAccount .fsLoginForgotView .fsLoginSubmit:focus::after,
      .fsAccount .fsLoginForgotView button:hover::after,
      .fsAccount .fsLoginForgotView button:focus::after,
      .fsAccount .fsLoginNewView .fsLoginSubmit:hover::after,
      .fsAccount .fsLoginNewView .fsLoginSubmit:focus::after,
      .fsAccount .fsLoginNewView button:hover::after,
      .fsAccount .fsLoginNewView button:focus::after,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:hover::after,
      .fsAccount .fsResetPasswordView .fsLoginSubmit:focus::after,
      .fsAccount .fsResetPasswordView button:hover::after,
      .fsAccount .fsResetPasswordView button:focus::after {
        border-color: #494949 transparent transparent transparent; }
    .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;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 30px;
    background-color: #626262;
    color: #fff;
    border-radius: 0;
    outline: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transform-style: preserve-3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 38px;
    margin-right: 10px;
    background-color: transparent;
    z-index: 5;
    text-align: center; }
    .fsAccount .fsAccountLogout a, .fsAccount .fsAccountLogout a::before, .fsAccount .fsAccountLogout a::after {
      transition: all 0.3s ease-in-out; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      color: #fff;
      background-color: #494949;
      -ms-transform: rotateY(-15deg);
      transform: rotateY(-15deg); }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }
    .fsAccount .fsAccountLogout a::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 8px);
      height: 100%;
      background-color: #626262;
      z-index: -1; }
    .fsAccount .fsAccountLogout a::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 39px 8px 0 0;
      border-color: #626262 transparent transparent transparent; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background-color: transparent; }
      .fsAccount .fsAccountLogout a:hover::before, .fsAccount .fsAccountLogout a:focus::before {
        background-color: #494949; }
      .fsAccount .fsAccountLogout a:hover::after, .fsAccount .fsAccountLogout a:focus::after {
        border-color: #494949 transparent transparent transparent; }

.fsMedia, .universal-slideshow.fsResourceElement {
  margin: 0;
  position: relative; }
  .fsMedia,
  .fsMedia article, .universal-slideshow.fsResourceElement,
  .universal-slideshow.fsResourceElement article {
    height: 380px; }
    @media (min-width: 768px) {
      body:not(.fsDraftMode) .fsMedia, body:not(.fsDraftMode)
      .fsMedia article, body:not(.fsDraftMode) .universal-slideshow.fsResourceElement, body:not(.fsDraftMode)
      .universal-slideshow.fsResourceElement article {
        height: 480px; } }
    @media (min-width: 992px) {
      body:not(.fsDraftMode) .fsMedia, body:not(.fsDraftMode)
      .fsMedia article, body:not(.fsDraftMode) .universal-slideshow.fsResourceElement, body:not(.fsDraftMode)
      .universal-slideshow.fsResourceElement article {
        height: 580px; } }

@media screen and (min-width: 1200px) and (min-height: 650px) {
  body:not(.fsDraftMode) .fsMedia, body:not(.fsDraftMode)
  .fsMedia article, body:not(.fsDraftMode) .universal-slideshow.fsResourceElement, body:not(.fsDraftMode)
  .universal-slideshow.fsResourceElement article {
    height: calc(100vh - 139px); } }
  .fsMedia article, .universal-slideshow.fsResourceElement article {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
    .fsMedia article img, .universal-slideshow.fsResourceElement article img {
      display: none; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #626262;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif; }

.fsCustomSlider .fsElement, .universal-slideshow.fsResourceElement .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev,
.fsCustomSlider .fsPrevButton,
.fsCustomSlider .fsNextButton, .universal-slideshow.fsResourceElement .slick-next,
.universal-slideshow.fsResourceElement .slick-prev,
.universal-slideshow.fsResourceElement .fsPrevButton,
.universal-slideshow.fsResourceElement .fsNextButton {
  overflow: visible;
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
  cursor: pointer;
  top: auto; }
  .fsCustomSlider .slick-next:focus,
  .fsCustomSlider .slick-prev:focus,
  .fsCustomSlider .fsPrevButton:focus,
  .fsCustomSlider .fsNextButton:focus, .universal-slideshow.fsResourceElement .slick-next:focus,
  .universal-slideshow.fsResourceElement .slick-prev:focus,
  .universal-slideshow.fsResourceElement .fsPrevButton:focus,
  .universal-slideshow.fsResourceElement .fsNextButton:focus {
    outline: 0; }
  .fsCustomSlider .slick-next:hover::before,
  .fsCustomSlider .slick-prev:hover::before,
  .fsCustomSlider .fsPrevButton:hover::before,
  .fsCustomSlider .fsNextButton:hover::before, .universal-slideshow.fsResourceElement .slick-next:hover::before,
  .universal-slideshow.fsResourceElement .slick-prev:hover::before,
  .universal-slideshow.fsResourceElement .fsPrevButton:hover::before,
  .universal-slideshow.fsResourceElement .fsNextButton:hover::before {
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    color: #0065a4; }
  .fsCustomSlider .slick-next:before,
  .fsCustomSlider .slick-prev:before,
  .fsCustomSlider .fsPrevButton:before,
  .fsCustomSlider .fsNextButton:before, .universal-slideshow.fsResourceElement .slick-next:before,
  .universal-slideshow.fsResourceElement .slick-prev:before,
  .universal-slideshow.fsResourceElement .fsPrevButton:before,
  .universal-slideshow.fsResourceElement .fsNextButton:before {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .fsCustomSlider .slick-next:before,
      .fsCustomSlider .slick-prev:before,
      .fsCustomSlider .fsPrevButton:before,
      .fsCustomSlider .fsNextButton:before, .universal-slideshow.fsResourceElement .slick-next:before,
      .universal-slideshow.fsResourceElement .slick-prev:before,
      .universal-slideshow.fsResourceElement .fsPrevButton:before,
      .universal-slideshow.fsResourceElement .fsNextButton:before {
        font-size: 34px; } }
    @media (min-width: 992px) {
      .fsCustomSlider .slick-next:before,
      .fsCustomSlider .slick-prev:before,
      .fsCustomSlider .fsPrevButton:before,
      .fsCustomSlider .fsNextButton:before, .universal-slideshow.fsResourceElement .slick-next:before,
      .universal-slideshow.fsResourceElement .slick-prev:before,
      .universal-slideshow.fsResourceElement .fsPrevButton:before,
      .universal-slideshow.fsResourceElement .fsNextButton:before {
        font-size: 34px; } }

.fsCustomSlider .slick-next, .fsCustomSlider .fsNextButton, .universal-slideshow.fsResourceElement .slick-next, .universal-slideshow.fsResourceElement .fsNextButton {
  left: auto;
  right: 15px;
  bottom: -5px; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .fsNextButton:before, .universal-slideshow.fsResourceElement .slick-next:before, .universal-slideshow.fsResourceElement .fsNextButton:before {
    font-family: "IcoMoon";
    content: ""; }

.fsCustomSlider .slick-prev, .fsCustomSlider .fsPrevButton, .universal-slideshow.fsResourceElement .slick-prev, .universal-slideshow.fsResourceElement .fsPrevButton {
  left: 15px;
  bottom: -5px;
  right: auto; }
  .fsCustomSlider .slick-prev:before, .fsCustomSlider .fsPrevButton:before, .universal-slideshow.fsResourceElement .slick-prev:before, .universal-slideshow.fsResourceElement .fsPrevButton:before {
    font-family: "IcoMoon";
    content: ""; }

@media (min-width: 768px) {
  .fsCustomSlider .slick-next, .fsCustomSlider .fsNextButton, .universal-slideshow.fsResourceElement .slick-next, .universal-slideshow.fsResourceElement .fsNextButton {
    left: auto;
    right: 49.7%;
    bottom: 35px; }
  .fsCustomSlider .slick-prev, .fsCustomSlider .fsNextButton, .universal-slideshow.fsResourceElement .slick-prev, .universal-slideshow.fsResourceElement .fsNextButton {
    left: 15px;
    right: auto;
    bottom: 35px; } }

@media (min-width: 992px) {
  .fsCustomSlider .slick-next, .fsCustomSlider .fsNextButton, .universal-slideshow.fsResourceElement .slick-next, .universal-slideshow.fsResourceElement .fsNextButton {
    left: auto;
    right: 44.7%;
    bottom: 42px; }
  .fsCustomSlider .slick-prev, .fsCustomSlider .fsPrevButton, .universal-slideshow.fsResourceElement .slick-prev, .universal-slideshow.fsResourceElement .fsPrevButton {
    right: auto;
    bottom: 42px; } }

@media (min-width: 1200px) {
  .fsCustomSlider .slick-prev, .fsCustomSlider .fsPrevButton, .universal-slideshow.fsResourceElement .slick-prev, .universal-slideshow.fsResourceElement .fsPrevButton {
    left: 28px; } }

.fsCustomSlider .slider-play-btn, .universal-slideshow.fsResourceElement .slider-play-btn {
  display: none; }

.fsCustomSlider.slider-paused .slider-play-btn:before, .universal-slideshow.fsResourceElement.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, .universal-slideshow.fsResourceElement.slider-playing .slider-play-btn:before,
.universal-slideshow.fsResourceElement.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots, .universal-slideshow.fsResourceElement .slick-dots {
  display: none !important; }

.fsCustomSlider .caption-wrapper, .fsCustomSlider figcaption, .universal-slideshow.fsResourceElement .caption-wrapper, .universal-slideshow.fsResourceElement figcaption {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: 0;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%; }
  .fsCustomSlider .caption-wrapper:after, .fsCustomSlider figcaption:after, .universal-slideshow.fsResourceElement .caption-wrapper:after, .universal-slideshow.fsResourceElement figcaption:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 0;
    border-right: 140px solid transparent;
    border-top: 300px solid rgba(0, 0, 0, 0.8); }
  .fsCustomSlider .caption-wrapper .caption-inner, .fsCustomSlider figcaption .caption-inner, .universal-slideshow.fsResourceElement .caption-wrapper .caption-inner, .universal-slideshow.fsResourceElement figcaption .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 768px) {
    .fsCustomSlider .caption-wrapper, .fsCustomSlider figcaption, .universal-slideshow.fsResourceElement .caption-wrapper, .universal-slideshow.fsResourceElement figcaption {
      padding-left: 65px;
      padding-right: 0;
      text-align: left;
      width: 78%;
      position: absolute;
      bottom: 0;
      left: 0; } }
  @media (min-width: 1200px) {
    .fsCustomSlider .caption-wrapper, .fsCustomSlider figcaption, .universal-slideshow.fsResourceElement .caption-wrapper, .universal-slideshow.fsResourceElement figcaption {
      padding: 45px 30px;
      padding-bottom: 48px;
      text-align: left;
      padding-left: 170px;
      width: 56.9%;
      position: absolute;
      bottom: 0;
      left: 0; } }

@media screen and (min-width: 1440px) and (min-height: 650px) {
  .fsCustomSlider .caption-wrapper, .fsCustomSlider figcaption, .universal-slideshow.fsResourceElement .caption-wrapper, .universal-slideshow.fsResourceElement figcaption {
    padding-top: 65px; } }
  .fsCustomSlider .caption-wrapper a, .fsCustomSlider figcaption a, .universal-slideshow.fsResourceElement .caption-wrapper a, .universal-slideshow.fsResourceElement figcaption a {
    margin: 0;
    font-size: 15px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .fsCustomSlider .caption-wrapper a, .fsCustomSlider figcaption a, .universal-slideshow.fsResourceElement .caption-wrapper a, .universal-slideshow.fsResourceElement figcaption a {
        margin-bottom: 30px; } }
    .fsCustomSlider .caption-wrapper a:after, .fsCustomSlider figcaption a:after, .universal-slideshow.fsResourceElement .caption-wrapper a:after, .universal-slideshow.fsResourceElement figcaption a:after {
      border-width: 30px 8px 0 0; }
      @media (min-width: 768px) {
        .fsCustomSlider .caption-wrapper a:after, .fsCustomSlider figcaption a:after, .universal-slideshow.fsResourceElement .caption-wrapper a:after, .universal-slideshow.fsResourceElement figcaption a:after {
          border-width: 36px 8px 0 0; } }
    .fsCustomSlider .caption-wrapper a:hover, .fsCustomSlider figcaption a:hover, .universal-slideshow.fsResourceElement .caption-wrapper a:hover, .universal-slideshow.fsResourceElement figcaption a:hover {
      text-decoration: none; }
  .fsCustomSlider .caption-wrapper.is-empty, .fsCustomSlider figcaption.is-empty, .universal-slideshow.fsResourceElement .caption-wrapper.is-empty, .universal-slideshow.fsResourceElement figcaption.is-empty {
    display: none; }

.fsCustomSlider .caption-title, .fsCustomSlider .fsTitle, .universal-slideshow.fsResourceElement .caption-title, .universal-slideshow.fsResourceElement .fsTitle {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (min-width: 992px) {
    .fsCustomSlider .caption-title, .fsCustomSlider .fsTitle, .universal-slideshow.fsResourceElement .caption-title, .universal-slideshow.fsResourceElement .fsTitle {
      font-size: 32px; } }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-title, .fsCustomSlider .fsTitle, .universal-slideshow.fsResourceElement .caption-title, .universal-slideshow.fsResourceElement .fsTitle {
      font-size: 36px;
      color: #fff; } }

.fsCustomSlider .caption-desc, .universal-slideshow.fsResourceElement .caption-desc {
  position: relative;
  z-index: 1; }
  .fsCustomSlider .caption-desc p, .fsCustomSlider .caption-desc .fsDescription, .universal-slideshow.fsResourceElement .caption-desc p, .universal-slideshow.fsResourceElement .caption-desc .fsDescription {
    line-height: 1.2;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .fsCustomSlider .caption-desc p, .fsCustomSlider .caption-desc .fsDescription, .universal-slideshow.fsResourceElement .caption-desc p, .universal-slideshow.fsResourceElement .caption-desc .fsDescription {
        line-height: 1.4; }
        .fsCustomSlider .caption-desc p:last-child, .fsCustomSlider .caption-desc .fsDescription:last-child, .universal-slideshow.fsResourceElement .caption-desc p:last-child, .universal-slideshow.fsResourceElement .caption-desc .fsDescription:last-child {
          margin-bottom: 0; } }
    @media (min-width: 800px) {
      .fsCustomSlider .caption-desc p, .fsCustomSlider .caption-desc .fsDescription, .universal-slideshow.fsResourceElement .caption-desc p, .universal-slideshow.fsResourceElement .caption-desc .fsDescription {
        font-size: 18px; } }
    .fsCustomSlider .caption-desc p:first-child, .fsCustomSlider .caption-desc .fsDescription:first-child, .universal-slideshow.fsResourceElement .caption-desc p:first-child, .universal-slideshow.fsResourceElement .caption-desc .fsDescription:first-child {
      max-height: 42px;
      overflow: hidden;
      margin: 0 0 15px 0; }
      @media (min-width: 768px) {
        .fsCustomSlider .caption-desc p:first-child, .fsCustomSlider .caption-desc .fsDescription:first-child, .universal-slideshow.fsResourceElement .caption-desc p:first-child, .universal-slideshow.fsResourceElement .caption-desc .fsDescription:first-child {
          max-height: initial;
          overflow: initial; } }
    .fsCustomSlider .caption-desc p:last-child, .fsCustomSlider .caption-desc .fsDescription:last-child, .universal-slideshow.fsResourceElement .caption-desc p:last-child, .universal-slideshow.fsResourceElement .caption-desc .fsDescription:last-child {
      margin-bottom: 0; }
  .fsCustomSlider .caption-desc:empty, .universal-slideshow.fsResourceElement .caption-desc:empty {
    display: none; }

body:not(.fsComposeMode) .school-division-nav {
  margin: 0;
  background: none;
  position: relative; }
  body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 {
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 32px; }
    body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li {
      float: left; }
      body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-transform: skew(-25deg);
        transform: skew(-25deg);
        transition: background .3s, color .3s; }
      body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li a {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        z-index: 3;
        text-decoration: none;
        padding: 6px 13px;
        background: none;
        color: #ffffff; }
        body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li a:hover {
          text-decoration: none;
          color: #ffffff; }
  body:not(.fsComposeMode) .school-division-nav .orange:after {
    background: #d46200; }
  body:not(.fsComposeMode) .school-division-nav .orange:hover:after {
    background: #ff8822; }
  body:not(.fsComposeMode) .school-division-nav .turquoise:after {
    background: #1f5a6c; }
  body:not(.fsComposeMode) .school-division-nav .turquoise:hover:after {
    background: #308ca7; }
  body:not(.fsComposeMode) .school-division-nav .green:after {
    background: #38821d; }
  body:not(.fsComposeMode) .school-division-nav .green:hover:after {
    background: #53c12b; }
  body:not(.fsComposeMode) .school-division-nav .brown:after {
    background: #413c3f; }
  body:not(.fsComposeMode) .school-division-nav .brown:hover:after {
    background: #696166; }
  body:not(.fsComposeMode) .school-division-nav .red:after {
    background: #f20024; }
  body:not(.fsComposeMode) .school-division-nav .red:hover:after {
    background: #ff405c; }
  body:not(.fsComposeMode) .school-division-nav .gold:after {
    background: #fdd414; }
  body:not(.fsComposeMode) .school-division-nav .gold:hover:after {
    background: #fee260; }
  body:not(.fsComposeMode) .school-division-nav .purple:after {
    background: #340426; }
  body:not(.fsComposeMode) .school-division-nav .purple:hover:after {
    background: #7b095a; }
  body:not(.fsComposeMode) .school-division-nav .black:after {
    background: #000000; }
  body:not(.fsComposeMode) .school-division-nav .black:hover:after {
    background: #262626; }
  @media (min-width: 768px) {
    body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 {
      display: block;
      right: 4px; }
      body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li {
        position: relative; }
        body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li a {
          padding: 6px 10px; } }
  @media (min-width: 992px) {
    body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 {
      display: block;
      right: 3px; }
      body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li {
        position: relative; }
        body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 li a {
          padding: 6px 25px; } }
  @media (min-width: 1200px) {
    body:not(.fsComposeMode) .school-division-nav .fsNavLevel1 {
      right: 50px; } }

.universal-slideshow.fsResourceElement.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0;
  padding: 0 !important; }
  .universal-slideshow.fsResourceElement.fsSlideshow .fsElementSlideshow .fsElementSlideshowControls {
    display: none; }

.universal-slideshow.fsResourceElement.fsSlideshow article {
  padding: 0; }
  .universal-slideshow.fsResourceElement.fsSlideshow article video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

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

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

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

.fsPostElement .fsTitle,
.fsPostElement .fsTitle .fsPostLink {
  font-size: 22px;
  color: #494949;
  font-weight: 700;
  text-transform: uppercase; }

.fsPostElement.fsList .fsSummary {
  margin-top: 10px;
  max-height: 120px; }

.fsPostElement.fsGrid .fsSummary {
  max-height: 120px;
  margin-top: 10px; }

.fsPostElement.fsSlideshow:not(.video-embed-slideshow) .fsSummary {
  max-height: 120px;
  margin-top: 30px; }

.fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow {
  outline: 0; }
  @media (min-width: 1200px) {
    .fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow::before {
      font-size: 30px; } }
  .fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow.fsLeftArrow {
    text-align: left; }
    .fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow.fsLeftArrow::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow.fsRightArrow {
    text-align: right; }
    .fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow.fsRightArrow::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsPostElement.fsSlideshow:not(.video-embed-slideshow) .slick-arrow:hover::before {
    color: #0065a4; }

.news-profile-module.fsPostElement article {
  padding: 10px;
  background-color: #ffffff;
  margin-right: -10px;
  margin-left: -10px; }

.news-profile-module.fsPostElement .fsTitle {
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .news-profile-module.fsPostElement.fsThumbnailRectangle .fsThumbnail {
    max-width: 270px;
    margin-right: 30px; } }

@media (max-width: 799px) {
  .fsHasLeftBanner .news-profile-module.fsPostElement.fsThumbnailRectangle .fsThumbnail,
  .fsHasRightBanner .news-profile-module.fsPostElement.fsThumbnailRectangle .fsThumbnail {
    float: none; } }

.news-profile-module.fsPostElement.fsThumbnailRectangle .fsThumbnail .fsCroppedImage {
  padding-bottom: 70.5%; }

.news-profile-module.fsPostElement .fsThumbnail {
  display: block;
  position: relative; }
  .news-profile-module.fsPostElement .fsThumbnail::before, .news-profile-module.fsPostElement .fsThumbnail::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 2; }
  .news-profile-module.fsPostElement .fsThumbnail::before {
    border-width: 35px 35px 0 0;
    border-color: #ffffff transparent transparent transparent;
    left: 0;
    top: 0; }
  .news-profile-module.fsPostElement .fsThumbnail::after {
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #ffffff transparent;
    right: 0;
    bottom: 0; }

.news-profile-module.fsPostElement .fsSummary {
  max-height: 120px;
  font-size: 18px;
  font-weight: 300; }

.news-profile-module.fsConstituent .fsConstituentItem::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden; }

.news-profile-module.fsConstituent .fsConstituentItem .fsPhoto {
  max-width: 270px;
  width: 100%;
  height: 200px;
  display: block;
  float: none;
  background-color: #e1e1e1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .news-profile-module.fsConstituent .fsConstituentItem .fsPhoto::before, .news-profile-module.fsConstituent .fsConstituentItem .fsPhoto::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 2; }
  .news-profile-module.fsConstituent .fsConstituentItem .fsPhoto::before {
    border-width: 35px 35px 0 0;
    border-color: #ffffff transparent transparent transparent;
    left: 0;
    top: 0; }
  .news-profile-module.fsConstituent .fsConstituentItem .fsPhoto::after {
    border-width: 0 0 35px 35px;
    border-color: transparent transparent #ffffff transparent;
    right: 0;
    bottom: 0; }
  @media (min-width: 800px) {
    .news-profile-module.fsConstituent .fsConstituentItem .fsPhoto {
      float: left;
      margin-right: 30px; } }
  .news-profile-module.fsConstituent .fsConstituentItem .fsPhoto img {
    display: none; }

.news-profile-module.fsConstituent .fsConstituentItem .fsFullName {
  margin-bottom: 4px; }
  .news-profile-module.fsConstituent .fsConstituentItem .fsFullName, .news-profile-module.fsConstituent .fsConstituentItem .fsFullName a {
    font-size: 22px;
    color: #494949;
    font-weight: 700;
    text-transform: uppercase; }

.news-profile-module.fsConstituent .fsConstituentItem .fsTitles,
.news-profile-module.fsConstituent .fsConstituentItem .fsEmail,
.news-profile-module.fsConstituent .fsConstituentItem .fsDegrees {
  font-size: 20px; }

.news-profile-module.fsConstituent .fsConstituentItem .fsTitles,
.news-profile-module.fsConstituent .fsConstituentItem .fsDegrees {
  margin-bottom: 4px; }

.news-profile-module.fsConstituent .fsConstituentItem .fsEmail {
  margin-bottom: 20px; }
  .news-profile-module.fsConstituent .fsConstituentItem .fsEmail > div:first-child {
    font-weight: 400; }

.news-profile-module.fsConstituent .fsConstituentItem .fsBiography {
  font-size: 18px;
  font-weight: 300;
  max-height: 120px; }

body.fullwidth-dialog dialog .fsThumbnail {
  float: none !important; }

.news-slideshow-module {
  position: relative;
  background-color: #f7f6f6;
  margin-bottom: 0; }
  body:not(.fsDraftMode) .news-slideshow-module {
    margin-top: -10px; }
  .news-slideshow-module .fsElementSlideshow {
    padding: 0 !important;
    margin: 0 !important; }
    .news-slideshow-module .fsElementSlideshow article {
      padding: 0;
      min-height: 285px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1200px) {
        .news-slideshow-module .fsElementSlideshow article {
          min-height: 385px; } }
      @media (min-width: 992px) {
        .news-slideshow-module .fsElementSlideshow article {
          -ms-flex-direction: row;
          flex-direction: row; } }
    .news-slideshow-module .fsElementSlideshow .fsThumbnail {
      outline: 0; }
      .news-slideshow-module.fsThumbnailRectangle .fsElementSlideshow .fsThumbnail {
        min-height: 285px;
        max-width: none;
        width: 100%;
        float: none; }
        @media (min-width: 1200px) {
          .news-slideshow-module.fsThumbnailRectangle .fsElementSlideshow .fsThumbnail {
            min-height: 385px; } }
        @media (min-width: 992px) {
          .news-slideshow-module.fsThumbnailRectangle .fsElementSlideshow .fsThumbnail {
            width: 40%; } }
        .news-slideshow-module.fsThumbnailRectangle .fsElementSlideshow .fsThumbnail .fsCroppedImage {
          min-height: 285px;
          height: 100%;
          padding: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          @media (min-width: 1200px) {
            .news-slideshow-module.fsThumbnailRectangle .fsElementSlideshow .fsThumbnail .fsCroppedImage {
              min-height: 385px; } }
    .news-slideshow-module .fsElementSlideshow .text-wrapper {
      width: 100%;
      padding: 30px 50px 30px 30px; }
      @media (min-width: 992px) {
        .news-slideshow-module .fsElementSlideshow .text-wrapper {
          width: 60%; } }
      @media (min-width: 1200px) {
        .news-slideshow-module .fsElementSlideshow .text-wrapper {
          padding: 50px 60px; } }
      .news-slideshow-module .fsElementSlideshow .text-wrapper .inner-text-wrapper {
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        /*justify-content: space-around;*/
        height: 100%; }
        @media (min-width: 992px) {
          .news-slideshow-module .fsElementSlideshow .text-wrapper .inner-text-wrapper {
            max-width: 530px; } }
    .news-slideshow-module .fsElementSlideshow .fsTitle, .news-slideshow-module .fsElementSlideshow .fsTitle a {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      color: #0065a4; }
    .news-slideshow-module .fsElementSlideshow .fsSummary {
      font-size: 18px;
      font-weight: 300;
      line-height: 1.5; }
    .news-slideshow-module .fsElementSlideshow .fsReadMoreLink {
      max-width: 160px; }
  .news-slideshow-module .slick-arrow {
    outline: 0; }
    .news-slideshow-module .slick-arrow.fsLeftArrow {
      display: none !important; }
    .news-slideshow-module .slick-arrow.fsRightArrow {
      top: auto;
      bottom: 0;
      right: 0;
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      pointer-events: none;
      opacity: 1;
      transition: opacity 0.3s ease-in-out;
      width: 147px;
      height: 185px; }
      .news-slideshow-module .slick-arrow.fsRightArrow:hover {
        opacity: 0.8; }
        .news-slideshow-module .slick-arrow.fsRightArrow:hover::before {
          -ms-transform: translate(5px, 0);
          transform: translate(5px, 0); }
          @media (min-width: 1200px) {
            .news-slideshow-module .slick-arrow.fsRightArrow:hover::before {
              -ms-transform: translate(14px, 0);
              transform: translate(14px, 0); } }
      .news-slideshow-module .slick-arrow.fsRightArrow::before {
        content: "" !important;
        font-weight: 700;
        font-size: 20px;
        color: #0065a4;
        top: auto;
        width: 18px;
        height: 32px;
        z-index: 2;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: all;
        bottom: 5px;
        right: 9px; }
        @media (min-width: 992px) {
          .news-slideshow-module .slick-arrow.fsRightArrow::before {
            bottom: 24px;
            right: 36px;
            font-size: 32px; } }
        @media (min-width: 1200px) {
          .news-slideshow-module .slick-arrow.fsRightArrow::before {
            right: 56px; } }
      .news-slideshow-module .slick-arrow.fsRightArrow::after {
        content: "";
        display: block;
        background: #d6d6d5;
        position: absolute;
        width: 185px;
        height: 325px;
        z-index: 1;
        -ms-transform: rotate(38deg);
        transform: rotate(38deg);
        pointer-events: all;
        left: 108px;
        bottom: -159px; }
        @media (min-width: 992px) {
          .news-slideshow-module .slick-arrow.fsRightArrow::after {
            left: 78px;
            bottom: -129px; } }
        @media (min-width: 1200px) {
          .news-slideshow-module .slick-arrow.fsRightArrow::after {
            left: 68px;
            bottom: -109px; } }

/*! modules/posts/infographic-slider.scss */
@media (min-width: 1200px) {
  .fsPostElement.infographics.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
    padding-right: 40px;
    padding-left: 40px; } }

.fsBannerRight .fsPostElement.infographics.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.fsPostElement.infographics article {
  text-align: center;
  position: relative;
  padding-top: 0;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.3s; }
  .fsPostElement.infographics article.has-link:hover .fsSummary,
  .fsPostElement.infographics article.has-link:hover .fsTitle {
    color: #387d92;
    -ms-transform: translateY(-8px);
    transform: translateY(-8px); }
  .fsPostElement.infographics article::before {
    content: "";
    display: block;
    width: 85px;
    height: 70px;
    margin: 0 auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .fsPostElement.infographics article.activities-icon::before {
    background-image: url("../images/activities.svg"); }
  .fsPostElement.infographics article.admission-icon::before {
    background-image: url("../images/admission.svg"); }
  .fsPostElement.infographics article.alumni-icon::before {
    background-image: url("../images/alumni.svg"); }
  .fsPostElement.infographics article.aquatics-icon::before {
    background-image: url("../images/aquatics.svg"); }
  .fsPostElement.infographics article.arts-icon::before {
    background-image: url("../images/arts.svg"); }
  .fsPostElement.infographics article.athletics-icon::before {
    background-image: url("../images/athletics.svg"); }
  .fsPostElement.infographics article.discovery-icon::before {
    background-image: url("../images/discovery.svg"); }
  .fsPostElement.infographics article.employment-icon::before {
    background-image: url("../images/employment.svg"); }
  .fsPostElement.infographics article.generic-nature-icon::before {
    background-image: url("../images/generic-nature.svg"); }
  .fsPostElement.infographics article.global-mindset-icon::before {
    background-image: url("../images/global-mindset.svg"); }
  .fsPostElement.infographics article.ib-results-icon::before {
    background-image: url("../images/ib-results.svg"); }
  .fsPostElement.infographics article.learning-icon::before {
    background-image: url("../images/learning.svg"); }
  .fsPostElement.infographics article.music-icon::before {
    background-image: url("../images/music.svg"); }
  .fsPostElement.infographics article.news-icon::before {
    background-image: url("../images/news.svg"); }
  .fsPostElement.infographics article.panther-life-icon::before {
    background-image: url("../images/panther-life.svg"); }
  .fsPostElement.infographics article.penguin-life-icon::before {
    background-image: url("../images/penguin-life.svg"); }
  .fsPostElement.infographics article.quiz-icon::before {
    background-image: url("../images/quiz.svg"); }
  .fsPostElement.infographics article.self-directed-learning-icon::before {
    background-image: url("../images/self-directed-learning.svg"); }
  .fsPostElement.infographics article.social-intelligence-icon::before {
    background-image: url("../images/social-intelligence.svg"); }
  .fsPostElement.infographics article.social-media-icon::before {
    background-image: url("../images/social-media.svg"); }
  .fsPostElement.infographics article.special-ed-icon::before {
    background-image: url("../images/special-ed.svg"); }
  .fsPostElement.infographics article.technology-icon::before {
    background-image: url("../images/technology.svg"); }
  .fsPostElement.infographics article.theatre-icon::before {
    background-image: url("../images/theatre.svg"); }
  .fsPostElement.infographics article.thinking-skills-icon::before {
    background-image: url("../images/thinking-skills.svg"); }
  .fsPostElement.infographics article.news-icon::before {
    height: 65px; }
  .fsPostElement.infographics article.panther-life-icon::before {
    width: 95px; }
  .fsPostElement.infographics article.special-ed-icon::before {
    width: 65px; }
  .fsPostElement.infographics article img,
  .fsPostElement.infographics article .fsThumbnail,
  .fsPostElement.infographics article .div-bakground-image {
    display: none; }
  .fsPostElement.infographics article .fsTitle {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 18px;
    color: #0065a4;
    line-height: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 0.3s; }
    @media (min-width: 800px) {
      .fsPostElement.infographics article .fsTitle {
        font-size: 25px; } }
    @media (min-width: 1200px) {
      .fsPostElement.infographics article .fsTitle {
        font-size: 30px; } }
    @media (min-width: 1400px) {
      .fsPostElement.infographics article .fsTitle {
        font-size: 35px; } }
    @media (min-width: 1600px) {
      .fsPostElement.infographics article .fsTitle {
        font-size: 40px; } }
    .fsBannerRight .fsPostElement.infographics article .fsTitle {
      font-size: 20px; }
  .fsPostElement.infographics article .fsSummary {
    font-size: 20px;
    font-weight: 300;
    color: #0065a4;
    line-height: 1.1;
    max-width: 280px;
    margin: 0 auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 0.3s; }
    .fsBannerRight .fsPostElement.infographics article .fsSummary {
      font-size: 16px; }
    .fsPostElement.infographics article .fsSummary, .fsPostElement.infographics article .fsSummary p {
      position: static; }
    .fsPostElement.infographics article .fsSummary p {
      margin: 0; }
    .fsPostElement.infographics article .fsSummary a {
      display: none; }
  .fsPostElement.infographics article a.hidden-link {
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    bottom: 0; }

.fsPostElement.infographics .slick-arrow {
  outline: 0; }
  @media (min-width: 1200px) {
    .fsPostElement.infographics .slick-arrow {
      width: 40px;
      height: 70px; } }
  @media (min-width: 1200px) {
    .fsPostElement.infographics .slick-arrow::before {
      font-size: 55px; } }
  .fsBannerRight .fsPostElement.infographics .slick-arrow::before {
    font-size: 25px !important; }

body:not(.fsComposeMode) .infographic-classes ul {
  list-style: none; }

body:not(.fsComposeMode) .infographic-classes li {
  margin-bottom: 20px; }
  body:not(.fsComposeMode) .infographic-classes li::before {
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    margin: 0 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  body:not(.fsComposeMode) .infographic-classes li.activities-icon::before {
    background-image: url("../images/activities.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.admission-icon::before {
    background-image: url("../images/admission.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.alumni-icon::before {
    background-image: url("../images/alumni.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.aquatics-icon::before {
    background-image: url("../images/aquatics.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.arts-icon::before {
    background-image: url("../images/arts.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.athletics-icon::before {
    background-image: url("../images/athletics.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.discovery-icon::before {
    background-image: url("../images/discovery.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.employment-icon::before {
    background-image: url("../images/employment.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.generic-nature-icon::before {
    background-image: url("../images/generic-nature.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.global-mindset-icon::before {
    background-image: url("../images/global-mindset.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.ib-results-icon::before {
    background-image: url("../images/ib-results.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.learning-icon::before {
    background-image: url("../images/learning.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.music-icon::before {
    background-image: url("../images/music.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.news-icon::before {
    background-image: url("../images/news.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.panther-life-icon::before {
    background-image: url("../images/panther-life.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.penguin-life-icon::before {
    background-image: url("../images/penguin-life.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.quiz-icon::before {
    background-image: url("../images/quiz.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.self-directed-learning-icon::before {
    background-image: url("../images/self-directed-learning.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.social-intelligence-icon::before {
    background-image: url("../images/social-intelligence.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.social-media-icon::before {
    background-image: url("../images/social-media.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.special-ed-icon::before {
    background-image: url("../images/special-ed.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.technology-icon::before {
    background-image: url("../images/technology.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.theatre-icon::before {
    background-image: url("../images/theatre.svg"); }
  body:not(.fsComposeMode) .infographic-classes li.thinking-skills-icon::before {
    background-image: url("../images/thinking-skills.svg"); }

.video-embed-slideshow.fsPostElement.fsSlideshow {
  position: relative; }
  .video-embed-slideshow.fsPostElement.fsSlideshow.is-playing .video_embed_col1 {
    cursor: default; }
    .video-embed-slideshow.fsPostElement.fsSlideshow.is-playing .video_embed_col1::before {
      pointer-events: none !important;
      opacity: 0 !important; }
  .video-embed-slideshow.fsPostElement.fsSlideshow.is-playing article .fsThumbnail {
    opacity: 0 !important; }
  .video-embed-slideshow.fsPostElement.fsSlideshow > .fsElementContent {
    position: relative;
    z-index: 1; }
  .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow {
    margin-bottom: 60px; }
    @media (min-width: 800px) {
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow {
        margin-bottom: 90px;
        margin-top: 20px; } }
    @media (max-width: 799px) {
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow {
        padding: 0 !important; } }
    .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article {
      position: relative;
      overflow: hidden;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 800px) {
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article {
          -ms-flex-direction: row;
          flex-direction: row; } }
      @media (max-width: 799px) {
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article {
          padding: 0 !important; } }
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col1,
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 {
        width: 100%;
        position: relative; }
        @media (min-width: 800px) {
          .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col1,
          .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 {
            width: 50%; } }
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col1 {
        cursor: pointer;
        background-color: #f3f3f3; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col1::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          pointer-events: all;
          z-index: 12;
          cursor: pointer; }
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 {
        text-align: center;
        padding-top: 20px; }
        @media (min-width: 800px) {
          .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 {
            padding-top: 0;
            padding-left: 40px;
            text-align: left; } }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2:hover .fsThumbnail .div-background-image {
          -ms-transform: scale(1.2) !important;
          transform: scale(1.2) !important; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsTitle {
          font-size: 20px;
          font-weight: 700;
          color: #0065a4;
          text-align: center;
          text-transform: uppercase;
          display: inline-block;
          position: relative;
          padding-bottom: 18px;
          margin-bottom: 30px;
          margin-top: 0; }
          .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsTitle::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #0075c1;
            background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
          @media (min-width: 600px) {
            .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsTitle {
              font-size: 25px; } }
          .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsTitle a {
            color: inherit;
            font-size: inherit;
            pointer-events: none; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsSummary {
          font-weight: 300;
          font-size: 16px;
          line-height: 1.5;
          text-align: center;
          max-height: 300px !important; }
          @media (min-width: 800px) {
            .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsSummary {
              max-width: 420px;
              font-size: 18px;
              text-align: left; } }
          .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsSummary strong {
            font-weight: 400;
            font-size: 20px; }
          @media (min-width: 992px) {
            .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .video_embed_col2 .fsSummary a {
              margin-top: 30px; } }
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsAuthor,
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsDateTime {
        display: none !important; }
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsThumbnail {
        max-width: none;
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        position: relative;
        z-index: 10;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsThumbnail::before {
          width: 40px;
          height: 40px;
          margin: auto;
          z-index: 4;
          border-radius: 100%;
          -ms-transform: scale(1);
          transform: scale(1);
          transition: transform 0.3s ease-in-out;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          vertical-align: middle;
          line-height: 40px;
          font-size: 40px;
          color: #ffffff;
          transition: color 0.3s ease-in-out; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsThumbnail, .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsThumbnail .div-background-image {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsThumbnail .div-background-image {
          -ms-transform: scale(1);
          transform: scale(1);
          transition: transform 0.3s ease-in-out; }
        body:not(.fsComposeMode) .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsThumbnail img {
          display: none; }
      .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody {
        position: relative;
        z-index: 5;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody p {
          margin: 0; }
        .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody iframe {
          width: 100% !important; }
          @media (min-width: 800px) {
            .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody iframe {
              min-height: 360px; } }
          @media (min-width: 600px) {
            .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody iframe {
              min-height: 300px; } }
  .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow {
    top: auto;
    bottom: 0;
    width: 47px;
    height: 47px;
    z-index: 3;
    bottom: -60px;
    right: auto; }
    @media (min-width: 800px) {
      .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow {
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); } }
    .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow:hover::before {
      color: #0065a4; }
    .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow::before {
      font-size: 47px;
      color: #c2c7cb;
      width: inherit;
      height: inherit;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow.fsRightArrow {
      left: 50%; }
      @media (min-width: 800px) {
        .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow.fsRightArrow {
          left: calc(50% + 4px); } }
      .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow.fsRightArrow::before {
        content: ""; }
    .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow.fsLeftArrow {
      left: calc(50% - 60px); }
      @media (min-width: 800px) {
        .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow.fsLeftArrow {
          left: calc(50% - 47px); } }
      .video-embed-slideshow.fsPostElement.fsSlideshow .slick-arrow.fsLeftArrow::before {
        content: ""; }
  .video-embed-slideshow.fsPostElement.fsSlideshow .fsPager,
  .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementControls {
    display: none !important; }

/*! _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 */
/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #efefee !important;
        background-image: none !important;
        width: 100%;
        min-height: 50px;
        max-height: 50px;
        color: #626262;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", Arial, Helvetica, 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: transparent;
    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: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      font-size: 16px;
      line-height: 50px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #387d92;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box .cs-search-label {
    position: absolute;
    left: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box .cs-search-label.hide {
      opacity: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #626262; }
    .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%;
      min-height: 50px;
      max-height: 50px;
      color: #626262;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "proxima-nova", Arial, Helvetica, 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: #0065a4;
  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: "";
    color: #ffffff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 16px;
    font-family: "IcoMoon"; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: #387d92;
    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 */
.fsSearchFieldWithResults tbody > tr,
.fsSearchFieldWithResults tbody > tr > td.gsc-input,
.fsSearchFieldWithResults tbody > tr td.gsib_a,
.fsSearchFieldWithResults tbody > tr td.gsib_a > input[type="text"] {
  display: block;
  width: 100%; }

.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: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 16px; }

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

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

.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: #0065a4 !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: #387d92 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #626262;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  .vimeo_view_link a, .vimeo_view_link a::before, .vimeo_view_link a::after {
    transition: all 0.3s ease-in-out; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    color: #fff;
    background-color: #494949;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }
  .vimeo_view_link a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #626262;
    z-index: -1; }
  .vimeo_view_link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #626262 transparent transparent transparent; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background-color: transparent; }
    .vimeo_view_link a:hover::before, .vimeo_view_link a:focus::before {
      background-color: #494949; }
    .vimeo_view_link a:hover::after, .vimeo_view_link a:focus::after {
      border-color: #494949 transparent transparent transparent; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 30px;
  background-color: #626262;
  color: #fff;
  border-radius: 0;
  outline: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transform-style: preserve-3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 38px;
  margin-right: 10px;
  background-color: transparent;
  z-index: 5;
  text-align: center; }
  .Youtube_view_link a, .Youtube_view_link a::before, .Youtube_view_link a::after {
    transition: all 0.3s ease-in-out; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    color: #fff;
    background-color: #494949;
    -ms-transform: rotateY(-15deg);
    transform: rotateY(-15deg); }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }
  .Youtube_view_link a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: 100%;
    background-color: #626262;
    z-index: -1; }
  .Youtube_view_link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 8px 0 0;
    border-color: #626262 transparent transparent transparent; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background-color: transparent; }
    .Youtube_view_link a:hover::before, .Youtube_view_link a:focus::before {
      background-color: #494949; }
    .Youtube_view_link a:hover::after, .Youtube_view_link a:focus::after {
      border-color: #494949 transparent transparent transparent; }

/*! 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: 4px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        color: #6f6f6f;
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
        color: #387d92;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 20px 15px 20px;
        color: #387d92;
        transition: .3s;
        border: none;
        background: transparent;
        color: #387d92;
        position: relative; }
        .fsTabs .fsTabsNav li a::before, .fsTabs .fsTabsNav li a::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          opacity: 1;
          transition: all 0.3s ease-in-out; }
        .fsTabs .fsTabsNav li a::before {
          width: 100%;
          background: #dfdfdf; }
        .fsTabs .fsTabsNav li a::after {
          width: 0%;
          background: #0075c1;
          background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
        .fsTabs .fsTabsNav li a:hover {
          background: transparent;
          color: #0065a4; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #0065a4; }
        .fsTabs .fsTabsNav li.fsStateSelected a::after {
          width: 100%; }
  .fsTabs .fsPanel > .fsElementContent {
    padding-left: 5px;
    padding-right: 5px; }
  .fsTabs.tabs-different-colors .fsTabsNav li:first-child a:after {
    background: #0065a4; }
  .fsTabs.tabs-different-colors .fsTabsNav li:first-child.fsStateSelected a:after {
    background: #0065a4; }
  .fsTabs.tabs-different-colors .fsTabsNav li:nth-child(2) a:after {
    background: #f58020; }
  .fsTabs.tabs-different-colors .fsTabsNav li:nth-child(2).fsStateSelected a:after {
    background: #f58020; }
  .fsTabs.tabs-different-colors .fsTabsNav li:nth-child(3) a:after {
    background: #5baf41; }
  .fsTabs.tabs-different-colors .fsTabsNav li:nth-child(3).fsStateSelected a:after {
    background: #5baf41; }
  .fsTabs.tabs-different-colors .fsTabsNav li:last-child a:after {
    background: #4c0537; }
  .fsTabs.tabs-different-colors .fsTabsNav li:last-child.fsStateSelected a:after {
    /*background-color: $m5;*/
    background: #4c0537; }

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

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

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

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

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

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

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

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #f7f6f6; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #bfbfbf;
    color: #626262;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #a6a6a6;
      color: #626262; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #f7f6f6;
      color: #999999; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #25abff;
      color: #fff; }

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  padding: 20px;
  color: #fff; }
  .module h1, .module h2, .module h3, .module h4, .module h5, .module h6 {
    color: inherit; }
  .module a {
    color: inherit; }

.module {
  background: #0065a4; }

.thumbnail-placeholder {
  background-color: #f7f6f6;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center; }

.hero-banner {
  margin: 0; }
  .hero-banner::after {
    content: ' ';
    position: absolute;
    z-index: 2;
    border-bottom: 35px solid #ffffff;
    border-left: 20px solid transparent;
    right: 0;
    bottom: 0; }
    @media (min-width: 1200px) {
      .hero-banner::after {
        border-bottom: 140px solid #ffffff;
        border-left: 62px solid transparent;
        right: 0;
        bottom: 0; } }
  .hero-banner:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    border-top: 35px solid #ffffff;
    border-right: 20px solid transparent; }
    @media (min-width: 1200px) {
      .hero-banner:before {
        border-top: 126px solid #ffffff;
        border-right: 72px solid transparent; } }
  .hero-banner > .fsElementContent::after {
    content: ' ';
    position: absolute;
    z-index: 2;
    display: block;
    height: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0075c1;
    background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
  .hero-banner.hero-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 300px; }
    @media (min-width: 800px) {
      .hero-banner.hero-image {
        height: 450px; }
        .hero-banner.hero-image.short {
          height: 350px; } }
    @media (min-width: 1200px) {
      .hero-banner.hero-image {
        height: 530px; }
        .hero-banner.hero-image.short {
          height: 400px; } }
  @media screen and (min-width: 1200px) and (min-height: 800px) {
    .hero-banner.hero-image {
      height: 600px; }
      .hero-banner.hero-image.short {
        height: 400px; } }
  .hero-banner > .fsElementContent, .hero-banner .fsResource, .hero-banner figure, .hero-banner picture, .hero-banner video, .hero-banner img {
    height: 100%; }
  .hero-banner video, .hero-banner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

body:not(.fsComposeMode) .photo-quicklink {
  position: relative;
  width: 100%;
  max-width: 486px;
  min-height: 200px;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: .5s;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .photo-quicklink {
      min-height: 282px; } }
  body:not(.fsComposeMode) .photo-quicklink:before, body:not(.fsComposeMode) .photo-quicklink::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1; }
  body:not(.fsComposeMode) .photo-quicklink:before {
    opacity: 0;
    transition: .5s;
    -ms-transform: skew(-45deg) scale(3) translateX(100%);
    transform: skew(-45deg) scale(3) translateX(100%);
    background: rgba(0, 91, 142, 0.98); }
  body:not(.fsComposeMode) .photo-quicklink::after {
    background: rgba(0, 0, 0, 0.6); }
  body:not(.fsComposeMode) .photo-quicklink header .fsElementTitle,
  body:not(.fsComposeMode) .photo-quicklink header .fsElementHeaderContent {
    color: #fff;
    text-align: center; }
  body:not(.fsComposeMode) .photo-quicklink .fsElementTitle {
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 3px 3px 18px rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    transition: .5s; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .photo-quicklink .fsElementTitle {
        font-size: 30px; } }
  body:not(.fsComposeMode) .photo-quicklink .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    text-align: center;
    font-size: 15px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .5s;
    max-height: 0; }
    body:not(.fsComposeMode) .photo-quicklink .fsElementContent p {
      width: 100%;
      max-height: 65px;
      margin: 0;
      font-size: 14px; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .photo-quicklink .fsElementContent p {
          font-size: 15px;
          font-weight: 300; } }
      @media (min-width: 992px) {
        body:not(.fsComposeMode) .photo-quicklink .fsElementContent p {
          height: auto;
          max-height: 100px; } }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode) .photo-quicklink .fsElementContent p {
          max-height: 130px; } }
  body:not(.fsComposeMode) .photo-quicklink > footer {
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    max-height: 0;
    transition: .5s;
    overflow: hidden;
    padding: 0 4px; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .photo-quicklink > footer {
        padding: 0; } }
    body:not(.fsComposeMode) .photo-quicklink > footer .fsElementFooterContent {
      margin: 0;
      text-align: center; }
    body:not(.fsComposeMode) .photo-quicklink > footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    body:not(.fsComposeMode) .photo-quicklink > footer li {
      padding: 3px;
      display: inline-block; }
      @media (max-width: 1023px) {
        body:not(.fsComposeMode) .photo-quicklink > footer li {
          padding: 5px; } }
    body:not(.fsComposeMode) .photo-quicklink > footer a {
      margin: 0;
      color: #ffffff;
      font-size: 12px;
      border-color: #ffffff; }
      @media (max-width: 799px) {
        body:not(.fsComposeMode) .photo-quicklink > footer a {
          padding: 3px 10px; } }
      body:not(.fsComposeMode) .photo-quicklink > footer a:hover {
        color: #0065a4;
        background-color: #ffffff; }
  body:not(.fsComposeMode) .photo-quicklink:hover, body:not(.fsComposeMode) .photo-quicklink:focus {
    padding-top: 20px;
    cursor: default; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .photo-quicklink:hover, body:not(.fsComposeMode) .photo-quicklink:focus {
        padding-top: 0; } }
    body:not(.fsComposeMode) .photo-quicklink:hover:before, body:not(.fsComposeMode) .photo-quicklink:focus:before {
      opacity: 1;
      -ms-transform: skew(-45deg) scale(3) translateX(0);
      transform: skew(-45deg) scale(3) translateX(0); }
    body:not(.fsComposeMode) .photo-quicklink:hover::after, body:not(.fsComposeMode) .photo-quicklink:focus::after {
      opacity: 0; }
    body:not(.fsComposeMode) .photo-quicklink:hover header, body:not(.fsComposeMode) .photo-quicklink:focus header {
      border-bottom: 1px solid #fff; }
      body:not(.fsComposeMode) .photo-quicklink:hover header .fsElementTitle, body:not(.fsComposeMode) .photo-quicklink:focus header .fsElementTitle {
        padding-bottom: 6px; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .photo-quicklink:hover header .fsElementTitle, body:not(.fsComposeMode) .photo-quicklink:focus header .fsElementTitle {
            padding-bottom: 14px; } }
    body:not(.fsComposeMode) .photo-quicklink:hover .fsElementContent,
    body:not(.fsComposeMode) .photo-quicklink:hover > footer, body:not(.fsComposeMode) .photo-quicklink:focus .fsElementContent,
    body:not(.fsComposeMode) .photo-quicklink:focus > footer {
      -ms-transform: translate(0) rotate(0);
      transform: translate(0) rotate(0); }
    body:not(.fsComposeMode) .photo-quicklink:hover .fsElementContent, body:not(.fsComposeMode) .photo-quicklink:focus .fsElementContent {
      max-height: 130px;
      padding: 5px 20px; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .photo-quicklink:hover .fsElementContent, body:not(.fsComposeMode) .photo-quicklink:focus .fsElementContent {
          padding: 15px 20px; } }
    body:not(.fsComposeMode) .photo-quicklink:hover > footer, body:not(.fsComposeMode) .photo-quicklink:focus > footer {
      max-height: 90px;
      padding-bottom: 5px; }
      body:not(.fsComposeMode) .photo-quicklink:hover > footer ul, body:not(.fsComposeMode) .photo-quicklink:focus > footer ul {
        padding-left: 8px; }
        @media (min-width: 800px) {
          body:not(.fsComposeMode) .photo-quicklink:hover > footer ul, body:not(.fsComposeMode) .photo-quicklink:focus > footer ul {
            padding-left: 0; } }

.fsTwoColumnLayout .photo-quicklink,
.fsThreeColumnLayout .photo-quicklink {
  max-width: 100% !important; }

.fsPostElement.fsSlideshow.quicklink-slideshow {
  width: 100%;
  max-width: 360px;
  max-height: 550px;
  overflow: hidden; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.custom-color .fsReadMoreLink {
    color: #fff !important; }
    .fsPostElement.fsSlideshow.quicklink-slideshow.custom-color .fsReadMoreLink:hover:before {
      background-color: rgba(0, 0, 0, 0.2); }
    .fsPostElement.fsSlideshow.quicklink-slideshow.custom-color .fsReadMoreLink:hover:after {
      border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.orange > .fsElementContent article {
    background-color: #f58020;
    color: #000; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.orange .fsReadMoreLink:hover::before {
    background-color: #d8670a; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.orange .fsReadMoreLink:hover::after {
    border-color: #d8670a transparent transparent transparent; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.orange .fsPager li.slick-active button:before {
    background-color: #f58020; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.turquoise > .fsElementContent article {
    background-color: #3b7d91; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.turquoise .fsReadMoreLink:hover::before {
    background-color: #2c5e6d; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.turquoise .fsReadMoreLink:hover::after {
    border-color: #2c5e6d transparent transparent transparent; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.turquoise .fsPager li.slick-active button:before {
    background-color: #3b7d91; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.green > .fsElementContent article {
    background-color: #5baf41;
    color: #000; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.green .fsReadMoreLink:hover::before {
    background-color: #488a33; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.green .fsReadMoreLink:hover::after {
    border-color: #488a33 transparent transparent transparent; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.green .fsPager li.slick-active button:before {
    background-color: #5baf41; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.brown > .fsElementContent article {
    background-color: #413c3f; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.brown .fsReadMoreLink:hover {
    color: #ffffff; }
    .fsPostElement.fsSlideshow.quicklink-slideshow.brown .fsReadMoreLink:hover::before {
      background-color: #766d72; }
    .fsPostElement.fsSlideshow.quicklink-slideshow.brown .fsReadMoreLink:hover::after {
      border-color: #0c0b0c transparent transparent transparent; }
  .fsPostElement.fsSlideshow.quicklink-slideshow.brown .fsPager li.slick-active button:before {
    background-color: #413c3f; }
  .fsPostElement.fsSlideshow.quicklink-slideshow > header {
    text-align: center; }
    .fsPostElement.fsSlideshow.quicklink-slideshow > header .fsElementTitle {
      font-size: 20px;
      font-weight: 700;
      color: #0065a4;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 23px;
      margin-top: 0; }
      .fsPostElement.fsSlideshow.quicklink-slideshow > header .fsElementTitle::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #0075c1;
        background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
      @media (max-width: 599px) {
        .fsPostElement.fsSlideshow.quicklink-slideshow > header .fsElementTitle {
          font-size: 18px; } }
  .fsPostElement.fsSlideshow.quicklink-slideshow > .fsElementContent .fsElementSlideshow {
    margin-bottom: 40px; }
  .fsPostElement.fsSlideshow.quicklink-slideshow article {
    padding: 0;
    text-align: center;
    max-height: 550px;
    color: #ffffff;
    background-color: #0065a4; }
    .fsPostElement.fsSlideshow.quicklink-slideshow article .fsThumbnail {
      max-width: 100% !important;
      height: 125px;
      background-repeat: no-repeat;
      background-color: #e1e1e1;
      background-position: center;
      background-size: cover;
      pointer-events: none; }
      @media (min-width: 600px) {
        .fsPostElement.fsSlideshow.quicklink-slideshow article .fsThumbnail {
          height: 205px; } }
      .fsPostElement.fsSlideshow.quicklink-slideshow article .fsThumbnail img {
        display: none; }
    .fsPostElement.fsSlideshow.quicklink-slideshow article .fsSummary {
      padding: 0 16px;
      font-size: 16px;
      margin: 10px 0 !important;
      height: 100px;
      max-height: 100px; }
      @media (max-width: 599px) {
        .fsPostElement.fsSlideshow.quicklink-slideshow article .fsSummary {
          height: 60px;
          max-height: 60px; } }
      @media (min-width: 800px) {
        .fsPostElement.fsSlideshow.quicklink-slideshow article .fsSummary {
          margin: 20px 0 !important; } }
      .fsComposeMode .fsPostElement.fsSlideshow.quicklink-slideshow article .fsSummary {
        overflow: hidden; }
      .fsPostElement.fsSlideshow.quicklink-slideshow article .fsSummary p {
        margin: 0;
        line-height: 1.3;
        height: inherit;
        max-height: inherit;
        overflow: hidden; }
    .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink {
      color: #ffffff; }
      @media (max-width: 599px) {
        .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink {
          font-size: 11px;
          padding-top: 4px;
          padding-bottom: 4px; } }
      @media (max-width: 799px) {
        .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink {
          margin-bottom: 7px; } }
      .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink::before {
        background-color: rgba(0, 0, 0, 0.4); }
      .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink::after {
        border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent; }
      .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:focus::before, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:hover::before {
        background-color: #004671; }
      .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:focus::after, .fsPostElement.fsSlideshow.quicklink-slideshow article .fsReadMoreLink:hover::after {
        border-color: #004671 transparent transparent transparent; }
  .fsPostElement.fsSlideshow.quicklink-slideshow .fsPager {
    position: absolute;
    margin-top: 2px;
    left: 0;
    right: 0;
    width: auto;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 600px) {
      .fsPostElement.fsSlideshow.quicklink-slideshow .fsPager {
        right: auto; } }
    .fsPostElement.fsSlideshow.quicklink-slideshow .fsPager li {
      margin: 0 2px; }
      .fsPostElement.fsSlideshow.quicklink-slideshow .fsPager li:first-child {
        margin-left: 0; }
      .fsPostElement.fsSlideshow.quicklink-slideshow .fsPager li.slick-active button:before {
        background-color: #0065a4; }

.fsStyleColumn .has-quicklink-slideshow > .fsStyleColumn {
  padding: 0 5px; }
  @media (max-width: 1099px) {
    .fsHasLeftBanner .fsStyleColumn .has-quicklink-slideshow > .fsStyleColumn {
      float: none;
      width: 100%; } }

.profile-quicklinks {
  position: relative;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  will-change: transform;
  z-index: 201;
  outline: 0; }
  .profile-quicklinks * {
    outline: 0; }
  .profile-quicklinks.is-open .slick-arrow {
    display: none !important; }
  .profile-quicklinks.fsItemCount_4 article {
    width: 100%; }
    @media (min-width: 800px) {
      .profile-quicklinks.fsItemCount_4 article {
        width: 50%;
        margin: 0; } }
    @media (min-width: 1200px) {
      .profile-quicklinks.fsItemCount_4 article {
        width: 25%; } }
  .profile-quicklinks .fsListItems {
    margin: 0 !important; }
    .profile-quicklinks .fsListItems button.slick-arrow {
      border: 0;
      background: none;
      outline: 0;
      line-height: 1;
      margin: 0;
      padding: 0;
      position: absolute;
      font-size: 0;
      background-color: #0065a4;
      border-radius: 100%;
      top: 0;
      bottom: 0;
      margin: auto 0;
      width: 25px;
      height: 25px;
      z-index: 2;
      cursor: pointer; }
      @media (min-width: 500px) {
        .profile-quicklinks .fsListItems button.slick-arrow {
          width: 32px;
          height: 32px; } }
      .profile-quicklinks .fsListItems button.slick-arrow::before {
        content: "";
        display: block;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 14px;
        color: #ffffff; }
        @media (min-width: 500px) {
          .profile-quicklinks .fsListItems button.slick-arrow::before {
            font-size: 18px; } }
      .profile-quicklinks .fsListItems button.slick-arrow.slick-prev {
        left: 9px; }
      .profile-quicklinks .fsListItems button.slick-arrow.slick-next {
        right: 10px; }
        .profile-quicklinks .fsListItems button.slick-arrow.slick-next::before {
          content: ""; }
  .profile-quicklinks article {
    position: relative;
    z-index: 1;
    max-width: none;
    height: 383px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    cursor: zoom-in;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    background-color: #f8f8f8;
    overflow: visible !important; }
    @media (min-width: 600px) {
      .profile-quicklinks article {
        height: 518px; } }
    .profile-quicklinks article:hover .fsThumbnail .div-background-image {
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .profile-quicklinks article:hover .fsTitle {
      -ms-transform: translate(-50%, -50%) scale(0.95);
      transform: translate(-50%, -50%) scale(0.95); }
    .profile-quicklinks article.is-open {
      cursor: auto;
      z-index: 300; }
      .profile-quicklinks article.is-open::before, .profile-quicklinks article.is-open::after {
        opacity: 0;
        display: none; }
      .profile-quicklinks article.is-open .article-inner {
        max-width: none;
        width: 100vw;
        height: 100%; }
        .profile-quicklinks article.is-open .article-inner::before, .profile-quicklinks article.is-open .article-inner::after {
          display: none; }
      .profile-quicklinks article.is-open .fsTitle {
        opacity: 0; }
      .profile-quicklinks article.is-open .fsThumbnail {
        width: 40%;
        max-width: 745px !important;
        filter: none; }
        @media (max-width: 799px) {
          .profile-quicklinks article.is-open .fsThumbnail {
            opacity: 0;
            height: 0;
            width: 0;
            overflow: hidden; }
            .profile-quicklinks article.is-open .fsThumbnail::before {
              display: none; } }
        .profile-quicklinks article.is-open .fsThumbnail::before {
          -ms-transform: translateX(0%);
          transform: translateX(0%);
          opacity: 1;
          transition: opacity 0.1s ease-in; }
        .profile-quicklinks article.is-open .fsThumbnail .div-background-image {
          transition: 0s;
          -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg); }
      .profile-quicklinks article.is-open .fsBody {
        pointer-events: all;
        opacity: 1; }
      .profile-quicklinks article.is-open .close-button-wrapper .close-button {
        display: block; }
    .profile-quicklinks article::before, .profile-quicklinks article::after {
      content: "";
      display: block;
      opacity: 1;
      visibility: visible;
      position: absolute;
      z-index: 3; }
    .profile-quicklinks article::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffffff;
      width: 36px;
      height: 36px;
      right: 17px;
      bottom: 19px;
      z-index: 4;
      font-size: 36px;
      line-height: 1; }
    .profile-quicklinks article::after {
      width: 0;
      height: 0;
      bottom: 0;
      right: 0;
      border-style: solid;
      border-width: 0 0 115px 115px;
      border-color: transparent transparent #0065a4 transparent;
      z-index: 3;
      opacity: 1;
      background-color: transparent;
      transition: all 0.3s linear; }
      .profile-quicklinks article.student-voices::after {
        border-color: transparent transparent #aecc39 transparent; }
      .profile-quicklinks article.parent-voices::after {
        border-color: transparent transparent #1f5a6c transparent; }
      .profile-quicklinks article.faculty-voices::after {
        border-color: transparent transparent #fdd414 transparent; }
      .profile-quicklinks article.alumni-voices::after {
        border-color: transparent transparent #0065a4 transparent; }
    .profile-quicklinks article .article-inner {
      width: 100%;
      position: absolute;
      top: 0;
      -ms-transform: translateX(0);
      transform: translateX(0);
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      background-color: #f8f8f8;
      overflow: hidden; }
    .profile-quicklinks article .fsTitle {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
      transition: 0.3s ease-in-out;
      -webkit-backface-visibility: hidden;
      margin: auto;
      z-index: 4;
      text-align: center;
      font-size: 34px;
      font-weight: 400;
      box-shadow: black;
      text-transform: uppercase;
      color: #ffffff;
      line-height: 0.9;
      pointer-events: none;
      text-shadow: 3px 3px 30px rgba(0, 0, 0, 0.9); }
      .profile-quicklinks article .fsTitle h2 {
        margin: 0;
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
        .profile-quicklinks article .fsTitle h2 strong {
          display: block;
          font-size: 42px; }
    .profile-quicklinks article .fsThumbnail {
      position: relative;
      z-index: 0;
      max-width: 100% !important;
      height: 383px;
      background-color: #f7f6f6;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: center;
      filter: grayscale(100%);
      transition: all 0.3s ease-in-out; }
      @media (min-width: 600px) {
        .profile-quicklinks article .fsThumbnail {
          height: 518px; } }
      .profile-quicklinks article .fsThumbnail::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 4;
        top: 0;
        right: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 518px 70px;
        border-color: transparent transparent #f8f8f8 transparent;
        opacity: 0;
        -ms-transform: translateX(150%);
        transform: translateX(150%); }
        @media (min-width: 1024px) {
          .profile-quicklinks article .fsThumbnail::before {
            border-width: 0 0 518px 240px; } }
      .profile-quicklinks article .fsThumbnail .div-background-image {
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        transition: transform 0.3s ease-in-out;
        width: 100%;
        height: inherit;
        position: relative; }
        .profile-quicklinks article .fsThumbnail .div-background-image::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: black;
          opacity: 0.5; }
      .profile-quicklinks article .fsThumbnail img {
        display: none; }
    .profile-quicklinks article .fsBody {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 383px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease-in-out;
      background-color: #f8f8f8;
      padding: 20px 42px;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 600px) {
        .profile-quicklinks article .fsBody {
          height: 518px; } }
      @media (min-width: 500px) {
        .profile-quicklinks article .fsBody {
          padding: 20px 60px; } }
      @media (min-width: 800px) {
        .profile-quicklinks article .fsBody {
          font-size: 18px;
          padding: 20px 25px 32px 20px;
          font-size: 20px;
          max-width: 450px;
          left: 40%; } }
      .profile-quicklinks article .fsBody h2 {
        font-size: 27px;
        font-weight: 700;
        color: #0065a4;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 40px;
        margin-top: 0; }
        .profile-quicklinks article .fsBody h2::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #0075c1;
          background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
        @media (max-width: 799px) {
          .profile-quicklinks article .fsBody h2 {
            font-size: 24px;
            margin-bottom: 24px;
            padding-bottom: 10px; } }
      .profile-quicklinks article .fsBody h6 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px; }
        @media (min-width: 800px) {
          .profile-quicklinks article .fsBody h6 {
            font-size: 20px; } }
      .profile-quicklinks article .fsBody p {
        line-height: 1.5;
        margin: 0; }
      .profile-quicklinks article .fsBody a {
        margin-top: 22px;
        margin-bottom: 0; }
        @media (min-width: 800px) {
          .profile-quicklinks article .fsBody a {
            margin-top: 38px; } }
    .profile-quicklinks article .close-button-wrapper {
      position: absolute;
      right: 0;
      top: 15px;
      left: 0;
      max-width: 1480px;
      margin: 0 auto; }
      @media (min-width: 800px) {
        .profile-quicklinks article .close-button-wrapper {
          top: 42px; } }
      .profile-quicklinks article .close-button-wrapper .close-button {
        position: absolute;
        right: 20px;
        width: 20px;
        height: 20px;
        font-size: 22px;
        display: none;
        cursor: zoom-out;
        opacity: 1;
        transition: 0.3s ease-in-out; }
        @media (min-width: 800px) {
          .profile-quicklinks article .close-button-wrapper .close-button {
            width: 40px;
            height: 40px;
            right: 70px;
            font-size: 42px; } }
        @media (min-width: 1500px) {
          .profile-quicklinks article .close-button-wrapper .close-button {
            right: 0; } }
        .profile-quicklinks article .close-button-wrapper .close-button::before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #0065a4;
          line-height: 1;
          font-weight: 700;
          display: block;
          width: 100%;
          height: 100%; }
        .profile-quicklinks article .close-button-wrapper .close-button:hover {
          opacity: 0.5; }

/*! pages - home v0.0.1 */
.home:not(.may-test) section[class*="ColumnLayout"], .home:not(.may-test) section.fsContainer {
  margin-left: auto;
  margin-right: auto; }
  .home:not(.may-test) section[class*="ColumnLayout"] > header, .home:not(.may-test) section.fsContainer > header {
    text-align: center;
    position: relative;
    z-index: 2; }
    body:not(.fsDraftMode).home section[class*="ColumnLayout"] > header.is-active h2.fsElementTitle, body:not(.fsDraftMode).home section[class*="ColumnLayout"] > header.is-active h2.fsElementTitle::after, body:not(.fsDraftMode).home section.fsContainer > header.is-active h2.fsElementTitle, body:not(.fsDraftMode).home section.fsContainer > header.is-active h2.fsElementTitle::after {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0); }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).home section[class*="ColumnLayout"] > header h2.fsElementTitle, body:not(.fsDraftMode).home section.fsContainer > header h2.fsElementTitle {
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
        transition: transform 0.3s ease-in-out; } }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).home section[class*="ColumnLayout"] > header h2.fsElementTitle::after, body:not(.fsDraftMode).home section.fsContainer > header h2.fsElementTitle::after {
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
        transition: transform 0.3s ease-in-out; } }
    .home:not(.may-test) section[class*="ColumnLayout"] > header h2.fsElementTitle, .home:not(.may-test) section.fsContainer > header h2.fsElementTitle {
      font-size: 20px;
      font-weight: 700;
      color: #0065a4;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      padding-bottom: 18px;
      margin-bottom: 30px;
      margin-top: 0;
      line-height: 1;
      letter-spacing: 0.5px; }
      .home:not(.may-test) section[class*="ColumnLayout"] > header h2.fsElementTitle::after, .home:not(.may-test) section.fsContainer > header h2.fsElementTitle::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #0075c1;
        background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
      @media (min-width: 600px) {
        .home:not(.may-test) section[class*="ColumnLayout"] > header h2.fsElementTitle, .home:not(.may-test) section.fsContainer > header h2.fsElementTitle {
          font-size: 25px; } }
  .home:not(.may-test) section[class*="ColumnLayout"] > .column-wrapper,
  .home:not(.may-test) section[class*="ColumnLayout"] > .fsStyleColumn, .home:not(.may-test) section.fsContainer > .column-wrapper,
  .home:not(.may-test) section.fsContainer > .fsStyleColumn {
    position: relative;
    z-index: 2; }
  .home:not(.may-test) section[class*="ColumnLayout"] > .column-wrapper, .home:not(.may-test) section.fsContainer > .column-wrapper {
    zoom: 1; }
    .home:not(.may-test) section[class*="ColumnLayout"] > .column-wrapper:after, .home:not(.may-test) section.fsContainer > .column-wrapper:after {
      display: table;
      clear: both;
      content: ''; }

.home:not(.may-test) .aas-highlights-section {
  background-color: #e6e5d9;
  padding-top: 35px;
  padding-bottom: 180px;
  z-index: 2;
  overflow: hidden; }
  body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section {
    width: 100vw;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -50px; }
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section > .fsElementContent,
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section > .column-wrapper,
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section > header,
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section > footer {
      max-width: 1250px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px; }
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section::after, body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section::before {
      content: "";
      display: block;
      visibility: visible;
      opacity: 1;
      width: 100%;
      z-index: 0;
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top; }
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section::before {
      top: 0;
      height: 300px;
      background-image: url("../images/home/aas-highlights-angle-bg2.svg"); }
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section::after {
      bottom: 0;
      height: 207px;
      background-image: url("../images/home/aas-highlights-angle-bg1.svg"); }
  .home:not(.may-test) .aas-highlights-section--parallax-image-1, .home:not(.may-test) .aas-highlights-section--parallax-image-2 {
    position: absolute;
    z-index: 5;
    width: auto;
    display: none; }
    @media (min-width: 1366px) {
      .home:not(.may-test) .aas-highlights-section--parallax-image-1, .home:not(.may-test) .aas-highlights-section--parallax-image-2 {
        display: block; } }
  .home:not(.may-test) .aas-highlights-section--parallax-image-1 {
    top: 184px;
    left: -170px;
    height: 288px; }
  .home:not(.may-test) .aas-highlights-section--parallax-image-2 {
    top: 256px;
    right: -157px;
    height: 251px; }
  .home:not(.may-test) .aas-highlights-section > .column-wrapper {
    overflow: hidden; }
    .home:not(.may-test) .aas-highlights-section > .column-wrapper.is-active .fsStyleColumn {
      opacity: 1 !important; }
      .home:not(.may-test) .aas-highlights-section > .column-wrapper.is-active .fsStyleColumn-1 {
        transition-delay: 0.15s; }
      .home:not(.may-test) .aas-highlights-section > .column-wrapper.is-active .fsStyleColumn-2 {
        transition-delay: 0.25s; }
      .home:not(.may-test) .aas-highlights-section > .column-wrapper.is-active .fsStyleColumn-3 {
        transition-delay: 0.35s; }
      .home:not(.may-test) .aas-highlights-section > .column-wrapper.is-active .fsStyleColumn-4 {
        transition-delay: 0.45s; }
    .home:not(.may-test) .aas-highlights-section > .column-wrapper .fsStyleColumn {
      max-width: none; }
  .home:not(.may-test) .aas-highlights-section .fsStyleColumn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    body:not(.fsDraftMode).home:not(.may-test) .aas-highlights-section .fsStyleColumn {
      opacity: 0;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media (min-width: 500px) {
      .home:not(.may-test) .aas-highlights-section .fsStyleColumn {
        float: left;
        width: 50%;
        padding: 0 3px; } }
    @media (min-width: 700px) {
      .home:not(.may-test) .aas-highlights-section .fsStyleColumn {
        padding: 0 7px; } }
    @media (min-width: 992px) {
      .home:not(.may-test) .aas-highlights-section .fsStyleColumn {
        width: 25%;
        max-width: 310px; } }
    @media (min-width: 1000px) {
      .home:not(.may-test) .aas-highlights-section .fsStyleColumn {
        padding: 0 11px; } }
    .home:not(.may-test) .aas-highlights-section.slideIn .fsStyleColumn {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0); }

.home:not(.may-test) .school-clubs-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  margin-bottom: 0; }
  .home:not(.may-test) .school-clubs-section--parallax-image-1, .home:not(.may-test) .school-clubs-section--parallax-image-2 {
    position: absolute;
    z-index: 5;
    width: auto;
    display: none; }
    @media (min-width: 1366px) {
      .home:not(.may-test) .school-clubs-section--parallax-image-1, .home:not(.may-test) .school-clubs-section--parallax-image-2 {
        display: block; } }
  .home:not(.may-test) .school-clubs-section--parallax-image-1 {
    top: -62px;
    left: -20px;
    height: 233px; }
  .home:not(.may-test) .school-clubs-section--parallax-image-2 {
    top: -133px;
    right: -172px;
    height: 331px; }
  .home:not(.may-test) .school-clubs-section > header {
    max-width: 1020px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 3; }
    @media (min-width: 1210px) {
      .home:not(.may-test) .school-clubs-section > header {
        margin-bottom: -35px; } }
    @media (min-width: 1300px) {
      .home:not(.may-test) .school-clubs-section > header {
        margin-bottom: -48px; } }
    @media (min-width: 992px) {
      .home:not(.may-test) .school-clubs-section > header.is-active > .fsElementHeaderContent,
      .home:not(.may-test) .school-clubs-section > header.is-active > .fsElementHeaderContent a {
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important; } }
    .home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent {
      margin: 0;
      padding-bottom: 40px;
      line-height: 1.3;
      font-size: 15px; }
      @media (min-width: 600px) {
        .home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent {
          font-size: 18px; } }
      @media (min-width: 800px) {
        .home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent {
          font-size: 22px; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent {
          -ms-transform: translateY(25px);
          transform: translateY(25px);
          opacity: 0;
          transition: all 0.5s ease-in-out 0.1s; } }
      .home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent a {
        display: block;
        font-size: 18px;
        max-width: 250px;
        margin: 25px auto 0; }
        @media (min-width: 992px) {
          body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent a {
            -ms-transform: translateY(35px);
            transform: translateY(35px);
            opacity: 0;
            transition: all 0.5s ease-in-out 0.1s; } }
        .home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent a:hover {
          color: #387d92; }
      .home:not(.may-test) .school-clubs-section > header > .fsElementHeaderContent br {
        display: none; }
  .home:not(.may-test) .school-clubs-section > .fsElementContent {
    background-color: #e6e5d9;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      .home:not(.may-test) .school-clubs-section > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 800px) {
      .home:not(.may-test) .school-clubs-section > .fsElementContent {
        margin-top: 70px; } }
    @media (min-width: 1200px) {
      .home:not(.may-test) .school-clubs-section > .fsElementContent {
        margin-top: 105px; } }
    body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent {
      position: relative; }
      body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent::before {
        content: "";
        display: block;
        position: absolute;
        top: -50px;
        width: 120%;
        width: 120vw;
        height: 300px;
        background-color: #e6e5d9;
        background-color: inherit;
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg); }
    .home:not(.may-test) .school-clubs-section > .fsElementContent > .photo-quicklink {
      margin-bottom: 0;
      max-width: none; }
      @media (min-width: 600px) {
        .home:not(.may-test) .school-clubs-section > .fsElementContent > .photo-quicklink {
          width: 50%; } }
      @media (min-width: 992px) {
        .home:not(.may-test) .school-clubs-section > .fsElementContent > .photo-quicklink {
          width: 33.333%; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent > .photo-quicklink {
          opacity: 0;
          transition: opacity 0.3s ease-in-out; } }
      body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink {
        opacity: 1; }
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink:nth-child(1) {
          transition: 0.5s 0.1s; }
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink:nth-child(2) {
          transition: 0.5s 0.2s; }
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink:nth-child(3) {
          transition: 0.5s 0.3s; }
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink:nth-child(4) {
          transition: 0.5s 0.4s; }
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink:nth-child(5) {
          transition: 0.5s 0.5s; }
        body:not(.fsDraftMode).home:not(.may-test) .school-clubs-section > .fsElementContent.is-active > .photo-quicklink:nth-child(6) {
          transition: 0.5s 0.6s; }
      @media (min-width: 1440px) {
        .home:not(.may-test) .school-clubs-section > .fsElementContent > .photo-quicklink {
          min-height: 320px; } }
      @media (min-width: 1600px) {
        .home:not(.may-test) .school-clubs-section > .fsElementContent > .photo-quicklink {
          min-height: 350px; } }

.home:not(.may-test) .stats-and-figures-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0; }
  .home:not(.may-test) .stats-and-figures-section > .fsElementContent,
  .home:not(.may-test) .stats-and-figures-section > .column-wrapper,
  .home:not(.may-test) .stats-and-figures-section > header,
  .home:not(.may-test) .stats-and-figures-section > footer {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
  @media (min-width: 800px) {
    .home:not(.may-test) .stats-and-figures-section {
      padding-top: 50px; } }
  @media (min-width: 1200px) {
    .home:not(.may-test) .stats-and-figures-section {
      padding-top: 75px;
      padding-bottom: 55px;
      padding-top: 85px;
      padding-bottom: 70px; } }
  .home:not(.may-test) .stats-and-figures-section > .fsElementContent .fsSlideshow .slick-slider {
    max-width: 1200px;
    margin: 0 auto; }
  .home:not(.may-test) .stats-and-figures-section--parallax-image-1, .home:not(.may-test) .stats-and-figures-section--parallax-image-2, .home:not(.may-test) .stats-and-figures-section--parallax-image-3, .home:not(.may-test) .stats-and-figures-section--parallax-image-4, .home:not(.may-test) .stats-and-figures-section--parallax-image-5 {
    position: absolute;
    z-index: 5;
    width: auto;
    display: none; }
    @media (min-width: 1366px) {
      .home:not(.may-test) .stats-and-figures-section--parallax-image-1, .home:not(.may-test) .stats-and-figures-section--parallax-image-2, .home:not(.may-test) .stats-and-figures-section--parallax-image-3, .home:not(.may-test) .stats-and-figures-section--parallax-image-4, .home:not(.may-test) .stats-and-figures-section--parallax-image-5 {
        display: block; } }
  .home:not(.may-test) .stats-and-figures-section--parallax-image-1 {
    top: -5px;
    left: -18px;
    z-index: 2; }
  .home:not(.may-test) .stats-and-figures-section--parallax-image-2 {
    top: 0;
    left: -1px;
    z-index: 1;
    height: 215px; }
  .home:not(.may-test) .stats-and-figures-section--parallax-image-3 {
    bottom: -4px;
    right: 0;
    height: 202px; }
  .home:not(.may-test) .stats-and-figures-section--parallax-image-4 {
    bottom: -4px;
    right: -18px; }
  .home:not(.may-test) .stats-and-figures-section--parallax-image-5 {
    left: -25px;
    bottom: 20px;
    height: 150px; }
  .home:not(.may-test) .stats-and-figures-section > header h2.fsElementTitle {
    margin-bottom: 25px !important; }
    @media (min-width: 800px) {
      .home:not(.may-test) .stats-and-figures-section > header h2.fsElementTitle {
        margin-bottom: 40px !important; } }
    @media (min-width: 1200px) {
      .home:not(.may-test) .stats-and-figures-section > header h2.fsElementTitle {
        margin-bottom: 65px !important; } }
  @media (min-width: 992px) {
    body:not(.fsDraftMode).home:not(.may-test) .stats-and-figures-section .fsPostElement.infographics article.slick-active {
      opacity: 0;
      -ms-transform: translateY(100px);
      transform: translateY(100px);
      transition: all 0.3s ease-in-out; } }
  body:not(.fsDraftMode).home:not(.may-test) .stats-and-figures-section .fsPostElement.infographics.is-active article.slick-active {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .home:not(.may-test) .stats-and-figures-section .fsPostElement.infographics .slick-arrow {
    top: 32%; }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).home:not(.may-test) .stats-and-figures-section .fsPostElement.infographics .slick-arrow {
        opacity: 0;
        transition: opacity 0.3s ease-in 0.3s; } }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).home:not(.may-test) .stats-and-figures-section .fsPostElement.infographics.is-active .slick-arrow {
        opacity: 1; } }
    @media (min-width: 1400px) {
      .home:not(.may-test) .stats-and-figures-section .fsPostElement.infographics .slick-arrow::before {
        font-size: 70px; } }

.home:not(.may-test) .voices-section {
  margin-bottom: 0;
  background-color: #f8f8f8; }
  body:not(.fsDraftMode).home:not(.may-test) .voices-section {
    width: 100vw;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (min-width: 1600px) {
    .home:not(.may-test) .voices-section .profile-quicklinks article,
    .home:not(.may-test) .voices-section .profile-quicklinks article .fsBody,
    .home:not(.may-test) .voices-section .profile-quicklinks article .fsThumbnail {
      height: 650px; }
    .home:not(.may-test) .voices-section .profile-quicklinks article .fsThumbnail::before {
      border-width: 0 0 650px 240px; } }
  @media (min-width: 992px) {
    body:not(.fsDraftMode).home:not(.may-test) .voices-section article {
      opacity: 0; } }
  body:not(.fsDraftMode).home:not(.may-test) .voices-section.is-active article {
    animation-name: slideLeft;
    animation-duration: 0.3s;
    animation-fill-mode: forwards; }
    body:not(.fsDraftMode).home:not(.may-test) .voices-section.is-active article:nth-child(1) {
      animation-delay: 0.1s; }
    body:not(.fsDraftMode).home:not(.may-test) .voices-section.is-active article:nth-child(2) {
      animation-delay: 0.2s; }
    body:not(.fsDraftMode).home:not(.may-test) .voices-section.is-active article:nth-child(3) {
      animation-delay: 0.3s; }
    body:not(.fsDraftMode).home:not(.may-test) .voices-section.is-active article:nth-child(4) {
      animation-delay: 0.4s; }

.home:not(.may-test) .our-vision-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 30px;
  padding-bottom: 18px;
  margin: 0 !important;
  overflow: hidden; }
  .home:not(.may-test) .our-vision-section > .fsElementContent,
  .home:not(.may-test) .our-vision-section > .column-wrapper,
  .home:not(.may-test) .our-vision-section > header,
  .home:not(.may-test) .our-vision-section > footer {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
  @media (min-width: 800px) {
    .home:not(.may-test) .our-vision-section {
      padding-top: 50px;
      padding-bottom: 32px;
      background: url("../images/home/our-vision-angle-bg.svg") no-repeat -150px center;
      background-size: auto; } }
  @media (min-width: 1200px) {
    .home:not(.may-test) .our-vision-section {
      padding-top: 75px;
      padding-bottom: 50px;
      background-position: left center; } }
  .home:not(.may-test) .our-vision-section--parallax-image-1, .home:not(.may-test) .our-vision-section--parallax-image-2 {
    position: absolute;
    z-index: 5;
    width: auto;
    display: none; }
    @media (min-width: 1366px) {
      .home:not(.may-test) .our-vision-section--parallax-image-1, .home:not(.may-test) .our-vision-section--parallax-image-2 {
        display: block; } }
  .home:not(.may-test) .our-vision-section--parallax-image-1 {
    top: -38px;
    left: -381px; }
  .home:not(.may-test) .our-vision-section--parallax-image-2 {
    top: -10px;
    right: -37px; }
  .home:not(.may-test) .our-vision-section::after {
    opacity: 1;
    visibility: visible;
    background: url("../images/home/shape14_tier4.png") no-repeat right bottom;
    height: 83px;
    width: 52px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .home:not(.may-test) .our-vision-section .column-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 800px) {
      .home:not(.may-test) .our-vision-section .column-wrapper {
        -ms-flex-direction: row;
        flex-direction: row; } }
  .home:not(.may-test) .our-vision-section .fsStyleColumn {
    text-align: center; }
    @media (min-width: 800px) {
      .home:not(.may-test) .our-vision-section .fsStyleColumn {
        text-align: left; } }
    .home:not(.may-test) .our-vision-section .fsStyleColumn-1 {
      padding-right: 0 !important; }
      @media (max-width: 799px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-1 {
          -ms-flex-order: 2;
          order: 2; } }
      @media (min-width: 800px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-1 {
          padding-left: 30px; } }
      @media (min-width: 992px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-1 {
          padding-left: 50px; } }
      @media (min-width: 1200px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-1 {
          padding-left: 70px; } }
      .home:not(.may-test) .our-vision-section .fsStyleColumn-1 .video-embed-slideshow {
        background-color: #f8f8f8; }
        .home.may-test .video-embed-slideshow.fsPostElement.fsSlideshow.is-playing .fsElementSlideshow article .fsBody,
        .home.may-test .video-embed-slideshow.fsPostElement.fsSlideshow.is-playing .fsElementSlideshow article .fsBody a {
          display: none; }
        .home.may-test .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody,
        .home.may-test .video-embed-slideshow.fsPostElement.fsSlideshow .fsElementSlideshow article .fsBody a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          display: block;
          top: 0;
          -ms-transform: none;
          transform: none;
          z-index: 20; }
        .home.may-test .video-embed-slideshow.fsPostElement.fsSlideshow #video-player {
          height: 100%; }
          .home.may-test .video-embed-slideshow.fsPostElement.fsSlideshow #video-player div {
            height: 100%; }
        @media (min-width: 992px) {
          body:not(.fsDraftMode).home .our-vision-section .fsStyleColumn-1 .video-embed-slideshow > header,
          body:not(.fsDraftMode).home .our-vision-section .fsStyleColumn-1 .video-embed-slideshow > .fsElementContent {
            -ms-transform: translateX(-100px);
            transform: translateX(-100px);
            opacity: 0;
            transition: opacity 0.3s ease-in-out,transform 0.3s ease-in-out; } }
        body:not(.fsDraftMode).home .our-vision-section.is-active .fsStyleColumn-1 .video-embed-slideshow > header,
        body:not(.fsDraftMode).home .our-vision-section.is-active .fsStyleColumn-1 .video-embed-slideshow > .fsElementContent {
          -ms-transform: translateX(0);
          transform: translateX(0);
          opacity: 1; }
      .home:not(.may-test) .our-vision-section .fsStyleColumn-1 .fsElementSlideshow {
        padding: 0 !important; }
        .home:not(.may-test) .our-vision-section .fsStyleColumn-1 .fsElementSlideshow article {
          padding: 0 !important; }
    @media (max-width: 799px) {
      .home:not(.may-test) .our-vision-section .fsStyleColumn-2 {
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 992px) {
      .home:not(.may-test) .our-vision-section .fsStyleColumn-2 {
        padding-left: 55px; } }
    .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > header h2.fsElementTitle {
      font-size: 20px;
      font-weight: 700;
      color: #0065a4;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      padding-bottom: 18px;
      margin-bottom: 30px;
      margin-top: 0; }
      .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > header h2.fsElementTitle::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #0075c1;
        background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
      @media (min-width: 600px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > header h2.fsElementTitle {
          font-size: 25px; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > header h2.fsElementTitle {
          -ms-transform: translateX(100px);
          transform: translateX(100px);
          opacity: 0;
          transition: transform 0.3s ease-in-out; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > header h2.fsElementTitle::after {
          -ms-transform: translateX(-100px);
          transform: translateX(-100px);
          opacity: 0;
          transition: transform 0.3s ease-in-out; } }
    body:not(.fsDraftMode).home .our-vision-section.is-active .fsStyleColumn-2 .fsContent > header h2.fsElementTitle, body:not(.fsDraftMode).home .our-vision-section.is-active .fsStyleColumn-2 .fsContent > header h2.fsElementTitle::after {
      opacity: 1 !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important; }
    .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > .fsElementContent {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5; }
      @media (min-width: 800px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > .fsElementContent {
          max-width: 420px;
          font-size: 18px; } }
      .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > .fsElementContent strong {
        font-weight: 400;
        font-size: 20px; }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > .fsElementContent {
          -ms-transform: translateY(25px);
          transform: translateY(25px);
          opacity: 0;
          transition: all 0.3s ease-in-out 0.1s; } }
      @media (min-width: 992px) {
        .home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > .fsElementContent a {
          margin-top: 30px; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home:not(.may-test) .our-vision-section .fsStyleColumn-2 > .fsContent > .fsElementContent a {
          -ms-transform: translateY(35px);
          transform: translateY(35px);
          opacity: 0;
          transition: all 0.3s ease-in-out 0.1s; } }
      body:not(.fsDraftMode).home .our-vision-section.is-active .fsStyleColumn-2 .fsContent > .fsElementContent,
      body:not(.fsDraftMode).home .our-vision-section.is-active .fsStyleColumn-2 .fsContent > .fsElementContent a {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0); }

.home:not(.may-test) .aas-highlights-section.fsThreeColumnLayout .column-wrapper .fsStyleColumn article .fsThumbnail {
  background-position: top; }

@media (min-width: 500px) {
  .home:not(.may-test) .aas-highlights-section.fsThreeColumnLayout .column-wrapper .fsStyleColumn {
    width: 100%; } }

@media (min-width: 992px) {
  .home:not(.may-test) .aas-highlights-section.fsThreeColumnLayout .column-wrapper .fsStyleColumn {
    width: 33.33%; } }

.home:not(.may-test) .aas-highlights-section.fsTwoColumnLayout .column-wrapper .fsStyleColumn article .fsThumbnail {
  background-position: top; }

@media (min-width: 500px) {
  .home:not(.may-test) .aas-highlights-section.fsTwoColumnLayout .column-wrapper .fsStyleColumn {
    width: 100%; } }

@media (min-width: 992px) {
  .home:not(.may-test) .aas-highlights-section.fsTwoColumnLayout .column-wrapper .fsStyleColumn {
    width: 50%; } }

.home.may-test div[class*="ColumnLayout"], .home.may-test div.fsContainer,
.home.may-test section[class*="ColumnLayout"],
.home.may-test section.fsContainer {
  margin-left: auto;
  margin-right: auto; }
  .home.may-test div[class*="ColumnLayout"] > header, .home.may-test div.fsContainer > header,
  .home.may-test section[class*="ColumnLayout"] > header,
  .home.may-test section.fsContainer > header {
    text-align: center; }
  .home.may-test div[class*="ColumnLayout"] > header > h2.fsElementTitle, .home.may-test div.fsContainer > header > h2.fsElementTitle,
  .home.may-test section[class*="ColumnLayout"] > header > h2.fsElementTitle,
  .home.may-test section.fsContainer > header > h2.fsElementTitle {
    padding-top: 50px;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    font-size: 20px;
    font-weight: 700;
    color: #0065a4;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    margin-top: 0; }
    .home.may-test div[class*="ColumnLayout"] > header > h2.fsElementTitle::after, .home.may-test div.fsContainer > header > h2.fsElementTitle::after,
    .home.may-test section[class*="ColumnLayout"] > header > h2.fsElementTitle::after,
    .home.may-test section.fsContainer > header > h2.fsElementTitle::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #0075c1;
      background: linear-gradient(to right, #0075c1 0%, #00b390 48%, #fed500 100%); }
    @media (min-width: 600px) {
      .home.may-test div[class*="ColumnLayout"] > header > h2.fsElementTitle, .home.may-test div.fsContainer > header > h2.fsElementTitle,
      .home.may-test section[class*="ColumnLayout"] > header > h2.fsElementTitle,
      .home.may-test section.fsContainer > header > h2.fsElementTitle {
        font-size: 25px; } }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).home.may-test div[class*="ColumnLayout"] > header > h2.fsElementTitle, .home.may-test div.fsContainer > header > h2.fsElementTitle, .home.may-test section[class*="ColumnLayout"] > header > h2.fsElementTitle, .home.may-test section.fsContainer > header > h2.fsElementTitle {
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
        transition: transform 0.3s ease-in-out; } }
    @media (min-width: 992px) {
      body:not(.fsDraftMode).home.may-test div[class*="ColumnLayout"] > header > h2.fsElementTitle, .home.may-test div.fsContainer > header > h2.fsElementTitle, .home.may-test section[class*="ColumnLayout"] > header > h2.fsElementTitle, .home.may-test section.fsContainer > header > h2.fsElementTitle::after {
        -ms-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        transition: transform 0.3s ease-in-out; } }

.home.may-test .our-vision-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  margin-bottom: 0;
  padding: 100px 0;
  overflow: hidden;
  margin: 0 auto; }
  .home.may-test .our-vision-section:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 68%;
    height: 160%;
    border-right: solid 30px #efeded;
    background-color: #e6e5d9;
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
    top: -64%; }

.home.may-test .school-clubs-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  margin-bottom: 0;
  padding-top: 100px; }
  .home.may-test .school-clubs-section > header {
    max-width: 1020px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 3; }
    @media (min-width: 992px) {
      .home.may-test .school-clubs-section > header.is-active > .fsElementHeaderContent,
      .home.may-test .school-clubs-section > header.is-active > .fsElementHeaderContent a {
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important; } }
    .home.may-test .school-clubs-section > header > .fsElementHeaderContent {
      margin: 0;
      padding-bottom: 40px;
      line-height: 1.3;
      font-size: 15px; }
      @media (min-width: 600px) {
        .home.may-test .school-clubs-section > header > .fsElementHeaderContent {
          font-size: 18px; } }
      @media (min-width: 800px) {
        .home.may-test .school-clubs-section > header > .fsElementHeaderContent {
          font-size: 22px; } }
      @media (min-width: 992px) {
        body:not(.fsDraftMode).home.may-test .school-clubs-section > header > .fsElementHeaderContent {
          transition: all 0.5s ease-in-out 0.1s; } }
      .home.may-test .school-clubs-section > header > .fsElementHeaderContent a {
        display: block;
        font-size: 18px;
        max-width: 250px;
        margin: 25px auto 0; }
        .home.may-test .school-clubs-section > header > .fsElementHeaderContent a:hover {
          color: #387d92; }
      .home.may-test .school-clubs-section > header > .fsElementHeaderContent br {
        display: none; }
  .home.may-test .school-clubs-section > .fsElementContent {
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #e6e5d9;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .home.may-test .school-clubs-section > .fsElementContent:before {
      content: "";
      position: absolute;
      width: 130%;
      right: 0;
      height: 137px;
      background-color: #e6e5d9;
      transform: perspective(105px) rotateY(-4deg);
      top: -40px; }
    .home.may-test .school-clubs-section > .fsElementContent > .photo-quicklink {
      width: 33.333%;
      float: left;
      margin-bottom: 0;
      max-width: none; }

.home.may-test .voices-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  margin-bottom: 0; }

.home.may-test .aas-highlights-section {
  width: 100vw;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -50px;
  padding-top: 35px;
  padding-bottom: 50px; }
  .home.may-test .aas-highlights-section .column-wrapper:before {
    content: "";
    position: absolute;
    width: 130%;
    right: 0;
    height: 70%;
    border-top: solid 30px #efeded;
    border-bottom: solid 20px #b9b9b9;
    background-color: #e6e5d9;
    -ms-transform: skewY(120deg);
    transform: skewY(120deg);
    transform: perspective(105px) rotateY(-2deg);
    top: 30%; }

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

/*! pages - style-guide v0.0.1 */
.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1440px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #0065a4;
      color: #0065a4; }
      .colors ol li:nth-of-type(1):after {
        content: "#0065a4"; }
    .colors ol li:nth-of-type(2) {
      background: #387d92;
      color: #387d92; }
      .colors ol li:nth-of-type(2):after {
        content: "#387d92"; }
    .colors ol li:nth-of-type(3) {
      background: #f58020;
      color: #f58020; }
      .colors ol li:nth-of-type(3):after {
        content: "#f58020"; }
    .colors ol li:nth-of-type(4) {
      background: #5baf41;
      color: #5baf41; }
      .colors ol li:nth-of-type(4):after {
        content: "#5baf41"; }
    .colors ol li:nth-of-type(5) {
      background: #4c0537;
      color: #4c0537; }
      .colors ol li:nth-of-type(5):after {
        content: "#4c0537"; }
    .colors ol li:nth-of-type(6) {
      background: #f7f6f6;
      color: #f7f6f6; }
      .colors ol li:nth-of-type(6):after {
        content: "#f7f6f6"; }
    .colors ol li:nth-of-type(7) {
      background: #efefee;
      color: #efefee; }
      .colors ol li:nth-of-type(7):after {
        content: "#efefee"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", Arial, Helvetica, sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, Arial, Helvetica, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 26px / line: 1.1"; }

.headers h2:after {
  content: " size: 20px / line: 1.1"; }

.headers h3:after {
  content: " size: 22px / line: 1"; }

.headers h4:after {
  content: " size: 18px / line: 1"; }

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

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

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