@charset "UTF-8";
 /**
 *
 * Independent School District No. 1 of Tulsa County, Tulsa Public Schools - default_18
 * @link http://tulsaschoolsorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jim Peterman
 * Project Manager: Lisa Willsey
 * Designer: Akua Duah
 * ==== Git Info ====
 * Branch Name: clients/tulsaschoolsorg
 * Build version: 3.2.6
 * Git Tag: v3.0-255-g0e89ba20b8
 * Last build by: Jim Peterman
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/Icomoon/icomoon.eot");
  src: url("../fonts/Icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/Icomoon/icomoon.woff2") format("woff2"), url("../fonts/Icomoon/icomoon.woff") format("woff"), url("../fonts/Icomoon/icomoon.ttf") format("truetype"), url("../fonts/Icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.skip-link a {
  position: absolute;
  top: -40px;
  left: 0px;
  color: #fff;
  padding: 6px;
  background: #343B41;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999; }
  .skip-link a:focus {
    left: 0px;
    top: 0px;
    background: #343B41;
    color: #fff;
    transition: top .1s ease-in, background .5s linear; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 2;
  font-family: "alternate-gothic-no-1-d", sans-serif;
  color: 900;
  text-transform: uppercase;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1.5px;
  font-family: "alternate-gothic-no-1-d", sans-serif;
  color: 900;
  text-transform: uppercase;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  color: 900;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  text-transform: uppercase;
  color: #1E2023;
  letter-spacing: 2px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  color: #1E2023;
  margin-bottom: 10px; }

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

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #C84114;
  transition: background .3s, color .3s; }
  a:hover {
    color: #C84114;
    text-decoration: underline; }
  a:focus {
    color: #6E2B70;
    text-decoration: underline; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_28 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  border: 0;
  font-size: 15px;
  line-height: 22px; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_28 td {
    padding: 14px 20px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  .fs_style_28 tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_28 th,
  .fs_style_28 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_28 th {
    padding: 15px 20px 13px;
    text-align: left;
    background: #C84114;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-family: "alternate-gothic-no-3-d", sans-serif; }

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

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

.icon {
  display: inline-block;
  font-size: 0;
  padding-right: 15px;
  height: 24px;
  top: 3px;
  position: relative; }
  .icon:before {
    font-family: "IcoMoon";
    font-size: 18px;
    color: #29AAE1; }
  .icon.icon-download:before {
    content: "\e92a"; }
  .icon.icon-link:before {
    content: "\e92b"; }

.icon-apple-books-icon:before {
  content: "\e93b"; }

.icon-pencil-2:before {
  content: "\e93c"; }

.icon-character-icon:before {
  content: "\e92f"; }

.icon-contributor-icon:before {
  content: "\e930"; }

.icon-designer-icon:before {
  content: "\e931"; }

.icon-employees:before {
  content: "\e932"; }

.icon-Equity-logo:before {
  content: "\e933"; }

.icon-excellence-icon:before {
  content: "\e934"; }

.icon-joy-icon:before {
  content: "\e935"; }

.icon-learner-icon:before {
  content: "\e936"; }

.icon-student:before {
  content: "\e937"; }

.icon-teachers:before {
  content: "\e938"; }

.icon-team-icon:before {
  content: "\e939"; }

.icon-left-chevron:before {
  content: "\e909"; }

.icon-right-chevron:before {
  content: "\e90a"; }

.icon-accordion-caret-closed:before {
  content: "\e90b"; }

.icon-accordion-caret-open:before {
  content: "\e90c"; }

.icon-quote-icon:before {
  content: "\e90d"; }

.icon-schoolway-logo:before {
  content: "\e900"; }

.icon-food-icon:before {
  content: "\e90e"; }

.icon-school2-icon:before {
  content: "\e90f"; }

.icon-science-icon:before {
  content: "\e910"; }

.icon-location:before {
  content: "\e901"; }

.icon-id-card:before {
  content: "\e911"; }

.icon-open-book:before {
  content: "\e912"; }

.icon-closed-book:before {
  content: "\e913"; }

.icon-head-profile:before {
  content: "\e914"; }

.icon-apple:before {
  content: "\e902"; }

.icon-school:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e92d"; }

.icon-long-arrow-right:before {
  content: "\e93a"; }

.icon-instagram:before {
  content: "\e92e"; }

.icon-dollar:before {
  content: "\e92c"; }

.icon-download:before {
  content: "\e92a"; }

.icon-chain:before {
  content: "\e92b"; }

.icon-link:before {
  content: "\e92b"; }

.icon-map-marker:before {
  content: "\e929"; }

.icon-clock-o:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-youtube-play:before {
  content: "\e906"; }

.icon-twitter:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e908"; }

.icon-facebook-f:before {
  content: "\e908"; }

.icon-envelope:before {
  content: "\e915"; }

.icon-futbol:before {
  content: "\e916"; }

.icon-heart:before {
  content: "\e917"; }

.icon-bus:before {
  content: "\e918"; }

.icon-calendar-alt:before {
  content: "\e919"; }

.icon-gift:before {
  content: "\e91a"; }

.icon-comments:before {
  content: "\e91b"; }

.icon-graduation-cap:before {
  content: "\e91c"; }

.icon-music:before {
  content: "\e91d"; }

.icon-paint-brush:before {
  content: "\e91e"; }

.icon-pencil:before {
  content: "\e91f"; }

.icon-sun:before {
  content: "\e920"; }

.icon-trophy:before {
  content: "\e921"; }

.icon-umbrella:before {
  content: "\e922"; }

.icon-university:before {
  content: "\e923"; }

.icon-user-alt:before {
  content: "\e924"; }

.icon-users:before {
  content: "\e925"; }

.icon-child:before {
  content: "\e926"; }

.icon-globe:before {
  content: "\e927"; }

.icon-search:before {
  content: "\e928"; }

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #343B41; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #343B41; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #070808; }

.fsElementDialog {
  color: #343B41; }

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

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

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

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

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

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

.button,
.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #6E2B70;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #6E2B70;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .button:hover, .button:focus,
  .fsStateSelected .button,
  .fs_style_29:hover,
  .fs_style_29:focus,
  .fsStateSelected
  .fs_style_29 {
    background: #993c9c;
    border-color: #993c9c;
    color: #fff !important; }
  .button em,
  .fs_style_29 em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #29AAE1;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #29AAE1;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: #5fbfe9;
    border-color: #5fbfe9;
    color: #fff !important; }
  .color-button em {
    display: block;
    font-style: normal; }

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: transparent;
  color: #29AAE1 !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%;
  border: 0.2em solid #29AAE1; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: rgba(31, 31, 31, 0);
    border-color: rgba(31, 31, 31, 0);
    color: #29AAE1 !important; }
  .hollow-button em {
    display: block;
    font-style: normal; }

.background {
  display: block;
  background: #6E2B70;
  width: 300px;
  padding: 20px;
  text-align: center; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #29AAE1;
  color: #000000 !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #29AAE1;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fs_style_29:hover, .fs_style_29:focus,
  .fsStateSelected .fs_style_29 {
    background: #5fbfe9;
    border-color: #5fbfe9;
    color: #000000 !important; }
  .fs_style_29 em {
    display: block;
    font-style: normal; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #8CC440;
  color: #000000 !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #8CC440;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fs_style_30:hover, .fs_style_30:focus,
  .fsStateSelected .fs_style_30 {
    background: #a8d26f;
    border-color: #a8d26f;
    color: #000000 !important; }
  .fs_style_30 em {
    display: block;
    font-style: normal; }

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #F39200;
  color: #000000 !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #F39200;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fs_style_31:hover, .fs_style_31:focus,
  .fsStateSelected .fs_style_31 {
    background: #ffad31;
    border-color: #ffad31;
    color: #000000 !important; }
  .fs_style_31 em {
    display: block;
    font-style: normal; }

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #e84f1c;
  color: #000000 !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #e84f1c;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fs_style_39:hover, .fs_style_39:focus,
  .fsStateSelected .fs_style_39 {
    background: #ee7a54;
    border-color: #ee7a54;
    color: #000000 !important; }
  .fs_style_39 em {
    display: block;
    font-style: normal; }

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #F7F7F7;
  color: #000000 !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #F7F7F7;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%;
  border: 1px solid #D8D8D8;
  transition: all 0.3s; }
  .fs_style_38:hover, .fs_style_38:focus,
  .fsStateSelected .fs_style_38 {
    background: white;
    border-color: white;
    color: #000000 !important; }
  .fs_style_38 em {
    display: block;
    font-style: normal; }
  .fs_style_38:hover, .fs_style_38:focus,
  .fsStateSelected .fs_style_38 {
    background: #343B41;
    border-color: #343B41;
    color: #fff !important; }

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #C84114;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #C84114;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fsStateSelected .fs_style_32 {
    background: #ea5e2f;
    border-color: #ea5e2f;
    color: #fff !important; }
  .fs_style_32 em {
    display: block;
    font-style: normal; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fsStateSelected .fs_style_32 {
    background: #9a320f;
    border-color: #9a320f; }

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #6E2B70;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #6E2B70;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fs_style_33:hover, .fs_style_33:focus,
  .fsStateSelected .fs_style_33 {
    background: #993c9c;
    border-color: #993c9c;
    color: #fff !important; }
  .fs_style_33 em {
    display: block;
    font-style: normal; }
  .fs_style_33:hover, .fs_style_33:focus,
  .fsStateSelected .fs_style_33 {
    background: #4a1d4b;
    border-color: #4a1d4b; }

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: transparent;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid transparent;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%;
  border-color: #fff; }
  .fs_style_34:hover, .fs_style_34:focus,
  .fsStateSelected .fs_style_34 {
    background: rgba(31, 31, 31, 0);
    border-color: rgba(31, 31, 31, 0);
    color: #fff !important; }
  .fs_style_34 em {
    display: block;
    font-style: normal; }
  .fs_style_34:hover, .fs_style_34:focus,
  .fsStateSelected .fs_style_34 {
    background: #fff;
    border-color: #fff;
    color: #000000 !important; }

.fs_style_35 {
  font-size: 17px;
  line-height: 20px;
  width: 300px;
  padding: 28px 20px 25px;
  margin: 0 5px 18px 0; }
  .fs_style_35 em {
    font-size: 15px;
    line-height: 18px;
    opacity: 0.6;
    text-transform: none;
    margin-top: 5px; }

.fs_style_37 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  color: #343B41 !important;
  display: block;
  background: #F7F7F7;
  border: 1px solid #D8D8D8;
  padding: 12px 20px 10px; }
  .fs_style_37:hover {
    color: #343B41 !important;
    text-decoration: none !important;
    background: #d8d8d8; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #343B41;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #343B41;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #4f5a63;
    border-color: #4f5a63;
    color: #fff !important; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #343B41;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #343B41;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #4f5a63;
    border-color: #4f5a63;
    color: #fff !important; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }

.fsSharingButtonsContainer {
  display: none; }
  .fsSharingButtonsContainer.moved {
    display: block;
    text-align: right; }

.lead-in,
.fs_style_23 {
  display: block;
  position: relative;
  margin-left: 30px;
  margin-top: 30px; }
  .lead-in .interior-block,
  .fs_style_23 .interior-block {
    font-size: 20px;
    line-height: 31px;
    font-family: "proxima-nova", sans-serif;
    color: #000000;
    background: #F7F7F7;
    border: 1px solid #D8D8D8;
    display: block;
    padding: 30px;
    position: relative;
    z-index: 2; }
  .lead-in .offset-block,
  .fs_style_23 .offset-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00ADED;
    left: -30px;
    top: -30px;
    z-index: 1; }

.school-lead-in {
  margin-left: 12px;
  margin-top: 12px; }
  .school-lead-in .offset-block {
    left: -12px;
    top: -12px; }
  .school-lead-in .lead-in,
  .school-lead-in .fs_style_23 {
    margin-left: 12px;
    margin-top: 12px; }

.full-width-image,
.fs_style_24 {
  display: block;
  width: 100%;
  margin-bottom: 35px; }

.text-callout,
.fs_style_27 {
  font-size: 20px;
  line-height: 31px;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  padding-left: 40px;
  display: block;
  position: relative; }
  .text-callout:before,
  .fs_style_27:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #29AAE1; }

.fs_style_25,
blockquote {
  display: block;
  position: relative;
  background: #F39200;
  padding: 80px 30px 30px;
  font-family: "proxima-nova", sans-serif;
  margin: 0; }
  .fsTwoColumnLayout .fs_style_25, .fsTwoColumnLayout
  blockquote {
    padding: 80px 10px 20px; }
  .fsBannerRight .fs_style_25, .fsBannerRight
  blockquote {
    padding: 80px 10px 20px;
    margin-bottom: 40px; }
  .fsBannerLeft .fs_style_25, .fsBannerLeft
  blockquote {
    padding: 80px 10px 20px;
    margin-bottom: 40px; }
  .fs_style_25:before,
  blockquote:before {
    content: '';
    background-image: url("../images/quote-marks.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 20px; }
  .fs_style_25 .interior-block,
  blockquote .interior-block {
    background: #fff;
    display: block;
    padding: 30px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    color: #666666; }
    .fsBannerRight .fs_style_25 .interior-block, .fsBannerRight
    blockquote .interior-block {
      padding: 30px 20px;
      font-size: 16px;
      line-height: 23px; }

cite,
.fs_style_26 {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #000000; }
  cite:before,
  .fs_style_26:before {
    content: '- '; }

.fs_style_36 {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif; }

.content-callout {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  clear: both;
  background: #F7F7F7;
  max-width: 100%; }
  .content-callout > header > .fsElementHeaderContent {
    margin-bottom: 0; }
  .content-callout > header img {
    display: block;
    width: 100%; }
  .content-callout > .fsElementContent {
    font-size: 16px;
    line-height: 23px;
    padding: 25px 20px;
    color: #000000;
    overflow: hidden; }
    .content-callout > .fsElementContent h4 {
      margin-bottom: 15px;
      color: #000000; }
      .content-callout > .fsElementContent h4 a {
        font-family: "alternate-gothic-no-3-d", sans-serif;
        font-weight: 400; }
    .content-callout > .fsElementContent p {
      margin-bottom: 15px;
      color: #000000; }
      .content-callout > .fsElementContent p:last-child {
        margin-bottom: 0; }
    .content-callout > .fsElementContent a {
      color: #C84114;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif; }
      .content-callout > .fsElementContent a:hover, .content-callout > .fsElementContent a:focus {
        text-decoration: underline; }
      .content-callout > .fsElementContent a:visited {
        opacity: 0.5;
        text-decoration: underline; }
  .content-callout.blue {
    background: #29AAE1; }
    .content-callout.blue > .fsElementContent {
      color: #000000; }
      .content-callout.blue > .fsElementContent h4, .content-callout.blue > .fsElementContent p, .content-callout.blue > .fsElementContent a {
        color: #000000; }
  .content-callout.green {
    background: #8CC440; }
    .content-callout.green > .fsElementContent {
      color: #000000; }
      .content-callout.green > .fsElementContent h4, .content-callout.green > .fsElementContent p, .content-callout.green > .fsElementContent a {
        color: #000000; }
  .content-callout.school {
    background: #343B41; }
    .content-callout.school > .fsElementContent {
      color: #fff; }
      .content-callout.school > .fsElementContent h4, .content-callout.school > .fsElementContent p {
        color: #fff; }
      .content-callout.school > .fsElementContent a {
        color: #fff; }
  .content-callout.red {
    background: #C84114; }
    .content-callout.red > .fsElementContent {
      color: #fff; }
      .content-callout.red > .fsElementContent h4, .content-callout.red > .fsElementContent p, .content-callout.red > .fsElementContent a {
        color: #fff; }
  .content-callout.orange {
    background: #F39200; }
    .content-callout.orange > .fsElementContent {
      color: #000000; }
      .content-callout.orange > .fsElementContent h4, .content-callout.orange > .fsElementContent p, .content-callout.orange > .fsElementContent a {
        color: #000000; }
  .content-callout.dark-orange {
    background: #e84f1c; }
    .content-callout.dark-orange > .fsElementContent {
      color: #000000; }
      .content-callout.dark-orange > .fsElementContent h4, .content-callout.dark-orange > .fsElementContent p, .content-callout.dark-orange > .fsElementContent a {
        color: #000000; }
  .content-callout.purple {
    background: #6E2B70; }
    .content-callout.purple > .fsElementContent {
      color: #fff; }
      .content-callout.purple > .fsElementContent h4, .content-callout.purple > .fsElementContent p, .content-callout.purple > .fsElementContent a {
        color: #fff; }
  @media (min-width: 550px) {
    .content-callout.top-photo {
      margin-top: 60px;
      padding: 0 30px; }
      .content-callout.top-photo > header {
        position: relative;
        top: -30px; }
      .content-callout.top-photo > .fsElementContent {
        padding: 0;
        padding-bottom: 25px; } }
  .content-callout.top-photo.red {
    background: #C84114; }
  .content-callout.top-photo.purple {
    background: #6E2B70; }
  .content-callout.top-photo.green {
    background: #8CC440; }
  .content-callout.top-photo.blue {
    background: #29AAE1; }
  .content-callout.top-photo.orange {
    background: #F39200; }
  .content-callout.top-photo.dark-orange {
    background: #e84f1c; }
  .content-callout.top-photo.school {
    background: #343B41; }
  .content-callout.left-photo, .content-callout.right-photo {
    background: none; }
    .content-callout.left-photo > .fsElementContent, .content-callout.right-photo > .fsElementContent {
      padding: 30px;
      background: #f7f7f7; }
    .content-callout.left-photo.purple > .fsElementContent, .content-callout.right-photo.purple > .fsElementContent {
      background: #6E2B70; }
    .content-callout.left-photo.blue > .fsElementContent, .content-callout.right-photo.blue > .fsElementContent {
      background: #29AAE1; }
    .content-callout.left-photo.red > .fsElementContent, .content-callout.right-photo.red > .fsElementContent {
      background: #C84114; }
    .content-callout.left-photo.orange > .fsElementContent, .content-callout.right-photo.orange > .fsElementContent {
      background: #F39200; }
    .content-callout.left-photo.dark-orange > .fsElementContent, .content-callout.right-photo.dark-orange > .fsElementContent {
      background: #e84f1c; }
    .content-callout.left-photo.green > .fsElementContent, .content-callout.right-photo.green > .fsElementContent {
      background: #8CC440; }
    .content-callout.left-photo.school > .fsElementContent, .content-callout.right-photo.school > .fsElementContent {
      background: #343B41; }
  @media (min-width: 550px) {
    body:not(.fsComposeMode) .content-callout.left-photo, body:not(.fsComposeMode) .content-callout.right-photo {
      height: 360px; }
      body:not(.fsComposeMode) .content-callout.left-photo > header, body:not(.fsComposeMode) .content-callout.right-photo > header {
        position: relative;
        width: 50%;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        body:not(.fsComposeMode) .content-callout.left-photo > header > .fsElementHeaderContent, body:not(.fsComposeMode) .content-callout.right-photo > header > .fsElementHeaderContent {
          padding-top: 30px;
          padding-bottom: 30px; }
          body:not(.fsComposeMode) .content-callout.left-photo > header > .fsElementHeaderContent img, body:not(.fsComposeMode) .content-callout.right-photo > header > .fsElementHeaderContent img {
            max-height: 300px; }
      body:not(.fsComposeMode) .content-callout.left-photo > .fsElementContent, body:not(.fsComposeMode) .content-callout.right-photo > .fsElementContent {
        height: 360px !important; }
    body:not(.fsComposeMode) .content-callout.left-photo {
      clear: both; }
      body:not(.fsComposeMode) .content-callout.left-photo > header {
        float: left; }
      body:not(.fsComposeMode) .content-callout.left-photo > .fsElementContent {
        margin-left: 50%; }
    body:not(.fsComposeMode) .content-callout.right-photo {
      clear: both; }
      body:not(.fsComposeMode) .content-callout.right-photo > header {
        float: right; }
      body:not(.fsComposeMode) .content-callout.right-photo > .fsElementContent {
        margin-right: 50%; } }

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

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

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

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

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

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

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

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #C84114;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #6E2B70;
      background: #F39200; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #6E2B70;
    background: #c07300; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #29AAE1;
      background: #F39200; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #F39200; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #C84114;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #C84114;
        background: #F39200; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #F39200; }
    .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-bar {
  padding: 0 20px;
  margin-bottom: 0;
  background: #F7F7F7;
  position: relative; }
  .nav-bar:before, .nav-bar:after {
    content: '';
    width: 999px;
    background: #F7F7F7;
    top: 0;
    position: absolute;
    height: 100%; }
  .nav-bar:before {
    right: 100%; }
  .nav-bar:after {
    left: 100%; }
  @media (max-width: 600px) {
    .nav-bar {
      display: none; } }
  .nav-bar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .nav-bar ul.fsNavLevel1 > li {
    display: none; }
    .nav-bar ul.fsNavLevel1 > li.fsNavCurrentPage, .nav-bar ul.fsNavLevel1 > li.fsNavCurrentPageAncestor {
      display: block; }
    .nav-bar ul.fsNavLevel1 > li > a {
      display: none; }
  .nav-bar ul.fsNavLevel2 {
    text-align: center;
    padding: 7px 0 4px; }
    .nav-bar ul.fsNavLevel2 > li {
      display: inline-block;
      position: relative;
      padding: 10px 12px; }
      .nav-bar ul.fsNavLevel2 > li.fsNavCurrentPage a, .nav-bar ul.fsNavLevel2 > li.fsNavCurrentPageAncestor a {
        color: #30659B; }
        .nav-bar ul.fsNavLevel2 > li.fsNavCurrentPage a:after, .nav-bar ul.fsNavLevel2 > li.fsNavCurrentPageAncestor a:after {
          background: #C84114; }
    .nav-bar ul.fsNavLevel2 a {
      color: #000000;
      font-size: 16px;
      line-height: 19px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      padding: 0;
      text-decoration: none !important;
      position: relative; }
      .nav-bar ul.fsNavLevel2 a:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background: transparent; }
      .nav-bar ul.fsNavLevel2 a:hover, .nav-bar ul.fsNavLevel2 a:focus {
        color: #C84114;
        text-decoration: none; }

.nav-sub.fsNavigation {
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub.fsNavigation > header {
      display: block;
      position: relative; }
      .nav-sub.fsNavigation > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 17px;
        line-height: 23px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        color: #1E2023;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        padding: 10px 20px;
        color: #F39200;
        background-color: #29AAE1;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub.fsNavigation > header .fsElementTitle:hover {
          background-color: #b648b9;
          color: #F39200; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub.fsNavigation > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub.fsNavigation > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub.fsNavigation > .fsElementContent {
      position: relative;
      display: block;
      background-color: #F39200; }
      .nav-sub.fsNavigation > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #C84114;
        background: transparent; }
        .nav-sub.fsNavigation > .fsElementContent ul li a:hover, .nav-sub.fsNavigation > .fsElementContent ul li a:focus {
          color: #6E2B70;
          background: #ffbd5a; }
      .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #6E2B70;
        background: #a76400; }
        .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #29AAE1;
          background: #8d5500; }
      .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #c07300; }
        .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #C84114;
          background: transparent; }
          .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub.fsNavigation > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #6E2B70;
            background: #a76400; }
      .nav-sub.fsNavigation > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub.fsNavigation > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub.fsNavigation > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub.fsNavigation > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub.fsNavigation > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.fsNavigation.active-nav > header .fsElementTitle {
      background-color: #29AAE1;
      color: #F39200; }
      .nav-sub.fsNavigation.active-nav > header .fsElementTitle:after {
        content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub.fsNavigation {
      display: block; } }
  .nav-sub.fsNavigation > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub.fsNavigation > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.fsNavigation.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub.fsNavigation {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub.fsNavigation {
        display: none; } }
  .nav-sub.fsNavigation.nav-sub-empty {
    display: none !important; }
  .nav-sub.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F7F8FB; }
    .nav-sub.fsNavigation ul li {
      position: relative; }
      .nav-sub.fsNavigation ul li > .fsNavPageInfo {
        display: none; }
      .nav-sub.fsNavigation ul li.expanded > .fsNavPageInfo {
        display: block; }
      .nav-sub.fsNavigation ul li a {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #000000;
        font-family: "proxima-nova", sans-serif;
        padding: 0;
        margin-right: 20px !important;
        text-decoration: none !important; }
        .nav-sub.fsNavigation ul li a:hover, .nav-sub.fsNavigation ul li a:focus {
          color: #2D649D; }
      .nav-sub.fsNavigation ul li.fsNavCurrentPage > a {
        color: #C84114; }
  .nav-sub.fsNavigation .fsNavLevel1 {
    padding: 20px 30px 25px; }
    .nav-sub.fsNavigation .fsNavLevel1 > li {
      border-bottom: 1px solid #DCE0E9;
      padding-top: 15px;
      padding-bottom: 12px; }
      .nav-sub.fsNavigation .fsNavLevel1 > li.expanded > .drop-trigger:after {
        display: none; }
      .nav-sub.fsNavigation .fsNavLevel1 > li:last-child {
        border-bottom: none; }
      .nav-sub.fsNavigation .fsNavLevel1 > li > a {
        position: relative; }
        .nav-sub.fsNavigation .fsNavLevel1 > li > a:after {
          content: '';
          width: 100%;
          height: 2px;
          background: #C84114;
          position: absolute;
          bottom: 0px;
          left: 0;
          opacity: 0;
          transition: all 0.3s; }
        .nav-sub.fsNavigation .fsNavLevel1 > li > a:hover:after, .nav-sub.fsNavigation .fsNavLevel1 > li > a:focus:after {
          opacity: 1; }
  .nav-sub.fsNavigation .fsNavLevel2 {
    padding: 12px 0 15px 20px; }
    .nav-sub.fsNavigation .fsNavLevel2 > li {
      padding-top: 8px;
      padding-bottom: 6px; }
      .nav-sub.fsNavigation .fsNavLevel2 > li.expanded > .drop-trigger:after {
        display: none; }
      .nav-sub.fsNavigation .fsNavLevel2 > li .drop-trigger {
        height: 30px; }
        .nav-sub.fsNavigation .fsNavLevel2 > li .drop-trigger:before, .nav-sub.fsNavigation .fsNavLevel2 > li .drop-trigger:after {
          top: 10px; }
      .nav-sub.fsNavigation .fsNavLevel2 > li:first-child {
        padding-top: 0; }
      .nav-sub.fsNavigation .fsNavLevel2 > li:last-child {
        padding-bottom: 0; }
      .nav-sub.fsNavigation .fsNavLevel2 > li > a {
        font-size: 15px;
        line-height: 24px;
        color: #757575;
        position: relative; }
        .nav-sub.fsNavigation .fsNavLevel2 > li > a:after {
          content: '';
          width: 100%;
          height: 2px;
          background: #C84114;
          position: absolute;
          bottom: 0px;
          left: 0;
          opacity: 0;
          transition: all 0.3s; }
        .nav-sub.fsNavigation .fsNavLevel2 > li > a:hover:after {
          opacity: 1; }
  .nav-sub.fsNavigation .fsNavLevel3,
  .nav-sub.fsNavigation .fsNavLevel4 {
    padding: 18px 0 12px 20px; }
    .nav-sub.fsNavigation .fsNavLevel3 > li,
    .nav-sub.fsNavigation .fsNavLevel4 > li {
      padding-top: 10px;
      padding-bottom: 8px; }
      .nav-sub.fsNavigation .fsNavLevel3 > li.expanded > .drop-trigger:after,
      .nav-sub.fsNavigation .fsNavLevel4 > li.expanded > .drop-trigger:after {
        display: none; }
      .nav-sub.fsNavigation .fsNavLevel3 > li:first-child,
      .nav-sub.fsNavigation .fsNavLevel4 > li:first-child {
        padding-top: 0; }
      .nav-sub.fsNavigation .fsNavLevel3 > li:last-child,
      .nav-sub.fsNavigation .fsNavLevel4 > li:last-child {
        padding-bottom: 0; }
      .nav-sub.fsNavigation .fsNavLevel3 > li > a,
      .nav-sub.fsNavigation .fsNavLevel4 > li > a {
        font-size: 15px;
        line-height: 24px;
        color: #757575; }

.drop-trigger {
  color: #747B83;
  cursor: pointer;
  height: 52px;
  width: 20px;
  padding-top: 0px;
  padding-right: 0px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  font-size: 0; }
  .drop-trigger:after {
    content: '';
    width: 2px;
    height: 9px;
    background: #747B83;
    display: block;
    position: absolute;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 5px;
    top: 25px; }
  .drop-trigger:before {
    content: '';
    width: 2px;
    height: 9px;
    background: #747B83;
    display: block;
    position: absolute;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5px;
    top: 25px; }

.nav-sub-mobile {
  border: 10px solid #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 35px;
  padding-right: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 2px !important;
  background-color: #6E2B70; }
  @media (min-width: 601px) {
    .nav-sub-mobile {
      display: none; } }
  .nav-sub-mobile .fsNavLevel1 > li {
    display: none; }
    .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      display: block; }
      .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage > a, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: #fff;
        opacity: 1;
        transition: none; }
    .nav-sub-mobile .fsNavLevel1 > li > a {
      transition: none;
      opacity: 1; }
  .nav-sub-mobile .fsNavLevel2 li a:hover:after {
    left: 0;
    right: 0; }

/*! navigation - main v0.0.1 */
.nav-main-full {
  padding-bottom: 32px; }
  .nav-main-full ul, .nav-main-full li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-main-full .menu-toggle {
    width: 52px;
    height: 50px;
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media (min-width: 960px) {
      .nav-main-full .menu-toggle {
        display: none; } }
    .nav-main-full .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      top: 15px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: rgba(255, 255, 255, 0.3);
      line-height: 20px;
      font-size: 12px;
      text-align: center;
      transition: transform 0.3s ease, color 0.3s ease; }
  @media (max-width: 959px) {
    .nav-main-full li.fsNavParentPage {
      position: relative; } }
  .nav-main-full .fsNavLevel1 {
    position: relative; }
    @media (min-width: 960px) {
      .nav-main-full .fsNavLevel1 {
        width: 50%;
        padding-right: 30px; } }
    .nav-main-full .fsNavLevel1 ul .menu-toggle {
      height: 37px; }
      .nav-main-full .fsNavLevel1 ul .menu-toggle:before, .nav-main-full .fsNavLevel1 ul .menu-toggle:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #F39200; }
      .nav-main-full .fsNavLevel1 ul .menu-toggle:before {
        height: 2px;
        width: 10px; }
      .nav-main-full .fsNavLevel1 ul .menu-toggle:after {
        height: 10px;
        width: 2px; }
    .nav-main-full .fsNavLevel1 ul li.menu-open > .menu-toggle:after {
      display: none; }
    @media (min-width: 960px) {
      .nav-main-full .fsNavLevel1 > li {
        max-width: 240px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    .nav-main-full .fsNavLevel1 > li.school-name, .nav-main-full .fsNavLevel1 > li.utility {
      display: none !important; }
    .nav-main-full .fsNavLevel1 > li:last-of-type > a {
      border-bottom: 0; }
    @media (max-width: 959px) {
      .nav-main-full .fsNavLevel1 > li.menu-open > .menu-toggle {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #F39200; }
        .nav-main-full .fsNavLevel1 > li.menu-open > .menu-toggle:before {
          color: #F39200; } }
    @media (min-width: 960px) {
      .nav-main-full .fsNavLevel1 > li.active > .fsNavPageInfo {
        display: block !important; } }
    .nav-main-full .fsNavLevel1 > li.active > a:after {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .nav-main-full .fsNavLevel1 > li.active > a:before {
      opacity: 1;
      left: -10px; }
    .nav-main-full .fsNavLevel1 > li > a {
      display: block;
      margin: 0 auto;
      padding: 11px 0 10px 0;
      position: relative;
      left: -20px;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      opacity: 0;
      transition: none; }
      .nav-main-full .fsNavLevel1 > li > a:hover, .nav-main-full .fsNavLevel1 > li > a:focus {
        color: #fff;
        text-decoration: none !important; }
      .nav-main-full .fsNavLevel1 > li > a:before {
        content: '';
        width: 2px;
        height: 20px;
        background: #F39200;
        position: absolute;
        left: -5px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        transition: left 0.3s ease, opacity 0.3s ease; }
      .nav-main-full .fsNavLevel1 > li > a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: none;
        position: absolute;
        right: 0;
        top: 12px;
        color: #F39200;
        font-size: 12px; }
        @media (min-width: 960px) {
          .nav-main-full .fsNavLevel1 > li > a:after {
            opacity: 0;
            -ms-transform: translateX(-4px);
            transform: translateX(-4px);
            transition: transform 0.3s ease, opacity 0.3s ease; } }
        @media (min-width: 960px) {
          .nav-main-full .fsNavLevel1 > li > a:after {
            display: block; } }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(1) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0s, left 0.3s ease 0.075s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(2) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.075s, left 0.3s ease 0.15s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(3) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.15s, left 0.3s ease 0.225s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(4) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.225s, left 0.3s ease 0.3s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(5) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.3s, left 0.3s ease 0.375s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(6) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.375s, left 0.3s ease 0.45s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(7) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.45s, left 0.3s ease 0.525s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(8) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.525s, left 0.3s ease 0.6s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(9) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.6s, left 0.3s ease 0.675s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(10) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.675s, left 0.3s ease 0.75s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(11) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.75s, left 0.3s ease 0.825s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(12) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.825s, left 0.3s ease 0.9s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(13) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.9s, left 0.3s ease 0.975s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(14) > a {
    transition: all 0.3s ease, opacity 0.3s ease 0.975s, left 0.3s ease 1.05s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li:nth-of-type(15) > a {
    transition: all 0.3s ease, opacity 0.3s ease 1.05s, left 0.3s ease 1.125s; }
  .off-canvas-active .nav-main-full .fsNavLevel1 > li > a {
    left: 0;
    opacity: 1; }

@media (max-width: 959px) {
  .off-canvas-menu {
    padding-top: 50px !important; } }

.off-canvas-menu .quicklinks,
.off-canvas-menu .portals {
  display: none; }

@media (max-width: 959px) {
  .off-canvas-menu .off-canvas-toggle {
    width: 34px;
    padding: 0;
    height: 34px;
    background: rgba(51, 51, 51, 0.5); }
    .off-canvas-menu .off-canvas-toggle .off-canvas-toggle-icon {
      right: 8px;
      top: 12px; } }

@media (max-width: 959px) {
  .nav-main-full .fsNavLevel1 > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media (min-width: 960px) {
  .nav-main-full .fsNavLevel1 > li.active > .fsNavPageInfo {
    z-index: 1;
    opacity: 1;
    transition: z-index 0.3s ease 0s, opacity 0.3s ease; } }

.nav-main-full .fsNavLevel1 > li > .fsNavPageInfo {
  width: 100%;
  display: none; }
  @media (max-width: 959px) {
    .nav-main-full .fsNavLevel1 > li > .fsNavPageInfo > ul {
      padding-top: 10px;
      padding-bottom: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (min-width: 960px) {
    .nav-main-full .fsNavLevel1 > li > .fsNavPageInfo {
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: -1;
      opacity: 0;
      transition: z-index 0.3s ease 0.3s, opacity 0.3s ease; } }

.nav-main-full .fsNavPageInfo {
  text-align: left; }

.nav-main-full .fsNavPageDescription {
  display: none; }

.nav-main-full .fsNavPageThumbnail {
  display: none; }

.nav-main-full .fsNavLevel2 {
  padding-top: 4px; }
  .nav-main-full .fsNavLevel2 .fsNavPageInfo {
    display: none; }
  .nav-main-full .fsNavLevel2 li {
    display: block; }
  .nav-main-full .fsNavLevel2 a {
    padding: 9px 0 10px 0;
    margin-right: 32px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
    @media (min-width: 960px) {
      .nav-main-full .fsNavLevel2 a {
        padding-left: 30px;
        padding-right: 30px; } }
    .nav-main-full .fsNavLevel2 a:hover, .nav-main-full .fsNavLevel2 a:focus {
      color: #F39200;
      text-decoration: none !important; }
  @media (max-width: 959px) {
    .nav-main-full .fsNavLevel2 > li > a {
      padding-left: 4px; }
      .nav-main-full .fsNavLevel2 > li > a:hover:after, .nav-main-full .fsNavLevel2 > li > a:focus:after {
        left: 4px; } }

.nav-main-full .fsNavLevel3 {
  padding-left: 20px; }

.nav-main-full .fsNavLevel4 {
  padding-left: 20px; }

.menu-links {
  width: 50%;
  padding-right: 30px; }
  @media (max-width: 959px) {
    .menu-links {
      width: 100%;
      padding-right: 0; } }
  .menu-links ul, .menu-links ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .menu-links ul li {
    margin: 0;
    padding: 0; }
  .menu-links li {
    display: block; }
    .menu-links li > a {
      display: inline-block;
      font-size: 15px;
      line-height: 18px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      color: #EEEEEE;
      margin-bottom: 15px; }
      .menu-links li > a.fs_style_33 {
        background: rgba(0, 0, 0, 0.2);
        margin: 0;
        display: block;
        max-width: 242px;
        color: #EEEEEE;
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        font-family: "proxima-nova", sans-serif;
        border-radius: 5px;
        padding: 11px 10px 10px;
        margin-bottom: 30px; }
        @media (max-width: 959px) {
          .menu-links li > a.fs_style_33 {
            max-width: 100%; } }
        .menu-links li > a.fs_style_33:before {
          content: '\e925';
          font-family: "IcoMoon";
          color: #fff;
          display: inline-block;
          vertical-align: bottom;
          margin-right: 5px; }
  .menu-links.fsNavigation ul li a {
    padding: 0;
    color: #EEEEEE;
    display: inline-block; }
  .menu-links.fsNavigation ul li.team-tulsa a {
    display: inline-block;
    border: 0;
    margin: 0 5px 5px 0;
    padding: 16px 20px 14px;
    background: #6E2B70;
    color: #fff !important;
    border-radius: 0;
    text-align: center;
    border: 1px solid #6E2B70;
    text-decoration: none !important;
    transition: all 0.15s linear;
    font-size: 13px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    display: block;
    max-width: 242px;
    color: #EEEEEE;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    border-radius: 5px;
    padding: 11px 10px 10px;
    margin-bottom: 30px; }
    .menu-links.fsNavigation ul li.team-tulsa a:hover, .menu-links.fsNavigation ul li.team-tulsa a:focus,
    .fsStateSelected .menu-links.fsNavigation ul li.team-tulsa a {
      background: #993c9c;
      border-color: #993c9c;
      color: #fff !important; }
    .menu-links.fsNavigation ul li.team-tulsa a em {
      display: block;
      font-style: normal; }
    .menu-links.fsNavigation ul li.team-tulsa a:hover, .menu-links.fsNavigation ul li.team-tulsa a:focus,
    .fsStateSelected .menu-links.fsNavigation ul li.team-tulsa a {
      background: #4a1d4b;
      border-color: #4a1d4b; }
    @media (max-width: 959px) {
      .menu-links.fsNavigation ul li.team-tulsa a {
        max-width: 100%; } }
    .menu-links.fsNavigation ul li.team-tulsa a:before {
      content: '\e925';
      font-family: "IcoMoon";
      color: #fff;
      display: inline-block;
      vertical-align: bottom;
      margin-right: 5px; }

.mobile-right {
  display: none; }
  @media (max-width: 700px) {
    .mobile-right {
      display: block; } }
  .mobile-right .utility-top-links {
    display: none !important; }
  .mobile-right .schools-button,
  .mobile-right .careers-dropdown,
  .mobile-right .parents-dropdown {
    margin-bottom: 20px; }
    .mobile-right .schools-button p,
    .mobile-right .careers-dropdown p,
    .mobile-right .parents-dropdown p {
      margin: 0; }
    .mobile-right .schools-button button,
    .mobile-right .schools-button .fsElementHeaderContent a,
    .mobile-right .careers-dropdown button,
    .mobile-right .careers-dropdown .fsElementHeaderContent a,
    .mobile-right .parents-dropdown button,
    .mobile-right .parents-dropdown .fsElementHeaderContent a {
      width: 100%;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 3px;
      background: transparent;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      color: #fff;
      padding: 9px 10px 8px;
      cursor: pointer;
      transition: all 0.3s; }
      .mobile-right .schools-button button:hover, .mobile-right .schools-button button:focus,
      .mobile-right .schools-button .fsElementHeaderContent a:hover,
      .mobile-right .schools-button .fsElementHeaderContent a:focus,
      .mobile-right .careers-dropdown button:hover,
      .mobile-right .careers-dropdown button:focus,
      .mobile-right .careers-dropdown .fsElementHeaderContent a:hover,
      .mobile-right .careers-dropdown .fsElementHeaderContent a:focus,
      .mobile-right .parents-dropdown button:hover,
      .mobile-right .parents-dropdown button:focus,
      .mobile-right .parents-dropdown .fsElementHeaderContent a:hover,
      .mobile-right .parents-dropdown .fsElementHeaderContent a:focus {
        background: #fff;
        border-color: #fff;
        color: #343B41; }
        .mobile-right .schools-button button:hover:before, .mobile-right .schools-button button:focus:before,
        .mobile-right .schools-button .fsElementHeaderContent a:hover:before,
        .mobile-right .schools-button .fsElementHeaderContent a:focus:before,
        .mobile-right .careers-dropdown button:hover:before,
        .mobile-right .careers-dropdown button:focus:before,
        .mobile-right .careers-dropdown .fsElementHeaderContent a:hover:before,
        .mobile-right .careers-dropdown .fsElementHeaderContent a:focus:before,
        .mobile-right .parents-dropdown button:hover:before,
        .mobile-right .parents-dropdown button:focus:before,
        .mobile-right .parents-dropdown .fsElementHeaderContent a:hover:before,
        .mobile-right .parents-dropdown .fsElementHeaderContent a:focus:before {
          color: #343B41; }
  .mobile-right .schools-button button:before {
    content: '\e903';
    font-family: "IcoMoon";
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 15px;
    margin-right: 10px;
    transition: all 0.3s;
    display: inline-block; }
  .mobile-right .careers-dropdown,
  .mobile-right .parents-dropdown {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px; }
    .mobile-right .careers-dropdown .fsElementHeaderContent a,
    .mobile-right .parents-dropdown .fsElementHeaderContent a {
      border: 0;
      border-radius: 0;
      text-align: center;
      text-decoration: none !important; }
      .mobile-right .careers-dropdown .fsElementHeaderContent a:before,
      .mobile-right .parents-dropdown .fsElementHeaderContent a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: rgba(255, 255, 255, 0.8);
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
        margin-right: 10px; }
    .mobile-right .careers-dropdown > header > .fsElementHeaderContent,
    .mobile-right .parents-dropdown > header > .fsElementHeaderContent {
      margin-bottom: 0; }
    .mobile-right .careers-dropdown > .fsElementContent,
    .mobile-right .parents-dropdown > .fsElementContent {
      padding: 10px 30px;
      background: rgba(8, 9, 9, 0.3);
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      display: none; }
      .mobile-right .careers-dropdown > .fsElementContent li,
      .mobile-right .parents-dropdown > .fsElementContent li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center; }
        .mobile-right .careers-dropdown > .fsElementContent li:last-child,
        .mobile-right .parents-dropdown > .fsElementContent li:last-child {
          border: 0; }
      .mobile-right .careers-dropdown > .fsElementContent a,
      .mobile-right .parents-dropdown > .fsElementContent a {
        font-size: 14px;
        line-height: 15px;
        color: #fff;
        font-family: "proxima-nova", sans-serif; }

.home-link {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  right: 34px;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.5); }
  .home-link p {
    margin: 0; }
  .home-link a {
    font-size: 0;
    display: block;
    text-align: center;
    padding-top: 6px; }
    .home-link a:before {
      content: '\e916';
      font-family: "IcoMoon";
      font-size: 20px;
      color: #fff; }
  @media (min-width: 960px) {
    .home-link {
      display: none; } }

html.off-canvas-active {
  overflow: hidden; }

html.off-canvas-active body {
  overflow-y: scroll; }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .off-canvas-active #fsMenu {
    z-index: 600; }
  .fsAccountBarVisible #fsMenu {
    top: 45px; }

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.4s ease; }
  .off-canvas-active .off-canvas-overlay {
    z-index: 99;
    opacity: 0.85; }
  .off-canvas-active .home .off-canvas-overlay {
    z-index: 600;
    position: fixed;
    opacity: 0.85; }

.fsMenu {
  width: 100%;
  height: 100vh;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  position: absolute;
  right: 0;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  background-color: #6E2B70; }
  @media (max-width: 959px) {
    .fsMenu {
      padding-top: 65px; } }
  .fsAccountBarVisible .fsMenu {
    height: calc(100vh - 45px); }
  .off-canvas-active .fsMenu {
    opacity: 1;
    z-index: 100;
    transition: z-index 0s ease 0.2s, opacity 0.3s ease 0.2s; }
  @media (min-width: 600px) {
    .fsMenu {
      width: 320px; } }
  @media (min-width: 960px) {
    .fsMenu {
      width: 50%;
      padding-top: 90px;
      padding-left: 40px;
      padding-right: 40px; } }
  .fsMenu:before {
    display: none;
    content: '';
    width: 1px;
    position: absolute;
    top: 145px;
    left: 48%;
    bottom: calc(100% - 145px);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D8D8D8;
    opacity: 0.5;
    transition: bottom 0s ease 0s; }
    .off-canvas-active .fsMenu:before {
      top: 90px;
      height: 460px;
      transition: bottom 0.8s ease 0.2s; }
    @media (min-width: 960px) {
      .fsMenu:before {
        display: block; } }
  .fsMenu .off-canvas-toggle {
    width: 110px;
    height: 50px;
    top: 10px;
    right: 20px;
    background: none;
    padding: 0;
    opacity: 0.5;
    transition: opacity 0.3s; }
    .fsMenu .off-canvas-toggle .off-canvas-toggle-icon {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0;
      width: 47px;
      height: 28px;
      background: none;
      border-radius: 0;
      left: initial;
      right: 0; }
      .fsMenu .off-canvas-toggle .off-canvas-toggle-icon span {
        height: 3px;
        width: 31px; }
    .fsMenu .off-canvas-toggle:hover, .fsMenu .off-canvas-toggle:focus {
      opacity: 0.8; }

.off-canvas-watermark {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .off-canvas-watermark {
      width: 320px; } }
  @media (min-width: 700px) {
    .off-canvas-watermark {
      width: 50%; } }
  .off-canvas-watermark:after {
    display: block;
    content: '';
    width: calc(50% - 30px);
    min-width: 160px;
    max-width: 330px;
    padding-bottom: 123.25581%;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images//watermark.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
    transition: opacity 0s ease; }
  .off-canvas-active .off-canvas-watermark:after {
    opacity: 0.1;
    transition: opacity 2s ease 0.3s; }
    @media (min-width: 600px) {
      .off-canvas-active .off-canvas-watermark:after {
        opacity: 0.15; } }

.off-canvas-close {
  display: block;
  width: 62px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110;
  cursor: pointer; }
  @media (min-width: 960px) {
    .off-canvas-close {
      width: 90px;
      height: 100px; } }

.off-canvas-close-icon {
  width: 17px;
  height: 18px;
  position: absolute;
  top: 27px;
  right: 32px; }
  @media (min-width: 960px) {
    .off-canvas-close-icon {
      top: 27px;
      right: 32px; } }
  .off-canvas-close-icon:before, .off-canvas-close-icon:after {
    display: block;
    content: '';
    width: 2px;
    height: 16px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media (min-width: 960px) {
      .off-canvas-close-icon:before, .off-canvas-close-icon:after {
        width: 3px;
        height: 20px; } }
  .off-canvas-close-icon:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .off-canvas-close-icon:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.fsMenu .search-custom {
  margin-right: 40px;
  padding-bottom: 31px; }
  @media (min-width: 960px) {
    .fsMenu .search-custom {
      padding-bottom: 50px; } }

.nav-constituents {
  position: relative;
  z-index: 100; }
  @media (min-width: 960px) {
    .nav-constituents {
      width: 50%; } }
  .nav-constituents ul, .nav-constituents li {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 960px) {
    .nav-constituents ul {
      padding-right: 30px; } }
  @media (min-width: 960px) {
    .nav-constituents li {
      max-width: 262px; } }
  .nav-constituents a {
    display: block;
    color: #7da7d9;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    padding: 5px 0 5px 4px; }
    @media (min-width: 960px) {
      .nav-constituents a {
        max-width: 211px;
        margin: 0 auto; } }
    .nav-constituents a:hover, .nav-constituents a:focus {
      color: #fff; }

.tierInfo {
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0px;
  list-style: none;
  line-height: 22px;
  opacity: 0; }
  .off-canvas-active .tierInfo {
    opacity: 1; }
  @media (min-width: 600px) {
    .tierInfo {
      width: calc(100% - 320px);
      display: block; } }
  @media (min-width: 960px) {
    .tierInfo {
      width: 50%; } }
  .tierInfo li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tierInfo .item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s ease; }
    .tierInfo .item.active {
      opacity: 1;
      z-index: 2; }
      .tierInfo .item.active .fsNavPageDescription {
        left: 0; }
        .tierInfo .item.active .fsNavPageDescription > * {
          opacity: 1; }
  .tierInfo .fsNavPageThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0; }
  .tierInfo .fsNavPageDescription {
    padding: 35px 100px 35px 33px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    min-height: 345px;
    font-size: 16px;
    line-height: 24px;
    color: #4E4E4E;
    background-color: #F7F7F7;
    opacity: 0;
    transition: opacity 0s ease 0s, bottom 0s ease 0s; }
    .off-canvas-active .tierInfo .fsNavPageDescription {
      opacity: 0.95;
      transition: opacity 0.5s ease 0.5s, bottom 0.5s ease 0.5s; }
      @media (min-width: 800px) {
        .off-canvas-active .tierInfo .fsNavPageDescription {
          bottom: 0; } }
    .tierInfo .fsNavPageDescription > * {
      opacity: 0;
      transition: opacity 0s ease; }
      .tierInfo .fsNavPageDescription > *:nth-child(1) {
        transition-duration: 1s; }
      .tierInfo .fsNavPageDescription > *:nth-child(2) {
        transition-duration: 2s; }
      .tierInfo .fsNavPageDescription > *:nth-child(3) {
        transition-duration: 3s; }
      .tierInfo .fsNavPageDescription > *:nth-child(4) {
        transition-duration: 4s; }
      .tierInfo .fsNavPageDescription > *:nth-child(5) {
        transition-duration: 5s; }
      .tierInfo .fsNavPageDescription > *:nth-child(6) {
        transition-duration: 6s; }
      .tierInfo .fsNavPageDescription > *:nth-child(7) {
        transition-duration: 7s; }
      .tierInfo .fsNavPageDescription > *:nth-child(8) {
        transition-duration: 8s; }
      .tierInfo .fsNavPageDescription > *:nth-child(9) {
        transition-duration: 9s; }
      .tierInfo .fsNavPageDescription > *:nth-child(10) {
        transition-duration: 10s; }
    @media (min-width: 800px) {
      .tierInfo .fsNavPageDescription {
        left: 0;
        bottom: 0px;
        width: calc(100% - 40px); } }
    .tierInfo .fsNavPageDescription h2 {
      color: #5C5C5C;
      font-size: 64px;
      line-height: 68px;
      text-transform: uppercase;
      font-family: "alternate-gothic-no-1-d", sans-serif;
      letter-spacing: initial;
      font-weight: 400; }
    .tierInfo .fsNavPageDescription a {
      font-size: 16px;
      line-height: 19px;
      display: inline-block;
      position: relative;
      color: #757575;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      .tierInfo .fsNavPageDescription a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #29AAE1;
        font-size: 16px;
        margin-left: 5px; }

.nav-social {
  margin-left: -4px; }
  .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; }
    @media (max-width: 600px) {
      .nav-social .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      @media (max-width: 600px) {
        .nav-social .fsNavLevel1 li {
          width: auto;
          -ms-flex: 1 auto;
          flex: 1 auto; }
          .nav-social .fsNavLevel1 li > a {
            width: auto !important; } }
      .nav-social .fsNavLevel1 li:not(:last-child) {
        margin-right: 0px; }
      .nav-social .fsNavLevel1 li:last-child > a:before, .nav-social .fsNavLevel1 li.back-home-social > a:before {
        content: '\e93d';
        font-family: "IcoMoon";
        color: #fff;
        font-size: 30px; }
      .nav-social .fsNavLevel1 li:last-child > a:hover, .nav-social .fsNavLevel1 li.back-home-social > a:hover {
        background: #4A1D4B; }
    .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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;
      color: #fff; }
      .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-right: 1px solid #4A1D4B;
      background: transparent;
      height: 80px;
      width: 94px;
      transition: 0.3s all; }
      @media (max-width: 1280px) {
        .nav-social .fsNavLevel1 a {
          border-right: 0; } }
      .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 30px;
        transition: 0.3s all;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

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

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px; }
  #fsHeader > .fsBanner {
    position: relative; }

.main-bar {
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 0 20px; }
  .main-bar > .fsElementContent {
    position: relative; }

#fsHeader {
  padding: 0; }

body:not(.fsDraftMode) .hero {
  display: none; }

body:not(.fsDraftMode) #fsHeader .hero {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  display: block; }
  body:not(.fsDraftMode) #fsHeader .hero > header {
    display: none; }
  body:not(.fsDraftMode) #fsHeader .hero:before {
    content: '';
    background: url("../images/hero-top-gradient.png");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat-x; }
  body:not(.fsDraftMode) #fsHeader .hero > .fsElementContent {
    display: none; }

.hero > header {
  color: #C84114;
  font-weight: 700; }

.hero-top .main-bar {
  position: absolute; }

.translate {
  position: relative;
  padding: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: 18px; }
  .translate:before {
    content: '\e927';
    font-family: "IcoMoon";
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 5px; }
  .translate:after {
    content: '\e90a';
    font-family: "IcoMoon";
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 6px;
    opacity: 0.6;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .translate label {
    display: none; }
  .translate .skiptranslate.goog-te-gadget {
    font-size: 0; }
    .translate .skiptranslate.goog-te-gadget > span {
      display: none; }
    .translate .skiptranslate.goog-te-gadget .goog-te-combo {
      width: 50px;
      margin: 0;
      height: 50px;
      opacity: 0; }

.find-it-fast-button {
  margin-top: 23px;
  margin-left: 12px; }
  .find-it-fast-button p {
    margin-bottom: 0; }
  .find-it-fast-button button {
    padding: 0;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    position: relative; }
    .find-it-fast-button button:before {
      content: '\e928';
      font-family: "IcoMoon";
      color: #fff;
      opacity: 0.6;
      position: relative;
      font-size: 15px;
      font-weight: 400;
      margin-right: 8px; }

.left {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0; }
  .left .translate,
  .left .find-it-fast-button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }

.right {
  position: absolute;
  right: 130px;
  top: 0;
  margin: 0; }
  @media (max-width: 768px) {
    .right {
      right: 110px; } }
  @media (max-width: 700px) {
    .right {
      display: none !important; } }
  .right .utility-top-links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }
    .right .utility-top-links > header {
      display: none; }
    .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li {
      display: none; }
      .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs {
        display: inline-block;
        vertical-align: top;
        margin-top: 23px;
        position: relative;
        margin-left: 18px; }
        .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students:first-child, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents:first-child, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs:first-child {
          margin-left: 0; }
        .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students > a, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents > a, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs > a {
          padding: 0;
          background: none;
          border: 0;
          color: #fff;
          cursor: pointer;
          font-size: 18px;
          line-height: 28px;
          font-weight: 600;
          font-family: "proxima-nova", sans-serif;
          text-decoration: none !important; }
        .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage > a:after, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage > a:after, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage > a:after {
          content: '';
          width: 100%;
          position: absolute;
          height: 2px;
          background: #C84114;
          bottom: 0;
          left: 0;
          opacity: 0;
          transition: all 0.3s; }
        .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage > .fsNavPageInfo, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage > .fsNavPageInfo, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage > .fsNavPageInfo {
          display: none;
          position: absolute;
          top: 28px;
          right: 0;
          width: 280px;
          background: #fff;
          padding: 20px;
          border: 1px solid #979797; }
          .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage > .fsNavPageInfo li, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage > .fsNavPageInfo li, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage > .fsNavPageInfo li {
            border-bottom: 1px solid #D8D8D8; }
            .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage > .fsNavPageInfo li:last-child, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage > .fsNavPageInfo li:last-child, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage > .fsNavPageInfo li:last-child {
              border-bottom: 0; }
            .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage > .fsNavPageInfo li a, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage > .fsNavPageInfo li a, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage > .fsNavPageInfo li a {
              font-size: 14px;
              line-height: 17px;
              color: #343B41;
              font-weight: 400;
              font-family: "proxima-nova", sans-serif;
              padding: 11px 0 9px; }
        .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage:hover > a:after, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage:hover > a:after, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage:hover > a:after {
          opacity: 1; }
        .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.students.fsNavParentPage:hover > .fsNavPageInfo, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.parents.fsNavParentPage:hover > .fsNavPageInfo, .right .utility-top-links > .fsElementContent nav ul.fsNavLevel1 > li.programs.fsNavParentPage:hover > .fsNavPageInfo {
          display: block; }
  .right .quicklinks-nav {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
    margin-top: 23px;
    position: relative;
    margin-left: 12px; }
    .right .quicklinks-nav > .fsElementContent nav ul.fsNavLevel1 > li {
      border-bottom: 0; }
      .right .quicklinks-nav > .fsElementContent nav ul.fsNavLevel1 > li > a {
        display: none; }
      .right .quicklinks-nav > .fsElementContent nav ul.fsNavLevel1 > li:not(.dynamic) {
        display: none; }
    .right .quicklinks-nav > .fsElementContent nav ul.fsNavLevel2 > li {
      border-bottom: 0; }
      .right .quicklinks-nav > .fsElementContent nav ul.fsNavLevel2 > li > a {
        display: none; }
      .right .quicklinks-nav > .fsElementContent nav ul.fsNavLevel2 > li:not(.quicklinks) {
        display: none; }
    .right .quicklinks-nav p {
      margin-bottom: 0; }
    .right .quicklinks-nav button {
      padding: 0;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      position: relative; }
      .right .quicklinks-nav button:after {
        content: '';
        width: 100%;
        position: absolute;
        height: 2px;
        background: #C84114;
        bottom: -3px;
        left: 0;
        opacity: 0;
        transition: all 0.3s; }
    .right .quicklinks-nav > header {
      position: relative; }
      .right .quicklinks-nav > header > .fsElementHeaderContent {
        margin-bottom: 0; }
    .right .quicklinks-nav > .fsElementContent {
      display: none;
      position: absolute;
      top: 28px;
      right: 0;
      width: 280px;
      background: #fff;
      padding: 20px;
      border: 1px solid #979797; }
      .right .quicklinks-nav > .fsElementContent li {
        border-bottom: 1px solid #D8D8D8; }
        .right .quicklinks-nav > .fsElementContent li:last-child {
          border-bottom: 0; }
        .right .quicklinks-nav > .fsElementContent li a {
          font-size: 14px;
          line-height: 17px;
          color: #343B41;
          font-weight: 400;
          font-family: "proxima-nova", sans-serif;
          padding: 11px 0 9px; }
    .right .quicklinks-nav:hover button:after {
      opacity: 1; }
    .right .quicklinks-nav:hover > .fsElementContent {
      display: block; }
  .right .schools-button,
  .right .careers-dropdown,
  .right .parents-dropdown {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }
    .right .schools-button p,
    .right .careers-dropdown p,
    .right .parents-dropdown p {
      margin-bottom: 0; }
    .right .schools-button header > .fsElementHeaderContent,
    .right .careers-dropdown header > .fsElementHeaderContent,
    .right .parents-dropdown header > .fsElementHeaderContent {
      margin-bottom: 0; }
  .right .careers-dropdown > header,
  .right .parents-dropdown > header {
    position: relative; }
    .right .careers-dropdown > header:after,
    .right .parents-dropdown > header:after {
      content: '';
      width: 100%;
      position: absolute;
      height: 2px;
      background: #C84114;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: all 0.3s; }
  .right .careers-dropdown > .fsElementContent,
  .right .parents-dropdown > .fsElementContent {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    width: 280px;
    background: #fff;
    padding: 20px;
    border: 1px solid #979797; }
    .right .careers-dropdown > .fsElementContent li,
    .right .parents-dropdown > .fsElementContent li {
      border-bottom: 1px solid #D8D8D8; }
      .right .careers-dropdown > .fsElementContent li:last-child,
      .right .parents-dropdown > .fsElementContent li:last-child {
        border-bottom: 0; }
      .right .careers-dropdown > .fsElementContent li a,
      .right .parents-dropdown > .fsElementContent li a {
        font-size: 14px;
        line-height: 17px;
        color: #343B41;
        font-weight: 400;
        font-family: "proxima-nova", sans-serif;
        padding: 11px 0 9px; }
        .right .careers-dropdown > .fsElementContent li a:hover,
        .right .parents-dropdown > .fsElementContent li a:hover {
          color: #C84114; }
  .right .careers-dropdown:hover > header:after,
  .right .parents-dropdown:hover > header:after {
    opacity: 1; }
  .right .careers-dropdown:hover > .fsElementContent,
  .right .parents-dropdown:hover > .fsElementContent {
    display: block; }
  .right .schools-button {
    margin-top: 23px;
    margin-left: 0px; }
    .right .schools-button p {
      margin-bottom: 0; }
    .right .schools-button button {
      padding: 0;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      position: relative; }
      .right .schools-button button:before {
        content: '\e903';
        font-family: "IcoMoon";
        color: #fff;
        opacity: 0.6;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        margin-right: 8px; }
  .right .careers-dropdown {
    position: relative;
    margin-top: 23px;
    margin-left: 18px; }
    .right .careers-dropdown p {
      margin-bottom: 0; }
    .right .careers-dropdown .fsElementHeaderContent a {
      padding: 0;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      position: relative;
      text-decoration: none !important;
      transition: none; }
      .right .careers-dropdown .fsElementHeaderContent a:before {
        content: '\e924';
        font-family: "IcoMoon";
        color: #fff;
        opacity: 0.6;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        margin-right: 8px; }
    .right .careers-dropdown button {
      padding: 0;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      position: relative; }
      .right .careers-dropdown button:before {
        content: '\e902';
        font-family: "IcoMoon";
        color: #fff;
        opacity: 0.6;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        margin-right: 8px; }
  .right .parents-dropdown {
    position: relative;
    margin-top: 23px;
    margin-left: 18px; }
    .right .parents-dropdown > .fsElementContent {
      display: none; }
    .right .parents-dropdown p {
      margin-bottom: 0; }
    .right .parents-dropdown .fsElementHeaderContent a {
      padding: 0;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      position: relative;
      text-decoration: none !important;
      transition: none; }
      .right .parents-dropdown .fsElementHeaderContent a:before {
        content: '\e924';
        font-family: "IcoMoon";
        color: #fff;
        opacity: 0.6;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        margin-right: 8px; }
    .right .parents-dropdown button {
      padding: 0;
      background: none;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      position: relative; }
      .right .parents-dropdown button:before {
        content: '\e924';
        font-family: "IcoMoon";
        color: #fff;
        opacity: 0.6;
        position: relative;
        font-size: 15px;
        font-weight: 400;
        margin-right: 8px; }

.site-info-container {
  padding: 30px 0;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .site-info-container {
      padding-top: 70px; } }
  .site-info-container > .fsElementContent {
    width: 107px;
    margin: 0 auto; }
    .site-info-container > .fsElementContent p {
      margin: 0; }
  .site-info-container a {
    display: block;
    padding: 0;
    height: 90px;
    color: transparent;
    background: url("../images/tulsa_logo.png");
    background-size: 107px;
    background-repeat: no-repeat; }
    .site-info-container a:hover {
      color: transparent; }

.find-container {
  opacity: 0;
  visibility: hidden;
  padding: 60px 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #fff;
  z-index: 900;
  transition: all 0.3s linear; }
  .find-container.open {
    opacity: 1;
    visibility: visible; }
  .find-container > header h2 {
    display: none; }
  .find-container > header > .fsElementHeaderContent {
    margin-bottom: 0; }
    .find-container > header > .fsElementHeaderContent p {
      margin-bottom: 0; }
    .find-container > header > .fsElementHeaderContent button {
      position: absolute;
      right: 30px;
      top: 20px;
      background: none;
      font-size: 0;
      border: 0;
      cursor: pointer; }
      .find-container > header > .fsElementHeaderContent button:before {
        content: '\e92d';
        font-family: "IcoMoon";
        font-size: 35px;
        color: #000000; }
  .find-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 1220px;
    padding: 20px; }

.find-it-search ::-webkit-input-placeholder {
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400; }
  @media (max-width: 650px) {
    .find-it-search ::-webkit-input-placeholder {
      font-size: 16px; } }

.find-it-search > .fsElementContent {
  position: relative; }
  .find-it-search > .fsElementContent form > .fsFieldLabel {
    display: none; }
  .find-it-search > .fsElementContent .fsSearchElementKeyword {
    margin-bottom: 0; }
    .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField {
      border: 0 !important;
      background: #C84114 !important;
      padding: 0 30px 0 70px !important;
      height: 80px !important;
      border: 0 !important;
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
      @media (max-width: 650px) {
        .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField {
          font-size: 16px; } }
      .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField::-webkit-input-placeholder {
        color: #fff;
        font-size: 30px;
        line-height: 80px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField::-moz-placeholder {
        color: #fff;
        font-size: 30px;
        line-height: 80px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField:-ms-input-placeholder {
        color: #fff;
        font-size: 30px;
        line-height: 80px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
      .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField::placeholder {
        color: #fff;
        font-size: 30px;
        line-height: 80px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 400; }
        @media (max-width: 650px) {
          .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField::-webkit-input-placeholder {
            font-size: 16px; }
          .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField::-moz-placeholder {
            font-size: 16px; }
          .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField:-ms-input-placeholder {
            font-size: 16px; }
          .find-it-search > .fsElementContent .fsSearchElementKeyword .fsStyleSearchField .fsStyleSearchField::placeholder {
            font-size: 16px; } }
  .find-it-search > .fsElementContent .fsSearchElementSearchButton {
    right: initial !important;
    left: 0 !important;
    cursor: pointer;
    background: #C84114 !important;
    width: 70px;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 0;
    margin: 0;
    border: 0;
    padding: 0; }
    .find-it-search > .fsElementContent .fsSearchElementSearchButton:after {
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 18px;
      content: '\e928';
      font-family: "IcoMoon";
      font-size: 26px;
      color: #fff;
      opacity: 0.6;
      position: relative;
      top: 0px;
      left: 5px; }

.find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0 !important; }
  .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
    background: #C84114 !important;
    padding: 0 30px 0 70px !important;
    height: 80px !important;
    border: 0 !important;
    font-size: 30px;
    line-height: 80px;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
    @media (max-width: 650px) {
      .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        font-size: 16px; } }
    .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
      color: #fff;
      font-size: 30px;
      line-height: 80px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
    .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-moz-placeholder {
      color: #fff;
      font-size: 30px;
      line-height: 80px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
    .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-ms-input-placeholder {
      color: #fff;
      font-size: 30px;
      line-height: 80px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
    .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::placeholder {
      color: #fff;
      font-size: 30px;
      line-height: 80px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400; }
      @media (max-width: 650px) {
        .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-webkit-input-placeholder {
          font-size: 16px; }
        .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::-moz-placeholder {
          font-size: 16px; }
        .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input:-ms-input-placeholder {
          font-size: 16px; }
        .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input::placeholder {
          font-size: 16px; } }

.find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  right: initial !important;
  left: 0 !important;
  cursor: pointer;
  background: #C84114 !important;
  width: 70px;
  overflow: hidden; }
  .find-it-search.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: '\e928';
    font-family: "IcoMoon";
    font-size: 26px;
    color: #fff;
    opacity: 0.6;
    position: relative;
    top: 15px;
    left: 5px; }

.find-it-icons-school {
  display: block;
  width: 100%; }
  .find-it-icons-school > header {
    display: none; }
  .find-it-icons-school ul.fsNavLevel1 > li {
    display: none; }
    .find-it-icons-school ul.fsNavLevel1 > li.icon-boxes {
      display: block; }
      .find-it-icons-school ul.fsNavLevel1 > li.icon-boxes > a {
        display: none; }
  .find-it-icons-school ul.fsNavLevel2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -8px;
    margin-right: -8px; }
    .find-it-icons-school ul.fsNavLevel2, .find-it-icons-school ul.fsNavLevel2 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .find-it-icons-school ul.fsNavLevel2 li {
      margin: 0;
      padding: 0; }
    @media (max-width: 900px) {
      .find-it-icons-school ul.fsNavLevel2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .find-it-icons-school ul.fsNavLevel2 li {
      display: inline-block;
      height: 178px;
      background: #6E2B70;
      vertical-align: top;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0 8px;
      text-align: center;
      position: relative;
      width: 16.66667%; }
      @media (max-width: 900px) {
        .find-it-icons-school ul.fsNavLevel2 li {
          width: 30%;
          margin-bottom: 10px; } }
      @media (max-width: 650px) {
        .find-it-icons-school ul.fsNavLevel2 li {
          height: 150px; } }
      .find-it-icons-school ul.fsNavLevel2 li a {
        display: block;
        padding: 10px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        font-family: "alternate-gothic-no-3-d", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff; }
        .find-it-icons-school ul.fsNavLevel2 li a .icon {
          padding-right: 0;
          width: 100px;
          height: 70px;
          position: relative;
          display: block;
          margin: 0 auto 20px; }
          .find-it-icons-school ul.fsNavLevel2 li a .icon:before {
            font-size: 55px;
            color: #fff;
            opacity: 0.6;
            position: absolute;
            display: block;
            width: 100%;
            height: auto;
            left: 50%;
            top: 50%;
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.find-it-icons {
  display: block;
  width: 100%; }
  .find-it-icons .fsNavPageDescription .icon {
    padding-right: 0;
    width: 100px;
    height: 70px;
    position: relative;
    display: block;
    margin: 0 auto 20px; }
    .find-it-icons .fsNavPageDescription .icon:before {
      font-size: 55px;
      color: #fff;
      opacity: 0.6;
      position: absolute;
      display: block;
      width: 100%;
      height: auto;
      left: 50%;
      top: 50%;
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .find-it-icons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -8px;
    margin-right: -8px; }
    .find-it-icons ul, .find-it-icons ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .find-it-icons ul li {
      margin: 0;
      padding: 0; }
    @media (max-width: 900px) {
      .find-it-icons ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .find-it-icons ul li {
      display: inline-block;
      height: 178px;
      background: #6E2B70;
      vertical-align: top;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      margin: 0 8px;
      text-align: center;
      position: relative;
      width: 16.66667%; }
      @media (max-width: 900px) {
        .find-it-icons ul li {
          width: 30%;
          margin-bottom: 10px; } }
      @media (max-width: 650px) {
        .find-it-icons ul li {
          height: 150px; } }
      .find-it-icons ul li a {
        display: block;
        padding: 10px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 20px;
        color: #fff;
        font-family: "alternate-gothic-no-3-d", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff; }
        .find-it-icons ul li a .icon {
          padding-right: 0;
          width: 100px;
          height: 70px;
          position: relative;
          display: block;
          margin: 0 auto 20px; }
          .find-it-icons ul li a .icon:before {
            font-size: 55px;
            color: #fff;
            opacity: 0.6;
            position: absolute;
            display: block;
            width: 100%;
            height: auto;
            left: 50%;
            top: 50%;
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }

.icon-boxes-container > header {
  display: none; }

.icon-boxes-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px; }
  @media (max-width: 900px) {
    .icon-boxes-container > .fsElementContent {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.icon-boxes-container .icon-box {
  display: inline-block;
  height: 178px;
  background: #6E2B70;
  vertical-align: top;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 8px;
  text-align: center;
  position: relative;
  width: 16.66667%; }
  @media (max-width: 900px) {
    .icon-boxes-container .icon-box {
      width: 30%;
      margin-bottom: 10px; } }
  @media (max-width: 650px) {
    .icon-boxes-container .icon-box {
      height: 150px; } }
  .icon-boxes-container .icon-box .iconLink {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .icon-boxes-container .icon-box > .fsElementContent {
    padding: 10px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
    .icon-boxes-container .icon-box > .fsElementContent a {
      color: #fff; }
    .icon-boxes-container .icon-box > .fsElementContent p {
      margin-bottom: 0; }
    .icon-boxes-container .icon-box > .fsElementContent .icon {
      padding-right: 0;
      width: 100px;
      height: 70px;
      position: relative;
      display: block;
      margin: 0 auto 20px; }
      .icon-boxes-container .icon-box > .fsElementContent .icon:before {
        font-size: 55px;
        color: #fff;
        opacity: 0.6;
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        left: 50%;
        top: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }

.portal-boxes-container > header {
  display: none; }

.portal-boxes-container > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px; }
  @media (max-width: 650px) {
    .portal-boxes-container > .fsElementContent {
      display: block;
      margin: 0; } }

.portal-boxes-container .portal-box {
  background: rgba(209, 206, 206, 0.2);
  padding: 25px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 33.33%;
  margin: 0 10px; }
  @media (max-width: 650px) {
    .portal-boxes-container .portal-box {
      width: 100%;
      margin: 0 0 10px; } }
  .portal-boxes-container .portal-box > header {
    display: none; }
  .portal-boxes-container .portal-box ul.fsNavLevel1 > li > a {
    position: relative;
    width: 83%;
    padding: 0;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(216, 216, 216, 0.5);
    margin-bottom: 16px; }
  .portal-boxes-container .portal-box ul.fsNavLevel2 > li {
    padding: 2px 0 5px; }
    .portal-boxes-container .portal-box ul.fsNavLevel2 > li > a {
      padding: 0;
      font-size: 18px;
      line-height: 25px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      color: #343B41; }
  .portal-boxes-container .portal-box.portal-box-1 ul.fsNavLevel1 > li {
    display: none; }
    .portal-boxes-container .portal-box.portal-box-1 ul.fsNavLevel1 > li.find-it-fast-1 {
      display: block; }
  .portal-boxes-container .portal-box.portal-box-2 ul.fsNavLevel1 > li {
    display: none; }
    .portal-boxes-container .portal-box.portal-box-2 ul.fsNavLevel1 > li.find-it-fast-2 {
      display: block; }
  .portal-boxes-container .portal-box.portal-box-3 ul.fsNavLevel1 > li {
    display: none; }
    .portal-boxes-container .portal-box.portal-box-3 ul.fsNavLevel1 > li.find-it-fast-3 {
      display: block; }

.off-canvas-toggle {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 399;
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: top 0.3s ease;
  width: 131px;
  padding: 18px 0 0 44px; }
  @media (max-width: 499px) {
    .off-canvas-toggle {
      width: 100px;
      right: 20px; } }
  #fsPageWrapper > .off-canvas-toggle {
    transition: z-index 0s 0s, opacity 0.3s 0s, top 0.3s ease; }
  .off-canvas-active #fsPageWrapper > .off-canvas-toggle {
    z-index: -1;
    opacity: 0;
    transition: z-index 0s 0.3s, opacity 0.3s 0s, top 0.3s ease; }
  @media (max-width: 600px) {
    .off-canvas-toggle > span {
      display: none !important; } }
  .off-canvas-active .off-canvas-toggle > span {
    display: none; }

/* Icon 3 */
.off-canvas-toggle-icon {
  width: 16px;
  height: 15px;
  margin: 0 auto;
  padding: 0 5px;
  position: absolute;
  top: 23px;
  left: 6px;
  cursor: pointer;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  background: #E54B21;
  border-radius: 100%;
  width: 30px;
  height: 30px; }
  @media (min-width: 500px) {
    .off-canvas-toggle-icon {
      left: 6px; } }
  .off-canvas-toggle-icon span {
    display: block;
    height: 2px;
    width: 14px;
    border-radius: 1px;
    position: absolute;
    left: 8px;
    background: #fff;
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out; }
    .off-canvas-toggle-icon span:nth-child(1) {
      top: 7px; }
    .off-canvas-toggle-icon span:nth-child(2), .off-canvas-toggle-icon span:nth-child(3) {
      top: 13px; }
    .off-canvas-toggle-icon span:nth-child(4) {
      top: 19px; }
    .off-canvas-active .off-canvas-toggle-icon span {
      background-color: #fff; }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(1) {
        width: 0%;
        top: 6px;
        left: 50%; }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(2) {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(3) {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(4) {
        width: 0%;
        top: 6px;
        left: 50%; }

.header-compact {
  width: 60px;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 99;
  border: 1px solid #e1e1e1;
  border-top: 0;
  border-right: 0;
  background-color: #ffffff;
  transition: top 0.3s ease, width 0.1s ease 0s, height 0.1s ease 0s, background 0.1s ease 0.1s;
  padding-right: 0px;
  height: 60px;
  border: 0;
  background: transparent;
  font-size: 0; }
  @media (min-width: 500px) {
    .header-compact {
      width: 140px; } }
  @media (min-width: 900px) {
    html .nav-float-top .logo-rosemary-hall,
    html .nav-float-near-top .logo-rosemary-hall {
      width: 150px;
      top: 201px;
      left: 31px; } }
  body.nav-float-top .header-compact {
    border-color: transparent; }
  body.nav-float-near-top .header-compact {
    border-color: transparent; }
  body.nav-float-up .header-compact {
    position: fixed;
    top: 0; }
  body.nav-float-up.fsAccountBarVisible .header-compact {
    top: 45px; }
  body.nav-float-down .header-compact {
    position: absolute;
    top: -100px; }
  body.nav-float-down.nav-float-top .header-compact {
    top: 0; }
  body.nav-float-down.nav-float-near-top .header-compact {
    top: 0; }
  .off-canvas-active .header-compact {
    width: 100%;
    height: 100vh;
    background-color: #6E2B70;
    transition: width 0.1s ease 0s, height 0.1s ease 0s, background 0.1s ease;
    border-color: transparent; }
    @media (min-width: 600px) {
      .off-canvas-active .header-compact {
        width: 320px; } }
    @media (min-width: 960px) {
      .off-canvas-active .header-compact {
        width: calc(50% + 40px); } }
    .off-canvas-active .header-compact > .fsElementContent {
      display: none; }
  .header-compact > .fsElementContent {
    zoom: 1; }
    .header-compact > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    .header-compact > .fsElementContent > a {
      float: left;
      height: 90px; }

.schools-list-panel {
  background: #4A4A4A; }
  .schools-list-panel .school-modules {
    padding-top: 55px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.6);
    padding-bottom: 20px; }
    .schools-list-panel .school-modules > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 950px) {
        .schools-list-panel .school-modules > .fsElementContent {
          display: block; } }
  .schools-list-panel header .fsElementHeaderContent,
  .schools-list-panel header .fsElementHeaderContent p {
    margin: 0; }
  .schools-list-panel header h2.fsElementTitle {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: #eff3f4; }
  .schools-list-panel .school-list {
    display: inline-block;
    width: 21.5%;
    vertical-align: top;
    text-align: left;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding-left: 40px; }
    @media (max-width: 950px) {
      .schools-list-panel .school-list {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .schools-list-panel .school-list.elem-list {
      width: 39.5%;
      padding-left: 0; }
      @media (max-width: 950px) {
        .schools-list-panel .school-list.elem-list {
          width: 100% !important; } }
      @media (max-width: 799px) {
        .schools-list-panel .school-list.elem-list {
          width: 100%;
          padding: 0;
          margin-bottom: 40px; } }
      @media (min-width: 601px) {
        .schools-list-panel .school-list.elem-list > .fsElementContent nav ul.fsNavLevel1 {
          -moz-column-count: 2;
          column-count: 2; } }
    @media (max-width: 799px) {
      .schools-list-panel .school-list.mid-list {
        width: 50%;
        padding-right: 20px; } }
    @media (max-width: 480px) {
      .schools-list-panel .school-list.mid-list {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px; } }
    @media (max-width: 799px) {
      .schools-list-panel .school-list.high-list {
        width: 50%;
        padding-right: 0px;
        padding-left: 20px; } }
    @media (max-width: 480px) {
      .schools-list-panel .school-list.high-list {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px; } }
    .schools-list-panel .school-list header h2.fsElementTitle {
      font-family: "alternate-gothic-no-3-d", sans-serif;
      letter-spacing: 2px;
      line-height: 31px;
      font-size: 22px;
      color: #fff;
      font-weight: 400;
      margin-bottom: 5px; }
    .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1, .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1 li {
      page-break-inside: avoid;
      break-inside: avoid; }
      .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1 li:not(:last-child) a {
        border-bottom: 1px solid rgba(216, 216, 216, 0.6); }
    .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1 a {
      font-size: 14px;
      line-height: 29px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      color: #fff;
      padding: 2px 0;
      display: block;
      text-decoration: none !important; }
      .schools-list-panel .school-list > .fsElementContent nav ul.fsNavLevel1 a:hover {
        color: #F39200; }

.schools-list-panel {
  display: none;
  height: 100%;
  overflow: scroll;
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(0, -20%, 0);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 20px; }
  .schools-list-panel.active {
    display: block;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: fixed;
    z-index: 900; }
  .schools-list-panel > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .schools-list-panel > .fsElementContent {
    max-width: 1235px; }
  .schools-list-panel > header {
    text-align: right;
    width: 100%; }
  .schools-list-panel a,
  .schools-list-panel .fsPostElement .fsTitle a {
    color: #fff; }
    .schools-list-panel a:hover,
    .schools-list-panel .fsPostElement .fsTitle a:hover {
      color: #29AAE1; }

.school-buttons {
  text-align: right;
  padding-bottom: 25px; }
  .school-buttons li {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-left: 20px; }
    @media (max-width: 600px) {
      .school-buttons li {
        display: block;
        max-width: 300px;
        margin: 0 auto 20px; } }
    .school-buttons li > a {
      font-size: 13px;
      text-transform: uppercase;
      line-height: 16px;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      color: #EEEEEE !important;
      display: block !important;
      border: 1px solid #fff;
      padding: 16px 20px 14px !important;
      background: transparent; }
      @media (max-width: 600px) {
        .school-buttons li > a {
          text-align: center; } }
      .school-buttons li > a:hover {
        text-decoration: none !important;
        background: #fff !important;
        color: #343B41 !important; }

.close-panel {
  background-color: transparent;
  border: 0;
  position: absolute;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  top: 0;
  right: 0; }
  .close-panel:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 40px;
    opacity: 0.4;
    transition: opacity 0.3s; }
  .close-panel:hover:before {
    opacity: 0.8; }
  @media (min-width: 800px) {
    .close-panel {
      top: 20px;
      right: 20px; } }

#fsFooter {
  padding: 0;
  color: #fff; }
  #fsFooter .fsBanner {
    display: block;
    position: relative; }
    #fsFooter .fsBanner:after {
      content: normal; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
  #fsFooter .top {
    padding: 50px 20px;
    position: relative;
    margin-bottom: 0; }
    #fsFooter .top > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
    @media (max-width: 900px) {
      #fsFooter .top footer {
        display: none; } }
    #fsFooter .top footer .fsElementFooterContent {
      margin: 0; }
    #fsFooter .top footer img {
      position: absolute;
      right: 0;
      top: 0;
      width: 100px;
      height: auto;
      opacity: 0.6; }
  #fsFooter .connect {
    padding: 0 20px;
    position: relative;
    border-top: 1px solid #4A1D4B;
    margin-bottom: 0; }
    @media (max-width: 1280px) {
      #fsFooter .connect {
        padding: 0; } }
    #fsFooter .connect > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
      #fsFooter .connect > .fsElementContent .connect-buttons,
      #fsFooter .connect > .fsElementContent .nav-social {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 1280px) {
          #fsFooter .connect > .fsElementContent .connect-buttons,
          #fsFooter .connect > .fsElementContent .nav-social {
            display: block;
            text-align: center; } }
        #fsFooter .connect > .fsElementContent .connect-buttons p,
        #fsFooter .connect > .fsElementContent .nav-social p {
          margin-bottom: 0;
          display: inline-block; }
      @media (max-width: 1280px) {
        #fsFooter .connect > .fsElementContent .connect-buttons {
          border-bottom: 1px solid #4A1D4B; } }
      #fsFooter .connect > .fsElementContent .connect-buttons h5 {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 23px;
        color: rgba(255, 255, 255, 0.6);
        font-family: "alternate-gothic-no-3-d", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1.22px;
        display: inline-block;
        vertical-align: top;
        padding: 30px 39px 27px 0;
        border-right: 1px solid #4A1D4B; }
        @media (max-width: 750px) {
          #fsFooter .connect > .fsElementContent .connect-buttons h5 {
            width: 100%;
            display: block;
            padding: 20px 0 18px;
            border: 0;
            border-bottom: 1px solid #4A1D4B; } }
      #fsFooter .connect > .fsElementContent .connect-buttons a {
        display: inline-block;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        padding: 30px 30px 28px;
        border-right: 1px solid #4A1D4B;
        margin-left: -3px; }
        @media (max-width: 1280px) {
          #fsFooter .connect > .fsElementContent .connect-buttons a:last-child {
            border-right: 0; } }
        @media (max-width: 750px) {
          #fsFooter .connect > .fsElementContent .connect-buttons a {
            width: 100%;
            display: block;
            padding: 20px 0 18px;
            border: 0;
            border-bottom: 1px solid #4A1D4B; }
            #fsFooter .connect > .fsElementContent .connect-buttons a:last-child {
              border-bottom: 0; } }
  #fsFooter .bottom {
    padding: 22px 20px 20px;
    position: relative;
    background: #4A1D4B;
    margin-bottom: 0; }
    #fsFooter .bottom > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
      @media (max-width: 750px) {
        #fsFooter .bottom > .fsElementContent {
          padding-bottom: 50px; } }
    #fsFooter .bottom ul {
      text-align: center; }
      #fsFooter .bottom ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 15px; }
        #fsFooter .bottom ul li a {
          font-size: 14px;
          line-height: 17px;
          font-weight: 400;
          font-family: "proxima-nova", sans-serif;
          color: #fff; }

.school-details {
  margin-bottom: 0; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    text-transform: uppercase;
    color: #1E2023;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: 400;
    letter-spacing: 1.22px;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 600px) {
    .school-details [itemprop='address'] {
      margin-bottom: 10px; } }
  .school-details [itemprop='streetAddress'] {
    display: inline-block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='hours'] {
    display: inline-block; }
  .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: "proxima-nova", sans-serif;
  background: #6E2B70;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 18px;
  line-height: 28px;
  color: #343B41; }

body.fsAccountBarVisible .find-container,
body.fsAccountBarVisible .schools-list-panel {
  margin-top: 45px; }

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

#fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 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: 60px;
      width: 300px;
      -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: 60px;
      width: 300px; } }
  @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: 60px;
      width: 300px; } }

#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% - 400px); } }
  .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% - 300px); } }
  .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% - 300px); } }
    @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% - 700px); } }

