@charset "UTF-8";
 /**
 *
 * Next Generation School - default_17
 * @link http://nextgenerationschoolcom.finalsite.com
 * Site Template : 
 * Built By: Wendy D Beaula > Tom Schisler
 * Project Manager: Laurie Murphy > Lisa Catania
 * Designer: Holly Fehr > Kelly Wilson
 * ==== Git Info ====
 * Branch Name: clients/nextgenerationschoolcom
 * Build version: 3.2.4
 * Git Tag: v3.0-183-gea05428113
 * Last build by: Tom Schisler
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
  pointer-events: none;
  z-index: 45000; }
  .skip-link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    color: transparent;
    background: transparent;
    white-space: nowrap;
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    pointer-events: auto; }
    .skip-link a:focus {
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      background: rgba(0, 0, 0, 0.9);
      color: #fff;
      transition: transform .25s ease-in-out, background .25s ease-in-out;
      pointer-events: auto; }

@font-face {
  font-family: 'IcoMoon';
  src: url("../eot/icomoon.eot");
  src: url("../eot/icomoond41d.eot#iefix") format("embedded-opentype"), url("../woff2/icomoon.woff2") format("woff2"), url("../woff/icomoon.woff") format("woff"), url("../ttf/icomoon.ttf") format("truetype"), url("../svg/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px; }
  .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #52415e; }
    .fsTitle a:hover, .fsFacebookFrom a:hover, .fsVimeoTitle a:hover, .fsYoutubeTitle a:hover {
      color: #6c567c; }

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #009977;
  text-transform: uppercase; }

h2, .welcome h2.fsElementTitle {
  margin-top: 0;
  font-weight: 700;
  font-weight: 600;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #52415e; }

h3 {
  margin-top: 0;
  font-weight: 700;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #009977;
  font-weight: 400;
  text-transform: uppercase; }

h4, .admission-events h2.fsElementTitle, .steps-container > header > h2.fsElementTitle, .welcome .steps-container > header > h2.fsElementTitle {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #30303a;
  font-weight: 700; }

h5 {
  margin-top: 0;
  font-weight: 700;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #009977;
  font-weight: 400;
  text-transform: uppercase; }

h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #52415e; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #009977;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #004d3c;
    text-decoration: underline; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_34 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.fs_style_34 tr:nth-of-type(odd) td {
    background-color: #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_34 th,
  table.fs_style_34 td {
    padding: 10px 20px;
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.fs_style_34 th {
    text-align: left;
    background: #52415e;
    color: #fff;
    font-size: 17px;
    font-weight: 400; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.fs_style_34 td {
    background: #f8f8f8; }

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

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

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 80px; }
  .fsElement:last-child {
    margin-bottom: 0; }
  .fsBannerRight .fsElement,
  .fsBannerLeft .fsElement {
    margin-bottom: 60px; }
  .fsElement .fsReadMoreLink {
    display: block;
    color: #009977;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase; }
    .fsElement .fsReadMoreLink:hover {
      color: #6c567c; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }
  .fsElementFooterContent > a {
    display: block;
    color: #009977;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase; }
    .fsElementFooterContent > a:hover {
      color: #6c567c; }

.fsPanel {
  margin-bottom: 0; }

.fsElementTitle {
  font-size: 24px;
  font-weight: 600; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #30303a; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #30303a; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #020202; }

.fsElementDialog {
  color: #30303a; }

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

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

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

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

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

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

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

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

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

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

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #30303a;
  color: #fff;
  border-radius: 0; }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #424250;
    color: #fff;
    text-decoration: none; }

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #52415e;
  color: #fff;
  border-radius: 0; }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #675276;
    color: #fff;
    text-decoration: none; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #009977;
  color: #fff;
  border-radius: 0; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #00c297;
    color: #fff;
    text-decoration: none; }

.fs_style_30 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px;
  background: #30303a;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: #424250;
    color: #fff;
    text-decoration: none; }
  .fs_style_30 em {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: .5em; }

.fs_style_31 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px;
  background: #52415e;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600; }
  .fs_style_31:hover, .fs_style_31:focus {
    background: #675276;
    color: #fff;
    text-decoration: none; }
  .fs_style_31 em {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: .5em; }

.fs_style_32 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px;
  background: #009977;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600; }
  .fs_style_32:hover, .fs_style_32:focus {
    background: #00c297;
    color: #fff;
    text-decoration: none; }
  .fs_style_32 em {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: .5em; }

.fs_style_33 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px;
  background: #ccc0b1;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600; }
  .fs_style_33:hover, .fs_style_33:focus {
    background: #dcd4ca;
    color: #fff;
    text-decoration: none; }
  .fs_style_33 em {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: .5em; }
  .fs_style_33:hover, .fs_style_33:focus {
    background: #bcac98; }

.fs_style_35 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 70px 28px 30px;
  background: #30303a;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .fs_style_35:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 70px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .fs_style_35:hover, .fs_style_35:focus {
    background: #424250;
    color: #fff;
    text-decoration: none; }

.fs_style_36 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 70px 28px 30px;
  background: #52415e;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .fs_style_36:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 70px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .fs_style_36:hover, .fs_style_36:focus {
    background: #675276;
    color: #fff;
    text-decoration: none; }

.fs_style_37 {
  display: block;
  border: 0;
  margin: 0 0 20px;
  padding: 28px 70px 28px 30px;
  background: #009977;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .fs_style_37:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 70px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .fs_style_37:hover, .fs_style_37:focus {
    background: #00c297;
    color: #fff;
    text-decoration: none; }

.fsThreeColumnLayout.arrow-btn-container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }
  .fsThreeColumnLayout.arrow-btn-container .fsStyleColumn {
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 600px) {
      .fsThreeColumnLayout.arrow-btn-container .fsStyleColumn {
        width: 33.33%; } }
    .fsThreeColumnLayout.arrow-btn-container .fsStyleColumn a {
      border-top: 1px solid #fff; }
    @media (min-width: 600px) {
      .fsThreeColumnLayout.arrow-btn-container .fsStyleColumn-1 a {
        border-top: none;
        border-right: 1px solid #fff; } }
    @media (min-width: 600px) {
      .fsThreeColumnLayout.arrow-btn-container .fsStyleColumn-2 a {
        border-top: none; } }
    @media (min-width: 600px) {
      .fsThreeColumnLayout.arrow-btn-container .fsStyleColumn-3 a {
        border-top: none;
        border-left: 1px solid #fff; } }
  .fsThreeColumnLayout.arrow-btn-container .fsElementContent a {
    width: 100%;
    margin-bottom: 0; }
  .fsThreeColumnLayout.arrow-btn-container .fsElementContent p:empty {
    display: none; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #52415e;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #675276;
    color: #fff;
    text-decoration: none; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #30303a;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #424250;
    color: #fff;
    text-decoration: none; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.fs_style_24 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }

blockquote {
  color: #818080;
  position: relative;
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
  border-left: solid 4px #009977;
  padding-left: 30px;
  text-indent: 50px; }
  blockquote:before {
    position: absolute;
    left: -20px;
    top: 15px;
    content: '\201C';
    color: #52415e;
    font-size: 88px; }

.fs_style_25 {
  color: #009977;
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  text-align: right;
  margin-top: 30px; }
  .fs_style_25:before {
    content: '- '; }

.fs_style_26 {
  display: block;
  color: #52415e;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px; }
  .fs_style_26.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .fs_style_26.left {
        width: 50%; } }
  .fs_style_26.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .fs_style_26.right {
        width: 50%; } }

/*! structure - header v0.0.1 */
body.fsAccountBarVisible.headroom .header-wrap {
  top: 45px; }

body.headroom .header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9010;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s linear; }

body.headroom--pinned .header-wrap {
  visibility: visible;
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.headroom--unpinned .header-wrap {
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

#fsHeader {
  margin: 0 0 -18px 0;
  padding: 0;
  background: #fff; }
  #fsHeader .fsBanner {
    position: relative; }

.header-wrap {
  margin: 0;
  padding: 0;
  background: #fff; }
  @media (min-width: 1100px) {
    .header-wrap {
      border-bottom: solid 1px #fff; } }
  .header-wrap > .fsElementContent {
    position: relative; }

.top-search {
  display: none;
  background: #52415e;
  margin-bottom: 0; }
  @media (min-width: 1100px) {
    .top-search {
      width: 0;
      visibility: hidden;
      transition: all .3s ease;
      background: #30303a; } }
  .top-search form {
    display: -ms-flexbox;
    display: flex; }
  .top-search input {
    color: #fff;
    width: calc(100% - 55px);
    border: none;
    background: transparent;
    padding: 5px 20px;
    font-size: 12px; }
  .top-search button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 55px;
    height: 55px;
    color: transparent;
    position: relative; }
    @media (min-width: 1100px) {
      .top-search button {
        height: 70px; } }
    .top-search button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .top-search label {
    display: none; }
  .display-search .top-search {
    width: 100%;
    visibility: visible; }

.site-info-container {
  position: relative;
  margin: 0 60px;
  padding: 0;
  white-space: nowrap;
  background: transparent;
  z-index: 9010;
  pointer-events: none; }
  .site-info-container .fsElementContent {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; }
  .site-info-container a {
    display: block;
    padding: 0;
    margin: -22px auto;
    color: transparent;
    width: 113px;
    height: 113px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
    pointer-events: auto;
    border-radius: 100%; }
    .svg .site-info-container a {
      background-image: url("../svg/logo.svg"); }
    .no-svg .site-info-container a {
      background-image: url("../png/logo.png"); }
    .site-info-container a:hover {
      color: transparent; }

.hero-image:not(.fsComposeMode) {
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vw;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 1px; }
  @media (min-width: 700px) {
    .hero-image:not(.fsComposeMode) {
      height: 50vw; } }
  @media (min-width: 1000px) {
    .hero-image:not(.fsComposeMode) {
      height: 40vw; } }
  @media (min-width: 1400px) {
    .hero-image:not(.fsComposeMode) {
      max-height: 530px; } }
  .hero-image:not(.fsComposeMode) header {
    display: none; }

.hero-container {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 1100px) {
    .hero-container {
      margin-left: 0;
      margin-right: 0; } }
  .hero-container > header {
    display: none; }
  .hero-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative; }
    @media (min-width: 600px) {
      .hero-container > .fsElementContent {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .hero-container .hero-1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vw;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .hero-container .hero-1 {
        max-height: 650px;
        height: 40vw;
        width: 70%; } }
  .hero-container .hero-2 {
    display: none;
    margin-bottom: 0;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 600px) {
      .hero-container .hero-2 {
        display: block;
        max-height: 650px;
        height: 40vw;
        width: 30%;
        border-left: 1px solid #fff; } }
    .hero-container .hero-2:before {
      content: '';
      background: rgba(82, 65, 94, 0.45);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .hero-container .hero-2 .fsElementTitle {
      color: #fff;
      font-size: 18px;
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 0;
      position: absolute;
      top: 80%;
      left: 50%;
      -ms-transform: translate(-50%, -80%);
      transform: translate(-50%, -80%); }
      @media (min-width: 1000px) {
        .hero-container .hero-2 .fsElementTitle {
          font-size: 26px; } }
      .hero-container .hero-2 .fsElementTitle a {
        color: inherit;
        text-align: center;
        display: block; }
        .hero-container .hero-2 .fsElementTitle a:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          margin-bottom: 5px; }
        .hero-container .hero-2 .fsElementTitle a:hover {
          color: rgba(255, 255, 255, 0.8); }

#fsFooter {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #30303a;
  box-shadow: inset 0 5px 0 rgba(168, 168, 168, 0.14); }
  #fsFooter .footer-top {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    background: #30303a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #30303a 0%, #30303a 50%, #009977 50%, #ff282c 50%, #009977 50%, #009977 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #fsFooter .footer-top > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 82.66667em;
      max-width: 77.5rem;
      padding-right: 0;
      padding-left: 0; }
  #fsFooter .footer-bottom {
    margin: 0;
    padding: 40px 0;
    height: auto; }
    @media (min-width: 600px) {
      #fsFooter .footer-bottom {
        min-height: 560px;
        background-image: url("../png/ftr-logo.png");
        background-color: transparent;
        background-position: center center;
        background-size: inherit;
        background-repeat: no-repeat;
        background-attachment: inherit; } }
    @media (min-width: 1000px) {
      #fsFooter .footer-bottom {
        min-height: 350px;
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: calc(100% - 20px) 20px; } }
    #fsFooter .footer-bottom > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 82.66667em;
      max-width: 77.5rem;
      padding-right: 1.33333em;
      padding-left: 1.33333em; }
      @media (min-width: 1280px) {
        #fsFooter .footer-bottom > .fsElementContent {
          padding-right: 0;
          padding-left: 0; } }
  #fsFooter .title-container {
    margin: 0 0 30px 0;
    text-transform: uppercase; }
    #fsFooter .title-container .fsElementContent {
      text-align: center;
      font-size: 15px;
      line-height: 22px; }
      @media (min-width: 1000px) {
        #fsFooter .title-container .fsElementContent {
          text-align: left; } }
      #fsFooter .title-container .fsElementContent strong, #fsFooter .title-container .fsElementContent b {
        display: block;
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 22px;
        font-weight: 600; }
        @media (min-width: 1000px) {
          #fsFooter .title-container .fsElementContent strong, #fsFooter .title-container .fsElementContent b {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 30px; } }
      #fsFooter .title-container .fsElementContent p {
        margin: 0; }
  #fsFooter .bottom-row {
    margin: 0;
    padding: 0;
    width: 100%; }
  #fsFooter .address-container {
    margin: 0 0 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    @media (min-width: 600px) {
      #fsFooter .address-container {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    @media (min-width: 1000px) {
      #fsFooter .address-container {
        width: 70%;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left; } }
    #fsFooter .address-container .fsStyleColumn {
      margin: 0;
      padding: 0; }
      @media (min-width: 600px) {
        #fsFooter .address-container .fsStyleColumn {
          margin-bottom: 20px; } }
      @media (min-width: 600px) {
        #fsFooter .address-container .fsStyleColumn-1 {
          border-right: 1px solid rgba(255, 255, 255, 0.2); } }
      @media (min-width: 1000px) {
        #fsFooter .address-container .fsStyleColumn-1 {
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          padding-right: 5px;
          margin-right: 20px; } }
      @media (min-width: 1000px) {
        #fsFooter .address-container .fsStyleColumn-2 {
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          padding-right: 5px;
          margin-right: 20px; } }
      @media (min-width: 600px) {
        #fsFooter .address-container .fsStyleColumn-3 {
          border-right: 1px solid rgba(255, 255, 255, 0.2); } }
      @media (min-width: 1000px) {
        #fsFooter .address-container .fsStyleColumn-3 {
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          padding-right: 5px;
          margin-right: 20px; } }
      @media (min-width: 600px) {
        #fsFooter .address-container .fsStyleColumn {
          -ms-flex: 0 1 50%;
          flex: 0 1 50%;
          width: auto;
          float: none; } }
      @media (min-width: 1000px) {
        #fsFooter .address-container .fsStyleColumn {
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          width: auto;
          margin-bottom: 0; } }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px;
  font-size: 14px; }
  .school-details [itemprop='name'] {
    color: #009977;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='addressLocality'] {
    display: inline-block; }
  .school-details [itemprop='telephone']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: rgba(255, 255, 255, 0.6);
    padding-right: 10px;
    vertical-align: top; }
  .school-details a {
    color: inherit; }

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

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