#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: 100px;
      width: 400px;
      -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% - 300px); } }
    @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: 100px;
        width: 400px; } }

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 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: 60px;
        width: 300px; } }
  .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% - 300px); } }

.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% - 400px); } }

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

@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: 60px;
    width: 300px; } }

@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: 60px;
    width: 300px; } }

.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% - 300px); } }
  @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% - 300px); } }

@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% - 300px); } }

@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: 60px;
    width: 300px; } }

.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: 100px;
        width: 400px; } }
  .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% - 400px); } }

.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% - 300px); } }
  @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% - 300px); } }

.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: 60px;
      width: 300px; } }
  @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: 60px;
      width: 300px; } }

.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: 100px;
      width: 400px; } }

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 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 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 133px;
  display: none; }
  .bottom #fsPoweredByFinalsite {
    display: inline-block;
    vertical-align: top;
    top: 8px; }
    @media (max-width: 750px) {
      .bottom #fsPoweredByFinalsite {
        top: auto;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */
.fsConstituent.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: #F7F7F7;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1.5px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    color: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-bottom: 3px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    padding: 18px 20px 14px 20px;
    text-transform: uppercase;
    color: #000000;
    transition: 0.3s;
    border: 1px solid;
    border-color: #D8D8D8;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #343B41;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s;
      border-color: #343B41; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #C84114; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff;
    border-color: #C84114; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "";
      font-family: "IcoMoon";
      opacity: 0.6; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: 50px;
  height: auto;
  text-align: center;
  position: absolute;
  margin: 0;
  top: 16px;
  font-size: 8px;
  content: "";
  font-family: "IcoMoon";
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: 50px;
  height: auto;
  text-align: center;
  position: absolute;
  margin: 0;
  top: 16px;
  font-size: 8px;
  content: "";
  font-family: "IcoMoon";
  opacity: 0.6;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    color: 900;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 70px;
  width: 70px;
  color: #fff;
  background: #6E2B70;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth, .fsCalendar .fsDate > span.fsYear {
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 24px;
      line-height: 29px;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      color: #D7ACD7; }

.fsCalendar.no-year span.fsYear {
  display: none; }

.fsCalendar .fsTitle,
.fsCalendar .fsTitle a {
  font-size: 16px;
  line-height: 23px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px; }

.fsCalendar .fsTimeRange,
.fsCalendar .fsAllDay {
  text-transform: lowercase;
  font-size: 14px;
  line-height: 17px;
  color: #656565;
  font-weight: 400; }
  .fsCalendar .fsTimeRange:before,
  .fsCalendar .fsAllDay:before {
    content: '\e904';
    font-family: "IcoMoon";
    font-size: 12px;
    vertical-align: top;
    padding-right: 5px; }

.fsCalendar .fsAllDay {
  text-transform: uppercase; }

.fsCalendar .fsLocation {
  font-size: 14px;
  line-height: 17px;
  color: #656565;
  font-weight: 400; }
  .fsCalendar .fsLocation:before {
    content: '\e929';
    font-family: "IcoMoon";
    font-size: 12px;
    vertical-align: top;
    padding-right: 8px;
    padding-left: 2px; }

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

.fsCalendar .fsLoadMoreButton {
  display: block;
  width: 100%;
  margin-top: 30px !important;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000 !important;
  border: 1px solid #D8D8D8;
  background: transparent; }
  .fsCalendar .fsLoadMoreButton:hover {
    background: #D8D8D8; }

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

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDay, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarMonth {
  display: none !important; }

.fsTwoColumnLayout .fsCalendar.fsGrid .fsCalendarDate {
  text-align: right !important; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  word-break: break-word; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(110, 43, 112, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(110, 43, 112, 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(110, 43, 112, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(110, 43, 112, 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 5px 5px 0;
    padding: 16px 20px 14px;
    background: #343B41;
    color: #fff !important;
    border-radius: 0;
    text-align: center;
    border: 1px solid #343B41;
    text-decoration: none !important;
    transition: all 0.15s linear;
    font-size: 13px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #4f5a63;
      border-color: #4f5a63;
      color: #fff !important; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      line-height: 28px;
      color: #343B41; }
    .fsComposerFormEmbed form h1 {
      margin-top: 0;
      font-weight: normal;
      font-size: 36px;
      line-height: 44px;
      letter-spacing: 1.5px;
      font-family: "alternate-gothic-no-1-d", sans-serif;
      color: 900;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .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: #C84114;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #6E2B70; }
    .fsComposerFormEmbed form .required {
      color: #6E2B70; }
    .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: #C84114;
        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: #6E2B70;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #6E2B70 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #fff; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #29AAE1 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", 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 5px 5px 0;
    padding: 16px 20px 14px;
    background: #343B41;
    color: #fff !important;
    border-radius: 0;
    text-align: center;
    border: 1px solid #343B41;
    text-decoration: none !important;
    transition: all 0.15s linear;
    font-size: 13px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      background: #4f5a63;
      border-color: #4f5a63;
      color: #fff !important; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + 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 5px 5px 0;
    padding: 16px 20px 14px;
    background: #343B41;
    color: #fff !important;
    border-radius: 0;
    text-align: center;
    border: 1px solid #343B41;
    text-decoration: none !important;
    transition: all 0.15s linear;
    font-size: 13px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background: #4f5a63;
      border-color: #4f5a63;
      color: #fff !important; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #343B41;
  font-family: "proxima-nova", 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: #29AAE1;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 18px;
    font-family: "Droid Serif", Georgia, serif; }

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

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

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

.fsCustomSlider .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  background-color: #29AAE1;
  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(41, 170, 225, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1.5px;
    font-family: "alternate-gothic-no-1-d", sans-serif;
    color: 900;
    text-transform: uppercase;
    margin-bottom: 16px;
    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; } }

.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 article {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
  margin-bottom: 28px; }
  .fsPostElement article:last-child {
    border: 0; }

.fsPostElement .fsTitle {
  color: #212529;
  font-size: 18px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin-bottom: 15px; }
  .fsPostElement .fsTitle a {
    color: #212529; }
    .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
      text-decoration: underline; }

.fsPostElement .fsAuthor {
  font-style: italic;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 15px; }

.fsPostElement .fsDateTime {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #656565;
  margin-bottom: 15px; }

.fsPostElement .fsSummary {
  font-size: 16px;
  line-height: 23px;
  color: #343B41; }

.fsPostElement .fsTags {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 12px 11px;
  border: 1px solid #D8D8D8; }
  .fsPostElement .fsTags .fsTag {
    background: none;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-right: 10px; }

.fsPostElement .fsCategories {
  margin: 10px 0; }
  .fsPostElement .fsCategories li {
    border-color: #d8d8d8;
    background-color: #d8d8d8;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    padding: 7px 12px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    margin: 0 5px 5px 0;
    width: auto; }

.fsPostToolsElement li a {
  border-color: #56BCE7;
  background-color: #56BCE7;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #29AAE1 !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #F39200;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #6E2B70;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      font-family: "proxima-nova", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 18px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #01070a;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #343B41; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 50px !important;
      color: #343B41;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 18px;
      font-family: "proxima-nova", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #343B41;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: #01070a;
    transition: .3s; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
    border: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

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

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px; }

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

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #343B41; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #29AAE1; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #C84114 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #6E2B70 !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 5px 5px 0;
  padding: 16px 20px 14px;
  background: #343B41;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #343B41;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #4f5a63;
    border-color: #4f5a63;
    color: #fff !important; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

/*! 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 5px 5px 0;
  padding: 16px 20px 14px;
  background: #343B41;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  border: 1px solid #343B41;
  text-decoration: none !important;
  transition: all 0.15s linear;
  font-size: 13px;
  line-height: 16px;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #4f5a63;
    border-color: #4f5a63;
    color: #fff !important; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! 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: 10px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 1.5px;
        font-family: "alternate-gothic-no-1-d", sans-serif;
        color: 900;
        text-transform: uppercase;
        margin-bottom: 16px;
        margin-bottom: 3px;
        display: block;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
        font-family: "alternate-gothic-no-3-d", sans-serif;
        padding: 18px 20px 14px 20px;
        text-transform: uppercase;
        color: #000000;
        transition: 0.3s;
        border: 1px solid;
        border-color: #D8D8D8;
        background-color: transparent !important;
        border: 0;
        border-bottom: 5px solid;
        border-color: #D8D8D8;
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        font-family: "alternate-gothic-no-3-d", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        padding: 10px 12px 10px 12px; }
        .fsTabs .fsTabsNav li a:hover {
          border-color: #343B41;
          color: #000000; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        border-color: #C84114;
        color: #000000; }
  .fsTabs.tree-tabs .fsTabsNav {
    display: block !important; }
  .fsTabs .fsPanel > .fsElementContent {
    padding: 30px 0 10px; }

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

.tree-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.tree-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .tree-tabs.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: none !important; }

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

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }
  .fsToolsList.fsStyleSelectList > li.fsStateSelected .fsStyleDefaultButton {
    border-color: #29AAE1;
    background-color: #29AAE1; }

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
  border-color: #56BCE7;
  background-color: #56BCE7;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000; }
  .fsToolsList.fsStyleSelectList .fsStyleDefaultButton:hover {
    border-color: #83ceed;
    background-color: #83ceed; }

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

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

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

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #343B41; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #eaeaea;
    color: #343B41;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #d1d1d1;
      color: #343B41; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #343B41;
      color: #cccccc; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #99d6f1;
      color: #343B41; }

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

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

.module {
  background: #6E2B70; }

/*! pages - home v0.0.1 */
html:not(.no-flexboxlegacy) body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

body.fsComposeMode .svg-background {
  display: none !important; }

@media (min-width: 601px) {
  .home:not(.school) {
    border: 30px solid transparent; } }
  @media (min-width: 601px) and (max-width: 768px) {
    .home:not(.school) {
      border: 20px solid transparent; } }

@media (min-width: 601px) {
    .home:not(.school):before, .home:not(.school):after {
      z-index: 100;
      content: '';
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      border: inherit;
      border-bottom-width: 0;
      border-color: var(--secondary, #29AAE1);
      will-change: border-color;
      transition: border-width 0.4s cubic-bezier(0.18, 0.98, 0.45, 1), border-color 1s cubic-bezier(0.18, 0.98, 0.45, 1); }
    .home:not(.school):after {
      border-width: 0;
      border-bottom-width: 30px; } }
    @media (min-width: 601px) and (max-width: 768px) {
      .home:not(.school):after {
        border-bottom-width: 20px; } }

@media (min-width: 601px) {
    .home:not(.school).purple1:before, .home:not(.school).purple1:after {
      border-color: var(--secondary, #6E2B70); }
    .home:not(.school).red:before, .home:not(.school).red:after {
      border-color: var(--secondary, #FF3C09); }
    .home:not(.school).green:before, .home:not(.school).green:after {
      border-color: var(--secondary, #8CC440); }
    .home:not(.school).green .translate:before,
    .home:not(.school).green .translate:after,
    .home:not(.school).green .find-it-fast-button button,
    .home:not(.school).green .find-it-fast-button button:before,
    .home:not(.school).green .right .schools-button button,
    .home:not(.school).green .right .careers-dropdown .fsElementHeaderContent a,
    .home:not(.school).green .right .parents-dropdown .fsElementHeaderContent a,
    .home:not(.school).green .right .schools-button button:before,
    .home:not(.school).green .right .careers-dropdown .fsElementHeaderContent a:before,
    .home:not(.school).green .right .parents-dropdown .fsElementHeaderContent a:before,
    .home:not(.school).green .off-canvas-toggle {
      color: #000; }
    .home:not(.school).orange:before, .home:not(.school).orange:after {
      border-color: var(--secondary, #F39200); }
    .home:not(.school).purple2:before, .home:not(.school).purple2:after {
      border-color: var(--secondary, #6E2B70); }
    .home:not(.school).purple2 .translate:before,
    .home:not(.school).purple2 .translate:after,
    .home:not(.school).purple2 .find-it-fast-button button,
    .home:not(.school).purple2 .find-it-fast-button button:before,
    .home:not(.school).purple2 .right .schools-button button,
    .home:not(.school).purple2 .right .careers-dropdown .fsElementHeaderContent a,
    .home:not(.school).purple2 .right .parents-dropdown .fsElementHeaderContent a,
    .home:not(.school).purple2 .right .schools-button button:before,
    .home:not(.school).purple2 .right .careers-dropdown .fsElementHeaderContent a:before,
    .home:not(.school).purple2 .right .parents-dropdown .fsElementHeaderContent a:before,
    .home:not(.school).purple2 .off-canvas-toggle {
      color: #fff; } }

.home:not(.school) #fsPageBodyWrapper {
  padding: 0; }

.home:not(.school) #fsPageBody {
  max-width: 100%; }

.home:not(.school) #fsPageContent > .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home:not(.school) #fsHeader {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 500;
  height: 90px;
  padding: 0 30px; }
  .home:not(.school) #fsHeader .site-info-container {
    display: none; }

@media (min-width: 601px) {
  .home:not(.school) #fsFooter {
    margin-left: -30px;
    margin-right: -30px;
    z-index: 200;
    position: relative;
    bottom: -30px; }
    .home:not(.school) #fsFooter .top {
      padding: 20px 20px 50px; } }

.home:not(.school) #fsPageWrapper > .off-canvas-toggle {
  z-index: 600;
  width: 131px;
  height: 100px;
  padding-top: 58px; }
  .home:not(.school) #fsPageWrapper > .off-canvas-toggle .off-canvas-toggle-icon {
    top: 63px;
    transition: none; }
  .home:not(.school) #fsPageWrapper > .off-canvas-toggle.fixed {
    position: fixed;
    padding-top: 28px;
    height: 70px;
    width: 161px; }
    @media (max-width: 768px) {
      .home:not(.school) #fsPageWrapper > .off-canvas-toggle.fixed {
        width: 115px; } }
    .home:not(.school) #fsPageWrapper > .off-canvas-toggle.fixed .off-canvas-toggle-icon {
      top: 33px; }

.home:not(.school):not(.fsComposeMode) #fsHeader {
  padding-top: 10px;
  position: absolute;
  width: 100vw;
  left: -30px;
  top: 30px;
  background: transparent;
  transition: background 1s cubic-bezier(0.18, 0.98, 0.45, 1); }
  .home:not(.school):not(.fsComposeMode) #fsHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #29AAE1; }
    @media (max-width: 768px) {
      .home:not(.school):not(.fsComposeMode) #fsHeader.fixed {
        padding: 10px 40px 0 20px; } }
    .home:not(.school):not(.fsComposeMode) #fsHeader.fixed.purple1 {
      background: #6E2B70; }
    .home:not(.school):not(.fsComposeMode) #fsHeader.fixed.red {
      background: #FF3C09; }
    .home:not(.school):not(.fsComposeMode) #fsHeader.fixed.green {
      background: #8CC440; }
    .home:not(.school):not(.fsComposeMode) #fsHeader.fixed.orange {
      background: #F39200; }
    .home:not(.school):not(.fsComposeMode) #fsHeader.fixed.purple2 {
      background: #6E2B70; }

.school-info-boxes {
  padding: 60px 20px 30px;
  margin-bottom: 0; }
  .school-info-boxes > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 1024px) {
      .school-info-boxes > .fsElementContent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .school-info-boxes > .fsElementContent {
        width: 100%;
        max-width: 500px;
        display: block; } }

.school-info-box {
  background: #F7F7F7;
  border: 1px solid #C8C8C8;
  padding: 25px 30px 30px 20px;
  margin: 0 10px; }
  @media (max-width: 1024px) {
    .school-info-box {
      width: calc(50% - 20px);
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .school-info-box {
      width: 100%;
      display: block; } }
  .school-info-box > header {
    border-bottom: 3px solid rgba(216, 216, 216, 0.5);
    margin-bottom: 18px; }
    .school-info-box > header h2.fsElementTitle {
      margin-bottom: 0;
      font-size: 22px;
      line-height: 22px;
      color: #1E2023;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      font-weight: 400;
      padding-bottom: 8px; }
  .school-info-box > .fsElementContent ul:not(.redactor-toolbar), .school-info-box > .fsElementContent ul:not(.redactor-toolbar) ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .school-info-box > .fsElementContent ul:not(.redactor-toolbar) li {
    margin: 0;
    padding: 0; }
  .school-info-box > .fsElementContent ul:not(.redactor-toolbar) li {
    position: relative;
    display: block;
    min-height: 100px;
    padding-left: 120px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px; }
    .school-info-box > .fsElementContent ul:not(.redactor-toolbar) li a {
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 5px; }
    .school-info-box > .fsElementContent ul:not(.redactor-toolbar) li img {
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #979797;
      border-radius: 100%;
      width: 100px;
      height: 100px; }

body:not(.fsComposeMode) .explore-boxes-container {
  padding: 60px 20px 30px; }
  @media (max-width: 480px) {
    body:not(.fsComposeMode) .explore-boxes-container {
      padding: 60px 0 30px; } }
  body:not(.fsComposeMode) .explore-boxes-container > header,
  body:not(.fsComposeMode) .explore-boxes-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  body:not(.fsComposeMode) .explore-boxes-container > header {
    padding-bottom: 30px; }
    @media (max-width: 480px) {
      body:not(.fsComposeMode) .explore-boxes-container > header {
        padding-right: 20px;
        padding-left: 20px; } }
    body:not(.fsComposeMode) .explore-boxes-container > header p {
      margin: 0; }
    body:not(.fsComposeMode) .explore-boxes-container > header h2.fsElementTitle {
      font-size: 36px;
      line-height: 38px;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #000000;
      letter-spacing: 3px;
      position: relative;
      text-align: center;
      padding-bottom: 8px; }
      body:not(.fsComposeMode) .explore-boxes-container > header h2.fsElementTitle:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 80px;
        height: 6px;
        background: #6E2B70;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  body:not(.fsComposeMode) .explore-boxes-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body:not(.fsComposeMode) .explore-boxes-container .explore-box {
    background-size: cover;
    background-position: top center;
    position: relative;
    margin: 0;
    width: 25%;
    height: 230px;
    border: 0.5px solid #fff; }
    @media (max-width: 768px) {
      body:not(.fsComposeMode) .explore-boxes-container .explore-box {
        width: 50%; } }
    body:not(.fsComposeMode) .explore-boxes-container .explore-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      visibility: hidden;
      z-index: 1;
      transition: all 0.15s; }
    body:not(.fsComposeMode) .explore-boxes-container .explore-box > .fsElementContent {
      position: absolute;
      padding: 15px 30px;
      width: 100%;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      transition: all 0.15s; }
      body:not(.fsComposeMode) .explore-boxes-container .explore-box > .fsElementContent p {
        margin: 0; }
      body:not(.fsComposeMode) .explore-boxes-container .explore-box > .fsElementContent strong {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        display: block;
        padding-bottom: 10px; }
      body:not(.fsComposeMode) .explore-boxes-container .explore-box > .fsElementContent a {
        font-size: 16px;
        line-height: 19px;
        display: inline-block;
        position: relative;
        color: rgba(255, 255, 255, 0.85);
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        text-transform: uppercase; }
        body:not(.fsComposeMode) .explore-boxes-container .explore-box > .fsElementContent a:after {
          content: '\e93a';
          font-family: "IcoMoon";
          position: relative;
          display: inline-block;
          vertical-align: top;
          color: #29AAE1;
          font-size: 16px;
          margin-left: 5px; }
    body:not(.fsComposeMode) .explore-boxes-container .explore-box:hover:before {
      opacity: 1;
      visibility: visible; }
    body:not(.fsComposeMode) .explore-boxes-container .explore-box:hover > .fsElementContent {
      opacity: 1;
      visibility: visible; }

.featured-video {
  padding: 60px 20px 30px; }
  .featured-video > header,
  .featured-video > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 980px; }
  .featured-video > header {
    padding-bottom: 30px; }
    .featured-video > header p {
      margin: 0; }
    .featured-video > header h2.fsElementTitle {
      font-size: 36px;
      line-height: 38px;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #000000;
      letter-spacing: 3px;
      position: relative;
      text-align: center;
      padding-bottom: 8px; }
      .featured-video > header h2.fsElementTitle:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 80px;
        height: 6px;
        background: #6E2B70;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .featured-video > .fsElementContent {
    border: 1px solid #C8C8C8; }
    .featured-video > .fsElementContent > iframe {
      margin-bottom: 0 !important; }

.featured-gallery {
  padding: 60px 20px 30px; }
  @media (max-width: 480px) {
    .featured-gallery {
      padding: 60px 0 30px; } }
  .featured-gallery > header,
  .featured-gallery > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .featured-gallery > header {
    padding-bottom: 30px; }
    @media (max-width: 480px) {
      .featured-gallery > header {
        padding-right: 20px;
        padding-left: 20px; } }
    .featured-gallery > header p {
      margin: 0; }
    .featured-gallery > header h2.fsElementTitle {
      font-size: 36px;
      line-height: 38px;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #000000;
      letter-spacing: 3px;
      position: relative;
      text-align: center;
      padding-bottom: 8px; }
      .featured-gallery > header h2.fsElementTitle:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 80px;
        height: 6px;
        background: #6E2B70;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .featured-gallery > header > .fsElementHeaderContent {
      margin-bottom: 0;
      text-align: center; }
      .featured-gallery > header > .fsElementHeaderContent a {
        display: inline-block;
        font-size: 16px;
        line-height: 19px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        color: #000000;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase; }
        .featured-gallery > header > .fsElementHeaderContent a:after {
          content: '\e93a';
          font-family: "IcoMoon";
          position: relative;
          display: inline-block;
          vertical-align: top;
          color: #29AAE1;
          font-size: 16px;
          margin-left: 10px; }
  @media (max-width: 1024px) {
    .featured-gallery .fsElementContent {
      max-width: 580px; } }
  @media (max-width: 600px) {
    .featured-gallery .fsElementContent .fsListItems {
      margin: 0 !important; } }
  .featured-gallery article {
    padding: 0 !important;
    margin: 0 10px;
    width: calc(25% - 20px);
    position: relative;
    background-size: cover;
    background-position: top center;
    height: 300px; }
    @media (max-width: 1024px) {
      .featured-gallery article {
        width: calc(50% - 20px); } }
    @media (max-width: 600px) {
      .featured-gallery article {
        margin: 0;
        width: 50%;
        margin-bottom: 0 !important; } }
    .featured-gallery article > .fsTitle {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center; }
      .featured-gallery article > .fsTitle > a {
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        padding-top: 50%;
        color: #fff;
        opacity: 0;
        transition: all 0.3s;
        text-decoration: none !important; }
    .featured-gallery article > figure {
      opacity: 0;
      visibility: hidden; }
    .featured-gallery article:hover > .fsTitle > a {
      opacity: 1; }

.action-buttons {
  padding: 60px 20px 30px; }
  .action-buttons > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    text-align: center; }
    .action-buttons > .fsElementContent > p {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
  .action-buttons a {
    margin: 0 10px 20px; }

body:not(.fsComposeMode) .resources-custom-slider {
  min-height: 680px;
  position: relative;
  margin-bottom: 0;
  height: calc(100vh - 60px);
  overflow: hidden; }
  @media (max-width: 1024px) {
    body:not(.fsComposeMode) .resources-custom-slider {
      min-height: 580px;
      height: calc(100vh - 60px); } }
  @media (max-width: 768px) {
    body:not(.fsComposeMode) .resources-custom-slider {
      height: 580px;
      min-height: 1px; } }
  @media (max-width: 480px) {
    body:not(.fsComposeMode) .resources-custom-slider {
      height: 430px;
      min-height: 1px; } }
  @media (max-width: 480px) {
    body:not(.fsComposeMode) .resources-custom-slider > header {
      display: none; } }
  body:not(.fsComposeMode) .resources-custom-slider > header .fsElementHeaderContent {
    margin: 0;
    position: absolute;
    bottom: 300px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    width: 130px; }
    @media (max-width: 1040px) {
      body:not(.fsComposeMode) .resources-custom-slider > header .fsElementHeaderContent {
        bottom: 360px; } }
  body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls {
    position: absolute;
    bottom: 43px;
    left: 130px;
    z-index: 5;
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer; }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 40px; } }
    body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button {
      top: 0;
      background-color: transparent;
      color: #fff;
      width: 38px;
      height: 38px;
      left: 0;
      opacity: 1; }
      body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button:before {
        color: #fff;
        background-image: none !important;
        margin: 0 !important; }
      body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button.fsSlideshowPause:before, body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button.fsSlideshowPause:after {
        content: '';
        width: 4px;
        height: 14px;
        display: inline-block;
        position: relative;
        background: #fff; }
      body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button.fsSlideshowPause:before {
        left: -1px; }
      body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button.fsSlideshowPause:after {
        right: -1px; }
      body:not(.fsComposeMode) .resources-custom-slider .fsElementSlideshowControls button.fsSlideshowPlay:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #fff; }
  body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
    position: absolute;
    bottom: 23px;
    top: auto;
    z-index: 3;
    width: 40px;
    height: 40px; }
    body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow:before {
      font-family: "IcoMoon";
      font-size: 12px;
      color: #fff;
      display: block;
      position: relative;
      text-align: center;
      top: 14px; }
    @media (max-width: 599px) {
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow {
        position: absolute;
        bottom: 40px;
        top: auto !important; } }
    body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow.fsPrevButton.fsLeftArrow {
      left: 90px; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow.fsPrevButton.fsLeftArrow:before {
        content: '\e909'; }
      @media (max-width: 599px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow.fsPrevButton.fsLeftArrow {
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-left: -39px; } }
    body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow.fsNextButton.fsRightArrow {
      left: 170px; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow.fsNextButton.fsRightArrow:before {
        content: '\e90a'; }
      @media (max-width: 599px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent .slick-arrow.fsNextButton.fsRightArrow {
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          margin-left: 39px; } }
  body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow {
    padding: 0 !important;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager {
      position: absolute;
      right: 90px;
      bottom: 40px;
      z-index: 3;
      width: auto; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager, body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager li {
        margin: 0;
        padding: 0; }
      @media (max-width: 1024px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager {
          right: 30px; } }
      @media (max-width: 480px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager {
          display: none; } }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager li {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle; }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager li button {
          position: relative;
          width: 15px;
          height: 15px;
          margin: 0 2px;
          font-size: 0;
          border: 0;
          padding: 0;
          background: transparent;
          cursor: pointer; }
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager li button:before {
            content: '';
            position: relative;
            width: 7px;
            height: 7px;
            border: 1px solid #979797;
            border-radius: 100%;
            background: transparent;
            display: block;
            transition: all 0.3s linear;
            margin: 0 auto; }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow .fsPager li.slick-active button:before {
          border: 1px solid #fff;
          background: #fff; }
    body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article {
      padding: 0 !important;
      position: relative;
      background-size: cover;
      background-position: center top;
      height: calc(100vh - 60px);
      min-height: 680px; }
      @media (max-width: 1024px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article {
          min-height: 580px;
          height: calc(100vh - 60px); } }
      @media (max-width: 768px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article {
          height: 580px;
          min-height: 1px; } }
      @media (max-width: 480px) {
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article {
          height: 430px;
          min-height: 1px; } }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        content: '';
        background-image: url("../images/gradient-overlay-top.png");
        height: 220px;
        background-size: contain;
        background-repeat: repeat-x;
        z-index: 2;
        visibility: visible; }
        @media (max-width: 1024px) {
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article:before {
            background-size: cover; } }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        content: '';
        background-image: url("../images/gradient-overlay-bottom.png");
        height: 420px;
        background-size: cover;
        z-index: 2;
        visibility: visible; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription {
        position: relative;
        margin: 0 auto;
        max-width: 65.55556em;
        max-width: 73.75rem;
        max-width: 700px;
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        padding: 0 20px;
        text-align: center;
        z-index: 3; }
        @media (max-width: 1040px) {
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription {
            bottom: 90px; } }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription h2 {
          font-size: 64px;
          line-height: 72px;
          font-family: "alternate-gothic-no-1-d", sans-serif;
          text-transform: uppercase;
          color: #fff; }
          @media (max-width: 1024px) {
            body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription h2 {
              font-size: 52px;
              line-height: 62px; } }
          @media (max-width: 600px) {
            body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription h2 {
              font-size: 32px;
              line-height: 42px; } }
        @media (max-width: 480px) {
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription p {
            display: none; } }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription a {
          font-size: 16px;
          line-height: 19px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          position: relative; }
          @media (max-width: 480px) {
            body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription a {
              display: none; } }
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeVideo .fsDescription a:after {
            content: '\e93a';
            font-family: "IcoMoon";
            color: #29AAE1;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            position: relative;
            top: -1px; }
      body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure {
        position: relative;
        margin: 0 auto;
        max-width: 65.55556em;
        max-width: 73.75rem;
        max-width: 700px;
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #fff;
        padding: 0 20px;
        text-align: center;
        z-index: 3; }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure > picture {
          display: none; }
        @media (max-width: 1040px) {
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure {
            bottom: 90px; } }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure h2 {
          font-size: 64px;
          line-height: 72px;
          font-family: "alternate-gothic-no-1-d", sans-serif;
          text-transform: uppercase;
          color: #fff; }
          @media (max-width: 1024px) {
            body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure h2 {
              font-size: 52px;
              line-height: 62px; } }
          @media (max-width: 600px) {
            body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure h2 {
              font-size: 32px;
              line-height: 42px; } }
        @media (max-width: 480px) {
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure p {
            display: none; } }
        body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure a {
          font-size: 16px;
          line-height: 19px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 700;
          color: #fff;
          text-transform: uppercase;
          position: relative; }
          @media (max-width: 480px) {
            body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure a {
              display: none; } }
          body:not(.fsComposeMode) .resources-custom-slider > .fsElementContent > .fsElementSlideshow article.fsResourceTypeImage figure a:after {
            content: '\e93a';
            font-family: "IcoMoon";
            color: #29AAE1;
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            position: relative;
            top: -1px; }

body:not(.fsComposeMode) .multimedia-slideshow {
  min-height: 680px;
  position: relative;
  margin-bottom: 0;
  height: calc(100vh - 60px); }
  @media (max-width: 1024px) {
    body:not(.fsComposeMode) .multimedia-slideshow {
      min-height: 580px;
      height: calc(100vh - 60px); } }
  body:not(.fsComposeMode) .multimedia-slideshow .fsMedia > header {
    display: none; }
  body:not(.fsComposeMode) .multimedia-slideshow > header h2.fsElementTitle {
    display: none; }
  body:not(.fsComposeMode) .multimedia-slideshow > header .fsElementHeaderContent {
    margin: 0;
    position: absolute;
    bottom: 150px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    width: 130px; }
    @media (max-width: 1024px) {
      body:not(.fsComposeMode) .multimedia-slideshow > header .fsElementHeaderContent {
        bottom: 250px; } }
  body:not(.fsComposeMode) .multimedia-slideshow article {
    position: relative; }
    body:not(.fsComposeMode) .multimedia-slideshow article:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      content: '';
      background-image: url("../images/gradient-overlay-top.png");
      height: 220px;
      background-size: contain;
      background-repeat: repeat-x;
      z-index: 2; }
    body:not(.fsComposeMode) .multimedia-slideshow article:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      content: '';
      background-image: url("../images/gradient-overlay-bottom.png");
      height: 420px;
      background-size: cover;
      z-index: 2; }
  body:not(.fsComposeMode) .multimedia-slideshow .caption-wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 1024px) {
      body:not(.fsComposeMode) .multimedia-slideshow .caption-wrapper {
        bottom: 100px; } }

.multimedia-slideshow .slick-slider {
  min-height: 680px;
  height: calc(100vh - 60px); }
  @media (max-width: 1024px) {
    .multimedia-slideshow .slick-slider {
      min-height: 580px;
      height: calc(100vh - 60px); } }

.multimedia-slideshow .slider-play-btn,
.multimedia-slideshow .playbutton {
  position: absolute;
  bottom: 43px;
  left: 130px;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: none;
  font-size: 0;
  padding: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer; }
  @media (max-width: 1024px) {
    .multimedia-slideshow .slider-play-btn,
    .multimedia-slideshow .playbutton {
      bottom: 40px;
      left: 70px; } }
  @media (max-width: 599px) {
    .multimedia-slideshow .slider-play-btn,
    .multimedia-slideshow .playbutton {
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .multimedia-slideshow .slider-play-btn:before,
  .multimedia-slideshow .playbutton:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff; }

.multimedia-slideshow .slider-pause-btn,
.multimedia-slideshow .pausebutton {
  position: absolute;
  bottom: 43px;
  left: 130px;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 0;
  padding: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer; }
  @media (max-width: 1024px) {
    .multimedia-slideshow .slider-pause-btn,
    .multimedia-slideshow .pausebutton {
      bottom: 40px;
      left: 70px; } }
  @media (max-width: 599px) {
    .multimedia-slideshow .slider-pause-btn,
    .multimedia-slideshow .pausebutton {
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .multimedia-slideshow .slider-pause-btn:before, .multimedia-slideshow .slider-pause-btn:after,
  .multimedia-slideshow .pausebutton:before,
  .multimedia-slideshow .pausebutton:after {
    content: '';
    width: 4px;
    height: 14px;
    display: inline-block;
    position: relative;
    background: #fff; }
  .multimedia-slideshow .slider-pause-btn:before,
  .multimedia-slideshow .pausebutton:before {
    left: -1px; }
  .multimedia-slideshow .slider-pause-btn:after,
  .multimedia-slideshow .pausebutton:after {
    right: -1px; }

.multimedia-slideshow.paused .slider-play-btn,
.multimedia-slideshow.paused .playbutton {
  display: block; }

.multimedia-slideshow.paused .slider-pause-btn,
.multimedia-slideshow.paused .pausebutton {
  display: none; }

.multimedia-slideshow .video-wrapper {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%; }
  .multimedia-slideshow .video-wrapper video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-height: 680px;
    height: calc(100vh - 60px); }
    @media (max-width: 768px) {
      .multimedia-slideshow .video-wrapper video {
        min-height: 580px;
        height: calc(100vh - 60px); } }

.multimedia-slideshow article {
  min-height: 680px;
  height: calc(100vh - 60px);
  max-height: 100%;
  background-size: cover;
  background-position: center top; }
  @media (max-width: 1024px) {
    .multimedia-slideshow article {
      min-height: 580px;
      height: calc(100vh - 60px); } }
  .multimedia-slideshow article img {
    opacity: 0; }
  .multimedia-slideshow article .caption-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    padding: 0 20px;
    text-align: center;
    z-index: 3; }
    .multimedia-slideshow article .caption-wrapper .caption-title {
      font-size: 64px;
      line-height: 72px;
      font-family: "alternate-gothic-no-1-d", sans-serif;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1024px) {
        .multimedia-slideshow article .caption-wrapper .caption-title {
          font-size: 52px;
          line-height: 62px; } }
      @media (max-width: 600px) {
        .multimedia-slideshow article .caption-wrapper .caption-title {
          font-size: 32px;
          line-height: 42px; } }
    .multimedia-slideshow article .caption-wrapper .caption-desc a {
      font-size: 16px;
      line-height: 19px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      position: relative; }
      .multimedia-slideshow article .caption-wrapper .caption-desc a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        color: #29AAE1;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        position: relative;
        top: -1px; }

.multimedia-slideshow .multimedia-controls {
  position: absolute;
  left: 90px;
  bottom: 43px;
  z-index: 3;
  width: 40px;
  height: 40px;
  overflow: visible; }
  @media (max-width: 1024px) {
    .multimedia-slideshow .multimedia-controls {
      left: 30px;
      bottom: 40px; } }
  @media (max-width: 599px) {
    .multimedia-slideshow .multimedia-controls {
      position: static; } }
  .multimedia-slideshow .multimedia-controls .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 0;
    padding: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative; }
    .multimedia-slideshow .multimedia-controls .slick-arrow:before {
      font-family: "IcoMoon";
      font-size: 12px;
      color: #fff; }
    @media (max-width: 599px) {
      .multimedia-slideshow .multimedia-controls .slick-arrow {
        position: absolute;
        bottom: 40px;
        top: initial !important; } }
  .multimedia-slideshow .multimedia-controls .slick-prev {
    left: 0; }
    .multimedia-slideshow .multimedia-controls .slick-prev:before {
      content: '\e909'; }
    @media (max-width: 599px) {
      .multimedia-slideshow .multimedia-controls .slick-prev {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: -39px; } }
  .multimedia-slideshow .multimedia-controls .slick-next {
    left: 80px;
    top: -40px; }
    .multimedia-slideshow .multimedia-controls .slick-next:before {
      content: '\e90a'; }
    @media (max-width: 599px) {
      .multimedia-slideshow .multimedia-controls .slick-next {
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 39px; } }

.multimedia-slideshow .slick-dots {
  position: absolute;
  right: 90px;
  bottom: 40px;
  z-index: 3; }
  .multimedia-slideshow .slick-dots, .multimedia-slideshow .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .multimedia-slideshow .slick-dots li {
    margin: 0;
    padding: 0; }
  @media (max-width: 1024px) {
    .multimedia-slideshow .slick-dots {
      right: 30px; } }
  .multimedia-slideshow .slick-dots li {
    display: inline-block; }
    .multimedia-slideshow .slick-dots li button {
      position: relative;
      width: 15px;
      height: 15px;
      margin: 0 2px;
      font-size: 0;
      border: 0;
      padding: 0;
      background: transparent;
      cursor: pointer; }
      .multimedia-slideshow .slick-dots li button:before {
        content: '';
        position: relative;
        width: 7px;
        height: 7px;
        border: 1px solid #979797;
        border-radius: 100%;
        background: transparent;
        display: block;
        transition: all 0.3s linear;
        margin: 0 auto; }
    .multimedia-slideshow .slick-dots li.slick-active button:before {
      border: 1px solid #fff;
      background: #fff; }

.featured-videos {
  padding: 50px 20px 20px; }
  .featured-videos > header, .featured-videos > footer {
    display: none; }
  .featured-videos > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    display: block;
    max-width: 700px; }
    @media (min-width: 1101px) {
      .featured-videos > .fsElementContent {
        max-width: 1160px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .featured-videos .fsSocialVideoFrame {
    width: 68%;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 500px;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 1100px) {
      .featured-videos .fsSocialVideoFrame {
        width: 90%;
        margin: 0 auto;
        height: 450px; } }
    @media (max-width: 650px) {
      .featured-videos .fsSocialVideoFrame {
        width: 100%; } }
  .featured-videos ul.fsYoutubeList {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 32%;
    background: #6E2B70;
    padding: 45px 30px;
    height: 540px; }
    @media (max-width: 1100px) {
      .featured-videos ul.fsYoutubeList {
        width: 100%;
        height: auto; } }
    .featured-videos ul.fsYoutubeList > header, .featured-videos ul.fsYoutubeList > footer {
      display: block; }
    .featured-videos ul.fsYoutubeList > header h2.fsElementTitle {
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 3px;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      text-transform: uppercase;
      color: #f7f7f7;
      margin-bottom: 25px; }
    .featured-videos ul.fsYoutubeList .fsYoutubeListItem {
      border-bottom: 1px solid rgba(0, 0, 0, 0.6);
      padding-bottom: 15px;
      margin-bottom: 15px;
      position: relative; }
      .featured-videos ul.fsYoutubeList .fsYoutubeListItem:last-of-type {
        border-bottom: 0; }
      .featured-videos ul.fsYoutubeList .fsYoutubeListItem img, .featured-videos ul.fsYoutubeList .fsYoutubeListItem .fsYoutubeDesc {
        display: none; }
      .featured-videos ul.fsYoutubeList .fsYoutubeListItem .fsYoutubeTitle {
        font-size: 18px;
        line-height: 23px;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
      .featured-videos ul.fsYoutubeList .fsYoutubeListItem:before {
        content: '';
        position: absolute;
        left: -52px;
        top: 0;
        width: 0px;
        height: 0px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-right: 30px solid #6E2B70;
        opacity: 0; }
      .featured-videos ul.fsYoutubeList .fsYoutubeListItem.active {
        opacity: 1; }
        @media (min-width: 1101px) {
          .featured-videos ul.fsYoutubeList .fsYoutubeListItem.active:before {
            opacity: 1; } }
    .featured-videos ul.fsYoutubeList > footer > .fsElementFooterContent {
      margin-top: 10px; }
      .featured-videos ul.fsYoutubeList > footer > .fsElementFooterContent a {
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        color: #fff;
        text-transform: uppercase;
        display: inline-block; }
        .featured-videos ul.fsYoutubeList > footer > .fsElementFooterContent a:after {
          content: '\e93a';
          font-family: "IcoMoon";
          position: relative;
          display: inline-block;
          vertical-align: top;
          color: #29AAE1;
          font-size: 16px;
          margin-left: 5px; }

.home-cal {
  padding: 70px 20px 30px; }
  @media (max-width: 799px) {
    .home-cal {
      max-width: 500px;
      margin: 0 auto; } }
  .home-cal > header,
  .home-cal > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    clear: both; }
  .home-cal > header > h2.fsElementTitle {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
    color: #1E2023;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .home-cal > header > .fsElementHeaderContent {
    margin-bottom: 0;
    display: inline-block;
    float: right;
    vertical-align: top; }
    .home-cal > header > .fsElementHeaderContent p {
      margin-bottom: 0; }
    .home-cal > header > .fsElementHeaderContent a {
      font-size: 16px;
      line-height: 19px;
      display: block;
      position: relative;
      color: #757575;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      .home-cal > header > .fsElementHeaderContent a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #29AAE1;
        font-size: 16px;
        margin-left: 5px; }
  .home-cal > .fsElementContent {
    border-top: 3px solid rgba(216, 216, 216, 0.3);
    padding-top: 20px; }
    @media (min-width: 800px) {
      .home-cal > .fsElementContent .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .home-cal > .fsElementContent .fsListItems article {
          max-width: 22%; } }

.whats-happening {
  padding: 50px 20px 70px; }
  .whats-happening > header,
  .whats-happening > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 1160px;
    clear: both; }
    @media (max-width: 1100px) {
      .whats-happening > header,
      .whats-happening > .fsElementContent {
        max-width: 700px; } }
    @media (max-width: 600px) {
      .whats-happening > header,
      .whats-happening > .fsElementContent {
        max-width: 300px; } }
  @media (max-width: 600px) {
    .whats-happening > header {
      text-align: center;
      margin-bottom: 30px; } }
  .whats-happening > header > h2.fsElementTitle {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    color: #5C5C5C;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .whats-happening > header > h2.fsElementTitle {
        float: none; } }
  .whats-happening > header > .fsElementHeaderContent {
    margin-bottom: 0;
    display: inline-block;
    float: right;
    vertical-align: top; }
    @media (max-width: 600px) {
      .whats-happening > header > .fsElementHeaderContent {
        float: none; } }
    .whats-happening > header > .fsElementHeaderContent p {
      margin-bottom: 0; }
    .whats-happening > header > .fsElementHeaderContent a {
      font-size: 16px;
      line-height: 19px;
      display: block;
      position: relative;
      color: #757575;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      .whats-happening > header > .fsElementHeaderContent a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #29AAE1;
        font-size: 16px;
        margin-left: 5px; }
  .whats-happening .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 1100px) {
      .whats-happening .fsListItems {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .whats-happening article {
    padding: 0;
    margin: 0;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 25%;
    height: 293px;
    position: relative;
    background-size: cover;
    background-position: top center;
    overflow: hidden; }
    @media (max-width: 1100px) {
      .whats-happening article {
        width: 50%;
        border-bottom: 0; } }
    @media (max-width: 600px) {
      .whats-happening article {
        width: 100%; } }
    .whats-happening article:before {
      content: '';
      background: url("../images/news-overlay.png");
      position: absolute;
      width: 100%;
      height: 100%;
      top: 80px;
      left: 0;
      background-size: cover;
      background-position: bottom center;
      z-index: 2;
      transition: all 0.15s linear; }
    .whats-happening article:after {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 15px;
      background: #29AAE1;
      transition: all 0.15s linear;
      z-index: 3;
      visibility: visible; }
    .whats-happening article:nth-child(2):after {
      background: #8CC440; }
    .whats-happening article:nth-child(3):after {
      background: #C84114; }
    .whats-happening article:last-child:after {
      background: #6E2B70; }
    .whats-happening article a.fsThumbnail.fsPostLink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 4; }
      .whats-happening article a.fsThumbnail.fsPostLink img {
        display: block;
        margin: 0;
        opacity: 0;
        visibility: hidden; }
    .whats-happening article .fsTitle {
      font-size: 16px;
      line-height: 23px;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      color: #fff;
      padding: 0 30px;
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      z-index: 4;
      transition: all 0.15s linear; }
      .whats-happening article .fsTitle a {
        color: #fff; }
    .whats-happening article a.fsPostLink.fsReadMoreLink {
      position: absolute;
      bottom: 0px;
      left: 0;
      padding: 0 30px;
      opacity: 0;
      display: block;
      font-size: 0;
      width: 30px;
      height: 30px;
      z-index: 4;
      transition: all 0.15s linear;
      text-decoration: none !important; }
      .whats-happening article a.fsPostLink.fsReadMoreLink:before {
        content: '\e93a';
        font-family: "IcoMoon";
        width: 30px;
        height: 30px;
        background: #29AAE1;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        padding-top: 1px; }
    .whats-happening article:hover:before {
      top: 0; }
    .whats-happening article:hover:after {
      top: 0; }
    .whats-happening article:hover .fsTitle {
      bottom: 75px; }
    .whats-happening article:hover a.fsPostLink.fsReadMoreLink {
      bottom: 30px;
      opacity: 1; }

.in-the-spotlight,
.in-the-spotlight-rsrc {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 20px; }

.spotlight-slider-rsrc.fsGrid .fsListItems {
  margin: 0 !important; }

.spotlight-slider-rsrc.fsResourceElement figcaption {
  white-space: normal; }

.spotlight-slider-rsrc article .fsResourceTitle {
  display: none !important; }

.spotlight-slider-rsrc article figure picture {
  display: none !important; }

.spotlight-slider .slick-arrow,
.spotlight-slider-rsrc .slick-arrow {
  background: none;
  border: none;
  color: transparent;
  padding: 0;
  z-index: 2;
  position: absolute;
  width: 48px;
  height: 53px;
  top: 0;
  -ms-transform: none;
  transform: none;
  font-size: 0; }
  .spotlight-slider .slick-arrow:before,
  .spotlight-slider-rsrc .slick-arrow:before {
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    top: 0;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-top: 11px;
    font-family: "IcoMoon";
    font-size: 16px; }

.spotlight-slider .slick-prev,
.spotlight-slider-rsrc .slick-prev {
  left: 0; }
  .spotlight-slider .slick-prev:before,
  .spotlight-slider-rsrc .slick-prev:before {
    content: '\e909'; }

.spotlight-slider .slick-next,
.spotlight-slider-rsrc .slick-next {
  right: 0; }
  .spotlight-slider .slick-next:before,
  .spotlight-slider-rsrc .slick-next:before {
    content: '\e90a'; }

.spotlight-slider .counter,
.spotlight-slider-rsrc .counter {
  position: absolute;
  width: 50px;
  left: 48px;
  height: 100%;
  top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  padding-top: 17px;
  letter-spacing: 3px; }

.spotlight-slider .spotlight-controls,
.spotlight-slider .spotlight-controls-rsrc,
.spotlight-slider-rsrc .spotlight-controls,
.spotlight-slider-rsrc .spotlight-controls-rsrc {
  position: absolute;
  width: 146px;
  height: 53px;
  background: #fff;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 203px;
  right: 150px;
  border: 1px solid #CCCCCC; }
  @media (max-width: 768px) {
    .spotlight-slider .spotlight-controls,
    .spotlight-slider .spotlight-controls-rsrc,
    .spotlight-slider-rsrc .spotlight-controls,
    .spotlight-slider-rsrc .spotlight-controls-rsrc {
      right: 20px; } }

.spotlight-slider .title-box,
.spotlight-slider-rsrc .title-box {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  position: absolute;
  z-index: 1;
  width: 500px;
  height: 345px;
  background: rgba(255, 60, 9, 0.9);
  right: 110px;
  margin-top: -33px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 55px 30px 30px; }
  @media (max-width: 768px) {
    .spotlight-slider .title-box,
    .spotlight-slider-rsrc .title-box {
      width: calc(90% - 20px);
      right: 50%;
      -ms-transform: translateX(50%) translateY(-50%);
      transform: translateX(50%) translateY(-50%); } }

.spotlight-slider article,
.spotlight-slider-rsrc article {
  display: block;
  position: relative;
  width: 100%;
  min-height: 700px;
  height: calc(100vh - 60px);
  background-size: cover;
  background-position: top center;
  position: relative; }
  .spotlight-slider article img,
  .spotlight-slider-rsrc article img {
    display: none !important;
    margin: 0; }
  .spotlight-slider article .caption-wrapper,
  .spotlight-slider article figcaption,
  .spotlight-slider-rsrc article .caption-wrapper,
  .spotlight-slider-rsrc article figcaption {
    background: #fff;
    width: 500px;
    height: 290px;
    position: absolute;
    left: auto;
    right: 150px;
    margin-top: 32px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 50px;
    position: absolute;
    z-index: 1; }
    @media (max-width: 768px) {
      .spotlight-slider article .caption-wrapper,
      .spotlight-slider article figcaption,
      .spotlight-slider-rsrc article .caption-wrapper,
      .spotlight-slider-rsrc article figcaption {
        width: calc(100% - 20px);
        right: 50%;
        -ms-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
        padding: 20px 20px; } }
  .spotlight-slider article .caption-center,
  .spotlight-slider-rsrc article .caption-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 19px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #666666; }
    .spotlight-slider article .caption-center p:last-child,
    .spotlight-slider-rsrc article .caption-center p:last-child {
      margin-bottom: 0; }
    .spotlight-slider article .caption-center a,
    .spotlight-slider-rsrc article .caption-center a {
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase; }
      .spotlight-slider article .caption-center a:after,
      .spotlight-slider-rsrc article .caption-center a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #29AAE1;
        font-size: 16px;
        margin-left: 5px; }
  .spotlight-slider article .caption-title,
  .spotlight-slider-rsrc article .caption-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    color: #000000;
    text-transform: none;
    margin-bottom: 20px; }
  .spotlight-slider article .caption-desc,
  .spotlight-slider-rsrc article .caption-desc {
    font-size: 16px;
    line-height: 19px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #666666; }
    .spotlight-slider article .caption-desc p:last-child,
    .spotlight-slider-rsrc article .caption-desc p:last-child {
      margin-bottom: 0; }
    .spotlight-slider article .caption-desc a,
    .spotlight-slider-rsrc article .caption-desc a {
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase; }
      .spotlight-slider article .caption-desc a:after,
      .spotlight-slider-rsrc article .caption-desc a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #29AAE1;
        font-size: 16px;
        margin-left: 5px; }

.tulsa-voices {
  margin-bottom: 0; }

.voices-slider-rsrc.fsGrid .fsListItems {
  margin: 0 !important; }

.voices-slider-rsrc.fsResourceElement figcaption {
  white-space: normal; }

.voices-slider-rsrc article .fsResourceTitle {
  display: none !important; }

.voices-slider-rsrc article figure picture {
  display: none !important; }

.voices-slider,
.voices-slider-rsrc {
  background: #fff;
  padding: 150px 20px 100px; }
  @media (max-width: 600px) {
    .voices-slider,
    .voices-slider-rsrc {
      padding: 100px 0 60px; } }
  .voices-slider > .fsElementContent,
  .voices-slider-rsrc > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 1160px; }
  .voices-slider .slick-arrow,
  .voices-slider-rsrc .slick-arrow {
    background: none;
    border: none;
    color: transparent;
    padding: 0;
    z-index: 2;
    position: absolute;
    width: 48px;
    height: 53px;
    top: 0;
    -ms-transform: none;
    transform: none;
    font-size: 0; }
    .voices-slider .slick-arrow:before,
    .voices-slider-rsrc .slick-arrow:before {
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      top: 0;
      width: 100%;
      text-align: center;
      color: rgba(0, 0, 0, 0.5);
      position: relative;
      padding-top: 11px;
      font-family: "IcoMoon";
      font-size: 16px; }
  .voices-slider .slick-prev,
  .voices-slider-rsrc .slick-prev {
    left: 0; }
    .voices-slider .slick-prev:before,
    .voices-slider-rsrc .slick-prev:before {
      content: '\e909'; }
  .voices-slider .slick-next,
  .voices-slider-rsrc .slick-next {
    right: 0; }
    .voices-slider .slick-next:before,
    .voices-slider-rsrc .slick-next:before {
      content: '\e90a'; }
  .voices-slider .counter,
  .voices-slider-rsrc .counter {
    position: absolute;
    width: 50px;
    left: 48px;
    height: 100%;
    top: 0;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000000;
    font-family: "proxima-nova", sans-serif;
    padding-top: 17px;
    letter-spacing: 3px; }
  .voices-slider .voices-controls,
  .voices-slider .voices-controls-rsrc,
  .voices-slider-rsrc .voices-controls,
  .voices-slider-rsrc .voices-controls-rsrc {
    position: absolute;
    width: 146px;
    height: 53px;
    background: #fff;
    bottom: 0px;
    right: 0px;
    border: 1px solid #CCCCCC; }
    @media (max-width: 1100px) {
      .voices-slider .voices-controls,
      .voices-slider .voices-controls-rsrc,
      .voices-slider-rsrc .voices-controls,
      .voices-slider-rsrc .voices-controls-rsrc {
        bottom: 120px; } }
    @media (max-width: 650px) {
      .voices-slider .voices-controls,
      .voices-slider .voices-controls-rsrc,
      .voices-slider-rsrc .voices-controls,
      .voices-slider-rsrc .voices-controls-rsrc {
        bottom: 0;
        top: 402px; } }
  .voices-slider article,
  .voices-slider-rsrc article {
    position: relative;
    height: 530px; }
    @media (max-width: 650px) {
      .voices-slider article,
      .voices-slider-rsrc article {
        height: auto;
        padding-bottom: 20px; } }
  .voices-slider .voices-image,
  .voices-slider .voices-image-rsrc,
  .voices-slider-rsrc .voices-image,
  .voices-slider-rsrc .voices-image-rsrc {
    width: 430px;
    height: 430px;
    display: block;
    background-size: cover;
    background-position: top center;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: -3px; }
    @media (max-width: 1200px) {
      .voices-slider .voices-image,
      .voices-slider .voices-image-rsrc,
      .voices-slider-rsrc .voices-image,
      .voices-slider-rsrc .voices-image-rsrc {
        width: 34%; } }
    @media (max-width: 1100px) {
      .voices-slider .voices-image,
      .voices-slider .voices-image-rsrc,
      .voices-slider-rsrc .voices-image,
      .voices-slider-rsrc .voices-image-rsrc {
        height: 305px;
        -ms-transform: none;
        transform: none;
        top: 55px; } }
    @media (max-width: 650px) {
      .voices-slider .voices-image,
      .voices-slider .voices-image-rsrc,
      .voices-slider-rsrc .voices-image,
      .voices-slider-rsrc .voices-image-rsrc {
        width: 100%;
        top: 100px;
        position: relative; } }
    .voices-slider .voices-image img,
    .voices-slider .voices-image-rsrc img,
    .voices-slider-rsrc .voices-image img,
    .voices-slider-rsrc .voices-image-rsrc img {
      display: none;
      margin: 0; }
  .voices-slider .title-box,
  .voices-slider-rsrc .title-box {
    width: 865px;
    height: 530px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #F39200;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    padding: 52px 50px 40px 130px; }
    @media (max-width: 1100px) {
      .voices-slider .title-box,
      .voices-slider-rsrc .title-box {
        width: 85%;
        height: 470px; } }
    @media (max-width: 768px) {
      .voices-slider .title-box,
      .voices-slider-rsrc .title-box {
        padding-left: 110px; } }
    @media (max-width: 650px) {
      .voices-slider .title-box,
      .voices-slider-rsrc .title-box {
        width: calc(100% - 40px);
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%; } }
    .voices-slider .title-box:before,
    .voices-slider-rsrc .title-box:before {
      content: '';
      background-image: url(../images/quote-marks.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 64px;
      height: 39px;
      position: absolute;
      left: 50px;
      top: 40px; }
      @media (max-width: 768px) {
        .voices-slider .title-box:before,
        .voices-slider-rsrc .title-box:before {
          left: 30px; } }
  .voices-slider .caption-wrapper,
  .voices-slider figcaption,
  .voices-slider-rsrc .caption-wrapper,
  .voices-slider-rsrc figcaption {
    background: #fff;
    padding: 20px 50px;
    position: absolute;
    width: 680px;
    height: 330px;
    z-index: 2;
    left: 50px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1200px) {
      .voices-slider .caption-wrapper,
      .voices-slider figcaption,
      .voices-slider-rsrc .caption-wrapper,
      .voices-slider-rsrc figcaption {
        width: 66%; } }
    @media (max-width: 768px) {
      .voices-slider .caption-wrapper,
      .voices-slider figcaption,
      .voices-slider-rsrc .caption-wrapper,
      .voices-slider-rsrc figcaption {
        left: 30px; } }
    @media (max-width: 650px) {
      .voices-slider .caption-wrapper,
      .voices-slider figcaption,
      .voices-slider-rsrc .caption-wrapper,
      .voices-slider-rsrc figcaption {
        width: calc(100% - 80px);
        left: 0;
        -ms-transform: none;
        transform: none;
        position: relative;
        margin: 0 auto;
        height: auto;
        top: 0;
        margin-top: 100px;
        padding: 53px 30px 30px; } }
    .voices-slider .caption-wrapper .caption-center,
    .voices-slider figcaption .caption-center,
    .voices-slider-rsrc .caption-wrapper .caption-center,
    .voices-slider-rsrc figcaption .caption-center {
      position: relative; }
      @media (min-width: 651px) {
        .voices-slider .caption-wrapper .caption-center,
        .voices-slider figcaption .caption-center,
        .voices-slider-rsrc .caption-wrapper .caption-center,
        .voices-slider-rsrc figcaption .caption-center {
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .voices-slider .caption-wrapper .caption-title,
    .voices-slider figcaption .caption-title,
    .voices-slider-rsrc .caption-wrapper .caption-title,
    .voices-slider-rsrc figcaption .caption-title {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      color: #000000;
      font-family: "proxima-nova", sans-serif;
      text-transform: none;
      margin-bottom: 5px; }
    .voices-slider .caption-wrapper .caption-desc,
    .voices-slider figcaption .caption-desc,
    .voices-slider-rsrc .caption-wrapper .caption-desc,
    .voices-slider-rsrc figcaption .caption-desc {
      font-size: 16px;
      line-height: 24px;
      color: #666666;
      font-weight: 600;
      font-family: "proxima-nova", sans-serif; }
      .voices-slider .caption-wrapper .caption-desc h4,
      .voices-slider figcaption .caption-desc h4,
      .voices-slider-rsrc .caption-wrapper .caption-desc h4,
      .voices-slider-rsrc figcaption .caption-desc h4 {
        font-size: 16px;
        line-height: 26px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        color: #000000;
        text-transform: none;
        margin-bottom: 15px; }

body:not(.fsComposeMode) .in-the-spotlight > header {
  display: none; }

body:not(.fsComposeMode) .tulsa-voices > header {
  display: none; }

body:not(.fsComposeMode) .icon-slider {
  padding: 30px;
  background: #F0EDED;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    body:not(.fsComposeMode) .icon-slider {
      padding: 30px 10px; } }
  body:not(.fsComposeMode) .icon-slider > header {
    display: none; }
  body:not(.fsComposeMode) .icon-slider > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 1000px; }
  @media (max-width: 600px) {
    body:not(.fsComposeMode) .icon-slider:not(.school) .icon-callout {
      width: 100% !important; } }
  body:not(.fsComposeMode) .icon-slider .icon-callout {
    text-align: center;
    padding: 0 20px; }
    body:not(.fsComposeMode) .icon-slider .icon-callout .icon {
      padding-right: 0;
      display: block;
      height: auto;
      top: initial;
      height: 60px;
      margin-bottom: 10px; }
      body:not(.fsComposeMode) .icon-slider .icon-callout .icon:before {
        font-size: 50px;
        display: block;
        position: relative;
        top: 20px; }
    body:not(.fsComposeMode) .icon-slider .icon-callout:first-of-type .icon:before {
      color: #F39200; }
    body:not(.fsComposeMode) .icon-slider .icon-callout:nth-of-type(2) .icon:before {
      color: #6E2B70; }
    body:not(.fsComposeMode) .icon-slider .icon-callout:last-of-type .icon:before {
      color: #C84114; }
    body:not(.fsComposeMode) .icon-slider .icon-callout h3 {
      text-transform: uppercase;
      margin-bottom: 5px; }
    body:not(.fsComposeMode) .icon-slider .icon-callout p {
      margin-bottom: 0; }
    body:not(.fsComposeMode) .icon-slider .icon-callout a {
      display: inline-block;
      line-height: 22px;
      color: #343B41;
      text-transform: capitalize; }

body:not(.fsComposeMode) .vid-news-container {
  margin-bottom: 0; }
  body:not(.fsComposeMode) body:not(.fsComposeMode) .vid-news-container > header {
    display: none; }
  body:not(.fsComposeMode) .vid-news-container > header {
    display: none; }
  body:not(.fsComposeMode) .vid-news-container > header,
  body:not(.fsComposeMode) .vid-news-container .fsElementContent {
    background: #fff; }

body:not(.fsComposeMode) .core-values {
  padding: 100px 30px 0px; }
  @media (max-width: 600px) {
    body:not(.fsComposeMode) .core-values {
      padding: 100px 20px 0px; } }
  body:not(.fsComposeMode) .core-values > header,
  body:not(.fsComposeMode) .core-values > .fsElementContent {
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  body:not(.fsComposeMode) .core-values > header {
    padding-bottom: 50px; }
    body:not(.fsComposeMode) .core-values > header p {
      margin: 0; }
    body:not(.fsComposeMode) .core-values > header h2.fsElementTitle {
      font-size: 60px;
      line-height: 62px;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #000000;
      letter-spacing: 3px;
      position: relative;
      text-align: center;
      padding-bottom: 0px; }
      body:not(.fsComposeMode) .core-values > header h2.fsElementTitle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 80px;
        height: 6px;
        background: #8CC440;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    body:not(.fsComposeMode) .core-values > header > .fsElementHeaderContent {
      margin-bottom: 0;
      text-align: center; }
      body:not(.fsComposeMode) .core-values > header > .fsElementHeaderContent a {
        display: inline-block;
        font-size: 16px;
        line-height: 19px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        color: #000000;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase; }
        body:not(.fsComposeMode) .core-values > header > .fsElementHeaderContent a:after {
          content: '\e93a';
          font-family: "IcoMoon";
          position: relative;
          display: inline-block;
          vertical-align: top;
          color: #757575;
          font-size: 16px;
          margin-left: 10px; }
  body:not(.fsComposeMode) .core-values > .fsElementContent {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  body:not(.fsComposeMode) .core-values .tree-tabs {
    display: inline-block;
    width: 55%;
    position: relative;
    height: 950px;
    max-width: 700px;
    margin: 0 auto 0 0; }
    @media (max-width: 1245px) {
      body:not(.fsComposeMode) .core-values .tree-tabs {
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      body:not(.fsComposeMode) .core-values .tree-tabs {
        height: auto;
        padding-top: 400px; } }
    @media (max-width: 600px) {
      body:not(.fsComposeMode) .core-values .tree-tabs {
        padding-top: 300px; } }
    @media (max-width: 450px) {
      body:not(.fsComposeMode) .core-values .tree-tabs {
        padding-top: 200px; } }
    body:not(.fsComposeMode) .core-values .tree-tabs .fsTabsNav {
      position: absolute;
      z-index: 2;
      background: rgba(140, 196, 64, 0.9);
      width: calc(100% - 80px);
      height: 460px;
      top: 430px;
      padding-left: 50px;
      padding-top: 40px; }
      @media (max-width: 768px) {
        body:not(.fsComposeMode) .core-values .tree-tabs .fsTabsNav {
          width: 100%;
          padding: 20px 30px;
          position: relative;
          height: auto;
          top: 0; } }
      body:not(.fsComposeMode) .core-values .tree-tabs .fsTabsNav li {
        margin-right: 25px; }
        @media (max-width: 630px) {
          body:not(.fsComposeMode) .core-values .tree-tabs .fsTabsNav li {
            margin-bottom: 10px; } }
        body:not(.fsComposeMode) .core-values .tree-tabs .fsTabsNav li > a {
          border-bottom: 4px solid;
          border-color: transparent;
          font-size: 20px;
          line-height: 21px;
          font-family: "alternate-gothic-no-3-d", sans-serif;
          font-weight: 400;
          color: #000000;
          letter-spacing: 2.5px;
          padding: 0;
          margin-bottom: 0; }
        body:not(.fsComposeMode) .core-values .tree-tabs .fsTabsNav li.fsStateSelected > a {
          border-color: #fff; }
    body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > .fsElementContent {
      position: absolute;
      z-index: 2;
      background: #fff;
      color: #666666;
      font-size: 18px;
      line-height: 27px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      top: 540px;
      width: 590px;
      width: calc(100% - 80px);
      height: 270px;
      left: 54px;
      padding: 0; }
      @media (max-width: 768px) {
        body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > .fsElementContent {
          width: 100%;
          left: 0;
          height: auto;
          position: relative;
          top: 0; } }
      body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > .fsElementContent > .fsElement.fsContent {
        padding: 20px 40px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 768px) {
          body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > .fsElementContent > .fsElement.fsContent {
            top: 0;
            -ms-transform: none;
            transform: none;
            padding: 20px 20px; } }
        body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > .fsElementContent > .fsElement.fsContent > .fsElementContent p:last-child {
          margin-bottom: 0; }
        body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > .fsElementContent > .fsElement.fsContent > .fsElementContent a {
          font-size: 16px;
          line-height: 19px;
          text-transform: uppercase;
          font-family: "proxima-nova", sans-serif;
          font-weight: 700;
          color: #000000;
          display: inline-block; }
    body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > footer > .fsElementFooterContent {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      z-index: 1;
      margin-top: 0;
      background-size: cover;
      background-position: center center; }
    body:not(.fsComposeMode) .core-values .tree-tabs .fsElement.fsPanel > footer img {
      display: none; }
  body:not(.fsComposeMode) .core-values .tree-roots {
    display: inline-block;
    width: 45%;
    position: relative;
    height: 100%;
    margin: 0 auto 0 0;
    z-index: 2; }
    @media (max-width: 1245px) {
      body:not(.fsComposeMode) .core-values .tree-roots {
        display: none; } }
    body:not(.fsComposeMode) .core-values .tree-roots ul, body:not(.fsComposeMode) .core-values .tree-roots ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .core-values .tree-roots ul li {
      margin: 0;
      padding: 0; }
    body:not(.fsComposeMode) .core-values .tree-roots li {
      display: block;
      border-radius: 100%;
      position: absolute;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      body:not(.fsComposeMode) .core-values .tree-roots li:hover {
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      body:not(.fsComposeMode) .core-values .tree-roots li:first-child {
        width: 143px;
        height: 143px;
        background: #5C5C5C;
        left: 38px;
        top: 240px; }
        body:not(.fsComposeMode) .core-values .tree-roots li:first-child span:before {
          font-size: 97px; }
      body:not(.fsComposeMode) .core-values .tree-roots li:nth-child(2) {
        width: 175px;
        height: 175px;
        background: #EA603B;
        left: 83px;
        top: 450px; }
        body:not(.fsComposeMode) .core-values .tree-roots li:nth-child(2) span:before {
          font-size: 100px; }
      body:not(.fsComposeMode) .core-values .tree-roots li:nth-child(3) {
        width: 195px;
        height: 195px;
        background: #6E2B70;
        left: 145px;
        top: 50px; }
        body:not(.fsComposeMode) .core-values .tree-roots li:nth-child(3) span:before {
          font-size: 82px; }
      body:not(.fsComposeMode) .core-values .tree-roots li:nth-child(4) {
        width: 133px;
        height: 133px;
        background: #F39200;
        left: 400px;
        top: 30px; }
        body:not(.fsComposeMode) .core-values .tree-roots li:nth-child(4) span:before {
          font-size: 57px; }
      body:not(.fsComposeMode) .core-values .tree-roots li:last-child {
        width: 160px;
        height: 160px;
        background: #8CC440;
        left: 271px;
        top: 260px; }
        body:not(.fsComposeMode) .core-values .tree-roots li:last-child span:before {
          font-size: 58px; }
      body:not(.fsComposeMode) .core-values .tree-roots li span {
        font-size: 0;
        display: block; }
        body:not(.fsComposeMode) .core-values .tree-roots li span:before {
          font-family: "IcoMoon";
          font-size: 60px;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  body:not(.fsComposeMode) .core-values .svg-background {
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 1245px) {
      body:not(.fsComposeMode) .core-values .svg-background {
        display: none; } }
    body:not(.fsComposeMode) .core-values .svg-background.animating .line:before, body:not(.fsComposeMode) .core-values .svg-background.animating .line:after {
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1; }
    body:not(.fsComposeMode) .core-values .svg-background .line {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body:not(.fsComposeMode) .core-values .svg-background .line:before, body:not(.fsComposeMode) .core-values .svg-background .line:after {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        transition: all 2s ease-in-out; }
      body:not(.fsComposeMode) .core-values .svg-background .line.green-line {
        top: 63px;
        left: -51px; }
        body:not(.fsComposeMode) .core-values .svg-background .line.green-line:before, body:not(.fsComposeMode) .core-values .svg-background .line.green-line:after {
          position: absolute; }
        body:not(.fsComposeMode) .core-values .svg-background .line.green-line:before {
          content: url("../images/svgs/leaft-2-purple.svg");
          left: 325px;
          top: 443px; }
        body:not(.fsComposeMode) .core-values .svg-background .line.green-line:after {
          content: url("../images/svgs/leaf-2-purple.svg");
          left: 300px;
          top: 355px; }
      body:not(.fsComposeMode) .core-values .svg-background .line.orange-line {
        top: 84px;
        left: -15px; }
      body:not(.fsComposeMode) .core-values .svg-background .line.purple-line {
        top: 107px;
        left: -38px; }
        body:not(.fsComposeMode) .core-values .svg-background .line.purple-line:before, body:not(.fsComposeMode) .core-values .svg-background .line.purple-line:after {
          position: absolute; }
        body:not(.fsComposeMode) .core-values .svg-background .line.purple-line:before {
          content: url("../images/svgs/gear-purple.svg");
          left: 225px;
          top: 137px; }
        body:not(.fsComposeMode) .core-values .svg-background .line.purple-line:after {
          content: url("../images/svgs/leaf-purple.svg");
          left: 285px;
          top: 150px; }
      body:not(.fsComposeMode) .core-values .svg-background .line.red-line {
        top: 130px;
        left: -15px; }
      body:not(.fsComposeMode) .core-values .svg-background .line.grey-line {
        top: 153px;
        left: -3px; }
        body:not(.fsComposeMode) .core-values .svg-background .line.grey-line:before, body:not(.fsComposeMode) .core-values .svg-background .line.grey-line:after {
          position: absolute; }
        body:not(.fsComposeMode) .core-values .svg-background .line.grey-line:before {
          content: url("../images/svgs/music-note-grey.svg");
          left: 20px;
          top: 260px; }
        body:not(.fsComposeMode) .core-values .svg-background .line.grey-line:after {
          content: url("../images/svgs/music-note.svg");
          left: 50px;
          top: 475px; }
      body:not(.fsComposeMode) .core-values .svg-background .line svg {
        height: 100%; }

body:not(.fsComposeMode) .fast-facts .slick-dots {
  text-align: center;
  margin-top: 20px !important; }
  @media (min-width: 769px) {
    body:not(.fsComposeMode) .fast-facts .slick-dots {
      display: none !important; } }
  body:not(.fsComposeMode) .fast-facts .slick-dots, body:not(.fsComposeMode) .fast-facts .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsComposeMode) .fast-facts .slick-dots li {
    margin: 0;
    padding: 0; }
  body:not(.fsComposeMode) .fast-facts .slick-dots li {
    display: inline-block; }
    body:not(.fsComposeMode) .fast-facts .slick-dots li button {
      position: relative;
      width: 15px;
      height: 15px;
      margin: 0 2px;
      font-size: 0;
      border: 0;
      padding: 0;
      background: transparent;
      cursor: pointer; }
      body:not(.fsComposeMode) .fast-facts .slick-dots li button:before {
        content: '';
        position: relative;
        width: 7px;
        height: 7px;
        border: 1px solid #6E2B70;
        border-radius: 100%;
        background: transparent;
        display: block;
        transition: all 0.3s linear;
        margin: 0 auto; }
    body:not(.fsComposeMode) .fast-facts .slick-dots li.slick-active button:before {
      background: #6E2B70; }

body:not(.fsComposeMode) .fast-facts > header,
body:not(.fsComposeMode) .fast-facts > .fsElementContent {
  background: #fff; }

body:not(.fsComposeMode) .fast-facts > header {
  padding: 100px 30px 60px; }
  body:not(.fsComposeMode) .fast-facts > header p {
    margin: 0; }
  body:not(.fsComposeMode) .fast-facts > header h2.fsElementTitle {
    font-size: 36px;
    line-height: 38px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
    padding-bottom: 8px; }
    body:not(.fsComposeMode) .fast-facts > header h2.fsElementTitle:after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 80px;
      height: 6px;
      background: #6E2B70;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  body:not(.fsComposeMode) .fast-facts > header > .fsElementHeaderContent {
    margin-bottom: 0;
    text-align: center; }
    body:not(.fsComposeMode) .fast-facts > header > .fsElementHeaderContent a {
      display: inline-block;
      font-size: 16px;
      line-height: 19px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700;
      color: #000000;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase; }
      body:not(.fsComposeMode) .fast-facts > header > .fsElementHeaderContent a:after {
        content: '\e93a';
        font-family: "IcoMoon";
        position: relative;
        display: inline-block;
        vertical-align: top;
        color: #757575;
        font-size: 16px;
        margin-left: 10px; }

body:not(.fsComposeMode) .fast-facts > .fsElementContent {
  padding-bottom: 90px; }
  body:not(.fsComposeMode) .fast-facts > .fsElementContent > .slick-list {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    max-width: 1160px; }

body:not(.fsComposeMode) .fast-facts .fact {
  margin-bottom: 0;
  text-align: center; }
  body:not(.fsComposeMode) .fast-facts .fact > .fsElementContent {
    max-width: 183px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 23px;
    font-family: "alternate-gothic-no-3-d", sans-serif;
    font-weight: 400;
    color: #757575;
    letter-spacing: 1.22px; }
    body:not(.fsComposeMode) .fast-facts .fact > .fsElementContent h5 {
      font-size: 64px;
      line-height: 65px;
      color: #6E2B70;
      font-family: "alternate-gothic-no-3-d", sans-serif;
      font-weight: 400;
      letter-spacing: 2px; }

.school-info-bar {
  margin-bottom: 0;
  padding: 0 20px;
  background: #D8D8D8; }
  .school-info-bar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    text-align: center;
    padding: 23px 0 21px; }
    .school-info-bar > .fsElementContent p {
      margin-bottom: 0; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #6E2B70;
      color: #6E2B70; }
      .colors ol li:nth-of-type(1):after {
        content: "#6E2B70"; }
    .colors ol li:nth-of-type(2) {
      background: #E84F1C;
      color: #E84F1C; }
      .colors ol li:nth-of-type(2):after {
        content: "#E84F1C"; }
    .colors ol li:nth-of-type(3) {
      background: #C84114;
      color: #C84114; }
      .colors ol li:nth-of-type(3):after {
        content: "#C84114"; }
    .colors ol li:nth-of-type(4) {
      background: #29AAE1;
      color: #29AAE1; }
      .colors ol li:nth-of-type(4):after {
        content: "#29AAE1"; }
    .colors ol li:nth-of-type(5) {
      background: #8CC440;
      color: #8CC440; }
      .colors ol li:nth-of-type(5):after {
        content: "#8CC440"; }
    .colors ol li:nth-of-type(6) {
      background: #F39200;
      color: #F39200; }
      .colors ol li:nth-of-type(6):after {
        content: "#F39200"; }
    .colors ol li:nth-of-type(7) {
      background: #000000;
      color: #000000; }
      .colors ol li:nth-of-type(7):after {
        content: "#000000"; }
    .colors ol li:nth-of-type(8) {
      background: #343B41;
      color: #343B41; }
      .colors ol li:nth-of-type(8):after {
        content: "#343B41"; }
    .colors ol li:nth-of-type(8) {
      background: #343B41;
      color: #343B41; }
      .colors ol li:nth-of-type(8):after {
        content: "#343B41"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "alternate-gothic-no-1-d", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "alternate-gothic-no-1-d, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "alternate-gothic-no-3-d", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "alternate-gothic-no-3-d, sans-serif"; }

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

.headers h2:after {
  content: " size: 36px / line: 44px"; }

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

.headers h4:after {
  content: " size: 22px / line: 26px"; }

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

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

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