html {
  font-family: "open-sans", sans-serif;
  background: #52415e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 15px;
  line-height: 25px;
  color: #30303a; }
  body:not(.fsComposeMode) {
    position: relative; }
  body.drawer-is-active {
    overflow-x: auto;
    overflow-y: hidden; }

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

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fff; }

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

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

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 380px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 230px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 610px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 70px;
      width: 380px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 230px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 70px;
        width: 380px; } }

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 70px;
      width: 380px; } }

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 82.66667em;
  max-width: 77.5rem;
  margin-top: 20px; }
  @media (min-width: 1000px) {
    #fsPoweredByFinalsite {
      margin: -30px 0 0 0;
      max-width: none;
      left: 100%;
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); } }

/*! _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: #009977;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #009977;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #009977;
      background: transparent;
      text-decoration: none; }

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

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

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

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

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0;
    color: #009977; }
    .fsBreadcrumb ul li a:hover {
      color: #00664f; }

.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: #009977;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #009977;
      background: #f0ece7; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #52415e;
    background: #dcd3c8; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #009977;
      background: #f0ece7; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #f0ece7; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #009977;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #009977;
        background: #f0ece7; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #f0ece7; }
    .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 {
  padding-bottom: 10px;
  margin: 0;
  display: none; }
  .fsBannerRight .nav-sub,
  .fsBannerLeft .nav-sub {
    margin-bottom: 45px; }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      padding-right: 1.33333em;
      padding-left: 1.33333em;
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: 700;
        font-weight: 400;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        padding: 0 20px;
        color: #52415e;
        background-color: transparent;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 50px; }
        .nav-sub > header .fsElementTitle a {
          padding: 16px 0; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: transparent;
          color: #45374f; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-size: 22px;
          font-weight: 400;
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 0;
          right: 0;
          width: 50px;
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          z-index: 20; }
    .nav-sub > .fsElementContent {
      padding-right: 1.33333em;
      padding-left: 1.33333em;
      position: relative;
      display: block;
      background-color: transparent;
      border-bottom: solid 5px #e5e5e5; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #009977;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #45374f;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #52415e;
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #45374f;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #52415e;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #45374f;
            background: transparent; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 80px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 110px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 140px; }
    .nav-sub.active-nav > header .fsElementTitle {
      background-color: transparent;
      color: #52415e; }
      .nav-sub.active-nav > header .fsElementTitle:after {
        content: ""; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block;
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .fsPageBody .nav-sub {
    display: none; }
    @media (min-width: 600px) {
      .fsPageBody .nav-sub {
        display: block; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub .fsElementTitle {
    border-bottom: solid 5px #e5e5e5; }
    .nav-sub .fsElementTitle a {
      display: block;
      color: #52415e;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 7px; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 5px 0;
      color: #009977;
      background: transparent;
      font-size: 14px;
      font-weight: 600; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #52415e;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #52415e;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #52415e;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #009977;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #52415e;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 5px;
        padding-bottom: 5px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
    .nav-sub .fsNavLevel1 > li > a {
      text-transform: uppercase; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 30px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 50px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 40px; }
  .hero-container .nav-sub {
    border-top: 1px solid #fff;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .hero-container .nav-sub > header {
        padding-right: 1.33333em;
        padding-left: 1.33333em;
        display: block;
        position: relative; }
        .hero-container .nav-sub > header .fsElementTitle {
          position: relative;
          margin-top: 0;
          font-weight: 700;
          font-weight: 400;
          font-size: 17px;
          line-height: 20px;
          margin-bottom: 10px;
          margin-bottom: 0;
          display: block;
          padding: 0 20px;
          color: #52415e;
          background-color: transparent;
          transition: .3s;
          cursor: pointer;
          position: relative;
          padding-right: 50px; }
          .hero-container .nav-sub > header .fsElementTitle a {
            padding: 16px 0; }
          .hero-container .nav-sub > header .fsElementTitle:hover {
            background-color: transparent;
            color: #45374f; } }
    @media screen and (max-width: 1000px) and (min-width: 600px) {
      .hero-container .nav-sub > header .fsElementTitle {
        cursor: default; } }
    @media screen and (max-width: 1000px) {
          .hero-container .nav-sub > header .fsElementTitle:after {
            content: "";
            font-family: "IcoMoon";
            font-size: 22px;
            font-weight: 400;
            line-height: 1;
            position: absolute;
            margin: 0;
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 20; }
      .hero-container .nav-sub > .fsElementContent {
        padding-right: 1.33333em;
        padding-left: 1.33333em;
        position: relative;
        display: block;
        background-color: transparent;
        border-bottom: solid 5px #e5e5e5; }
        .hero-container .nav-sub > .fsElementContent ul li a {
          display: block;
          padding: 10px 20px;
          color: #009977;
          background: transparent; }
          .hero-container .nav-sub > .fsElementContent ul li a:hover, .hero-container .nav-sub > .fsElementContent ul li a:focus {
            color: #45374f;
            background: transparent; }
        .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #52415e;
          background: transparent; }
          .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #45374f;
            background: transparent; }
        .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
          background: transparent; }
          .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
            color: #52415e;
            background: transparent; }
            .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .hero-container .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
              color: #45374f;
              background: transparent; }
        .hero-container .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
          padding-left: 20px; }
        .hero-container .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
          padding-left: 50px; }
        .hero-container .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
          padding-left: 80px; }
        .hero-container .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
          padding-left: 110px; }
        .hero-container .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
          padding-left: 140px; }
      .hero-container .nav-sub.active-nav > header .fsElementTitle {
        background-color: transparent;
        color: #52415e; }
        .hero-container .nav-sub.active-nav > header .fsElementTitle:after {
          content: ""; } }
    @media (min-width: 800px) {
      .hero-container .nav-sub > .fsElementContent {
        max-height: 0;
        height: auto;
        visibility: hidden;
        opacity: 0; } }
    .hero-container .nav-sub.active-nav > .fsElementContent {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
    @media (min-width: 1000px) {
      .hero-container .nav-sub {
        background: #30303a;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        padding-bottom: 0;
        width: 70%; } }
    @media (min-width: 1000px) {
      .hero-container .nav-sub header {
        display: none;
        cursor: none; } }
    @media (min-width: 1000px) {
      .hero-container .nav-sub > .fsElementContent {
        max-height: none;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        height: auto;
        opacity: 1; } }
    @media (min-width: 1300px) {
      .hero-container .nav-sub > .fsElementContent {
        padding-left: calc(5vw - 20px); } }
    @media (min-width: 1400px) {
      .hero-container .nav-sub > .fsElementContent {
        padding-left: calc(10vw - 20px); } }
    @media (min-width: 1000px) {
      .hero-container .nav-sub .fsNavLevel1 {
        color: #fff;
        padding: 20px 0 !important;
        line-height: 1.2;
        width: 100%; }
        .hero-container .nav-sub .fsNavLevel1:after {
          content: '';
          display: block;
          clear: both; } }
    @media (min-width: 1000px) {
      .hero-container .nav-sub .fsNavLevel1 > li {
        width: 33.33%;
        display: inline-block;
        float: left;
        vertical-align: top; } }
    .hero-container .nav-sub .fsNavLevel1 > li > a {
      color: #fff;
      padding: 5px 10px; }
      .hero-container .nav-sub .fsNavLevel1 > li > a:hover {
        color: rgba(255, 255, 255, 0.5); }
    .hero-container .nav-sub .fsNavLevel2 {
      display: none; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 1100px) {
      .fsHeader .nav-main {
        display: block;
        position: absolute;
        top: 47px;
        right: 0;
        left: 0; } }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 {
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1100px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      position: static; }
      .nav-main .fsNavLevel1 > li:nth-of-type(3) {
        margin-right: 12%; }
      .nav-main .fsNavLevel1 > li:nth-of-type(4) {
        margin-left: 12%; } }
  .nav-main .fsNavLevel1 > li.menu-item-open > a, .nav-main .fsNavLevel1 > li:hover > a {
    color: #009977;
    background: #fff; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li.menu-item-open > a, .nav-main .fsNavLevel1 > li:hover > a {
        box-shadow: inset 0 5px 0 0 #009977; } }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #009977;
    background: #fff; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        box-shadow: inset 0 5px 0 0 #009977; } }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #52415e;
    background: #fff;
    padding: 20px 10px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1099px) {
      .nav-main .fsNavLevel1 > li > a {
        color: #009977; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        box-shadow: inset 0 0 0 0 transparent; } }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #009977;
      background: #fff; }
      @media (min-width: 1100px) {
        .nav-main .fsNavLevel1 > li > a:focus {
          box-shadow: inset 0 5px 0 0 #009977; } }
  @media (min-width: 1100px) {
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s cubic-bezier(0, 1, 0, 1); }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 980px) {
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1100px) {
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 980px) {
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1100px) {
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; } }
  @media (min-width: 1100px) {
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s cubic-bezier(0, 1, 0, 1); }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 980px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

@media (min-width: 1100px) and (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (max-width: 599px) and (min-width: 980px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  width: 100%;
  background: #fff;
  text-align: left;
  z-index: 8999;
  padding: 30px;
  margin: 0; }

.nav-main .inner {
  position: relative;
  margin: 0 auto;
  max-width: 82.66667em;
  max-width: 77.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.nav-main .fsNavPageDescription {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 20px 60px;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #636971; }
  .nav-main .fsNavPageDescription strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #52415e; }
  .nav-main .fsNavPageDescription a {
    font-weight: 700;
    text-transform: uppercase;
    color: #009977; }
    .nav-main .fsNavPageDescription a:hover {
      color: #52415e; }

.nav-main .fsNavPageThumbnail {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  max-width: 340px; }
  .nav-main .fsNavPageThumbnail img {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 10px solid #009977; }

.nav-main .fsNavLevel2 {
  margin: 0;
  padding: 20px 0;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .nav-main .fsNavLevel2 li {
    margin: 0;
    padding: 0; }
    .nav-main .fsNavLevel2 li a {
      display: block;
      color: #52415e;
      padding: 5px 0;
      font-weight: 700;
      font-size: 14px;
      line-height: 22px;
      text-transform: none; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #009977; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #009977;
      background: transparent; }

.fsMenu .nav-main {
  background: #f0ece7; }
  .fsMenu .nav-main .fsElementHeaderContent {
    position: relative;
    height: 50px;
    margin-bottom: 0; }
  .fsMenu .nav-main .fsNavLevel1 > li {
    position: relative; }
    .fsMenu .nav-main .fsNavLevel1 > li > .toggleMenu {
      top: 12px; }
    .fsMenu .nav-main .fsNavLevel1 > li.currentExpand {
      border-bottom: solid 1px #30303a; }
      .fsMenu .nav-main .fsNavLevel1 > li.currentExpand > a {
        color: #30303a;
        background: #f0ece7;
        border-bottom: none; }
    .fsMenu .nav-main .fsNavLevel1 > li:hover > a {
      color: #52415e; }
    .fsMenu .nav-main .fsNavLevel1 > li > a {
      border-bottom: solid 1px #30303a;
      padding: 18px 50px 18px 25px;
      margin: 0;
      font-size: 16px;
      line-height: 22px; }
  .fsMenu .nav-main .toggleMenu {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 20; }
    .fsMenu .nav-main .toggleMenu:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 9px;
      line-height: 25px;
      color: #30303a; }
  .fsMenu .nav-main .fsNavPageInfo {
    text-align: left;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 100%;
    background: #f0ece7;
    margin: 0;
    padding: 0; }
    .nav-main .fsNavLevel1 > li.fsNavParentPage.currentExpand > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
    .fsMenu .nav-main .fsNavLevel1 > li.fsNavParentPage.currentExpand > .toggleMenu:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-main .fsNavLevel2 > li.fsNavParentPage.currentExpand > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
    .fsMenu .nav-main .fsNavLevel2 > li.fsNavParentPage.currentExpand > .toggleMenu:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-main .fsNavLevel3 > li.fsNavParentPage.currentExpand > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
    .fsMenu .nav-main .fsNavLevel3 > li.fsNavParentPage.currentExpand > .toggleMenu:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-main .fsNavLevel4 > li.fsNavParentPage.currentExpand > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
    .fsMenu .nav-main .fsNavLevel4 > li.fsNavParentPage.currentExpand > .toggleMenu:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    @media (min-width: 980px) {
      .fsMenu .nav-main .fsNavParentPage:hover .fsNavPageInfo {
        display: block; } }
  .fsMenu .nav-main .fsNavLevel2 {
    width: 100%;
    padding: 0 0 15px 0; }
    .fsMenu .nav-main .fsNavLevel2 li {
      position: relative; }
      .fsMenu .nav-main .fsNavLevel2 li.currentExpand > a,
      .fsMenu .nav-main .fsNavLevel2 li.currentExpand .toggleMenu:before,
      .fsMenu .nav-main .fsNavLevel2 li:hover > a,
      .fsMenu .nav-main .fsNavLevel2 li:hover .toggleMenu:before {
        color: rgba(0, 0, 0, 0.45); }
      .fsMenu .nav-main .fsNavLevel2 li.fsNavCurrentPage > a {
        color: #30303a;
        font-weight: 700; }
      .fsMenu .nav-main .fsNavLevel2 li .toggleMenu:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fsMenu .nav-main .fsNavLevel2 a {
      padding: 5px 40px;
      color: #30303a;
      display: block;
      font-weight: 400;
      font-size: 13px;
      line-height: 25px; }
    .fsMenu .nav-main .fsNavLevel2 .toggleMenu {
      height: 35px; }
  .fsMenu .nav-main .fsNavLevel3 {
    width: 100%; }
    .fsMenu .nav-main .fsNavLevel3 li {
      position: relative; }
      .fsMenu .nav-main .fsNavLevel3 li.currentExpand > a,
      .fsMenu .nav-main .fsNavLevel3 li.currentExpand .toggleMenu:before,
      .fsMenu .nav-main .fsNavLevel3 li:hover > a,
      .fsMenu .nav-main .fsNavLevel3 li:hover .toggleMenu:before {
        color: rgba(0, 0, 0, 0.45); }
    .fsMenu .nav-main .fsNavLevel3 a {
      padding: 5px 60px;
      display: block;
      text-transform: capitalize; }
  .fsMenu .nav-main .fsNavLevel4 {
    width: 100%; }
    .fsMenu .nav-main .fsNavLevel4 li {
      position: relative; }
      .fsMenu .nav-main .fsNavLevel4 li.currentExpand > a,
      .fsMenu .nav-main .fsNavLevel4 li.currentExpand .toggleMenu:before,
      .fsMenu .nav-main .fsNavLevel4 li:hover a,
      .fsMenu .nav-main .fsNavLevel4 li:hover .toggleMenu:before {
        color: rgba(0, 0, 0, 0.45); }
    .fsMenu .nav-main .fsNavLevel4 a {
      padding: 5px 70px;
      display: block; }
  .fsMenu .nav-main .fsNavLevel5 {
    width: 100%; }
    .fsMenu .nav-main .fsNavLevel5 li {
      position: relative; }
      .fsMenu .nav-main .fsNavLevel5 li.currentExpand > a,
      .fsMenu .nav-main .fsNavLevel5 li.currentExpand .toggleMenu:before,
      .fsMenu .nav-main .fsNavLevel5 li:hover a,
      .fsMenu .nav-main .fsNavLevel5 li:hover .toggleMenu:before {
        color: rgba(0, 0, 0, 0.45); }
    .fsMenu .nav-main .fsNavLevel5 a {
      padding: 0.66667em 80px;
      display: block; }

.drawer-ribbon {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9010; }
  @media (min-width: 1100px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  right: 0;
  margin: auto;
  cursor: pointer;
  z-index: 20; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 50%;
    content: '';
    background: #30303a; }
  .drawer-trigger:before {
    margin-top: -0.4em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.4em 0 0 #30303a;
    -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: fixed;
  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);
  padding: 0;
  margin: 0;
  top: 101px;
  height: 100%;
  height: calc(100% - 101px);
  background: #30303a;
  overflow-x: hidden;
  overflow-y: auto; }
  .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); }
  @media (min-width: 1100px) {
    .fsMenu {
      display: none; } }

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

.nav-utility-container {
  margin: 0;
  padding: 0;
  background: #52415e;
  width: 100%;
  height: auto;
  min-height: 32px; }
  .nav-utility-container > .fsElementContent {
    display: none; }
    @media (min-width: 1100px) {
      .nav-utility-container > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 82.66667em;
        max-width: 77.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center; } }

.nav-utility-header {
  margin: 0;
  padding: 0; }
  .nav-utility-header > .fsElementContent {
    width: 100%;
    margin: 0;
    padding: 0; }
  .nav-utility-header .fsNavLevel1 {
    margin: 0;
    padding: 10px 0; }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 {
        padding: 0; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li {
        display: inline-block;
        margin: 0 5px 0 0;
        position: relative;
        width: auto; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s cubic-bezier(0, 1, 0, 1); }
    .menu-item-open html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 1100px) and (min-width: 980px) {
    .menu-item-open html.js .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    html.js .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 1100px) and (min-width: 980px) {
    html.js .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    html.js .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }
  @media (min-width: 1100px) and (min-width: 1100px) {
    html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s cubic-bezier(0, 1, 0, 1); }
    html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 1100px) and (min-width: 980px) {
    html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; } }

@media (min-width: 1100px) and (min-width: 1100px) and (max-width: 599px) {
  html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
    transition: visibility 0.3s cubic-bezier(1, 0, 1, 0), opacity 0.3s cubic-bezier(1, 0, 1, 0); } }
  @media (min-width: 1100px) and (min-width: 1100px) and (max-width: 599px) and (min-width: 980px) {
    html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.menu-item-open, .nav-utility-header .fsNavLevel1 > li:hover, .nav-utility-header .fsNavLevel1 > li:focus-within {
        background: #30303a; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.menu-item-open > a, .nav-utility-header .fsNavLevel1 > li:hover > a, .nav-utility-header .fsNavLevel1 > li:focus-within > a {
        color: #fff;
        background: #30303a; } }
    .nav-utility-header .fsNavLevel1 > li > a {
      padding: 5px 20px;
      color: #fff;
      font-weight: 600;
      font-size: 13px;
      line-height: 35px;
      text-transform: uppercase; }
      @media (min-width: 1100px) {
        .nav-utility-header .fsNavLevel1 > li > a {
          padding: 16px 10px;
          background: #52415e;
          font-size: 12px;
          line-height: 14px;
          text-align: center;
          text-transform: none; } }
      .nav-utility-header .fsNavLevel1 > li > a:hover {
        color: #ccc0b1; }
        @media (min-width: 1100px) {
          .nav-utility-header .fsNavLevel1 > li > a:hover {
            color: #fff;
            background: #30303a; } }
      @media (min-width: 1100px) {
        .nav-utility-header .fsNavLevel1 > li > a:before {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          line-height: 1;
          margin-right: 8px; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li .fsNavPageInfo {
        background: #30303a;
        color: #fff;
        z-index: 10;
        width: 130px; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.search > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.quick-links > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.photos > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.summer-camp > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel1 > li.login > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; } }
  .nav-utility-header .fsNavLevel2 {
    padding: 0 20px; }
    @media (min-width: 1100px) {
      .nav-utility-header .fsNavLevel2 {
        padding: 5px 0 15px 0; } }
    .nav-utility-header .fsNavLevel2 > li > a {
      font-weight: 600;
      font-size: 14px;
      line-height: 25px;
      color: #fff;
      padding: 5px 30px; }
      @media (min-width: 1100px) {
        .nav-utility-header .fsNavLevel2 > li > a {
          padding: 5px 20px; } }
      .nav-utility-header .fsNavLevel2 > li > a:hover {
        color: #ccc0b1; }
  .display-search .nav-utility-header .search-btn a {
    background: #52415e; }

.nav-utility-footer {
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 1000px) {
    .nav-utility-footer {
      text-align: left; } }
  .nav-utility-footer .fsNavLevel1 {
    display: inline-block;
    margin: 0 auto; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-utility-footer .fsNavLevel1 > li {
      padding: 0 15px; }
      @media (min-width: 600px) {
        .nav-utility-footer .fsNavLevel1 > li {
          display: inline-block;
          padding-top: 5px;
          padding-bottom: 5px; }
          .nav-utility-footer .fsNavLevel1 > li:first-child {
            padding-left: 0; } }
      .nav-utility-footer .fsNavLevel1 > li > a {
        font-weight: 600;
        font-size: 15px;
        line-height: 1.2;
        color: #fff; }
        .nav-utility-footer .fsNavLevel1 > li > a:hover {
          color: #009977; }

/*! 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, .fsProfileSection .admission-events h2.fsElementTitle, .admission-events .fsProfileSection h2.fsElementTitle, .fsProfileSection .steps-container > header > h2.fsElementTitle, .fsProfileSection .welcome .steps-container > header > h2.fsElementTitle {
    margin: 0 0 1rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #52415e;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: 700;
    font-weight: 600;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 13px;
    color: #f0ece7;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #30303a;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #f0ece7;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #009977; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #f0ece7; }
    .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: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 5px / 1.5;
  color: rgba(255, 255, 255, 0.5);
  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: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 5px / 1.5;
  color: rgba(255, 255, 255, 0.5);
  content: ""; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

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

.fsAccordion {
  margin-bottom: 20px; }

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

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

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

.fsAthleticsEvent .fsDate {
  color: #636971;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase; }

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  color: #52415e;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0ece7; }

.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

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

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink:hover {
    color: rgba(82, 65, 94, 0.8); }

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

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

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

/*! elements - athletics events */
/*! elements - athletics events - table*/
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

.fsBoardElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0ece7; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar .fsTitle a {
  color: #52415e; }
  .fsCalendar .fsTitle a:hover {
    color: #6c567c; }

.fsCalendar .fsDate {
  color: #636971;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase; }

.fsCalendar .fsEventDetails {
  color: #30303a;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px; }
  .fsCalendar .fsEventDetails > * {
    margin-bottom: 10px; }
    .fsCalendar .fsEventDetails > * p {
      margin-bottom: 10px; }
      .fsCalendar .fsEventDetails > * p:last-child {
        margin-bottom: 0; }
  .fsCalendar .fsEventDetails .fsAllDay {
    text-transform: capitalize; }
  .fsCalendar .fsEventDetails .fsDescription {
    color: #30303a; }

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-weight: 400;
  display: inline-block;
  width: 20px;
  margin-right: 3px;
  text-align: center;
  color: #636971; }

.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-weight: 400;
  display: inline-block;
  width: 20px;
  margin-right: 3px;
  text-align: center;
  color: #636971; }

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

.fsCalendar .fsElementFooterContent a {
  color: #009977;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }
  .fsCalendar .fsElementFooterContent a:hover {
    color: #00c297; }

.fsCalendar.fsDateFlag article {
  position: relative;
  padding-left: 80px;
  min-height: 55px;
  padding-top: 0; }
  .fsCalendar.fsDateFlag article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar.fsDateFlag .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: auto;
  min-height: 55px;
  width: 50px;
  color: #fff;
  background: #52415e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar.fsDateFlag .fsDate > span {
    display: block;
    line-height: 1; }
    .fsCalendar.fsDateFlag .fsDate > span.fsMonth {
      font-size: 12px;
      text-transform: uppercase; }
    .fsCalendar.fsDateFlag .fsDate > span.fsDay {
      font-size: 24px;
      font-weight: 600; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0ece7; }

.fsCalendar.fsList article {
  min-height: 75px; }

.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) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(82, 65, 94, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(82, 65, 94, 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(82, 65, 94, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(82, 65, 94, 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: 12px 30px;
    background: #30303a;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #424250;
      color: #fff;
      text-decoration: none; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

.fsCalendar.fsGrid .fsCalendarLegend h4, .fsCalendar.fsGrid .fsCalendarLegend .admission-events h2.fsElementTitle, .admission-events .fsCalendar.fsGrid .fsCalendarLegend h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .steps-container > header > h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .welcome .steps-container > header > h2.fsElementTitle {
  margin-bottom: 20px; }

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

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

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

.fsCalendar.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: "open-sans", sans-serif;
      font-size: 15px;
      line-height: 25px;
      color: #30303a; }
    .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: #009977;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #009977; }
    .fsComposerFormEmbed form .required {
      color: #52415e; }
    .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: #009977;
        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: #009977;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      border-radius: 0;
      background: #52415e;
      color: #fff;
      float: left;
      transition: .3s; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        background: #009977; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "open-sans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 30px;
    background: #30303a;
    color: #fff;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #424250;
      color: #fff;
      text-decoration: none; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 12px 30px;
    background: #30303a;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #424250;
      color: #fff;
      text-decoration: none; }

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

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

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

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

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

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #009977;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 15px;
    font-family: "Droid Serif", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "open-sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  background-color: #009977;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 153, 119, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: 700;
    font-weight: 600;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }

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

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

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

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

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

.fsNews.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f0ece7; }

.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 .fsDateTime {
  margin-bottom: 10px;
  color: #636971;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase; }

.fsPostElement .fsDate:after {
  content: '|'; }

.fsPostElement .fsSummary {
  margin-bottom: 10px;
  color: #30303a;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px; }
  .fsPostElement .fsSummary p {
    margin-bottom: 10px; }
    .fsPostElement .fsSummary p:last-child {
      margin-bottom: 0; }

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

.fsSearchElement {
  margin: 0;
  padding: 0; }
  .fsSearchElement > footer > .fsElementFooterContent {
    margin: 0;
    padding: 0;
    color: #fff; }
  .fsSearchElement .close-search {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .fsSearchElement .close-search em {
      max-width: 30px;
      color: transparent; }
      .fsSearchElement .close-search em:before, .fsSearchElement .close-search em:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 50%;
        content: '';
        background: #fff; }
      .fsSearchElement .close-search em:before {
        margin-top: 0;
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .fsSearchElement .close-search em:after {
        box-shadow: none;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .fsSearchElement.fsSearchForm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #30303a;
    width: 100%;
    overflow: hidden; }
    .fsSearchElement.fsSearchForm ::-webkit-input-placeholder {
      color: #fff; }
    .fsSearchElement.fsSearchForm :-moz-placeholder {
      color: #fff; }
    .fsSearchElement.fsSearchForm ::-moz-placeholder {
      color: #fff; }
    .fsSearchElement.fsSearchForm :-ms-input-placeholder {
      color: #fff; }
    .fsSearchElement.fsSearchForm > .fsElementContent {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .fsSearchElement.fsSearchForm > footer {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    #fsHeader .fsSearchElement.fsSearchForm {
      position: absolute;
      top: 0;
      max-width: 550px;
      z-index: 9005;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease; }
      .display-search #fsHeader .fsSearchElement.fsSearchForm {
        opacity: 1;
        visibility: visible; }
    .fsMenu .fsSearchElement.fsSearchForm {
      margin: 30px 0 5px 0;
      padding: 0; }
      .fsMenu .fsSearchElement.fsSearchForm > footer {
        display: none; }
    .fsSearchElement.fsSearchForm form {
      margin: 0;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
    .fsSearchElement.fsSearchForm .fsFieldLabel {
      display: none; }
    .fsSearchElement.fsSearchForm .fsSearchElementKeyword {
      margin: 0;
      padding: 0;
      width: 100%;
      width: calc($search-width - $submit-button-width); }
      .fsSearchElement.fsSearchForm .fsSearchElementKeyword .fsStyleSearchField {
        border: 0;
        background: transparent;
        width: 100%;
        height: 46px;
        color: #fff;
        padding-right: 20px;
        padding-left: 60px;
        margin: 0;
        border-radius: 0;
        font-family: "open-sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        text-align: left; }
    .fsSearchElement.fsSearchForm .fsSearchElementSearchButton {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      border: 0;
      height: 46px;
      width: 50px;
      color: #fff;
      background: transparent;
      font-size: 0; }
      .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:hover, .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:focus {
        background: transparent;
        color: #ccc0b1; }
      .fsSearchElement.fsSearchForm .fsSearchElementSearchButton:after {
        content: "";
        font-family: "IcoMoon";
        font-size: 18px;
        line-height: 46px;
        color: #fff; }
  .fsSearchElement.fsList .fsListItems, .fsSearchElement.fsList .fsListItems ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsSearchElement.fsList .fsListItems li {
    margin: 0;
    padding: 0; }
  .fsSearchElement.fsList .fsListItems > li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc0b1; }

/*! 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: 12px 30px;
  background: #30303a;
  color: #fff;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #424250;
    color: #fff;
    text-decoration: none; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 30px;
  background: #30303a;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #424250;
    color: #fff;
    text-decoration: none; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.module {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  color: #fff; }
  .module h1, .module h2, .module .welcome h2.fsElementTitle, .welcome .module h2.fsElementTitle, .module h3, .module h4, .module .admission-events h2.fsElementTitle, .admission-events .module h2.fsElementTitle, .module .steps-container > header > h2.fsElementTitle, .module .welcome .steps-container > header > h2.fsElementTitle, .module h5, .module h6 {
    color: inherit; }

.module {
  background: #52415e; }

.directions {
  background: #ededed;
  padding: 20px;
  border: dashed 1px #ccc; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 15px;
        border-bottom: solid 12px;
        padding-bottom: 5px;
        background: #fff;
        color: #52415e; }
        .fsTabs .fsTabsNav li a:hover {
          background: #fff;
          color: #30303a; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #009977; }
  .fsTabs .fsPanel .fsElementContent {
    padding-left: 0;
    padding-right: 0; }

.home-tabs {
  padding: 25px 0; }
  .home-tabs .fsPanel > header {
    background: transparent; }
    .home-tabs .fsPanel > header h2 {
      color: #818790;
      font-size: 22px; }
  .home-tabs .fsTabsNav {
    margin-left: 15px; }
    .home-tabs .fsTabsNav li {
      position: relative; }
      .home-tabs .fsTabsNav li a {
        background: transparent;
        border-bottom: none;
        color: #818790;
        font-size: 22px;
        padding: 0 15px; }
        .home-tabs .fsTabsNav li a:hover {
          color: #52415e;
          background: transparent; }
      .home-tabs .fsTabsNav li.fsStateSelected a {
        color: #52415e;
        background: transparent; }
      .home-tabs .fsTabsNav li:first-child:after {
        content: '|';
        color: #818790;
        display: inline-block;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -5px; }
  .home-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header:hover,
  .home-tabs.fsTabs .fsPanel.fsStateOpen header {
    background: transparent; }
    .home-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header:hover h2, .welcome .home-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header:hover h2.fsElementTitle,
    .home-tabs.fsTabs .fsPanel.fsStateOpen header h2,
    .home-tabs.fsTabs .fsPanel.fsStateOpen header .welcome h2.fsElementTitle, .welcome
    .home-tabs.fsTabs .fsPanel.fsStateOpen header h2.fsElementTitle {
      color: #52415e; }
      .home-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header:hover h2:before, .welcome .home-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header:hover h2.fsElementTitle:before,
      .home-tabs.fsTabs .fsPanel.fsStateOpen header h2:before {
        color: #52415e; }
  .home-tabs.fsPanelIconBefore .fsPanel > header h2::before {
    color: #818790;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .home-tabs.fsPanelIconBefore .fsPanel.fsStateOpen > header h2::before {
    color: #818790;
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }

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

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

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

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
  padding-left: 30px; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-left: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 30px;
  margin-left: 0; }

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

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

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

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

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

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

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

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

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

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

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

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

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

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

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

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

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

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

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

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

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

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

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

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

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

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

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

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

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

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

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

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

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

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

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #009977;
  background-color: #009977; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #009977;
  background-color: #009977; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #009977;
  background-color: #009977; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../mcsb_buttons.html);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home #fsPageBody {
  max-width: none;
  margin: 0; }

.home .fsLayout:not(.address-container) .fsDiv {
  padding: 0;
  margin-bottom: 0; }

body:not(.fsComposeMode) .slideout-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0 25px;
  background: #30303a;
  position: absolute;
  width: auto;
  min-width: 180px;
  height: auto;
  min-height: 60px;
  bottom: calc(100% - 18px);
  right: calc(100% - 60px);
  text-align: center;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  z-index: 9000;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s; }
  body:not(.fsComposeMode) .slideout-trigger.show-panel {
    opacity: 0;
    visibility: hidden; }
  body:not(.fsComposeMode) .slideout-trigger:focus {
    outline: 5px auto -webkit-focus-ring-color; }
    body:not(.fsComposeMode) .slideout-trigger:focus em {
      color: #009977; }
  body:not(.fsComposeMode) .slideout-trigger em {
    display: block;
    color: #fff;
    font-style: normal;
    font-size: 13px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    cursor: pointer; }
    body:not(.fsComposeMode) .slideout-trigger em:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      margin-right: 8px; }

body:not(.fsComposeMode) .slideout-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  background: #30303a;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  z-index: -1;
  transition: all 0.5s;
  overflow-x: hidden;
  overflow-y: auto; }
  body:not(.fsComposeMode) .slideout-panel.show-panel {
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 9001; }
  body:not(.fsComposeMode) .slideout-panel > header {
    margin: 0;
    padding: 0; }
    body:not(.fsComposeMode) .slideout-panel > header > .fsElementHeaderContent {
      position: relative;
      margin: 0 auto;
      max-width: 82.66667em;
      max-width: 77.5rem;
      margin: 0 auto;
      padding: 0;
      text-align: right; }
    body:not(.fsComposeMode) .slideout-panel > header .close-panel {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      position: relative;
      display: inline-block;
      cursor: pointer;
      height: 50px;
      width: 50px;
      background: transparent;
      border: none; }
      body:not(.fsComposeMode) .slideout-panel > header .close-panel:focus {
        outline: 5px auto -webkit-focus-ring-color; }
        body:not(.fsComposeMode) .slideout-panel > header .close-panel:focus em:before, body:not(.fsComposeMode) .slideout-panel > header .close-panel:focus em:after {
          background: #fff; }
      body:not(.fsComposeMode) .slideout-panel > header .close-panel em {
        width: 100%;
        height: 100%;
        font-size: 0;
        color: transparent; }
        body:not(.fsComposeMode) .slideout-panel > header .close-panel em:before, body:not(.fsComposeMode) .slideout-panel > header .close-panel em:after {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 2px;
          width: 50%;
          content: '';
          background: #009977; }
        body:not(.fsComposeMode) .slideout-panel > header .close-panel em:before {
          margin-top: 0;
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
        body:not(.fsComposeMode) .slideout-panel > header .close-panel em:after {
          box-shadow: none;
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
  body:not(.fsComposeMode) .slideout-panel > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 82.66667em;
    max-width: 77.5rem;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1280px) {
      body:not(.fsComposeMode) .slideout-panel > .fsElementContent {
        padding-right: 0;
        padding-left: 0; } }
  body:not(.fsComposeMode) .slideout-panel .home-news {
    width: 50%;
    padding-right: 50px; }
    body:not(.fsComposeMode) .slideout-panel .home-news header .fsElementTitle {
      color: #009977;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      overflow: hidden; }
      body:not(.fsComposeMode) .slideout-panel .home-news header .fsElementTitle:after {
        content: '';
        background: rgba(255, 255, 255, 0.5);
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: -100%;
        margin-left: 20px; }
    body:not(.fsComposeMode) .slideout-panel .home-news header .fsElementTitle:after {
      background: #fff; }
    body:not(.fsComposeMode) .slideout-panel .home-news article {
      padding: 0; }
    body:not(.fsComposeMode) .slideout-panel .home-news .fsTitle {
      color: #009977; }
      body:not(.fsComposeMode) .slideout-panel .home-news .fsTitle a {
        color: inherit; }
        body:not(.fsComposeMode) .slideout-panel .home-news .fsTitle a:hover {
          color: rgba(0, 153, 119, 0.7); }
    body:not(.fsComposeMode) .slideout-panel .home-news .fsDateTime {
      color: #fff; }
    body:not(.fsComposeMode) .slideout-panel .home-news .fsSummary {
      color: #fff; }
  body:not(.fsComposeMode) .slideout-panel .home-events {
    width: 50%;
    padding-left: 50px; }
    body:not(.fsComposeMode) .slideout-panel .home-events header .fsElementTitle {
      color: #009977;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      overflow: hidden; }
      body:not(.fsComposeMode) .slideout-panel .home-events header .fsElementTitle:after {
        content: '';
        background: rgba(255, 255, 255, 0.5);
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: -100%;
        margin-left: 20px; }
    body:not(.fsComposeMode) .slideout-panel .home-events header .fsElementTitle:after {
      background: #fff; }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsDate {
      color: #fff;
      background: transparent;
      border: solid 1px #fff; }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsListItems {
      padding-bottom: 30px; }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsTitle {
      color: #fff; }
      body:not(.fsComposeMode) .slideout-panel .home-events .fsTitle a {
        color: inherit; }
        body:not(.fsComposeMode) .slideout-panel .home-events .fsTitle a:hover {
          color: rgba(255, 255, 255, 0.7); }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsEventDetails {
      color: #009977;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsTimeRange,
    body:not(.fsComposeMode) .slideout-panel .home-events .fsAllDay {
      -ms-flex-order: 2;
      order: 2; }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsLocation {
      -ms-flex-order: 3;
      order: 3; }
    body:not(.fsComposeMode) .slideout-panel .home-events .fsDescription {
      color: #fff;
      font-size: 15px;
      font-weight: 400;
      text-transform: none;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 10px; }
    body:not(.fsComposeMode) .slideout-panel .home-events .slider-play-btn {
      display: none; }
  body:not(.fsComposeMode) .slideout-panel .fsPager li button:before {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.7); }
  body:not(.fsComposeMode) .slideout-panel .fsPager li.slick-active button:before {
    background-color: #009977;
    border-color: #009977; }
  body:not(.fsComposeMode) .slideout-panel .slick-dots {
    left: 0;
    bottom: 0;
    -ms-transform: none;
    transform: none; }
    body:not(.fsComposeMode) .slideout-panel .slick-dots li button {
      background-color: transparent;
      border: solid 1px rgba(255, 255, 255, 0.7); }
    body:not(.fsComposeMode) .slideout-panel .slick-dots li.slick-active button {
      background-color: #009977;
      border-color: #009977; }
  body:not(.fsComposeMode) .slideout-panel.show-panel > .fsElementContent {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 100; }

body:not(fsComposeMode) .voices-container {
  width: 100%;
  margin: 0;
  padding: 60px 0 40px; }
  body:not(fsComposeMode) .voices-container .fsContainer {
    margin: 0 auto;
    padding: 0 40px; }
    @media (min-width: 1000px) {
      body:not(fsComposeMode) .voices-container .fsContainer {
        padding-right: 0;
        padding-left: 0; } }
    body:not(fsComposeMode) .voices-container .fsContainer > header {
      padding-right: 1.33333em;
      padding-left: 1.33333em; }
      body:not(fsComposeMode) .voices-container .fsContainer > header .fsElementHeaderContent {
        position: relative;
        margin: 0 auto;
        max-width: 72em;
        max-width: 67.5rem;
        text-align: center;
        color: #818080;
        font-size: 17px;
        margin-bottom: 45px;
        padding: 0 20px; }
        body:not(fsComposeMode) .voices-container .fsContainer > header .fsElementHeaderContent h2 {
          color: #009977;
          font-size: 33px;
          font-weight: 600;
          border-bottom: solid 5px #dbd8d4;
          position: relative;
          padding-bottom: 30px;
          margin-bottom: 32px;
          width: auto;
          margin-left: -20px;
          margin-right: -20px; }
          body:not(fsComposeMode) .voices-container .fsContainer > header .fsElementHeaderContent h2:after {
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            width: 60px;
            height: 40px;
            background: #f0ece7;
            color: #52415e;
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: auto;
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none; }
          body:not(fsComposeMode) .voices-container .fsContainer > header .fsElementHeaderContent h2 strong {
            color: #52415e; }
    @media (min-width: 700px) {
      body:not(fsComposeMode) .voices-container .fsContainer > .fsElementContent {
        max-width: 100%;
        padding-right: 1.33333em;
        padding-left: 1.33333em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

body:not(fsComposeMode) .voices-tile {
  height: 62.5vw;
  min-height: 190px;
  margin-bottom: 2px;
  position: relative;
  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;
  text-align: center;
  background-color: transparent;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit; }
  @media (min-width: 700px) {
    body:not(fsComposeMode) .voices-tile {
      background-position: center center;
      margin: 0 5px;
      width: calc(25% - 10px);
      height: 40vw; } }
  @media (min-width: 700px) {
    body:not(fsComposeMode) .voices-tile:first-child {
      margin-left: 0; } }
  @media (min-width: 700px) {
    body:not(fsComposeMode) .voices-tile:last-child {
      margin-right: 0; } }
  body:not(fsComposeMode) .voices-tile header {
    position: relative;
    z-index: 10; }
  body:not(fsComposeMode) .voices-tile .fsElementTitle {
    color: #009977;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: color .3s ease; }
  body:not(fsComposeMode) .voices-tile .fsElementHeaderContent {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0; }
  body:not(fsComposeMode) .voices-tile .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0; }
    body:not(fsComposeMode) .voices-tile .fsElementContent a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 10; }
    body:not(fsComposeMode) .voices-tile .fsElementContent img {
      display: none; }
    body:not(fsComposeMode) .voices-tile .fsElementContent:before {
      content: '';
      background: rgba(48, 48, 58, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background .3s ease; }
  body:not(fsComposeMode) .voices-tile:focus .fsElementTitle, body:not(fsComposeMode) .voices-tile:hover .fsElementTitle {
    color: #fff; }
  body:not(fsComposeMode) .voices-tile:focus .fsElementContent, body:not(fsComposeMode) .voices-tile:hover .fsElementContent {
    -webkit-filter: none;
    filter: none; }
    body:not(fsComposeMode) .voices-tile:focus .fsElementContent:before, body:not(fsComposeMode) .voices-tile:hover .fsElementContent:before {
      background: rgba(48, 48, 58, 0); }

.journey-container {
  margin-bottom: 0; }
  .journey-container .fsContainer > .fsElementContent {
    position: relative; }

.journey-slideshow {
  padding: 0;
  margin: 0 auto;
  position: relative; }
  .journey-slideshow > header {
    position: relative;
    margin: 0 auto;
    max-width: 72em;
    max-width: 67.5rem;
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    text-align: center;
    color: #818080;
    font-size: 17px;
    margin-bottom: 45px;
    padding: 0 20px;
    z-index: 50;
    pointer-events: none; }
    @media (min-width: 600px) {
      .journey-slideshow > header {
        top: 60px; } }
    .journey-slideshow > header:before, .journey-slideshow > header:after {
      content: '';
      background: rgba(255, 255, 255, 0.7);
      width: calc(50% - 30px);
      height: 5px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .journey-slideshow > header:before {
      left: 0; }
    .journey-slideshow > header:after {
      right: 0; }
    .journey-slideshow > header .fsElementTitle {
      color: #fff;
      font-size: 25px;
      font-weight: 600;
      padding-bottom: 90px;
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .journey-slideshow > header .fsElementTitle {
          font-size: 33px; } }
      .journey-slideshow > header .fsElementTitle:after {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 40px;
        background: transparent;
        color: #fff;
        position: absolute;
        bottom: 35px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    @media (min-width: 1160px) {
      .journey-slideshow > header {
        max-width: 1080px; } }
  .journey-slideshow .slider-play-btn {
    display: none; }
  .journey-slideshow .slick-dots {
    bottom: 30px; }
    @media (min-width: 600px) {
      .journey-slideshow .slick-dots {
        display: none !important; } }
    .journey-slideshow .slick-dots button {
      background-color: #fff; }
    .journey-slideshow .slick-dots .slick-active button {
      background-color: #009977;
      border-color: #009977; }

.journey-slide {
  margin: 0;
  padding: 60px 0;
  height: 100vw;
  min-height: 420px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 600px) {
    .journey-slide {
      height: 150vw; } }
  @media (min-width: 700px) {
    .journey-slide {
      height: 120vw; } }
  @media (min-width: 1000px) {
    .journey-slide {
      height: 100vw; } }
  @media (min-width: 1160px) {
    .journey-slide {
      max-height: 600px; } }
  .journey-slide img {
    display: none; }
  .journey-slide:before {
    content: '';
    background: rgba(48, 48, 58, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .journey-slide .caption-title {
    position: relative;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    margin: 10px auto;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    width: 220px !important;
    height: 220px;
    border: solid 3px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: transparent;
    transition: background .3s ease;
    cursor: pointer; }
    .journey-slide .caption-title:hover {
      background: rgba(0, 0, 0, 0.5); }
    @media (min-width: 600px) {
      .journey-slide .caption-title {
        display: none; } }
  .journey-slide .caption-desc {
    display: none; }
    @media (min-width: 600px) {
      .journey-slide .caption-desc {
        display: block;
        position: absolute;
        bottom: 30px;
        margin: 0 auto;
        padding: 0 50px;
        max-width: 1080px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center; } }
    @media (min-width: 700px) {
      .journey-slide .caption-desc {
        bottom: 50px; } }
    @media (min-width: 1160px) {
      .journey-slide .caption-desc {
        font-size: 17px;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 100px; } }

.journey-btn-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none; }
  @media (min-width: 600px) {
    .journey-btn-nav {
      display: block;
      max-width: 800px;
      width: 100%; } }
  @media (min-width: 1160px) {
    .journey-btn-nav {
      max-width: 100%; } }
  @media (min-width: 600px) {
    .journey-btn-nav .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 1160px) {
    .journey-btn-nav .slick-track {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

.journey-btn {
  margin: 10px auto;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  width: 220px !important;
  height: 220px;
  border: solid 3px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: transparent;
  transition: background .3s ease;
  cursor: pointer;
  display: flex !important; }
  .journey-btn:hover {
    background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 600px) {
    .journey-btn {
      margin-left: 35px;
      margin-right: 35px; } }
  .journey-btn .fsElementContent p {
    margin-bottom: 0; }
  @media (min-width: 600px) {
    .journey-btn:first-child:after {
      content: '';
      background: url("../svg/arrow.svg");
      width: 189px;
      height: 36px;
      position: absolute;
      top: 6%;
      left: 75%; } }
  @media (min-width: 600px) {
    .journey-btn:nth-child(2):after {
      content: '';
      background: url("../svg/arrow.svg");
      width: 189px;
      height: 36px;
      position: absolute;
      top: 110%;
      left: 40%;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }
  @media (min-width: 1160px) {
    .journey-btn:nth-child(2):after {
      top: 75%;
      left: 75%;
      transform: rotateX(180deg); } }
  @media (min-width: 600px) {
    .journey-btn:nth-child(3):after {
      content: '';
      background: url("../svg/arrow.svg");
      width: 189px;
      height: 36px;
      position: absolute;
      bottom: 6%;
      left: 73%;
      -ms-transform: scale(-1);
      transform: scale(-1); } }
  @media (min-width: 1160px) {
    .journey-btn:nth-child(3):after {
      top: 6%;
      left: 75%;
      -ms-transform: scale(1);
      transform: scale(1); } }

.athletic-container {
  background: url("../png/cream_pixels.png");
  background-repeat: repeat;
  padding: 40px 20px; }
  @media (min-width: 600px) {
    .athletic-container {
      padding: 40px; } }
  .athletic-container > header {
    border-bottom: solid 5px #e3e4e6;
    margin-left: -20px;
    margin-right: -20px;
    width: auto; }
    @media (min-width: 600px) {
      .athletic-container > header {
        border-bottom: none; } }
    @media (min-width: 1000px) {
      .athletic-container > header {
        position: relative;
        margin: 0 auto;
        max-width: 82.66667em;
        max-width: 77.5rem; } }
    .athletic-container > header h2, .athletic-container > header .welcome h2.fsElementTitle, .welcome .athletic-container > header h2.fsElementTitle {
      margin-bottom: 10px;
      padding: 0 20px; }
      @media (min-width: 600px) {
        .athletic-container > header h2, .athletic-container > header .welcome h2.fsElementTitle, .welcome .athletic-container > header h2.fsElementTitle {
          font-size: 33px; } }
      @media (min-width: 600px) {
        .athletic-container > header h2:after, .athletic-container > header .welcome h2.fsElementTitle:after, .welcome .athletic-container > header h2.fsElementTitle:after {
          content: '';
          height: 5px;
          width: 100%;
          background: #e3e4e6;
          margin-right: -100%;
          margin-left: 30px;
          display: inline-block;
          vertical-align: middle; } }
  .athletic-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 82.66667em;
    max-width: 77.5rem; }
    @media (min-width: 1100px) {
      .athletic-container > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0; } }

@media (min-width: 1100px) {
  .home-tabs {
    margin-bottom: 0;
    padding: 0;
    width: 34.677419354839%; } }

@media (min-width: 1100px) {
  .featured-athlete {
    width: 57.258064516129%; } }

.featured-athlete article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .featured-athlete article {
      display: block; } }
  .featured-athlete article .fsThumbnail {
    -ms-flex-order: 4;
    order: 4;
    margin: 0; }
    @media (min-width: 600px) {
      .featured-athlete article .fsThumbnail {
        max-width: 350px !important;
        width: calc(100% - 40px) !important;
        margin-left: 40px; } }
  .featured-athlete article .fsTitle {
    font-size: 24px;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 13px; }
  .featured-athlete article .fsSummary {
    -ms-flex-order: 2;
    order: 2; }
  .featured-athlete article .fsReadMoreLink {
    color: #009977;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 12px; }
    .featured-athlete article .fsReadMoreLink:hover {
      color: #008063; }

.infographic-container {
  background-image: url("../gif/info-bg.gif");
  background-color: #fff;
  background-position: center;
  background-size: inherit;
  background-repeat: repeat;
  background-attachment: inherit;
  width: 100%;
  margin: 0;
  padding: 40px 0; }
  @media (min-width: 600px) {
    .infographic-container {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .infographic-container .slider-play-btn {
    display: none; }
  .infographic-container .fsContainer {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0; }
    .infographic-container .fsContainer > header .fsElementHeaderContent {
      position: relative;
      margin: 0 auto;
      max-width: 72em;
      max-width: 67.5rem;
      text-align: center;
      color: #818080;
      font-size: 17px;
      margin-bottom: 45px;
      padding: 0 20px; }
      .infographic-container .fsContainer > header .fsElementHeaderContent h2 {
        color: #009977;
        font-size: 25px;
        font-weight: 600;
        border-bottom: solid 5px #dbd8d4;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 32px;
        width: auto;
        margin-left: -30px;
        margin-right: -30px; }
        @media (min-width: 600px) {
          .infographic-container .fsContainer > header .fsElementHeaderContent h2 {
            font-size: 33px; } }
        .infographic-container .fsContainer > header .fsElementHeaderContent h2:after {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          width: 60px;
          height: 40px;
          background-image: url("../gif/info-bg.gif");
          background-color: #fff;
          background-position: center;
          background-size: inherit;
          background-repeat: repeat;
          background-attachment: inherit;
          color: #52415e;
          position: absolute;
          bottom: -20px;
          left: 0;
          right: 0;
          margin: auto;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .infographic-container .fsContainer > header .fsElementHeaderContent h2 strong {
          color: #52415e; }
    @media (min-width: 700px) {
      .infographic-container .fsContainer > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
    .infographic-container .fsContainer > .fsElementContent .info-tile-wrapper {
      text-align: center; }
      .infographic-container .fsContainer > .fsElementContent .info-tile-wrapper:nth-child(4n+1) > .info-tile {
        background: #ccc0b1; }
      .infographic-container .fsContainer > .fsElementContent .info-tile-wrapper:nth-child(4n+2) > .info-tile {
        background: #30303a; }
      .infographic-container .fsContainer > .fsElementContent .info-tile-wrapper:nth-child(4n+3) > .info-tile {
        background: #009977; }
      .infographic-container .fsContainer > .fsElementContent .info-tile-wrapper:nth-child(4n+4) > .info-tile {
        background: #52415e; }
  .infographic-container .fsCustomSlider .slick-list {
    margin: 0;
    padding: 0;
    text-align: center; }
  .infographic-container .fsCustomSlider .slick-dots {
    position: relative;
    margin-top: 30px;
    text-align: center; }
    .infographic-container .fsCustomSlider .slick-dots li button {
      border: 1px solid rgba(48, 48, 58, 0.6);
      background: transparent; }
    .infographic-container .fsCustomSlider .slick-dots li.slick-active button {
      border: 1px solid #009977;
      background: #009977; }

.info-tile {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: auto;
  height: auto; }
  body:not(.fsComposeMode) .info-tile {
    width: 225px !important;
    height: 225px !important;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .info-tile:nth-child(4n+1) {
    background: #ccc0b1; }
  .info-tile:nth-child(4n+2) {
    background: #30303a; }
  .info-tile:nth-child(4n+3) {
    background: #009977; }
  .info-tile:nth-child(4n+4) {
    background: #52415e; }
  .info-tile.state .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.state .fsElementContent {
    margin-bottom: 0; }
    .info-tile.state .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.backpack .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.backpack .fsElementContent {
    margin-bottom: 0; }
    .info-tile.backpack .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.sneaker .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.sneaker .fsElementContent {
    margin-bottom: 0; }
    .info-tile.sneaker .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.babybottle .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.babybottle .fsElementContent {
    margin-bottom: 0; }
    .info-tile.babybottle .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.lightbulb .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.lightbulb .fsElementContent {
    margin-bottom: 0; }
    .info-tile.lightbulb .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.lab-flask .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.lab-flask .fsElementContent {
    margin-bottom: 0; }
    .info-tile.lab-flask .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.teacher-student .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.teacher-student .fsElementContent {
    margin-bottom: 0; }
    .info-tile.teacher-student .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.family .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.family .fsElementContent {
    margin-bottom: 0; }
    .info-tile.family .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.art .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.art .fsElementContent {
    margin-bottom: 0; }
    .info-tile.art .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.ribbon .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.ribbon .fsElementContent {
    margin-bottom: 0; }
    .info-tile.ribbon .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.globe .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.globe .fsElementContent {
    margin-bottom: 0; }
    .info-tile.globe .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.calculator .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.calculator .fsElementContent {
    margin-bottom: 0; }
    .info-tile.calculator .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.paper-airplane .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.paper-airplane .fsElementContent {
    margin-bottom: 0; }
    .info-tile.paper-airplane .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.checkmark .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.checkmark .fsElementContent {
    margin-bottom: 0; }
    .info-tile.checkmark .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.gears .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.gears .fsElementContent {
    margin-bottom: 0; }
    .info-tile.gears .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.heart .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.heart .fsElementContent {
    margin-bottom: 0; }
    .info-tile.heart .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.column .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.column .fsElementContent {
    margin-bottom: 0; }
    .info-tile.column .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.comments .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.comments .fsElementContent {
    margin-bottom: 0; }
    .info-tile.comments .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile.graduate .fsElementHeaderContent {
    font-size: 0; }
  .info-tile.graduate .fsElementContent {
    margin-bottom: 0; }
    .info-tile.graduate .fsElementContent:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px;
      display: block;
      color: rgba(255, 255, 255, 0.25); }
  .info-tile > header {
    display: none; }
  .info-tile > .fsElementContent {
    width: 100%;
    height: auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    white-space: normal; }
    .info-tile > .fsElementContent strong, .info-tile > .fsElementContent b {
      margin-bottom: 0;
      font-size: 36px;
      font-weight: 600; }
    .info-tile > .fsElementContent p {
      margin: 0; }

.slideshow-container {
  display: none; }
  @media (min-width: 1100px) {
    .slideshow-container {
      display: block;
      margin: 0;
      padding: 0; } }
  body:not(.fsComposeMode) .slideshow-container > header {
    display: none; }
  .slideshow-container > .fsElementContent .slider-play-btn {
    top: 20px;
    right: 20px;
    left: auto; }
  .slideshow-container .photo-slide {
    position: relative;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit; }
    body:not(.fsComposeMode) .slideshow-container .photo-slide {
      height: 40vw; }
    .slideshow-container .photo-slide header {
      background: rgba(48, 48, 58, 0.7);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 181px);
      height: 85px;
      padding: 0 50px; }
      .slideshow-container .photo-slide header .fsElementTitle {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0; }
    .slideshow-container .photo-slide footer {
      background: rgba(48, 48, 58, 0.7);
      position: absolute;
      bottom: 0;
      right: 0; }
      .slideshow-container .photo-slide footer .fsElementFooterContent {
        margin-top: 0; }
        .slideshow-container .photo-slide footer .fsElementFooterContent a {
          color: #fff;
          font-weight: 600;
          text-transform: uppercase;
          display: block;
          height: 85px;
          width: 180px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; }
          .slideshow-container .photo-slide footer .fsElementFooterContent a:focus, .slideshow-container .photo-slide footer .fsElementFooterContent a:hover {
            background: rgba(48, 48, 58, 0.75); }
  .show-panel .slideshow-container .fsCustomSlider .slider-play-btn, .show-panel
  .slideshow-container .fsCustomSlider .slick-arrow {
    opacity: 0;
    visibility: hidden; }
  .slideshow-container .fsCustomSlider .slick-arrow {
    z-index: 8999;
    width: 70px;
    height: 70px; }
    .slideshow-container .fsCustomSlider .slick-arrow.slick-prev:before, .slideshow-container .fsCustomSlider .slick-arrow.slick-next:before {
      font-size: 60px;
      line-height: 70px;
      color: rgba(255, 255, 255, 0.5); }
    .slideshow-container .fsCustomSlider .slick-arrow.slick-prev {
      left: 30px; }
      .slideshow-container .fsCustomSlider .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .slideshow-container .fsCustomSlider .slick-arrow.slick-next {
      right: 30px; }
      .slideshow-container .fsCustomSlider .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

.photo-grid-container.photo-grid-mobile {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 1100px) {
    .photo-grid-container.photo-grid-mobile {
      display: none; } }
  .photo-grid-container.photo-grid-mobile a {
    text-decoration: none; }

body:not(.fsComposeMode) .photo-grid-container > header {
  display: none; }

body:not(.fsComposeMode) .photo-grid-container > .fsElementContent {
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .photo-grid-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .photo-grid-container > .fsElementContent {
      height: 40vw; } }
  body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 62.5vw;
    border-bottom: 1px solid #fff; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer {
        border-bottom: none;
        width: 50%;
        height: 50vw; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer {
        width: 100%;
        height: 100%; } }
    body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer > .fsElementContent {
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer > header {
      display: none; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.early-childhood {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.early-childhood .image-tile {
        left: 0;
        top: 0;
        height: 40vw;
        width: 30%;
        border-right: solid 1px #fff; }
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.early-childhood .overlay .fsStyleColumn-1 {
        width: 30%;
        border-right: solid 1px #fff; }
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.early-childhood .overlay .fsStyleColumn-2 {
        width: 70%; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.preschool-kindergarten {
        border-bottom: 1px solid #fff; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.preschool-kindergarten .image-tile {
        top: 0;
        left: 30%;
        width: 40%;
        height: 20vw;
        border-bottom: 1px solid #fff; }
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.preschool-kindergarten .overlay .fsStyleColumn-1 {
        width: 30%;
        border-right: solid 1px #fff; }
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.preschool-kindergarten .overlay .fsStyleColumn-2 {
        width: 70%; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.primary-middle {
        border-right: 1px solid #fff; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.primary-middle {
        border-right: none; }
        body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.primary-middle .image-tile {
          top: 20vw;
          left: 30%;
          width: 40%;
          height: 20vw; }
        body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.primary-middle .overlay .fsStyleColumn-1 {
          width: 70%; }
        body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.primary-middle .overlay .fsStyleColumn-2 {
          width: 30%;
          border-left: solid 1px #fff; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.steam-studio .image-tile {
        top: 0;
        left: 70%;
        height: 40vw;
        width: 30%;
        border-left: solid 1px #fff; }
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.steam-studio .overlay .fsStyleColumn-1 {
        width: 70%; }
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.steam-studio .overlay .fsStyleColumn-2 {
        width: 30%;
        border-left: solid 1px #fff; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container > .fsElementContent .fsContainer.show-panel .overlay {
        z-index: 18000;
        opacity: 1;
        visibility: visible; } }

body:not(.fsComposeMode) .photo-grid-container .image-tile {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer; }
  @media (min-width: 1100px) {
    body:not(.fsComposeMode) .photo-grid-container .image-tile {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  body:not(.fsComposeMode) .photo-grid-container .image-tile > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 30px;
    height: auto;
    bottom: 0;
    background: #30303a;
    background: rgba(48, 48, 58, 0.7);
    transition: all 0.3s; }
    body:not(.fsComposeMode) .photo-grid-container .image-tile > header .fsElementTitle {
      font-weight: 700;
      font-size: 18px;
      line-height: 26px;
      color: #fff;
      margin-bottom: 0; }
      body:not(.fsComposeMode) .photo-grid-container .image-tile > header .fsElementTitle:after {
        content: '+';
        margin-left: 20px; }
    body:not(.fsComposeMode) .photo-grid-container .image-tile > header .fsElementHeaderContent {
      font-weight: 700;
      font-size: 17px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #009977;
      margin-bottom: 0;
      height: auto;
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s; }
      body:not(.fsComposeMode) .photo-grid-container .image-tile > header .fsElementHeaderContent a {
        color: #009977; }
        body:not(.fsComposeMode) .photo-grid-container .image-tile > header .fsElementHeaderContent a:focus, body:not(.fsComposeMode) .photo-grid-container .image-tile > header .fsElementHeaderContent a:hover {
          color: #fff;
          text-decoration: none; }
  body:not(.fsComposeMode) .photo-grid-container .image-tile:focus > header, body:not(.fsComposeMode) .photo-grid-container .image-tile:hover > header {
    background: rgba(48, 48, 58, 0.8);
    height: 100%;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .photo-grid-container .image-tile:focus > header, body:not(.fsComposeMode) .photo-grid-container .image-tile:hover > header {
        height: auto;
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start;
        cursor: pointer; } }
    @media screen and (max-width: 1099px) {
      body:not(.fsComposeMode) .photo-grid-container .image-tile:focus > header .fsElementTitle, body:not(.fsComposeMode) .photo-grid-container .image-tile:hover > header .fsElementTitle {
        display: inline-block;
        padding: 0 10px 10px 10px;
        margin: 0 auto 15px auto;
        border-bottom: 1px solid #009977;
        font-weight: 600;
        font-size: 25px;
        line-height: 1.2; }
        body:not(.fsComposeMode) .photo-grid-container .image-tile:focus > header .fsElementTitle:after, body:not(.fsComposeMode) .photo-grid-container .image-tile:hover > header .fsElementTitle:after {
          content: '';
          margin-left: 0; }
      body:not(.fsComposeMode) .photo-grid-container .image-tile:focus > header .fsElementHeaderContent, body:not(.fsComposeMode) .photo-grid-container .image-tile:hover > header .fsElementHeaderContent {
        max-height: 9999px;
        opacity: 1;
        visibility: visible; } }

body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay > header {
    display: none; }
  body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    float: none; }
    body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement {
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: inherit; }
      body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: center;
        justify-content: center; }
        body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text .fsElementHeaderContent {
          font-weight: 700;
          font-size: 17px;
          line-height: 1.2;
          text-transform: uppercase;
          color: #009977;
          margin-bottom: 0; }
          body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text .fsElementHeaderContent a {
            color: #009977; }
            body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text .fsElementHeaderContent a:focus, body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text .fsElementHeaderContent a:hover {
              color: #fff; }
        body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text > .fsElementContent {
          margin: 0;
          padding: 10%;
          font-size: 15px;
          line-height: 26px;
          color: #fff; }
          body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text > .fsElementContent p {
            width: 100%;
            max-width: 600px; }
          body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text > .fsElementContent a {
            color: #009977;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
            height: 55px;
            width: 160px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #fff; }
            body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text > .fsElementContent a:focus, body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text > .fsElementContent a:hover {
              border: 1px solid #009977;
              background: #009977;
              color: #fff; }
        body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text header {
          margin: 0 0 15px 0;
          padding: 0; }
          body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text header .fsElementTitle {
            display: inline-block;
            margin: 0 -10px 15px -10px;
            padding: 0 10px 10px 10px;
            font-size: 30px;
            line-height: 1.2;
            color: #fff;
            border-bottom: 1px solid #009977; }
          body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .fsStyleColumn .fsElement.overlay-text header .fsElementHeaderContent {
            margin: 0;
            padding: 0;
            display: block;
            font-size: 15px;
            line-height: 1.2;
            text-transform: uppercase;
            color: #009977; }
  body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    top: 10%;
    right: 5%;
    display: inline-block;
    cursor: pointer;
    width: 55px;
    height: 55px; }
    body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close:focus {
      outline: 5px auto -webkit-focus-ring-color; }
      body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close:focus em:before, body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close:focus em:after {
        background: #fff; }
    body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close em {
      max-width: 55px;
      color: transparent; }
      body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close em:before, body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close em:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 50%;
        content: '';
        background: #fff; }
      body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close em:before {
        margin-top: 0;
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      body:not(.fsComposeMode) .photo-grid-container .fsTwoColumnLayout.overlay .overlay-close em:after {
        box-shadow: none;
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }

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

@media (min-width: 1000px) {
  _:-ms-fullscreen, :root body:not(.fsComposeMode).steam .photo-tile {
    height: 33vw;
    width: 33.33%;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

body:not(.fsComposeMode).steam #fsPageBodyWrapper {
  padding: 0; }

body:not(.fsComposeMode).steam #fsPageBody {
  max-width: none; }

body:not(.fsComposeMode).steam .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0; }

body:not(.fsComposeMode).steam .steam-container {
  padding: 100px 20px 80px 20px;
  position: relative;
  margin-bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  body:not(.fsComposeMode).steam .steam-container:before {
    content: '';
    background: rgba(0, 0, 0, 0.68);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode).steam .steam-container .fsElementTitle {
    color: #009977;
    font-size: 53px;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-bottom: 60px; }

body:not(.fsComposeMode).steam .leadin-box {
  position: relative;
  margin: 0 auto;
  max-width: 82.66667em;
  max-width: 77.5rem;
  position: relative;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 140px;
  margin-top: 40px; }
  body:not(.fsComposeMode).steam .leadin-box header {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    padding-top: 10px; }
    body:not(.fsComposeMode).steam .leadin-box header:before, body:not(.fsComposeMode).steam .leadin-box header:after {
      content: '';
      height: 1px;
      width: 50%;
      background: rgba(255, 255, 255, 0.3);
      position: relative;
      display: inline-block;
      bottom: 0;
      margin-bottom: 10px; }
    body:not(.fsComposeMode).steam .leadin-box header:before {
      right: 5px;
      margin-left: -50%; }
    body:not(.fsComposeMode).steam .leadin-box header:after {
      left: 5px;
      margin-right: -50%; }
    body:not(.fsComposeMode).steam .leadin-box header .fsElementHeaderContent {
      display: inline-block;
      margin-bottom: 0; }
      body:not(.fsComposeMode).steam .leadin-box header .fsElementHeaderContent span {
        display: block; }
        body:not(.fsComposeMode).steam .leadin-box header .fsElementHeaderContent span:before {
          color: #fff;
          font-size: 40px;
          display: block;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
  body:not(.fsComposeMode).steam .leadin-box .fsElementContent {
    color: #fff;
    text-align: center;
    padding: 70px 50px; }
    body:not(.fsComposeMode).steam .leadin-box .fsElementContent p:only-child {
      margin-bottom: 0; }
  body:not(.fsComposeMode).steam .leadin-box footer {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden; }
    body:not(.fsComposeMode).steam .leadin-box footer:before, body:not(.fsComposeMode).steam .leadin-box footer:after {
      content: '';
      height: 1px;
      width: 50%;
      background: rgba(255, 255, 255, 0.3);
      position: relative;
      display: inline-block;
      bottom: 0;
      margin-bottom: 10px; }
    body:not(.fsComposeMode).steam .leadin-box footer:before {
      right: 5px;
      margin-left: -50%; }
    body:not(.fsComposeMode).steam .leadin-box footer:after {
      left: 5px;
      margin-right: -50%; }
    body:not(.fsComposeMode).steam .leadin-box footer .fsElementFooterContent {
      color: #886d9d;
      font-size: 35px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 0;
      display: inline-block; }

body:not(.fsComposeMode).steam .letter-container {
  margin-bottom: 60px; }
  body:not(.fsComposeMode).steam .letter-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode).steam .letter-container > .fsElementContent {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).steam .letter-container > .fsElementContent {
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 20px; } }

body:not(.fsComposeMode).steam .s-tile {
  position: relative;
  border: solid 1px #f8bd4c;
  height: 87.5vw;
  perspective: 1000px; }
  body:not(.fsComposeMode) .letter-tile header {
    display: none; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).steam .s-tile {
      width: 48%;
      margin: 0 1% 20px 1%;
      height: 44.7vw; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .s-tile {
      width: 20%;
      margin: 0;
      height: 18.4vw; } }
  body:not(.fsComposeMode).steam .s-tile > .fsElementContent {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode).steam .s-tile .front {
    margin-bottom: 0;
    color: #f8bd4c;
    background: rgba(0, 0, 0, 0.4);
    font-size: 120px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    z-index: 2; }
  body:not(.fsComposeMode).steam .s-tile .back {
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    body:not(.fsComposeMode).steam .s-tile .back .fsElementContent {
      position: relative; }
    body:not(.fsComposeMode).steam .s-tile .back h3 {
      color: #f8bd4c;
      font-weight: 600; }
    body:not(.fsComposeMode).steam .s-tile .back p {
      margin: 0; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).steam .s-tile .back p {
          font-size: 1vmax; } }
    body:not(.fsComposeMode).steam .s-tile .back:before {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode).steam .s-tile .back .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode).steam .s-tile .back .fsElementFooterContent a {
        color: transparent;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body:not(.fsComposeMode).steam .s-tile:hover > .fsElementContent {
    transform: rotateY(180deg); }

body:not(.fsComposeMode).steam .t-tile {
  position: relative;
  border: solid 1px #886d9d;
  height: 87.5vw;
  perspective: 1000px;
  z-index: 20; }
  body:not(.fsComposeMode) .letter-tile header {
    display: none; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).steam .t-tile {
      width: 48%;
      margin: 0 1% 20px 1%;
      height: 44.7vw; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .t-tile {
      width: 20%;
      margin: 0;
      height: 18.4vw; } }
  body:not(.fsComposeMode).steam .t-tile > .fsElementContent {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode).steam .t-tile .front {
    margin-bottom: 0;
    color: #886d9d;
    background: rgba(0, 0, 0, 0.4);
    font-size: 120px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    z-index: 2; }
  body:not(.fsComposeMode).steam .t-tile .back {
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    body:not(.fsComposeMode).steam .t-tile .back .fsElementContent {
      position: relative; }
    body:not(.fsComposeMode).steam .t-tile .back h3 {
      color: #f8bd4c;
      font-weight: 600; }
    body:not(.fsComposeMode).steam .t-tile .back p {
      margin: 0; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).steam .t-tile .back p {
          font-size: 1vmax; } }
    body:not(.fsComposeMode).steam .t-tile .back:before {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode).steam .t-tile .back .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode).steam .t-tile .back .fsElementFooterContent a {
        color: transparent;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body:not(.fsComposeMode).steam .t-tile:hover > .fsElementContent {
    transform: rotateY(180deg); }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .t-tile {
      top: -50%;
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }

body:not(.fsComposeMode).steam .e-tile {
  position: relative;
  border: solid 1px #009977;
  height: 87.5vw;
  perspective: 1000px; }
  body:not(.fsComposeMode) .letter-tile header {
    display: none; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).steam .e-tile {
      width: 48%;
      margin: 0 1% 20px 1%;
      height: 44.7vw; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .e-tile {
      width: 20%;
      margin: 0;
      height: 18.4vw; } }
  body:not(.fsComposeMode).steam .e-tile > .fsElementContent {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode).steam .e-tile .front {
    margin-bottom: 0;
    color: #009977;
    background: rgba(0, 0, 0, 0.4);
    font-size: 120px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    z-index: 2; }
  body:not(.fsComposeMode).steam .e-tile .back {
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    body:not(.fsComposeMode).steam .e-tile .back .fsElementContent {
      position: relative; }
    body:not(.fsComposeMode).steam .e-tile .back h3 {
      color: #f8bd4c;
      font-weight: 600; }
    body:not(.fsComposeMode).steam .e-tile .back p {
      margin: 0; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).steam .e-tile .back p {
          font-size: 1vmax; } }
    body:not(.fsComposeMode).steam .e-tile .back:before {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode).steam .e-tile .back .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode).steam .e-tile .back .fsElementFooterContent a {
        color: transparent;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body:not(.fsComposeMode).steam .e-tile:hover > .fsElementContent {
    transform: rotateY(180deg); }

body:not(.fsComposeMode).steam .a-tile {
  position: relative;
  border: solid 1px #a1396f;
  height: 87.5vw;
  perspective: 1000px;
  z-index: 20; }
  body:not(.fsComposeMode) .letter-tile header {
    display: none; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).steam .a-tile {
      width: 48%;
      margin: 0 1% 20px 1%;
      height: 44.7vw; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .a-tile {
      width: 20%;
      margin: 0;
      height: 18.4vw; } }
  body:not(.fsComposeMode).steam .a-tile > .fsElementContent {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode).steam .a-tile .front {
    margin-bottom: 0;
    color: #a1396f;
    background: rgba(0, 0, 0, 0.4);
    font-size: 120px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    z-index: 2; }
  body:not(.fsComposeMode).steam .a-tile .back {
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    body:not(.fsComposeMode).steam .a-tile .back .fsElementContent {
      position: relative; }
    body:not(.fsComposeMode).steam .a-tile .back h3 {
      color: #f8bd4c;
      font-weight: 600; }
    body:not(.fsComposeMode).steam .a-tile .back p {
      margin: 0; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).steam .a-tile .back p {
          font-size: 1vmax; } }
    body:not(.fsComposeMode).steam .a-tile .back:before {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode).steam .a-tile .back .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode).steam .a-tile .back .fsElementFooterContent a {
        color: transparent;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body:not(.fsComposeMode).steam .a-tile:hover > .fsElementContent {
    transform: rotateY(180deg); }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .a-tile {
      top: -50%;
      -ms-transform: translateY(50%);
      transform: translateY(50%); } }

body:not(.fsComposeMode).steam .m-tile {
  position: relative;
  border: solid 1px #c55800;
  height: 87.5vw;
  perspective: 1000px; }
  body:not(.fsComposeMode) .letter-tile header {
    display: none; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode).steam .m-tile {
      width: 48%;
      margin: 0 1% 20px 1%;
      height: 44.7vw; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .m-tile {
      width: 20%;
      margin: 0;
      height: 18.4vw; } }
  body:not(.fsComposeMode).steam .m-tile > .fsElementContent {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%; }
  body:not(.fsComposeMode).steam .m-tile .front {
    margin-bottom: 0;
    color: #c55800;
    background: rgba(0, 0, 0, 0.4);
    font-size: 120px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    z-index: 2; }
  body:not(.fsComposeMode).steam .m-tile .back {
    color: #fff;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    body:not(.fsComposeMode).steam .m-tile .back .fsElementContent {
      position: relative; }
    body:not(.fsComposeMode).steam .m-tile .back h3 {
      color: #f8bd4c;
      font-weight: 600; }
    body:not(.fsComposeMode).steam .m-tile .back p {
      margin: 0; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).steam .m-tile .back p {
          font-size: 1vmax; } }
    body:not(.fsComposeMode).steam .m-tile .back:before {
      content: '';
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body:not(.fsComposeMode).steam .m-tile .back .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode).steam .m-tile .back .fsElementFooterContent a {
        color: transparent;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  body:not(.fsComposeMode).steam .m-tile:hover > .fsElementContent {
    transform: rotateY(180deg); }

body:not(.fsComposeMode).steam .photo-tile-container {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 70px; }
  body:not(.fsComposeMode).steam .photo-tile-container > header {
    display: none; }
  body:not(.fsComposeMode).steam .photo-tile-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode).steam .photo-tile-container > .fsElementContent {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

body:not(.fsComposeMode).steam .photo-tile {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vw;
  width: 100vw;
  position: relative;
  margin-bottom: 0; }
  .steam .photo-tile {
    pointer-events: auto; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).steam .photo-tile {
      height: 50vw;
      width: 50vw; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .photo-tile {
      height: 33.33vw;
      width: 33.33vw;
      -ms-flex: 1 1 33.33%;
      flex: 1 1 33.33%; } }
  body:not(.fsComposeMode).steam .photo-tile:nth-child(5) .text-wrap {
    right: 0;
    margin: auto; }
  body:not(.fsComposeMode).steam .photo-tile .text-wrap {
    background: rgba(0, 153, 119, 0.9);
    color: #fff;
    width: 60%;
    height: auto;
    text-align: center;
    padding: 30px;
    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;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height .3s;
    overflow: hidden; }
    body:not(.fsComposeMode).steam .photo-tile .text-wrap .fsElementHeaderContent {
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 0; }
    body:not(.fsComposeMode).steam .photo-tile .text-wrap .fsElementContent {
      height: 0;
      line-height: 1.3;
      opacity: 0;
      transform: translate3d(0, 40px, 0);
      transition: height .2s, opacity .2s, transform .35s; }
      body:not(.fsComposeMode).steam .photo-tile .text-wrap .fsElementContent p {
        margin-bottom: 0; }
    body:not(.fsComposeMode).steam .photo-tile .text-wrap .fsElementFooterContent {
      margin-top: 0;
      height: 0;
      opacity: 0;
      transform: translate3d(0, 40px, 0);
      transition: height .2s, opacity .2s, transform .35s; }
      body:not(.fsComposeMode).steam .photo-tile .text-wrap .fsElementFooterContent a {
        color: #f8bd4c;
        font-weight: 600; }
  body:not(.fsComposeMode).steam .photo-tile:hover .text-wrap {
    height: 100%; }
    body:not(.fsComposeMode).steam .photo-tile:hover .text-wrap .fsElementHeaderContent {
      margin-bottom: 20px; }
    body:not(.fsComposeMode).steam .photo-tile:hover .text-wrap .fsElementContent {
      height: auto;
      opacity: 1;
      transition-delay: .05s;
      transition-duration: .35s;
      transform: translate3d(0, 0, 0); }
    body:not(.fsComposeMode).steam .photo-tile:hover .text-wrap .fsElementFooterContent {
      height: auto;
      opacity: 1;
      margin-top: 20px;
      transition-delay: .05s;
      transition-duration: .35s;
      transform: translate3d(0, 0, 0); }

body:not(.fsComposeMode).steam .text-tile {
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px; }
  body:not(.fsComposeMode).steam .text-tile .fsElementHeaderContent {
    color: #009977;
    font-size: 23px;
    font-weight: 600; }
  body:not(.fsComposeMode).steam .text-tile .fsElementFooterContent {
    color: #f8bd4c;
    font-weight: 600; }
    body:not(.fsComposeMode).steam .text-tile .fsElementFooterContent a {
      color: inherit; }

body:not(.fsComposeMode).steam .student-testimonials {
  position: relative;
  margin: 0 auto;
  max-width: 82.66667em;
  max-width: 77.5rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .student-testimonials {
      padding: 50px 100px; } }
  body:not(.fsComposeMode).steam .student-testimonials header {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center; }
    body:not(.fsComposeMode).steam .student-testimonials header:before, body:not(.fsComposeMode).steam .student-testimonials header:after {
      content: '';
      height: 1px;
      width: 50%;
      background: rgba(255, 255, 255, 0.3);
      position: relative;
      display: inline-block;
      bottom: 0;
      margin-bottom: 10px; }
    body:not(.fsComposeMode).steam .student-testimonials header:before {
      right: 5px;
      margin-left: -50%; }
    body:not(.fsComposeMode).steam .student-testimonials header:after {
      left: 5px;
      margin-right: -50%; }
    body:not(.fsComposeMode).steam .student-testimonials header .fsElementTitle {
      color: #fff;
      font-size: 35px;
      font-weight: 600;
      display: inline-block;
      text-transform: uppercase;
      margin-bottom: 0; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .student-testimonials .slick-slider {
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode).steam .student-testimonials article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 40px 20px 0 20px; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .student-testimonials article {
      padding: 0; } }
  body:not(.fsComposeMode).steam .student-testimonials article .fsThumbnail {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode).steam .student-testimonials article .fsThumbnail {
        float: none;
        max-width: none; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode).steam .student-testimonials article .fsThumbnail {
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 0;
        width: 50%; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).steam .student-testimonials article .fsThumbnail {
        margin-right: 10%; } }
    body:not(.fsComposeMode).steam .student-testimonials article .fsThumbnail img {
      width: 100%;
      margin-bottom: 0; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode).steam .student-testimonials article .text-wrap {
      width: 50%; } }
  body:not(.fsComposeMode).steam .student-testimonials article .fsTitle {
    color: #009977;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px; }
  body:not(.fsComposeMode).steam .student-testimonials article .fsSummary {
    color: #fff;
    text-indent: 40px;
    position: relative; }
    body:not(.fsComposeMode).steam .student-testimonials article .fsSummary:before {
      position: absolute;
      left: -40px;
      top: 20px;
      content: '\201C';
      color: #009977;
      font-size: 88px; }
  body:not(.fsComposeMode).steam .student-testimonials .fsPager {
    margin-top: 0;
    padding-top: 30px;
    z-index: 20; }
    body:not(.fsComposeMode).steam .student-testimonials .fsPager li button:before {
      opacity: 1;
      background-color: transparent;
      border: solid 1px #fff; }
    body:not(.fsComposeMode).steam .student-testimonials .fsPager li.slick-active button:before {
      background-color: #009977;
      border-color: #009977; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).steam .student-testimonials .fsPager {
        width: 40%;
        margin-left: 54%;
        text-align: left;
        position: absolute;
        bottom: 5%; } }

body:not(.fsComposeMode).steam .news-events-container {
  background: #251d2a;
  padding: 70px 20px 50px 20px; }
  body:not(.fsComposeMode).steam .news-events-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 82.66667em;
    max-width: 77.5rem; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).steam .news-events-container > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

body:not(.fsComposeMode).steam .steam-news {
  margin-bottom: 50px; }
  body:not(.fsComposeMode).steam .steam-news header .fsElementTitle {
    color: #009977;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
    body:not(.fsComposeMode).steam .steam-news header .fsElementTitle:after {
      content: '';
      background: rgba(255, 255, 255, 0.5);
      height: 1px;
      width: 100%;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-right: -100%;
      margin-left: 20px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).steam .steam-news {
      padding-right: 40px;
      width: 50%;
      margin-bottom: 0; } }
  body:not(.fsComposeMode).steam .steam-news article {
    padding: 0; }
    body:not(.fsComposeMode).steam .steam-news article .fsThumbnail {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode).steam .steam-news article .fsThumbnail {
          width: 50%;
          margin-bottom: 0;
          margin-right: 30px; } }
      body:not(.fsComposeMode).steam .steam-news article .fsThumbnail .fsCroppedImage {
        display: block; }
      body:not(.fsComposeMode).steam .steam-news article .fsThumbnail img {
        margin-bottom: 0; }
    body:not(.fsComposeMode).steam .steam-news article .fsTitle {
      color: #009977; }
      body:not(.fsComposeMode).steam .steam-news article .fsTitle a {
        color: inherit; }
        body:not(.fsComposeMode).steam .steam-news article .fsTitle a:hover {
          color: rgba(0, 153, 119, 0.7); }
    body:not(.fsComposeMode).steam .steam-news article .fsDateTime {
      color: #fff; }
    body:not(.fsComposeMode).steam .steam-news article .fsSummary {
      color: #fff;
      margin-top: 20px; }
  body:not(.fsComposeMode).steam .steam-news .fsPager {
    margin-top: 0;
    padding-top: 30px;
    z-index: 20; }
    body:not(.fsComposeMode).steam .steam-news .fsPager li button:before {
      opacity: 1;
      background-color: transparent;
      border: solid 1px #fff; }
    body:not(.fsComposeMode).steam .steam-news .fsPager li.slick-active button:before {
      background-color: #009977;
      border-color: #009977; }

body:not(.fsComposeMode).steam .steam-cal header .fsElementTitle {
  color: #009977;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  body:not(.fsComposeMode).steam .steam-cal header .fsElementTitle:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -100%;
    margin-left: 20px; }

@media (min-width: 1000px) {
  body:not(.fsComposeMode).steam .steam-cal {
    padding-left: 40px;
    width: 50%; } }

body:not(.fsComposeMode).steam .steam-cal .fsElementSlideshow {
  padding-left: 0;
  padding-right: 0; }

body:not(.fsComposeMode).steam .steam-cal article .fsDate {
  color: #fff;
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5); }

body:not(.fsComposeMode).steam .steam-cal article .fsTitle {
  color: #fff;
  line-height: 1.2; }
  body:not(.fsComposeMode).steam .steam-cal article .fsTitle a {
    color: inherit; }
    body:not(.fsComposeMode).steam .steam-cal article .fsTitle a:hover {
      color: rgba(255, 255, 255, 0.7); }

body:not(.fsComposeMode).steam .steam-cal article .fsEventDetails {
  color: #fff;
  font-weight: 400; }

body:not(.fsComposeMode).steam .steam-cal .fsPager {
  margin-top: 0;
  padding-top: 30px;
  z-index: 20; }
  body:not(.fsComposeMode).steam .steam-cal .fsPager li button:before {
    opacity: 1;
    background-color: transparent;
    border: solid 1px #fff; }
  body:not(.fsComposeMode).steam .steam-cal .fsPager li.slick-active button:before {
    background-color: #009977;
    border-color: #009977; }

body:not(.fsComposeMode).steam .arrow-btn-container {
  margin-bottom: 0; }

.voices-container > header .fsElementHeaderContent {
  text-align: center;
  color: #818080;
  font-size: 17px;
  margin-bottom: 45px;
  padding: 0 30px; }
  .voices-container > header .fsElementHeaderContent h2, .welcome .voices-container > header .fsElementHeaderContent h2.fsElementTitle {
    color: #009977;
    font-size: 33px;
    font-weight: 600;
    border-bottom: solid 5px #dbd8d4;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 32px;
    width: auto;
    margin-left: -30px;
    margin-right: -30px; }
    .voices-container > header .fsElementHeaderContent h2:after, .welcome .voices-container > header .fsElementHeaderContent h2.fsElementTitle:after {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      width: 60px;
      height: 40px;
      background: #fff;
      color: #52415e;
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .voices-container > header .fsElementHeaderContent h2 strong, .welcome .voices-container > header .fsElementHeaderContent h2.fsElementTitle strong {
      color: #52415e; }

.voices-post .fsElementHeaderContent {
  color: #52415e;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center; }
  .voices-post .fsElementHeaderContent strong {
    color: #009977; }

.voices-post .fsListItems {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0; }
  @media (min-width: 600px) {
    .voices-post .fsListItems {
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .voices-post .fsListItems {
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.voices-post article {
  position: relative;
  height: 365px;
  width: 274px; }
  @media (min-width: 600px) {
    .voices-post article {
      margin: 0 .5vw; } }
  @media (min-width: 700px) {
    .voices-post article {
      margin: 0 1.5vw; } }
  @media (min-width: 1000px) {
    .voices-post article {
      margin: 0 2vw; } }
  @media (min-width: 1200px) {
    .voices-post article {
      margin: 0; } }
  .voices-post article:before {
    content: '';
    background: rgba(48, 48, 58, 0.8);
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: top .3s ease; }
  .voices-post article .fsThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .voices-post article .fsThumbnail img {
      display: block; }
  .voices-post article .fsTitle {
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: 93%;
    -ms-transform: translateY(-93%);
    transform: translateY(-93%);
    z-index: 20;
    transition: all .4s ease-in-out; }
  .voices-post article .fsSummary {
    color: #fff;
    position: relative;
    top: 100%;
    transition: top .5s ease-in-out;
    z-index: 20; }
  .voices-post article .fsReadMoreLink {
    display: block;
    position: relative;
    top: 100%;
    transition: top .6s ease-in-out;
    z-index: 20; }
  .voices-post article:hover {
    padding: 40px 20px; }
    .voices-post article:hover:before {
      top: 0; }
    .voices-post article:hover .fsTitle {
      margin-bottom: 15px;
      top: 0;
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .voices-post article:hover .fsSummary {
      top: 0; }
    .voices-post article:hover .fsReadMoreLink {
      top: 0; }

.voices-post.faculty-posts article .fsTitle .secondWord {
  color: #009977;
  font-size: 27px;
  font-weight: 700; }

.voices-post.faculty-posts article .fsReadMoreLink {
  color: #009977; }

.voices-post.alumni-posts article .fsTitle .secondWord {
  color: #ccc0b1;
  font-size: 27px;
  font-weight: 700; }

.voices-post.alumni-posts article .fsReadMoreLink {
  color: #ccc0b1; }

.voices-post.family-posts article .fsTitle .secondWord {
  color: #ff771c;
  font-size: 27px;
  font-weight: 700; }

.voices-post.family-posts article .fsReadMoreLink {
  color: #ff771c; }

.voices-post.student-posts article .fsTitle .secondWord {
  color: #9460bb;
  font-size: 27px;
  font-weight: 700; }

.voices-post.student-posts article .fsReadMoreLink {
  color: #9460bb; }

.voices #fsPageBodyWrapper {
  padding-top: 80px; }

.voices .fsHeader .nav-main {
  border-bottom: solid 2px #009977; }

.voices .fsElementDialog {
  background: rgba(48, 48, 58, 0.9);
  border-radius: 0;
  border: none;
  color: #fff;
  width: 1000px; }
  .voices .fsElementDialog .fsDialogCloseButton:before, .voices .fsElementDialog .fsDialogCloseButton:after {
    background: #fff; }
  .voices .fsElementDialog .fsDialogContent {
    padding: 70px 100px; }
  .voices .fsElementDialog .fsThumbnail {
    margin-right: 50px; }
  .voices .fsElementDialog .fsTitle {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  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: 66.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1240px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #30303a;
      color: #30303a; }
      .colors ol li:nth-of-type(1):after {
        content: "#30303a"; }
    .colors ol li:nth-of-type(2) {
      background: #52415e;
      color: #52415e; }
      .colors ol li:nth-of-type(2):after {
        content: "#52415e"; }
    .colors ol li:nth-of-type(3) {
      background: #009977;
      color: #009977; }
      .colors ol li:nth-of-type(3):after {
        content: "#009977"; }
    .colors ol li:nth-of-type(4) {
      background: #f0ece7;
      color: #f0ece7; }
      .colors ol li:nth-of-type(4):after {
        content: "#f0ece7"; }
    .colors ol li:nth-of-type(5) {
      background: #ccc0b1;
      color: #ccc0b1; }
      .colors ol li:nth-of-type(5):after {
        content: "#ccc0b1"; }
    .colors ol li:nth-of-type(6) {
      background: #636971;
      color: #636971; }
      .colors ol li:nth-of-type(6):after {
        content: "#636971"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Droid Serif", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Droid Serif, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "open-sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "open-sans, 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: 36px / line: 40px"; }

.headers h2:after, .headers .welcome h2.fsElementTitle:after, .welcome .headers h2.fsElementTitle:after {
  content: " size: 33px / line: 40px"; }

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

.headers h4:after, .headers .admission-events h2.fsElementTitle:after, .admission-events .headers h2.fsElementTitle:after, .headers .steps-container > header > h2.fsElementTitle:after, .headers .welcome .steps-container > header > h2.fsElementTitle:after {
  content: " size: 20px / line: 26px"; }

.headers h5:after {
  content: " size: 17px / line: 20px"; }

.headers h6:after {
  content: " size: 15px / line: 24px"; }

body:not(.fsComposeMode) .full-width {
  max-width: 0vw;
  margin: 0 auto; }
  body:not(.fsComposeMode) .full-width > header {
    display: none; }
  body:not(.fsComposeMode) .full-width > .fsElementContent {
    margin: 0 -50vw;
    padding: 60px 0;
    width: 100vw;
    background: #f0ece7; }

body:not(.fsComposeMode) .stats-slideshow > header {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  padding-right: 1.33333em;
  padding-left: 1.33333em; }
  body:not(.fsComposeMode) .stats-slideshow > header .fsElementHeaderContent {
    position: relative;
    margin: 0 auto;
    max-width: 72em;
    max-width: 67.5rem;
    text-align: center;
    color: #818080;
    font-size: 17px;
    margin-bottom: 45px;
    padding: 0 20px; }
    body:not(.fsComposeMode) .stats-slideshow > header .fsElementHeaderContent h2 {
      color: #009977;
      font-size: 33px;
      font-weight: 600;
      border-bottom: solid 5px #dbd8d4;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 32px;
      width: auto;
      margin-left: -20px;
      margin-right: -20px; }
      body:not(.fsComposeMode) .stats-slideshow > header .fsElementHeaderContent h2:after {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 40px;
        background: #f0ece7;
        color: #52415e;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      body:not(.fsComposeMode) .stats-slideshow > header .fsElementHeaderContent h2 strong {
        font-weight: 600;
        color: #52415e; }

body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide:nth-child(4n+1) .info-tile {
    background: #ccc0b1; }
  body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide:nth-child(4n+2) .info-tile {
    background: #30303a; }
  body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide:nth-child(4n+3) .info-tile {
    background: #009977; }
  body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide:nth-child(4n+4) .info-tile {
    background: #52415e; }
  body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > header {
    display: none; }
  body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border-right: 5px solid #f0ece7;
    border-left: 5px solid #f0ece7; }
    body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn-1 {
      width: 100%; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn-1 {
          width: 240px; } }
    body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn-2 {
      display: none; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn-2 {
          display: block;
          width: 100%; } }
    body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .photo-large {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: inherit; }
      body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .photo-large > header {
        display: none; }
    body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .photo-small {
      margin: 0 auto;
      padding: 0;
      width: 220px;
      height: 200px;
      background-color: transparent;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: inherit; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .photo-small {
          margin-top: 0;
          margin-bottom: 0; } }
      body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .photo-small > header {
        display: none; }
    body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .divider {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      min-height: 10px; }
      body:not(.fsComposeMode) .stats-slideshow .fsTwoColumnLayout.container-slide > .fsStyleColumn .divider hr {
        display: none; }

.stats-slideshow .slick-dots {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center; }
  .stats-slideshow .slick-dots li {
    display: inline-block; }
  .stats-slideshow .slick-dots li + li {
    margin-left: 6px; }
  .stats-slideshow .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0;
    border: 2px solid rgba(48, 48, 58, 0.6);
    background: transparent; }
  .stats-slideshow .slick-dots .slick-active button {
    border: 2px solid #009977;
    background: #009977; }

/*==============================*/
/* FOR LAYOUT 2 ONLY            */
/*==============================*/
/*========================*/
/* Main image             */
/*========================*/
.landing-banner {
  height: 70vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  margin: 0 -20px; }
  @media (min-width: 600px) {
    .landing-banner {
      max-height: 600px;
      height: 41.667vw; } }
  .landing-banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .landing-banner > .fsElementContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px;
    max-width: 1000px;
    margin: 0 auto; }
  .landing-banner > .fsElementContent p {
    text-align: center;
    color: #fff;
    padding: 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .landing-banner > .fsElementContent p {
        font-size: 30px; } }

/*==============================*/
/* Welcome Content Section      */
/*==============================*/
.welcome {
  margin-bottom: 60px; }
  .welcome h2.fsElementTitle {
    line-height: 35px; }
  .welcome > footer {
    overflow: hidden; }
    .welcome > footer img {
      float: left;
      margin-right: 10px; }

/*==============================*/
/* Buttons                      */
/*==============================*/
.buttons-container {
  margin: 0 -10px;
  overflow: hidden;
  margin-bottom: 60px; }
  @media (min-width: 600px) {
    .buttons-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  .buttons-container .admissions-button {
    display: block;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .buttons-container .admissions-button {
        width: 50%; } }
    .buttons-container .admissions-button a {
      height: 80px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px; }

/*==============================*/
/* Admissions Events            */
/*==============================*/
.admission-events {
  margin-bottom: 50px; }
  .admission-events > header {
    margin-bottom: 30px;
    overflow: hidden; }
  .admission-events h2.fsElementTitle {
    float: left;
    margin-bottom: 0; }
  .admission-events .fsElementHeaderContent,
  .admission-events .fsElementFooterContent {
    display: block;
    float: right; }
    .admission-events .fsElementHeaderContent a,
    .admission-events .fsElementFooterContent a {
      color: #009977; }
      .admission-events .fsElementHeaderContent a:hover,
      .admission-events .fsElementFooterContent a:hover {
        color: #00c297; }
      .admission-events .fsElementHeaderContent a:after,
      .admission-events .fsElementFooterContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 12px;
        display: inline-block;
        margin-left: 5px; }
  .admission-events .fsElementHeaderContent {
    display: block; }
    @media (max-width: 600px) {
      .admission-events .fsElementHeaderContent {
        display: none; } }
  .admission-events .fsElementFooterContent {
    float: left;
    display: none; }
    @media (max-width: 600px) {
      .admission-events .fsElementFooterContent {
        display: block; } }
  .admission-events .fsListItems {
    margin: 0 -10px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .admission-events .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .admission-events .fsDayContainer {
    margin-bottom: 30px;
    padding: 0 10px; }
    .admission-events .fsDayContainer:after {
      content: '';
      display: block;
      clear: both; }
    @media (min-width: 600px) {
      .admission-events .fsDayContainer {
        width: 50%; } }
  .admission-events time.fsDate {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background: #52415e;
    height: 88px;
    width: 88px;
    border-radius: 100%;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .admission-events time.fsDate span {
      color: #fff;
      font-family: "open-sans", sans-serif; }
    .admission-events time.fsDate .fsMonth {
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      text-transform: uppercase; }
    .admission-events time.fsDate .fsDay {
      font-size: 35px;
      line-height: 35px;
      font-weight: 700; }
    .admission-events time.fsDate .fsYear {
      display: none; }
  .admission-events .fsTitle,
  .admission-events .fsEventDetails {
    display: block;
    float: right;
    width: calc(100% - 100px); }
  .admission-events .fsTitle,
  .admission-events .fsTitle a {
    color: #30303a;
    font: 700 15px/20px "open-sans", sans-serif; }
  .admission-events .fsTitle a:hover {
    text-decoration: underline; }
  .admission-events .fsEventDetails {
    color: #30303a;
    font: 400 15px/20px "open-sans", sans-serif; }

/*==============================*/
/* Admissions Team              */
/*==============================*/
.admissions-team {
  background: #f0f0f0;
  position: relative;
  z-index: 50;
  margin-bottom: 0;
  padding-bottom: 20px; }
  .admissions-team > .fsElementContent {
    max-width: 100%;
    width: 300px;
    margin: 40px auto 0; }
    @media (min-width: 500px) {
      .admissions-team > .fsElementContent {
        width: 620px; } }
    @media (min-width: 900px) {
      .admissions-team > .fsElementContent {
        width: 100%;
        margin: 0; } }
  .admissions-team .fsElementPagination {
    display: none; }
  .admissions-team:before {
    content: '';
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: -100%;
    width: 200vw;
    height: 100%;
    z-index: -1; }
  .admissions-team > header {
    padding-top: 40px;
    margin-top: 0;
    font-weight: 700;
    font-weight: 600;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center; }
  .admissions-team div[class*="fsConstituentColumnLayout_"] {
    margin: 0 -10px;
    display: block; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
      display: block;
      float: left;
      margin: 0 0px 20px;
      padding: 0;
      position: relative;
      min-height: 200px;
      overflow: hidden;
      text-align: center;
      background-color: #52415e; }
      @media (min-width: 500px) {
        .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
          width: calc(50% - 20px);
          margin: 0 10px 20px; } }
      @media (min-width: 900px) {
        .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
          width: calc(25% - 20px); } }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:not(.fsHasPhoto) {
        padding: 30px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem.fsHasPhoto > .team-wrapper {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        z-index: 30; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem.fsHasPhoto:hover > .team-wrapper {
        opacity: 1;
        visibility: visible;
        transition: .3s; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem.fsHasPhoto:hover > div.fsPhoto:before {
        opacity: 1;
        visibility: visible;
        transition: .3s; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:hover:before {
        opacity: 1; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:hover > * {
        opacity: 1; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > .fsPhoto {
        padding: 0;
        z-index: 10;
        opacity: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 0; }
        .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > .fsPhoto:before {
          content: '';
          background: #52415e;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 20;
          opacity: 0;
          transition: .3s; }
        .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > .fsPhoto img {
          display: block;
          opacity: 0;
          visibility: hidden;
          min-height: 200px; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName {
      color: #fff;
      font: 700 18px/24px "open-sans", sans-serif;
      text-transform: uppercase;
      margin-bottom: 0; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName a {
        color: #fff; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName + div {
        margin-top: 15px; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] .fsClassOf {
      display: none; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] .fsTitles, .admissions-team div[class*="fsConstituentColumnLayout_"] .fsJobTitle {
      color: #ffffff;
      font: 400 18px/24px "open-sans", sans-serif; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail {
      color: #ffffff;
      font: 400 15px/24px "open-sans", sans-serif; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail a {
        color: #fff; }
      @media (max-width: 1030px) and (min-width: 800px) {
        .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail {
          line-height: normal;
          font-size: 1.2711vw; } }

/*==============================*/
/* Admissions Steps             */
/*==============================*/
.steps-container {
  background: #f0f0f0;
  padding: 36px 55px 55px 55px;
  margin-bottom: 50px; }
  @media (max-width: 1000px) and (min-width: 800px) {
    .steps-container {
      padding: 3.05vw 4.661vw 4.661vw 4.661vw; } }
  @media (max-width: 800px) {
    .steps-container {
      margin-bottom: 80px; } }
  @media (max-width: 600px) {
    .steps-container {
      padding: 20px; } }
  .steps-container > header > h2.fsElementTitle, .welcome .steps-container > header > h2.fsElementTitle {
    text-align: center;
    margin-bottom: 15px; }
  .steps-container .admission-step {
    margin-bottom: 20px; }
    .steps-container .admission-step:last-child {
      margin-bottom: 0; }
    @media (min-width: 400px) and (max-width: 800px) {
      .steps-container .admission-step {
        display: -ms-flexbox;
        display: flex; } }
    .steps-container .admission-step > header {
      background: #52415e; }
      @media (min-width: 400px) and (max-width: 800px) {
        .steps-container .admission-step > header {
          width: 60px;
          -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
          min-width: 60px; } }
    .steps-container .admission-step > header h2 {
      color: #ffffff;
      font: 700 50px/76px "open-sans", sans-serif;
      padding: 0 10px;
      text-align: center;
      margin-bottom: 0; }
      @media (max-width: 400px) {
        .steps-container .admission-step > header h2 {
          font: 700 36px/50px "open-sans", sans-serif; } }
    .steps-container .admission-step > .fsElementContent {
      background-color: #ffffff;
      border: 1px solid #52415e;
      padding: 16px 20px;
      text-align: center; }
      @media (max-width: 800px) {
        .steps-container .admission-step > .fsElementContent {
          -ms-flex-positive: 1;
          flex-grow: 1;
          text-align: left; } }
      .steps-container .admission-step > .fsElementContent p {
        margin-bottom: 0;
        color: #30303a;
        font: 400 15px/24px "open-sans", sans-serif; }
        .steps-container .admission-step > .fsElementContent p strong {
          display: block;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 8px; }
          @media (max-width: 1030px) and (min-width: 800px) {
            .steps-container .admission-step > .fsElementContent p strong {
              font-size: 1.525vw;
              line-height: normal; } }

.admissions.fsHasLeftBanner #fsPageContent {
  width: 100% !important; }

@media (max-width: 899px) {
  .admissions .nav-sub {
    margin: -40px -20px 0 !important; }
    .admissions .nav-sub > .fsElementContent {
      display: none; } }

.admissions .nav-sub > header {
  display: block; }
  @media (min-width: 900px) {
    .admissions .nav-sub > header {
      display: none; } }

.admissions .nav-sub.active-nav > .fsElementContent {
  display: block; }

.admissions #fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  padding-right: 0; }
  @media (min-width: 900px) {
    .admissions #fsBannerLeft {
      display: none; } }

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