@charset "UTF-8";
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=7a873583-6482-4e6a-b8a4-b673f6f549e7");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 93.33333em;
  max-width: 105rem; }

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





.fsTitle, .mashup .fsCalendar.fsDialog article .fsDate, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  font-family: "P22 Mackinac W01 Medium", serif;
  color: #175256;
  margin-bottom: 10px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2;
  color: #e61b24;
  margin-bottom: 10px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  font-family: "P22 Mackinac W01 Medium", serif;
  color: #175256;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  color: #e61b24;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  font-family: "P22 Mackinac W01 Medium", serif;
  color: #175256;
  margin-bottom: 10px; }

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

.fsElementTitle {
  position: relative;
  display: inline-block;
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  font-family: "P22 Mackinac W01 Medium", serif;
  color: #175256;
  margin-bottom: 10px; }
  .home .fsElementTitle {
    font-size: 30px;
    padding-bottom: 7px;
    margin-bottom: 32px; }
    .home .fsElementTitle:before {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      background: url("../img/isl/Underline.svg") no-repeat 0 0;
      width: 100%;
      height: 4px;
      display: block;
      background-size: cover; }

.fsPageTitle {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 30px; }
  .fsPageTitle:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: url("../img/isl/Underline.svg") no-repeat 0 0;
    width: 100%;
    height: 4px;
    display: block;
    background-size: cover; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

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

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled, .fs_style_32 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
    table.styled, .fs_style_32 {
      display: table; } }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td, .fs_style_32 th,
  .fs_style_32 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th, .fs_style_32 th {
    padding: 10px;
    text-align: left;
    background: #e61b24;
    color: #fff;
    border: 1px solid #e61b24; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td, .fs_style_32 td {
    padding: 10px;
    background: #fff;
    border: 1px solid #175256; }
    table.fs_style_30 tr:nth-of-type(odd) td {
      background-color: rgba(0, 0, 0, 0.1); }

.img-treatment {
  zoom: 1; }
  .img-treatment:after {
    display: table;
    clear: both;
    content: ''; }

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

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

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

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1;
  outline: 0; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #175256; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #175256; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #444444;
  line-height: 26px; }

@media (max-width: 800px) {
  .fsLiveMode .desktop-tiles {
    display: none; } }

@media (min-width: 800px) {
  .fsLiveMode .mobile-tiles {
    display: none; } }

.fsLiveMode .mobile-tiles .fsLayout {
  margin-bottom: 0; }

@media (max-width: 800px) {
  .fsLiveMode .mobile-tiles .fsLayout .fsDiv {
    width: 50%;
    padding-right: .8em;
    padding-left: .8em;
    float: left; } }

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

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

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

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

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

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

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

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

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

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

.fs_style_39 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #175256;
  width: 182px;
  height: 37px;
  line-height: 34px;
  background-size: 100%;
  padding: 0 34px 0 20px;
  margin-bottom: 20px;
  text-align: left;
  z-index: 0;
  padding: 0 34px;
  line-height: 37px;
  color: #fff;
  margin: 0; }
  .fs_style_39:before, .fs_style_39:after {
    content: "";
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100%;
    z-index: -1; }
  .fs_style_39:before {
    opacity: 1;
    background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
  .fs_style_39:after {
    opacity: 0;
    background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
  .fs_style_39:hover, .fs_style_39:focus {
    text-decoration: none;
    color: #fff; }
    .fs_style_39:hover:before, .fs_style_39:focus:before {
      opacity: 0; }
    .fs_style_39:hover:after, .fs_style_39:focus:after {
      opacity: 1; }
  .fs_style_39:before {
    background: url("../img/isl/button-blue.svg") 0 0 no-repeat; }

.button, .fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .button:hover, .button:focus, .fs_style_28:hover, .fs_style_28:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .button em, .fs_style_28 em {
    display: block;
    font-style: normal; }

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #e61b24;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #d1171f;
    color: #fff;
    text-decoration: none; }
  .fs_style_29 em {
    display: block;
    font-style: normal; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #b3b0b0;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .fs_style_30:hover, .fs_style_30:focus {
    background: #a6a3a3;
    color: #fff;
    text-decoration: none; }
  .fs_style_30 em {
    display: block;
    font-style: normal; }

.fs_style_31, .fs_style_36 {
  position: relative;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #b3b0b0;
  padding: 10px 10px 10px 45px;
  letter-spacing: 0.75px;
  line-height: normal; }
  .fs_style_31:before, .fs_style_36:before {
    content: '\e901';
    position: absolute;
    left: 10px;
    color: #000;
    font-family: "IcoMoon";
    font-size: 18px; }
  .fs_style_31:hover, .fs_style_31:focus, .fs_style_36:hover, .fs_style_36:focus {
    color: #e61b24; }
    .fs_style_31:hover:before, .fs_style_31:focus:before, .fs_style_36:hover:before, .fs_style_36:focus:before {
      color: #e61b24; }
  .fsBannerRight .fs_style_31, .fsStyleOneThird .fs_style_31, .fsBannerRight .fs_style_36, .fsStyleOneThird .fs_style_36 {
    display: block; }

.fs_style_36:before {
  content: '\e900';
  font-size: 22px; }

.quicklink {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  padding: 32px 20px;
  background: #175256;
  color: #fff; }
  .quicklink h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
  .quicklink a {
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
    display: inline-block;
    background: #175256; }
    .quicklink a:hover, .quicklink a:focus {
      text-decoration: none;
      background: #001d3a; }

.quicklink.red {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  padding: 32px 20px;
  background: #e61b24;
  color: #fff; }
  .quicklink.red h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
  .quicklink.red a {
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
    display: inline-block;
    background: #e61b24; }
    .quicklink.red a:hover, .quicklink.red a:focus {
      text-decoration: none;
      background: #d1171f; }
  .quicklink.red a {
    background: #e61b24; }
    .quicklink.red a:hover, .quicklink.red a:focus {
      background: #d1171f; }

.quicklink.grey {
  display: block;
  margin: 0 0 20px;
  text-align: center;
  padding: 32px 20px;
  background: #b3b0b0;
  color: #fff; }
  .quicklink.grey h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
  .quicklink.grey a {
    color: #fff;
    font-weight: bold;
    padding: 15px 30px;
    display: inline-block;
    background: #b3b0b0; }
    .quicklink.grey a:hover, .quicklink.grey a:focus {
      text-decoration: none;
      background: #a6a3a3; }
  .quicklink.grey a {
    background: #b3b0b0; }
    .quicklink.grey a:hover, .quicklink.grey a:focus {
      background: #a6a3a3; }

.fs_style_38 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #616161; }
  .fs_style_38:hover, .fs_style_38:focus {
    color: #e61b24; }

.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 40px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 22px;
  text-align: center; }
  .fs_style_26:hover, .fs_style_26:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .fs_style_26 em {
    display: block;
    font-style: normal;
    font-size: 18px; }

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 40px;
  background: #e61b24;
  color: #fff;
  border-radius: 0;
  font-size: 22px;
  text-align: center; }
  .fs_style_33:hover, .fs_style_33:focus {
    background: #d1171f;
    color: #fff;
    text-decoration: none; }
  .fs_style_33 em {
    display: block;
    font-style: normal;
    font-size: 18px; }

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 40px;
  background: #b3b0b0;
  color: #fff;
  border-radius: 0;
  font-size: 22px;
  text-align: center; }
  .fs_style_34:hover, .fs_style_34:focus {
    background: #a6a3a3;
    color: #fff;
    text-decoration: none; }
  .fs_style_34 em {
    display: block;
    font-style: normal;
    font-size: 18px; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.juicer-feed .juicer-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  margin: 50px auto;
  font-weight: normal;
  display: block; }
  .juicer-feed .juicer-button:hover, .juicer-feed .juicer-button:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .juicer-feed .juicer-button em {
    display: block;
    font-style: normal; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in, .fs_style_24 {
  font-size: 1.11111em;
  line-height: 1.2em;
  color: #175256; }

blockquote, .fs_style_25 {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #175256;
  padding-left: 20px;
  display: block; }
  blockquote:before, .fs_style_25:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '';
    background: url("../img/isl/line-vertical.svg") no-repeat 0 0;
    width: 4px;
    height: 100%;
    background-size: cover; }
  blockquote em, blockquote .fs_style_40, .fs_style_25 em, .fs_style_25 .fs_style_40 {
    color: #e61b24;
    font-style: normal;
    display: block;
    margin-top: 15px; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout, .fs_style_35 {
  padding: 20px 0;
  font-size: 20px;
  line-height: 30px;
  color: #e61b24; }
  .callout.left, .fs_style_35.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left, .fs_style_35.left {
        width: 50%; } }
  .callout.right, .fs_style_35.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right, .fs_style_35.right {
        width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  position: relative;
  padding-bottom: 5px; }
  #fsHeader:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/isl/watermark-header.png") no-repeat center center;
    width: 510px;
    height: 174px;
    z-index: -1;
    display: none; }
    @media (min-width: 900px) {
      #fsHeader:after {
        display: block; } }
  #fsHeader .header-container {
    margin: 0; }
    #fsHeader .header-container > .fsDiv {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 125px; }
      @media (min-width: 900px) {
        #fsHeader .header-container > .fsDiv {
          width: 50%;
          height: 175px; } }
    #fsHeader .header-container > .fsStyleColumn-2 {
      display: none; }
      @media (min-width: 900px) {
        #fsHeader .header-container > .fsStyleColumn-2 {
          display: block; } }
    #fsHeader .header-container .logos-wrapper {
      display: block;
      text-align: center; }
      @media (min-width: 700px) {
        #fsHeader .header-container .logos-wrapper {
          display: none; } }
  #fsHeader .search-social-container {
    height: 40px;
    margin: 0 0 52px 0;
    text-align: right; }
    #fsHeader .search-social-container > .fsElementContent {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 100%;
      background: #175256;
      padding: 0 20px 0 0;
      position: relative; }
      #fsHeader .search-social-container > .fsElementContent:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: url("../img/isl/social-bg.png") no-repeat 0 0;
        width: 669px;
        height: 42px;
        z-index: 0; }
      @media (min-width: 1000px) {
        #fsHeader .search-social-container > .fsElementContent {
          padding: 0 50px 0 0; } }
      @media (min-width: 1400px) {
        #fsHeader .search-social-container > .fsElementContent {
          padding: 0 100px 0 0; } }
  .splash #fsHeader {
    background: #175256;
    padding: 0 0 10px 0; }
    @media (min-width: 700px) {
      .splash #fsHeader {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        z-index: 1;
        background: transparent; } }
    .splash #fsHeader:after {
      display: none; }
    .splash #fsHeader .header-container > .fsDiv {
      height: auto; }
      @media (min-width: 700px) {
        .splash #fsHeader .header-container > .fsDiv {
          width: 50%;
          float: left; } }
    .splash #fsHeader .header-container > .fsStyleColumn-2 {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px; }
      @media (min-width: 700px) {
        .splash #fsHeader .header-container > .fsStyleColumn-2 {
          top: 0;
          right: 0; } }
    .splash #fsHeader .fsBanner {
      position: relative;
      margin: 0 auto;
      max-width: 72.22222em;
      max-width: 81.25rem; }

.splash.fsComposeMode #fsHeader {
  position: relative; }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 100%; }
  @media (min-width: 900px) {
    .site-info-container {
      left: 50px; } }
  @media (min-width: 1400px) {
    .site-info-container {
      left: 130px; } }
  .site-info-container > .fsElementContent {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 900px) {
      .site-info-container > .fsElementContent {
        margin: 0; } }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    height: 54px;
    width: 242px;
    margin: 0 auto;
    background-image: url("../img/isl/logo.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (min-width: 600px) {
      .site-info-container a {
        height: 74px;
        width: 384px; } }
    @media (min-width: 900px) {
      .site-info-container a {
        background-position: 0 50%;
        height: 86px;
        margin: 0; } }
    .site-info-container a:hover {
      color: transparent; }
  .splash .site-info-container {
    padding: 10px;
    left: 0;
    margin: 0; }
    @media (min-width: 700px) {
      .splash .site-info-container {
        padding: 35px 35px 20px 35px; } }
    @media (min-width: 1400px) {
      .splash .site-info-container {
        padding: 5px 0 20px 0; } }
    .splash .site-info-container a {
     
      width: 100%;
      height: 105px;
      background-repeat: no-repeat;
      background-position: 50% 0; }
      @media (min-width: 700px) {
        .splash .site-info-container a {
         
          background-position: 0 0;
          height: 105px; } }

#fsFooter {
  position: relative;
  background: #fff;
  margin-bottom: 100px; }
  #fsFooter:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    background: url("../img/isl/footer-bg.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 50px; }
    @media (min-width: 900px) {
      #fsFooter:after {
        bottom: 0; } }
  #fsFooter .fsBanner {
    position: relative;
    padding: 60px 20px 5px 20px;
    background: #175256;
    color: #fff; }
    @media (min-width: 1000px) {
      #fsFooter .fsBanner {
        padding: 60px 50px 5px 50px; } }
    @media (min-width: 1400px) {
      #fsFooter .fsBanner {
        padding: 60px 130px 5px 130px; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    #fsFooter .fsBanner .footer-container {
      margin: 0; }
      #fsFooter .fsBanner .footer-container > .fsDiv {
        width: 100%;
        float: none;
        text-align: center; }
        @media (min-width: 900px) {
          #fsFooter .fsBanner .footer-container > .fsDiv {
            float: left;
            text-align: left; } }
      @media (min-width: 900px) {
        #fsFooter .fsBanner .footer-container > .fsStyleColumn-1 {
          width: 55%; } }
      @media (min-width: 1000px) {
        #fsFooter .fsBanner .footer-container > .fsStyleColumn-1 {
          width: 50%; } }
      @media (min-width: 900px) {
        #fsFooter .fsBanner .footer-container > .fsStyleColumn-2 {
          width: 45%; } }
      @media (min-width: 1000px) {
        #fsFooter .fsBanner .footer-container > .fsStyleColumn-2 {
          width: 50%; } }
  #fsFooter .school-details-container {
    margin: 0 0 20px 0; }
  #fsFooter .contact-container {
    margin: 0; }
    #fsFooter .contact-container > .fsElementContent {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #fsFooter .contact-container > .fsElementContent p {
        margin: 0; }
      #fsFooter .contact-container > .fsElementContent a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #175256;
        width: 182px;
        height: 37px;
        line-height: 34px;
        background-size: 100%;
        padding: 0 34px 0 20px;
        margin-bottom: 20px;
        text-align: left;
        z-index: 0;
        padding: 0 34px; }
        #fsFooter .contact-container > .fsElementContent a:before, #fsFooter .contact-container > .fsElementContent a:after {
          content: "";
          transition: opacity 0.3s;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: 100%;
          z-index: -1; }
        #fsFooter .contact-container > .fsElementContent a:before {
          opacity: 1;
          background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
        #fsFooter .contact-container > .fsElementContent a:after {
          opacity: 0;
          background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
        #fsFooter .contact-container > .fsElementContent a:hover, #fsFooter .contact-container > .fsElementContent a:focus {
          text-decoration: none;
          color: #fff; }
          #fsFooter .contact-container > .fsElementContent a:hover:before, #fsFooter .contact-container > .fsElementContent a:focus:before {
            opacity: 0; }
          #fsFooter .contact-container > .fsElementContent a:hover:after, #fsFooter .contact-container > .fsElementContent a:focus:after {
            opacity: 1; }
        @media (min-width: 400px) {
          #fsFooter .contact-container > .fsElementContent a {
            margin: 0 10px 20px 10px; } }
        @media (min-width: 900px) {
          #fsFooter .contact-container > .fsElementContent a {
            margin: 0 45px 20px 0; } }
        #fsFooter .contact-container > .fsElementContent a:last-child {
          padding-left: 40px; }
  #fsFooter .isl-schools-container > .fsElementContent {
    width: 340px; }
    #fsFooter .isl-schools-container > .fsElementContent h4 {
      font-size: 17px;
      line-height: normal;
      margin-bottom: 15px;
      color: #fff; }
    #fsFooter .isl-schools-container > .fsElementContent p {
      margin: 0; }
      #fsFooter .isl-schools-container > .fsElementContent p img {
        margin: 0 12.5px 20px 12.5px;
        max-width: 145px; }
        @media (min-width: 900px) {
          #fsFooter .isl-schools-container > .fsElementContent p img {
            margin: 0 25px 20px 0; } }
  #fsFooter .copyright-container p {
    margin: 0;
    font-size: 13px; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      #fsFooter .nav-social .fsNavLevel1 {
        text-align: left; } }
  .splash #fsFooter {
    width: 100%;
    text-align: center;
    margin: 0;
    background: transparent; }
    @media (min-width: 700px) {
      .splash #fsFooter {
        position: fixed;
        left: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        background: transparent;
        transition: all 0s ease-in-out; } }
    .splash #fsFooter:after {
      display: none; }
    .splash #fsFooter .fsBanner {
      padding: 30px; }
      @media (min-width: 700px) {
        .splash #fsFooter .fsBanner {
          padding: 0;
          background: transparent; } }
      .splash #fsFooter .fsBanner p {
        font-size: 13px; }
      .splash #fsFooter .fsBanner .logo-container {
        margin: 0 0 20px 0; }
        .splash #fsFooter .fsBanner .logo-container .fsElementTitle {
          color: #fff;
          font-size: 18px;
          font-family: "KarminaSansW01-Semibold_906167", sans-serif;
          margin-bottom: 15px; }
        .splash #fsFooter .fsBanner .logo-container img {
          margin: 4px 2%;
          max-width: 228px; }
          @media (min-width: 700px) {
            .splash #fsFooter .fsBanner .logo-container img {
              max-width: 165px; } }
          @media (min-width: 1400px) {
            .splash #fsFooter .fsBanner .logo-container img {
              max-width: 228px; } }
      .splash #fsFooter .fsBanner .copyright-container {
        margin: 0;
        background: #175256;
        padding: 2px 0; }
        @media (min-width: 700px) {
          .splash #fsFooter .fsBanner .copyright-container {
            opacity: 0;
            visibility: hidden;
            transition: all 0s ease-in-out; } }
        @media (min-width: 700px) {
          .splash #fsFooter .fsBanner .copyright-container p {
            margin-left: -230px; } }
  body:not(.fsComposeMode) #fsFooter .isl-schools-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) #fsFooter .isl-schools-container {
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  #fsFooter .accreditation-logos {
    margin-bottom: 40px;
    text-align: right; }
    #fsFooter .accreditation-logos .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 900px) {
        #fsFooter .accreditation-logos .fsElementContent {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    #fsFooter .accreditation-logos a {
      display: inline-block;
      margin-left: 10px; }
      #fsFooter .accreditation-logos a img {
        width: auto;
        height: 60px; }
      #fsFooter .accreditation-logos a[href*=cois] img, #fsFooter .accreditation-logos a[href*=ibsca] img {
        height: 35px; }

@media (min-width: 700px) {
  /* .splash.fp-viewing-slide-1 #fsFooter, .splash.fp-viewing-slide-5 #fsFooter { */
    /* opacity: 1; */
    /* visibility: visible; */
    /* transition: all 2.5s ease-in-out; } } */
	
	.splash.fp-viewing-slide-1 #fsFooter, .splash.fp-viewing-slide-6 #fsFooter {
    opacity: 1;
    visibility: visible;
    transition: all 2.5s ease-in-out; } }

@media (min-width: 700px) {
  /* .splash.fp-viewing-slide-5 #fsFooter .fsBanner #fsPoweredByFinalsite, .splash.fp-viewing-slide-5 #fsFooter .fsBanner .copyright-container { */
    /* opacity: 1; */
    /* visibility: visible; */
    /* transition: all 2.5s ease-in-out; } */
  .splash.fp-viewing-slide-5 #fsFooter .fsBanner #fsPoweredByFinalsite {
    opacity: 0.7; } }
	
	.splash.fp-viewing-slide-6 #fsFooter .fsBanner #fsPoweredByFinalsite, .splash.fp-viewing-slide-5 #fsFooter .fsBanner .copyright-container {
    opacity: 1;
    visibility: visible;
    transition: all 2.5s ease-in-out; }
  .splash.fp-viewing-slide-6 #fsFooter .fsBanner #fsPoweredByFinalsite {
    opacity: 0.7; } }

.splash.fsComposeMode #fsFooter {
  position: relative;
  bottom: 0;
  opacity: 1;
  visibility: visible; }

.school-details {
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 700px) {
    .school-details {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .school-details {
      font-size: 20px;
      line-height: 28px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 900px) {
    .school-details {
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .school-details [itemprop='name'] {
    font-weight: 200;
    padding-right: 5px; }
    @media (min-width: 600px) {
      .school-details [itemprop='name'] {
        font-size: 20px;
        line-height: 28px; } }
  @media (min-width: 400px) {
    .school-details [itemprop='address'] {
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .school-details [itemprop='address'] p {
    padding-right: 5px;
    margin: 0; }
  .school-details [itemprop='streetAddress'] {
    display: 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: "KarminaSansW01-Regular", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.25px;
  color: #444444; }

.pageloaded {
  opacity: 0; }

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

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff; }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1400px) {
    #fsPageBodyWrapper {
      padding-right: 130px;
      padding-left: 130px; } }

#fsPageBody {
  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: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  #fsBannerLeft > .fsBanner {
    height: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 320px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 320px; } }

#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% - 320px); } }
  .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% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .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% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 320px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 480px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 640px); } }

#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: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 320px); } }
    @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: 40px;
        width: 320px; } }

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

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

.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: 40px;
      width: 320px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 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: 240px;
      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% - 240px); } }

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

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

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

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

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

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

@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: 40px;
    width: 320px; } }

.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% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 480px); } }

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

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

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 93.33333em;
  max-width: 105rem;
  text-align: center;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1; }
  @media (min-width: 900px) {
    #fsPoweredByFinalsite {
      bottom: 47px; } }
  .splash #fsPoweredByFinalsite {
    bottom: 4px; }
    @media (min-width: 700px) {
      .splash #fsPoweredByFinalsite {
        margin-left: 150px;
        opacity: 0;
        visibility: hidden;
        transition: all 0s ease-in-out; } }

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

@media (min-width: 600px) {
  .fsBreadcrumb {
    margin-top: -36px; } }

.fsBreadcrumb header {
  display: none; }

.fsBreadcrumb ul li {
  display: inline-block;
  color: #175256;
  font-size: 15px;
  font-family: "KarminaSansW01-Semibold_906167", sans-serif; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.home .fsBreadcrumb, .alumni-1 .fsBreadcrumb {
  display: none; }

.fsComposeMode .fsBreadcrumb header {
  display: block; }

.sitemap-page .fsBreadcrumb {
  display: none; }

.fsNavigation.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .fsNavigation.nav-site-map ul a {
    line-height: 20px;
    padding: 0;
    color: #175256; }
    .fsNavigation.nav-site-map ul a:hover, .fsNavigation.nav-site-map ul a:focus {
      color: #e61b24; }
  .fsNavigation.nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .fsNavigation.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; } }
    @media (min-width: 900px) {
      .fsNavigation.nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 4;
        column-count: 4; }
        .fsNavigation.nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column;
          padding: 0 10px; } }
    .fsNavigation.nav-site-map ul.fsNavLevel1 > li > a {
      font-size: 16px;
      margin: 20px 0 10px 0;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
  .fsNavigation.nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
    .fsNavigation.nav-site-map ul.fsNavLevel2 li a {
      padding: 0; }
  .fsNavigation.nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
    .fsNavigation.nav-site-map ul.fsNavLevel3 li a {
      padding: 0; }
  .fsNavigation.nav-site-map ul.fsNavLevel4 {
    list-style: square; }
    .fsNavigation.nav-site-map ul.fsNavLevel4 li a {
      padding: 0; }
  .fsNavigation.nav-site-map ul.fsNavLevel5 {
    list-style: disc; }
    .fsNavigation.nav-site-map ul.fsNavLevel5 li a {
      padding: 0; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #e61b24;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #e61b24;
      background: #f7f6f6; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #e61b24;
    background: #dfdbdb; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #e61b24;
      background: #f7f6f6; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #f7f6f6; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #e61b24;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #e61b24;
        background: #f7f6f6; }

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

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

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

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

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

.nav-sub {
  padding: 0 0 20px 0;
  margin: 0;
  display: block; }
  @media (min-width: 600px) {
    .nav-sub {
      padding: 28px 10px 20px 10px;
      background: url("../img/isl/bg-pattern.png");
      height: 100%; } }
  @media (min-width: 700px) {
    .nav-sub {
      padding: 28px 20px 20px 20px; } }
  .nav-sub header h2 {
    text-align: left; }
    @media (min-width: 600px) {
      .nav-sub header h2 {
        text-align: center;
        margin-bottom: 12px;
        font-size: 20px; } }
    @media (min-width: 700px) {
      .nav-sub header h2 {
        font-size: 24px; } }
  @media screen and (max-width: 599px) {
    .nav-sub > header {
      display: block;
      position: relative; }
      .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.2;
        font-family: "P22 Mackinac W01 Medium", serif;
        color: #175256;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        padding: 10px 20px;
        color: #fff;
        background-color: #175256;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-sub > header .fsElementTitle:hover {
          background-color: #e61b24;
          color: #fff; } }
    @media screen and (max-width: 599px) and (min-width: 600px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }
  @media screen and (max-width: 599px) {
        .nav-sub > header .fsElementTitle:after {
          content: "+";
          line-height: 1;
          position: absolute;
          margin: 0;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 20px; }
    .nav-sub > .fsElementContent {
      position: relative;
      display: block;
      background-color: transparent; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 3px 20px;
        color: #175256;
        background: transparent; }
        .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
          color: #e61b24;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #e61b24;
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #e61b24;
          background: transparent; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #e61b24;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #e61b24;
            background: transparent; }
      .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-sub.active-nav {
      background: url("../img/isl/bg-pattern.png"); }
      .nav-sub.active-nav > header .fsElementTitle {
        background-color: #e61b24;
        color: #fff; }
        .nav-sub.active-nav > header .fsElementTitle:after {
          content: "-"; } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 4px 12px 4px 0;
      color: #175256;
      background: transparent;
      font-size: 16px;
      font-family: "KarminaSansW01-Semibold_906167", sans-serif; }
      @media (min-width: 700px) {
        .nav-sub ul li a {
          font-size: 18px; } }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        text-decoration: none;
        color: #e61b24;
        background: transparent; }
    .nav-sub ul li .fsNavPageInfo {
      position: relative; }
      .nav-sub ul li .fsNavPageInfo:before {
        position: absolute;
        left: 15px;
        top: 7px;
        content: '';
        background: url("../img/isl/line-vertical.svg") no-repeat 0 0;
        width: 4px;
        height: 94%;
        display: block;
        background-size: cover; }
    .nav-sub ul li.fsNavParentPage {
      position: relative; }
      .nav-sub ul li.fsNavParentPage .sub-nav-trigger {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
        outline: 0; }
        @media (min-width: 600px) {
          .nav-sub ul li.fsNavParentPage .sub-nav-trigger {
            padding: 0;
            top: 3px; } }
        .nav-sub ul li.fsNavParentPage .sub-nav-trigger:after {
          content: '\e903';
          color: #175256;
          font-family: "IcoMoon";
          opacity: 1;
          display: block;
          font-size: 22px;
          transition: .3s; }
        .nav-sub ul li.fsNavParentPage .sub-nav-trigger:hover:after, .nav-sub ul li.fsNavParentPage .sub-nav-trigger:focus:after {
          color: #e61b24; }
      .nav-sub ul li.fsNavParentPage > .fsNavPageInfo {
        position: relative;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      .nav-sub ul li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
      .nav-sub ul li.fsNavParentPage.active .sub-nav-trigger:after {
        content: '\e902'; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #e61b24;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #e61b24;
        background: #f7f6f6; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
        max-height: 9999px;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      .nav-sub ul li.fsNavCurrentPageAncestor.active > .fsNavPageInfo {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #e61b24;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #e61b24;
          background: #f7f6f6; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 4px;
        padding-bottom: 4px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 32px; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 42px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 52px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 62px; }
  @media (min-width: 900px) {
    .alumni-1 .nav-sub {
      position: relative;
      padding: 0;
      background: 0; }
      .alumni-1 .nav-sub:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: url("../img/isl/horizNavBg.png") no-repeat 0 0;
        width: 100%;
        height: 44px;
        background-size: cover;
        z-index: 1; }
      .alumni-1 .nav-sub header {
        display: none; }
      .alumni-1 .nav-sub .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 93.33333em;
        max-width: 105rem;
        max-width: 1098px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 7px 20px 0 20px;
        z-index: 1; }
        .no-flexbox .alumni-1 .nav-sub .fsNavLevel1 {
          text-align: justify;
          font-size: 0.1px; }
          .no-flexbox .alumni-1 .nav-sub .fsNavLevel1 > li {
            display: inline-block; }
          .no-flexbox .alumni-1 .nav-sub .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%; }
        .alumni-1 .nav-sub .fsNavLevel1 li a {
          color: #fff;
          font-family: "P22 Mackinac W01 Medium", serif;
          font-size: 15px; }
          .alumni-1 .nav-sub .fsNavLevel1 li a:hover {
            color: #b3b0b0;
            text-decoration: none; } }

.nav-main {
  position: relative;
  margin: 20px 0; }
  @media (min-width: 900px) {
    .nav-main {
      margin: 0; } }
  @media (min-width: 900px) {
    .nav-main:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/isl/navBG.png") no-repeat 0 0;
      width: 100%;
      height: 64px;
      background-size: cover;
      z-index: 1; } }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  .nav-main .fsNavLevel1 {
    text-align: center;
    z-index: 1; }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 93.33333em;
        max-width: 105rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 7px 20px 0 20px; } }
  @media (min-width: 900px) and (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      padding: 7px 50px 0 50px; } }
  @media (min-width: 900px) and (min-width: 1400px) {
    .nav-main .fsNavLevel1 {
      padding: 7px 130px 0 130px; } }
    @media (min-width: 900px) {
        .no-flexbox .nav-main .fsNavLevel1 {
          text-align: justify;
          font-size: 0.1px; }
          .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block; }
          .no-flexbox .nav-main .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%; } }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto; } }
    .nav-main .fsNavLevel1 > li:hover > a {
      color: #b3b0b0;
      background: #175256;
      text-decoration: none; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #b3b0b0;
      background: #175256; }
    .nav-main .fsNavLevel1 > li > a {
      display: block;
      color: #fff;
      background: #175256;
      padding: 3px 0;
      font-size: 25px;
      line-height: 30px;
      text-transform: uppercase;
      font-family: "KarminaSansW01-Semibold_906167", sans-serif; }
      @media (min-width: 900px) {
        .nav-main .fsNavLevel1 > li > a {
          font-size: 20px;
          padding: 13px 0; } }
      @media (min-width: 1400px) {
        .nav-main .fsNavLevel1 > li > a {
          font-size: 25px; } }
      .nav-main .fsNavLevel1 > li > a:focus {
        color: #b3b0b0;
        background: #175256;
        text-decoration: none; }
    html.js .nav-main .fsNavLevel1 > li {
      position: relative; }
      html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        max-height: 9999px; }
      html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
        max-height: 9999px; }
    html:not(.js) .nav-main .fsNavLevel1 > li {
      position: relative; }
      html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden; }
      html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px; }
      @media (max-width: 599px) {
        html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
          max-height: 9999px; } }
  .home .nav-main .fsNavLevel1 li:first-child a {
    color: #b3b0b0; }

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

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

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

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

.menu_trigger {
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
  background: #175256;
  height: 42px;
  display: block; }
  @media (min-width: 900px) {
    .menu_trigger {
      display: none; } }
  .menu_trigger:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    background: url("../img/isl/nav-bg.png") no-repeat 0 0;
    width: 100%;
    height: 10px;
    background-size: cover;
    z-index: 1; }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 8px;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  color: transparent; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: '';
    background: #fff; }
  .drawer-trigger:before {
    margin-top: -0.44444em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.44444em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 167px;
  min-height: 100%;
  background: #175256; }
  @media (max-width: 899px) {
    .drawer-is-active .fsMenu {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

.nav-social .fsNavLevel1 {
  text-align: center;
  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 (min-width: 900px) {
    .nav-social .fsNavLevel1 {
      text-align: right; } }
  .nav-social .fsNavLevel1 li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    -ms-flex-align: center;
    align-items: center; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "𝕏";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: bold;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #175256;
    background: #FFF;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #175256;
      font-size: 15px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .nav-social .fsNavLevel1 a:hover, .nav-social .fsNavLevel1 a:focus {
      text-decoration: none; }

@media (min-width: 700px) {
  .splash .nav-social {
    padding: 45px 35px 0 0; } }

.splash .nav-social .fsNavLevel1 {
  text-align: right; }
  @media (min-width: 700px) {
    .splash .nav-social .fsNavLevel1 {
      text-align: right; } }
  .splash .nav-social .fsNavLevel1 li:first-child {
    display: inline-flex; }
  .splash .nav-social .fsNavLevel1 li:nth-child(2) {
    display: inline-flex; }
  .splash .nav-social .fsNavLevel1 li:last-child {
    display: inline-flex; }
  .splash .nav-social .fsNavLevel1 li:nth-child(3) {
    margin-right: 10px; }
  .splash .nav-social .fsNavLevel1 [href*='youtube']:after {
    display: inline-flex; }

.nav-utility-header {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px; }
  @media (min-width: 900px) {
    .nav-utility-header {
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: right; } }
  .fsElement .nav-utility-header {
    margin: 0 0 52px 0; }
  @media (min-width: 400px) {
    .nav-utility-header .fsNavLevel1 {
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  .nav-utility-header .fsNavLevel1 li {
    position: relative; }
    .nav-utility-header .fsNavLevel1 li a {
      position: relative;
      font-size: 20px;
      padding: 4px 16px;
      color: #fff;
      display: inline-block; }
      @media (min-width: 400px) {
        .nav-utility-header .fsNavLevel1 li a {
          padding: 0 16px; } }
      @media (min-width: 900px) {
        .nav-utility-header .fsNavLevel1 li a {
          color: #175256; } }
      .nav-utility-header .fsNavLevel1 li a:hover, .nav-utility-header .fsNavLevel1 li a:focus {
        color: #e61b24;
        text-decoration: none; }
      @media (min-width: 400px) {
        .nav-utility-header .fsNavLevel1 li a:after {
          content: '';
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0;
          background: #fff;
          width: 1px;
          height: 16px; } }
      @media (min-width: 900px) {
        .nav-utility-header .fsNavLevel1 li a:after {
          background: #175256; } }
    @media (min-width: 400px) {
      .nav-utility-header .fsNavLevel1 li:last-child a {
        padding-right: 48px; } }
    .nav-utility-header .fsNavLevel1 li:last-child a:before {
      content: '\e90d';
      color: #fff;
      font-family: "IcoMoon";
      position: absolute;
      right: -9px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 19px; }
      @media (min-width: 400px) {
        .nav-utility-header .fsNavLevel1 li:last-child a:before {
          right: 17px; } }
      @media (min-width: 900px) {
        .nav-utility-header .fsNavLevel1 li:last-child a:before {
          color: #175256; } }
    .nav-utility-header .fsNavLevel1 li:last-child a:after {
      display: none; }
    .nav-utility-header .fsNavLevel1 li .fsNavPageInfo {
      position: absolute;
      top: 38px;
      right: 50%;
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      width: 200px;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-in-out;
      z-index: 2; }
      @media (min-width: 400px) {
        .nav-utility-header .fsNavLevel1 li .fsNavPageInfo {
          top: 30px;
          right: 20px;
          -ms-transform: none;
          transform: none; } }
      .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 {
        background: #e61b24;
        padding: 20px 0;
        text-align: left; }
        .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a {
          font-size: 18px;
          padding: 0 12px;
          color: #fff;
          position: relative;
          background: transparent;
          display: block; }
          .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:focus {
            color: #fff;
            background: #175256; }
          .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:before {
            display: none; }
        .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li:last-child a {
          padding-right: 0; }
          .nav-utility-header .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li:last-child a:after {
            display: none; }
  .login-is-active .nav-utility-header .fsNavLevel1 li .fsNavPageInfo {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 900px) {
    .nav-utility-header > footer .fsElementFooterContent {
      margin: 0; } }
  .nav-utility-header > footer .fsElementFooterContent a {
    font-size: 18px; }
    @media screen and (max-width: 899px) {
      .nav-utility-header > footer .fsElementFooterContent a::after {
        opacity: 1; } }

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

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

@media (min-width: 700px) {
  .nav-utility-footer .fsNavLevel1 {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

.nav-utility-footer .fsNavLevel1 li {
  position: relative; }
  .nav-utility-footer .fsNavLevel1 li a {
    position: relative;
    font-size: 17px;
    padding: 0 8px;
    color: #fff;
    display: inline-block;
    white-space: nowrap; }
    .nav-utility-footer .fsNavLevel1 li a:hover, .nav-utility-footer .fsNavLevel1 li a:focus {
      color: #b3b0b0;
      text-decoration: none; }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 li a:after {
        content: '';
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        background: #fff;
        width: 1px;
        height: 16px; } }
  @media (min-width: 900px) {
    .nav-utility-footer .fsNavLevel1 li:first-child a {
      padding-left: 0; } }
  .nav-utility-footer .fsNavLevel1 li:last-child a:after {
    display: none; }

/*! 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 .fsFullName a {
    color: #175256; }
    .fsConstituent .fsFullName a:hover, .fsConstituent .fsFullName a:focus {
      color: #e61b24;
      text-decoration: none; }
  .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, .mashup .fsCalendar.fsDialog article .fsProfileSectionData.fsDate {
    font-weight: inherit;
    font-size: 18px;
    line-height: 26px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

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

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

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

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

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #c7c0c0;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 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: #444444;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.2;
    color: #e61b24;
    margin-bottom: 10px;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
    padding: 13.33333px;
    color: #fff;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #e61b24;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #175256; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 38px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  font-family: "IcoMoon";
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 38px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 60px; }
  .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: 60px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

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

.fsAccordion {
  margin-bottom: 45px; }

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

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

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

.fsAthleticsEvent .fsTitle, .fsAthleticsEvent .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article .fsAthleticsEvent .fsDate {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle, .fsAthleticsEvent .mashup .fsCalendar.fsDialog article div.fsDate, .mashup .fsCalendar.fsDialog article .fsAthleticsEvent div.fsDate {
  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, .fsAthleticsEvent.fsTable .fsElementTable .mashup .fsCalendar.fsDialog article td.fsDate:before, .mashup .fsCalendar.fsDialog article .fsAthleticsEvent.fsTable .fsElementTable td.fsDate: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: 1.2;
    font-family: "P22 Mackinac W01 Medium", serif;
    color: #175256;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.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 {
  margin-bottom: 45px; }
  .fsCalendar article {
    position: relative;
    min-height: 132px;
    padding-top: 0; }
    @media (min-width: 500px) {
      .fsCalendar article {
        padding-left: 108px; } }
    @media (min-width: 1400px) {
      .fsCalendar article {
        padding-left: 158px; } }
    .fsCalendar article .fsElementEventColorIcon {
      width: 12px;
      height: 12px; }
  .fsCalendar .fsDate {
    text-align: center;
    height: 90px;
    width: 100%;
    color: #175256;
    background: #fff;
    border: 2px solid #175256;
    font-size: 12px;
    line-height: 0;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 500px) {
      .fsCalendar .fsDate {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px; } }
    @media (min-width: 1400px) {
      .fsCalendar .fsDate {
        height: 132px;
        width: 132px;
        font-size: 18px; } }
    .fsCalendar .fsDate > span {
      display: block; }
      .fsCalendar .fsDate > span.fsMonth {
        -ms-flex-order: 1;
        order: 1; }
      .fsCalendar .fsDate > span.fsDay {
        -ms-flex-order: 2;
        order: 2;
        font-size: 47px;
        line-height: 48px;
        padding: 4px 0 7px 0;
        color: #e61b24;
        font-weight: normal; }
        @media (min-width: 1400px) {
          .fsCalendar .fsDate > span.fsDay {
            font-size: 68px;
            line-height: 69px; } }
      .fsCalendar .fsDate > span.fsDayName {
        -ms-flex-order: 3;
        order: 3; }
  .fsCalendar .fsElementTitle {
    position: relative;
    font-size: 24px;
    font-family: "KarminaSansW01-Semibold_906167", sans-serif;
    margin-bottom: 25px;
    padding-bottom: 10px; }
    .fsCalendar .fsElementTitle:after {
      content: '';
      background: #175256;
      width: 240px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .fsCalendar .fsTitle, .mashup .fsCalendar.fsDialog article .fsDate {
    font-family: "KarminaSansW01-Semibold_906167", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: normal;
    color: #175256; }
    .fsCalendar .fsTitle .fsCalendarEventLink, .mashup .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink {
      color: #175256;
      font-size: 21px; }
      .fsCalendar .fsTitle .fsCalendarEventLink:hover, .mashup .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink:hover {
        color: #e61b24;
        text-decoration: none; }
  .fsCalendar .fsEventDetails {
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px; }
  .fsCalendar .fsTimeRange {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-order: 2;
    order: 2; }
    .fsCalendar .fsTimeRange:before {
      content: '\e90f';
      color: #e61b24;
      font-family: "IcoMoon";
      font-size: 14px;
      margin-right: 5px; }
  .fsCalendar .fsLocation {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-order: 1;
    order: 1; }
    .fsCalendar .fsLocation:before {
      content: '\e90e';
      color: #e61b24;
      font-family: "IcoMoon";
      font-size: 14px;
      margin-right: 5px; }
  .fsCalendar .fsNotes, .fsCalendar .fsDescription {
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5px; }
    .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
      margin-bottom: 0; }
  .fsCalendar .fsCalendarEventLink {
    font-size: 15px; }
  .fsBannerRight .fsCalendar .fsElementTitle:after, .fsStyleOneThird .fsCalendar .fsElementTitle:after {
    width: 100%; }
  @media (min-width: 500px) {
    .fsBannerRight .fsCalendar article, .fsStyleOneThird .fsCalendar article {
      padding-left: 108px; } }
  @media (min-width: 800px) {
    .fsBannerRight .fsCalendar article, .fsStyleOneThird .fsCalendar article {
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsBannerRight .fsCalendar article, .fsStyleOneThird .fsCalendar article {
      padding-left: 108px; } }
  .fsBannerRight .fsCalendar .fsDate, .fsStyleOneThird .fsCalendar .fsDate {
    height: 90px;
    font-size: 12px; }
    @media (min-width: 500px) {
      .fsBannerRight .fsCalendar .fsDate, .fsStyleOneThird .fsCalendar .fsDate {
        width: 90px; } }
    @media (min-width: 800px) {
      .fsBannerRight .fsCalendar .fsDate, .fsStyleOneThird .fsCalendar .fsDate {
        width: 100%;
        position: relative; } }
    @media (min-width: 1000px) {
      .fsBannerRight .fsCalendar .fsDate, .fsStyleOneThird .fsCalendar .fsDate {
        width: 90px;
        position: absolute; } }
    .fsBannerRight .fsCalendar .fsDate > span.fsDay, .fsStyleOneThird .fsCalendar .fsDate > span.fsDay {
      font-size: 47px;
      line-height: 48px; }

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

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

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

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

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(230, 27, 36, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(230, 27, 36, 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(230, 27, 36, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(230, 27, 36, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #175256;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #001d3a;
      color: #fff;
      text-decoration: none; }
    .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%; } }

/*! _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: "KarminaSansW01-Regular", sans-serif;
      font-size: 18px;
      line-height: 26px;
      color: #175256; }
    .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: #e61b24;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #e61b24; }
    .fsComposerFormEmbed form .required {
      color: #e61b24; }
    .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: #e61b24;
        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: #e61b24;
          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;
      outline: 0;
      border: none !important;
      float: left;
      line-height: 1;
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 20px;
      background: #175256;
      color: #fff;
      border-radius: 0;
      font-size: 16px; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        background: #001d3a;
        color: #fff;
        text-decoration: none; }
      .fsComposerFormEmbed form .submitBtn em {
        display: block;
        font-style: normal; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #e61b24 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "KarminaSansW01-Regular", 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: white; }

:-moz-placeholder {
  color: white; }

::-moz-placeholder {
  color: white; }

:-ms-input-placeholder {
  color: white; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #175256;
    color: #fff;
    border-radius: 0;
    font-size: 16px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #001d3a;
      color: #fff;
      text-decoration: none; }
    .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 0 20px;
    padding: 10px 20px;
    background: #175256;
    color: #fff;
    border-radius: 0;
    font-size: 16px; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #001d3a;
      color: #fff;
      text-decoration: none; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.universal-slideshow {
  position: relative;
  height: 228px; }
  @media (min-width: 500px) {
    .universal-slideshow {
      height: 332px; } }
  @media (min-width: 600px) {
    .universal-slideshow {
      height: 446px; } }
  @media (min-width: 1000px) {
    .universal-slideshow {
      height: 600px; } }
  @media (min-width: 1400px) {
    .universal-slideshow {
      height: 700px; } }
  .universal-slideshow .universal-slide {
    height: 228px;
    position: relative; }
    @media (min-width: 500px) {
      .universal-slideshow .universal-slide {
        height: 332px; } }
    @media (min-width: 600px) {
      .universal-slideshow .universal-slide {
        height: 446px; } }
    @media (min-width: 1000px) {
      .universal-slideshow .universal-slide {
        height: 600px; } }
    @media (min-width: 1400px) {
      .universal-slideshow .universal-slide {
        height: 700px; } }
  .universal-slideshow > header {
    display: none; }
  .universal-slideshow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/isl/bannerImg-bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 30px; }
    @media (min-width: 700px) {
      .universal-slideshow:after {
        bottom: -18px;
        background: url("../img/isl/home-img-bg.png") no-repeat;
        height: 75px; } }
  .fsComposeMode .universal-slideshow {
    height: auto; }
    .fsComposeMode .universal-slideshow > header {
      display: block; }
    .fsComposeMode .universal-slideshow:after {
      display: none; }
  body:not(.home) .universal-slideshow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/isl/bannerImg-bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 30px; }
    @media (min-width: 700px) {
      body:not(.home) .universal-slideshow:after {
        height: 75px; } }
  body:not(.home) .universal-slideshow.fsComposeMode:after {
    display: none; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #175256;
  font-family: "KarminaSansW01-Regular", sans-serif; }
  .fsMediaCustomPlayer .slider-play-btn {
    display: none; }
  .fsMediaCustomPlayer article {
    position: relative;
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      display: none; }

.fsCustomSlider {
  height: 100%; }
  .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: #e61b24;
    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: "P22 Mackinac W01 Medium", 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: 25px;
    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; }
    @media (min-width: 900px) {
      .fsCustomSlider .slick-dots {
        top: calc(50% + 100px);
        left: 172px;
        bottom: auto;
        -ms-transform: none;
        transform: none; } }
    .fsCustomSlider .slick-dots li {
      display: inline-block; }
    .fsCustomSlider .slick-dots li + li {
      margin-left: 12px; }
    .fsCustomSlider .slick-dots button {
      border: 0;
      background-color: #fff;
      padding: 0;
      width: 15px;
      height: 15px;
      border: 2px solid #fff;
      border-radius: 100%;
      font-size: 0;
      outline: 0; }
    .fsCustomSlider .slick-dots .slick-active button {
      background-color: #e61b24; }
  .fsCustomSlider .caption-wrapper {
    display: none; }
    @media (min-width: 900px) {
      .fsCustomSlider .caption-wrapper {
        display: block; } }

.mobile-captions {
  display: block; }
  @media (min-width: 900px) {
    .mobile-captions {
      display: none; } }

.caption-wrapper {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  color: #fff;
  padding: 35px 20px;
  background-color: #175256;
  height: 310px; }
  @media (min-width: 400px) {
    .caption-wrapper {
      padding: 35px 40px 35px 35px; } }
  @media (min-width: 900px) {
    .caption-wrapper {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 134px;
      background-color: rgba(0, 42, 83, 0.7);
      width: 482px;
      height: 310px; } }
  .caption-wrapper.is-empty {
    display: none; }

.caption-title {
  position: relative;
  font-family: "P22 Mackinac W01 Medium", serif;
  font-size: 23px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 30px;
  display: inline-block; }
  @media (min-width: 400px) {
    .caption-title {
      font-size: 25px; } }
  .caption-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: url("../img/isl/underline-white.svg") no-repeat 0 0;
    width: 100%;
    height: 4px;
    background-size: cover;
    display: block; }

.caption-desc {
  display: block;
  text-align: center; }
  .caption-desc h3 {
    font-size: 21px;
    font-weight: 600;
    font-family: "KarminaSansW01-Regular", sans-serif;
    color: #fff;
    text-align: left; }
  .caption-desc p {
    text-align: left; }
    .caption-desc p:last-child {
      margin-bottom: 0; }
  .caption-desc a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #175256;
    width: 182px;
    height: 37px;
    line-height: 34px;
    background-size: 100%;
    padding: 0 34px 0 20px;
    margin-bottom: 20px;
    text-align: left;
    z-index: 0;
    text-align: center;
    color: #000;
    width: 145px;
    margin: 20px 0 0 0;
    height: 30px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 30px 0 15px;
    display: block !important; }
    .caption-desc a:before, .caption-desc a:after {
      content: "";
      transition: opacity 0.3s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: 100%;
      z-index: -1; }
    .caption-desc a:before {
      opacity: 1;
      background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
    .caption-desc a:after {
      opacity: 0;
      background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
    .caption-desc a:hover, .caption-desc a:focus {
      text-decoration: none;
      color: #fff; }
      .caption-desc a:hover:before, .caption-desc a:focus:before {
        opacity: 0; }
      .caption-desc a:hover:after, .caption-desc a:focus:after {
        opacity: 1; }
    @media (min-width: 900px) {
      .caption-desc a {
        position: absolute;
        right: 30px;
        bottom: 30px;
        margin: 0; } }
  .caption-desc:empty {
    display: none; }

body:not(.fsComposeMode) .custom-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  height: 228px;
  position: relative; }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .custom-hero {
      height: 332px; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .custom-hero {
      height: 446px; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .custom-hero {
      height: 600px; } }
  @media (min-width: 1400px) {
    body:not(.fsComposeMode) .custom-hero {
      height: 700px; } }
  body:not(.fsComposeMode) .custom-hero .fsElementTitle {
    display: none; }
  body:not(.fsComposeMode) .custom-hero:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    background: url("../img/isl/bannerImg-bg.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 75px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .custom-hero:after {
        bottom: 0; } }

.fsComposeMode .custom-hero:after {
  display: none; }

body:not(.fsComposeMode) .video-container {
  position: relative;
  height: 285px;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .video-container {
      height: 380px; } }
  body:not(.fsComposeMode) .video-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out; }
  body:not(.fsComposeMode) .video-container:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url("../img/isl/sprite.png");
    background-repeat: no-repeat;
    background-position: -82px 0;
    width: 62px;
    height: 62px; }
  body:not(.fsComposeMode) .video-container:hover:before {
    background: rgba(0, 0, 0, 0.5); }
  body:not(.fsComposeMode) .video-container header {
    height: 100%;
    width: 100%; }
  body:not(.fsComposeMode) .video-container .fsElementHeaderContent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%; }
    body:not(.fsComposeMode) .video-container .fsElementHeaderContent img {
      display: none; }
  body:not(.fsComposeMode) .video-container .fsElementContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    body:not(.fsComposeMode) .video-container .fsElementContent h3 {
      color: #fff;
      font-family: "KarminaSansW01-Semibold_906167", sans-serif;
      font-size: 30px;
      line-height: 1.2; }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode) .video-container .fsElementContent h3 {
          font-size: 38px; } }
  body:not(.fsComposeMode) .video-container footer {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    body:not(.fsComposeMode) .video-container footer .fsElementFooterContent a {
      position: relative;
      color: transparent;
      background: url("../img/isl/youtube-play.svg") no-repeat;
      width: 68px;
      height: 50px;
      display: block; }

.fsNews .fsElementTitle {
  position: relative;
  font-size: 24px;
  font-family: "KarminaSansW01-Semibold_906167", sans-serif;
  margin-bottom: 25px;
  padding-bottom: 10px; }
  .fsNews .fsElementTitle:after {
    content: '';
    background: #175256;
    width: 240px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: left; }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: right; }

.fsNews article {
  font-size: 15px; }

.fsNews .fsThumbnail {
  margin: 0 15px 0 0; }
  @media (min-width: 600px) {
    .fsNews .fsThumbnail {
      margin: 0 25px 0 0; } }

.fsNews .fsTitle, .fsNews .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article .fsNews .fsDate {
  font-family: "KarminaSansW01-Semibold_906167", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #175256; }
  .fsNews .fsTitle .fsNewsPostLink, .fsNews .mashup .fsCalendar.fsDialog article .fsDate .fsNewsPostLink, .mashup .fsCalendar.fsDialog article .fsNews .fsDate .fsNewsPostLink {
    color: #175256;
    font-size: 21px; }
    .fsNews .fsTitle .fsNewsPostLink:hover, .fsNews .mashup .fsCalendar.fsDialog article .fsDate .fsNewsPostLink:hover, .mashup .fsCalendar.fsDialog article .fsNews .fsDate .fsNewsPostLink:hover {
      color: #e61b24;
      text-decoration: none; }

.fsNews .fsAuthor {
  font-weight: bold; }

.fsNews .fsDateTime {
  font-weight: bold; }

.fsNews .fsSummary p {
  margin: 0 0 10px 0; }

.fsNews .fsReadMoreLink {
  font-size: 15px;
  font-family: "KarminaSansW01-Semibold_906167", sans-serif; }

.fsBannerRight .fsNews .fsElementTitle:after, .fsStyleOneThird .fsNews .fsElementTitle:after {
  width: 100%; }

.fsPostElement .fsElementTitle {
  position: relative;
  font-size: 24px;
  font-family: "KarminaSansW01-Semibold_906167", sans-serif;
  margin-bottom: 25px;
  padding-bottom: 10px; }
  .fsPostElement .fsElementTitle:after {
    content: '';
    background: #175256;
    width: 240px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: left; }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: right; }

.fsPostElement article {
  font-size: 15px; }

.fsPostElement .fsThumbnail {
  margin: 0 15px 0 0; }
  @media (min-width: 600px) {
    .fsPostElement .fsThumbnail {
      margin: 0 25px 0 0; } }

.fsPostElement .fsTitle, .fsPostElement .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article .fsPostElement .fsDate {
  font-family: "KarminaSansW01-Semibold_906167", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #175256; }
  .fsPostElement .fsTitle .fsPostLink, .fsPostElement .mashup .fsCalendar.fsDialog article .fsDate .fsPostLink, .mashup .fsCalendar.fsDialog article .fsPostElement .fsDate .fsPostLink {
    color: #175256;
    font-size: 21px; }
    .fsPostElement .fsTitle .fsPostLink:hover, .fsPostElement .mashup .fsCalendar.fsDialog article .fsDate .fsPostLink:hover, .mashup .fsCalendar.fsDialog article .fsPostElement .fsDate .fsPostLink:hover {
      color: #e61b24;
      text-decoration: none; }

.fsPostElement.fsDialog article {
  font-size: 16px; }

.fsPostElement.fsDialog .fsTitle, .fsPostElement.fsDialog .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article .fsPostElement.fsDialog .fsDate {
  margin: 10px 0; }

.fsPostElement.fsDialog .fsThumbnail {
  margin: 0; }

.fsPostElement .fsAuthor {
  font-weight: bold;
  display: block; }

.fsPostElement .fsDateTime {
  font-weight: bold; }

.fsPostElement .fsSummary p {
  margin: 0 0 10px 0; }

.fsPostElement .fsReadMoreLink {
  font-size: 15px;
  font-family: "KarminaSansW01-Semibold_906167", sans-serif; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 35px; }
  @media (min-width: 900px) {
    .fsSearch.site-search {
      margin-right: 48px;
      margin-bottom: 0; } }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 185px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .fsSearch.site-search form.gsc-search-box-tools {
        margin: 0; } }
    .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%;
        border-bottom: 1px solid #fff; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #175256 !important;
          background-image: none !important;
          width: 100%;
          height: 30px !important;
          color: #fff;
          padding-left: 10px !important;
          padding-right: 45px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 18px;
          font-family: "KarminaSansW01-Regular", sans-serif;
          text-align: left; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input::-webkit-input-placeholder {
          font-size: 18px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 30px;
      width: 35px;
      background: #175256;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "";
        color: #fff;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 30px;
        font-size: 22px;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover, .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus {
        background: #175256;
        transition: .3s; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after, .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus:after {
          color: #e61b24; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #175256; }
      .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: 30px !important;
        color: #175256;
        padding-left: 10px !important;
        padding-right: 45px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: "KarminaSansW01-Regular", 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: 35px;
    background: #175256;
    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: "";
      font-family: "IcoMoon";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 30px;
      font-size: 18px; }
    .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; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover, .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus {
      background: #175256;
      transition: .3s; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover:after, .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:focus:after {
        color: #e61b24; }

/*! _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: "KarminaSansW01-Regular", 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: #175256; }
  .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: #e61b24; }

.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;
  text-decoration: none !important; }

.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: #175256 !important;
  text-decoration: none !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: #e61b24 !important;
    text-decoration: underline !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 0 20px;
  padding: 10px 20px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .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 0 20px;
  padding: 10px 20px;
  background: #175256;
  color: #fff;
  border-radius: 0;
  font-size: 16px; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #001d3a;
    color: #fff;
    text-decoration: none; }
  .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: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 28px;
        line-height: 1.2;
        color: #e61b24;
        margin-bottom: 10px;
        margin-bottom: 2px;
        display: block;
        font-size: 16px;
        padding: 13.33333px;
        color: #fff;
        transition: .3s;
        background: #444444;
        color: #fff; }
        .fsTabs .fsTabsNav li a:hover {
          background: #e61b24;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #175256;
        color: #fff; }

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

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #e1e1e1;
  position: relative; }

.jspDrag {
  background: #bebdbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 8px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

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

.home #fsPageContent .fsPageLayout > .fsDiv {
  margin: 0; }

body:not(.fsComposeMode) .tier-1 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
  min-height: 260px;
  background: url("../img/isl/bg-pattern.png");
  text-align: center; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .tier-1 {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1400px) {
    body:not(.fsComposeMode) .tier-1 {
      padding-right: 130px;
      padding-left: 130px; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .tier-1 {
      text-align: left; } }
  body:not(.fsComposeMode) .tier-1 p {
    font-size: 22px;
    line-height: 34px;
    color: #175256; }

body:not(.fsComposeMode) .tier-2 {
  margin: 0; }
  body:not(.fsComposeMode) .tier-2 > .fsDiv {
    height: 362px;
    overflow: hidden;
    padding: 0;
    margin: 0 0 15px 0;
    border-right: 1px solid #fff; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tier-2 > .fsDiv {
        width: 50%;
        margin: 0 0 1px 0; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .tier-2 > .fsDiv {
        width: 25%;
        margin: 0; } }
    body:not(.fsComposeMode) .tier-2 > .fsDiv:last-child {
      border: 0; }
    body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink {
      position: relative;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      text-align: center;
      transition: all .3s ease-in-out; }
      body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 75px;
        background: linear-gradient(to top, rgba(6, 25, 54, 0.9) 0%, transparent 100%);
        z-index: 1; }
      body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink > .fsElementContent {
        height: 100%;
        position: absolute;
        bottom: -240px;
        z-index: 2;
        padding: 65px 25px;
        transition: all .3s ease-in-out; }
        @media (min-width: 500px) {
          body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink > .fsElementContent {
            padding: 65px; } }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink > .fsElementContent {
            padding: 65px 25px; } }
        @media (min-width: 1600px) {
          body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink > .fsElementContent {
            padding: 65px; } }
      body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink h3 {
        font-family: "KarminaSansW01-Regular", sans-serif;
        color: #fff;
        font-size: 22px;
        margin-bottom: 25px;
        font-weight: 600;
        text-transform: uppercase; }
        @media (min-width: 1600px) {
          body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink h3 {
            font-size: 24px; } }
      body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink p {
        color: #fff;
        height: 78px; }
      body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #175256;
        width: 182px;
        height: 37px;
        line-height: 34px;
        background-size: 100%;
        padding: 0 34px 0 20px;
        margin-bottom: 20px;
        text-align: left;
        z-index: 0;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
        text-align: center; }
        body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:before, body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:after {
          content: "";
          transition: opacity 0.3s;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: 100%;
          z-index: -1; }
        body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:before {
          opacity: 1;
          background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
        body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:after {
          opacity: 0;
          background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
        body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:hover, body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:focus {
          text-decoration: none;
          color: #fff; }
          body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:hover:before, body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:focus:before {
            opacity: 0; }
          body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:hover:after, body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:focus:after {
            opacity: 1; }
        body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:before, body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink a:after {
          top: 1px;
          left: 10px; }
      body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink:hover > .fsElementContent, body:not(.fsComposeMode) .tier-2 > .fsDiv .pillars-quicklink:focus > .fsElementContent {
        height: 100%;
        position: absolute;
        bottom: 0;
        z-index: 2;
        background-color: rgba(0, 42, 83, 0.8); }

body:not(.fsComposeMode) .tier-3 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-bottom: 35px;
  margin: 0;
  background: url("../img/isl/bg-pattern.png"); }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .tier-3 {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1400px) {
    body:not(.fsComposeMode) .tier-3 {
      padding-right: 130px;
      padding-left: 130px; } }
  body:not(.fsComposeMode) .tier-3 header {
    text-align: center; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tier-3 header {
        text-align: left; } }
  body:not(.fsComposeMode) .tier-3 .fsElementHeaderContent {
    position: relative;
    left: 0;
    font-size: 22px;
    color: #175256;
    margin-bottom: 35px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-3 .fsElementHeaderContent {
        left: -24px; } }
  body:not(.fsComposeMode) .tier-3 > .fsElementContent {
    text-align: center; }
    body:not(.fsComposeMode) .tier-3 > .fsElementContent .slick-slide {
      margin: 0 18px;
      outline: 0; }
      body:not(.fsComposeMode) .tier-3 > .fsElementContent .slick-slide img {
        display: inline-block; }
    body:not(.fsComposeMode) .tier-3 > .fsElementContent h2 {
      font-size: 42px;
      color: #175256;
      font-weight: bold; }
    body:not(.fsComposeMode) .tier-3 > .fsElementContent h3 {
      font-size: 32px;
      line-height: 32px;
      font-weight: 600;
      font-family: "Indie Flower", cursive; }
      @media (min-width: 1400px) {
        body:not(.fsComposeMode) .tier-3 > .fsElementContent h3 {
          font-size: 42px;
          line-height: 38px; } }
    body:not(.fsComposeMode) .tier-3 > .fsElementContent p {
      font-size: 16px;
      line-height: 18px;
      color: #175256;
      margin: 0; }
  body:not(.fsComposeMode) .tier-3 .slick-prev, body:not(.fsComposeMode) .tier-3 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    height: 38px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent; }
    body:not(.fsComposeMode) .tier-3 .slick-prev:before, body:not(.fsComposeMode) .tier-3 .slick-next:before {
      font-family: "IcoMoon";
      color: #175256;
      font-size: 42px;
      line-height: 38px;
      transition: all .3s ease-in-out; }
    body:not(.fsComposeMode) .tier-3 .slick-prev:hover, body:not(.fsComposeMode) .tier-3 .slick-next:hover {
      text-decoration: none; }
      body:not(.fsComposeMode) .tier-3 .slick-prev:hover:before, body:not(.fsComposeMode) .tier-3 .slick-next:hover:before {
        color: #e61b24; }
  body:not(.fsComposeMode) .tier-3 .slick-prev {
    left: -25px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-3 .slick-prev {
        left: -50px; } }
    body:not(.fsComposeMode) .tier-3 .slick-prev:before {
      content: '\e912'; }
  body:not(.fsComposeMode) .tier-3 .slick-next {
    right: -25px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-3 .slick-next {
        right: -50px; } }
    body:not(.fsComposeMode) .tier-3 .slick-next:before {
      content: '\e913'; }

body:not(.fsComposeMode) .tier-4 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  padding-top: 45px;
  padding-bottom: 40px;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  background: #193f64 url("../img/isl/social_feeds/pattern.png"); }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .tier-4 {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1400px) {
    body:not(.fsComposeMode) .tier-4 {
      padding-right: 130px;
      padding-left: 130px; } }
  body:not(.fsComposeMode) .tier-4 header {
    text-align: center; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tier-4 header {
        text-align: left; } }
    body:not(.fsComposeMode) .tier-4 header .fsElementTitle {
      color: #fff; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .tier-4 > .fsElementContent .fsLayout {
      margin: 0 -10px; } }
  body:not(.fsComposeMode) .tier-4 > .fsElementContent .fsLayout > .fsDiv {
    margin: 0;
    padding: 0; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .tier-4 > .fsElementContent .fsLayout > .fsDiv {
        padding: 0 50px; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tier-4 > .fsElementContent .fsLayout > .fsDiv {
        padding: 0 66px; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .tier-4 > .fsElementContent .fsLayout > .fsDiv {
        padding: 0 10px; } }
  body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item {
    position: relative;
    padding: 0;
    border: 0;
    height: 380px;
    background: url(../img/isl/social_feeds/twitter-bg.jpg) no-repeat;
    background-size: cover; }
    body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook {
      background: url(../img/isl/social_feeds/facebook-bg.jpg) no-repeat; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook a.j-image {
        position: relative;
        height: 100%; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook a.j-image:before {
          display: none; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook .j-poster {
        display: none; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook .j-text {
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook .j-text .j-message {
          text-align: center;
          height: 200px;
          overflow-y: auto; }
          body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook .j-text .j-message p {
            color: #fff; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook .j-meta a:after {
        background-position: 0 0; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-facebook .j-meta a:hover:after {
        background-position: 0 -67px; }
    body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item a.j-image {
      position: relative;
      height: 210px;
      width: 100%;
      display: block; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item a.j-image .bg-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-size: cover;
        z-index: 0; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item a.j-image .bg-image .bg-hover-overlay {
          background: rgba(0, 0, 0, 0.3);
          width: 100%;
          height: 100%;
          z-index: 1;
          transition: all .3s ease-in-out; }
    body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta {
      position: absolute;
      top: 12px;
      right: 12px;
      width: auto;
      margin: 0; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta ul {
        display: none; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta a {
        position: relative;
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta a:before {
          display: none; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta a:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-image: url("../img/isl/sprite.png");
          background-repeat: no-repeat;
          background-position: 0 -140px;
          width: 62px;
          height: 62px; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta a:hover:after {
          background-position: 0 -211px; }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-meta a.j-instagram:after {
        background-image: none; }
    body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-text {
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px; }
      @media (min-width: 1400px) {
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-text {
          padding: 15px 25px; } }
      body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-text .j-message {
        height: 80px;
        overflow-y: auto; }
        body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-text .j-message p {
          font-size: 15px;
          line-height: 1.2; }
          @media (min-width: 1400px) {
            body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item .j-text .j-message p {
              font-size: 16px;
              line-height: 20px; } }
    body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item:hover a.j-image .bg-image .bg-hover-overlay {
      background: rgba(0, 0, 0, 0.6); }
  body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-instagram {
    background-image: none; }
    body:not(.fsComposeMode) .tier-4 .juicer-feed li.feed-item.j-instagram a.j-image {
      height: 230px; }
  body:not(.fsComposeMode) .tier-4 .juicer-feed a.juicer-button {
    display: none; }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .tier-4 .video-carousel {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  body:not(.fsComposeMode) .tier-4 .video-carousel .fsElementTitle {
    display: none; }
  body:not(.fsComposeMode) .tier-4 .video-carousel .video-container {
    outline: 0;
    height: 215px; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .video-container {
        height: 345px; } }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .video-container {
        margin: 0 10px; } }
    body:not(.fsComposeMode) .tier-4 .video-carousel .video-container .fsElementContent {
      background: #fff;
      text-align: center;
      padding: 10px 20px; }
      @media (min-width: 500px) {
        body:not(.fsComposeMode) .tier-4 .video-carousel .video-container .fsElementContent {
          text-align: left; } }
      body:not(.fsComposeMode) .tier-4 .video-carousel .video-container .fsElementContent h3 {
        font-size: 15px;
        color: #000;
        margin: 0; }
      body:not(.fsComposeMode) .tier-4 .video-carousel .video-container .fsElementContent p {
        font-size: 9px;
        line-height: 1.2;
        color: #000;
        font-family: "KarminaSansW01-Regular", sans-serif;
        margin: 0; }
  body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    height: 38px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent; }
    body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:before, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:before {
      font-family: "IcoMoon";
      color: #175256;
      font-size: 42px;
      line-height: 38px;
      transition: all .3s ease-in-out; }
    body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:hover, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:hover {
      text-decoration: none; }
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:hover:before, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:hover:before {
        color: #e61b24; }
  body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev {
    left: -25px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev {
        left: -50px; } }
    body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:before {
      content: '\e912'; }
  body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
    right: -25px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
        right: -50px; } }
    body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:before {
      content: '\e913'; }
  body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev {
    left: 0; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev {
        left: 20px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev {
        left: -40px; } }
  body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
    right: 0; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
        right: 20px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
        right: -40px; } }
  body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
    top: auto;
    -ms-transform: none;
    transform: none;
    bottom: 25px;
    z-index: 1;
    outline: 0; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        background-color: #175256;
        box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next {
        background-color: transparent;
        box-shadow: none; } }
    body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:before, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:before {
      font-size: 22px; }
      @media (min-width: 500px) {
        body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:before, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:before {
          color: #fff; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .tier-4 .video-carousel .slick-prev:before, body:not(.fsComposeMode) .tier-4 .video-carousel .slick-next:before {
          font-size: 42px; } }

body:not(.fsComposeMode) .tier-5 {
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  z-index: 0; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .tier-5 {
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1000px) and (min-width: 1000px) {
    body:not(.fsComposeMode) .tier-5 {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1000px) and (min-width: 1400px) {
    body:not(.fsComposeMode) .tier-5 {
      padding-right: 130px;
      padding-left: 130px; } }
  body:not(.fsComposeMode) .tier-5:before, body:not(.fsComposeMode) .tier-5:after {
    content: '';
    position: absolute;
    background: url("../img/isl/watermark.png") no-repeat center center;
    width: 643px;
    height: 643px;
    z-index: -1; }
  body:not(.fsComposeMode) .tier-5:before {
    bottom: -183px;
    left: -196px; }
  body:not(.fsComposeMode) .tier-5:after {
    top: -283px;
    right: -170px; }
  body:not(.fsComposeMode) .tier-5 > .fsElementContent {
    zoom: 1; }
    body:not(.fsComposeMode) .tier-5 > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  body:not(.fsComposeMode) .tier-5 .latest-news-container {
    width: 100%;
    margin: 0 0 50px 0;
    float: left; }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .tier-5 .latest-news-container {
        width: 70%;
        margin: 0; } }
    body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news {
      margin: 0;
      float: left; }
      body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news header {
        position: relative;
        background: #e9eaea;
        display: block;
        padding: 0; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news header:before {
          content: "";
          background: url("../img/isl/news.svg") 0 0 no-repeat;
          position: absolute;
          top: -12px;
          right: 0;
          width: 60px;
          height: 100%; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news header .fsElementTitle {
          font-size: 22px;
          font-family: "P22 Mackinac W01 Medium", serif;
          margin-bottom: 30px;
          font-weight: initial; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news header .fsElementTitle:after {
            display: none; }
      body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article {
        position: relative;
        width: 100%;
        float: left;
        background: #e9eaea;
        margin: 0 0 6px 0;
        padding: 15px; }
        @media (min-width: 400px) {
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article {
            padding: 7px; } }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article {
            width: calc(50% - 3px); } }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsThumbnail {
          position: relative;
          width: 130px;
          height: 130px;
          float: left;
          margin: 0;
          background-size: cover; }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsThumbnail {
              width: 180px;
              height: 180px; } }
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsThumbnail {
              width: 130px;
              height: 130px; } }
          @media (min-width: 800px) {
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsThumbnail {
              width: 180px;
              height: 180px; } }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsThumbnail img {
            display: none; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsTitle, body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsDate {
          font-size: 17px;
          line-height: 19px;
          text-transform: none;
          font-weight: 600;
          margin-bottom: 15px;
          height: 19px; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsTitle .fsPostLink, body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news .mashup .fsCalendar.fsDialog article .fsDate .fsPostLink, .mashup .fsCalendar.fsDialog body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsDate .fsPostLink {
            font-size: 17px; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsSummary {
          font-size: 16px;
          line-height: 18px;
          color: #175256; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsSummary p {
            height: 54px; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .content {
          float: right;
          width: calc(100% - 130px);
          padding: 0 0 0 15px; }
          @media (min-width: 400px) {
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .content {
              width: calc(100% - 180px);
              padding: 18px 25px 0 25px; } }
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .content {
              width: calc(100% - 130px);
              padding: 0 0 0 15px; } }
          @media (min-width: 800px) {
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .content {
              width: calc(100% - 180px);
              padding: 18px 25px 0 25px; } }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsReadMoreLink {
          position: absolute;
          bottom: 10px;
          right: 30px;
          font-size: 13px;
          color: #175256; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article .fsReadMoreLink:hover {
            color: #e61b24; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child {
          width: 100%;
          padding: 0; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsThumbnail {
            width: 100%;
            margin: 0;
            height: 325px; }
            @media (min-width: 700px) {
              body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsThumbnail {
                height: 400px;
                float: right;
                width: 50%; } }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsTitle, body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news .mashup .fsCalendar.fsDialog article:first-child .fsDate, .mashup .fsCalendar.fsDialog body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsDate {
            font-size: 22px;
            line-height: 22px;
            text-transform: none;
            font-weight: normal;
            margin-bottom: 15px;
            font-family: "KarminaSansW01-Regular", sans-serif;
            height: auto; }
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsTitle .fsPostLink, body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news .mashup .fsCalendar.fsDialog article:first-child .fsDate .fsPostLink, .mashup .fsCalendar.fsDialog body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsDate .fsPostLink {
              font-size: 22px;
              line-height: 22px; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsSummary {
            font-size: 16.5px;
            line-height: 23px;
            color: #175256; }
            body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsSummary p {
              height: 115px; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .fsReadMoreLink {
            position: absolute;
            bottom: 20px;
            right: 30px;
            font-size: 16px; }
          body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .content {
            position: relative;
            width: 100%;
            padding: 30px 20px 50px 20px;
            height: 325px; }
            @media (min-width: 700px) {
              body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:first-child .content {
                float: left;
                width: 50%;
                padding: 42px 32px 32px 42px;
                height: 400px; } }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:nth-child(2) {
          margin-right: 3px; }
        body:not(.fsComposeMode) .tier-5 .latest-news-container .latest-news article:last-child {
          margin-left: 3px; }
  body:not(.fsComposeMode) .tier-5 .events-container {
    background: #e9eaea;
    width: 100%;
    float: left;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode) .tier-5 .events-container {
        width: calc(30% - 6px);
        margin-left: 6px; } }
    body:not(.fsComposeMode) .tier-5 .events-container .events {
      height: 606px;
      margin: 0;
      border-bottom: 6px solid #fff; }
      body:not(.fsComposeMode) .tier-5 .events-container .events header {
        position: relative;
        background: #e9eaea;
        display: block;
        padding: 40px 0 0 42px; }
        body:not(.fsComposeMode) .tier-5 .events-container .events header:after {
          content: "";
          background: url("../img/isl/event.svg") 0 0 no-repeat;
          position: absolute;
          top: 28px;
          right: 25px;
          width: 56px;
          height: 59px; }
        body:not(.fsComposeMode) .tier-5 .events-container .events header .fsElementTitle {
          font-size: 22px;
          font-family: "P22 Mackinac W01 Medium", serif;
          margin-bottom: 30px;
          font-weight: initial; }
          body:not(.fsComposeMode) .tier-5 .events-container .events header .fsElementTitle:after {
            display: none; }
      body:not(.fsComposeMode) .tier-5 .events-container .events > .fsElementContent {
        padding: 0 30px 0 42px; }
        body:not(.fsComposeMode) .tier-5 .events-container .events > .fsElementContent .fsListItems {
          max-height: 462px; }
      body:not(.fsComposeMode) .tier-5 .events-container .events ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px; }
      body:not(.fsComposeMode) .tier-5 .events-container .events ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
      body:not(.fsComposeMode) .tier-5 .events-container .events article {
        padding: 0;
        margin: 0;
        min-height: 115px; }
      body:not(.fsComposeMode) .tier-5 .events-container .events .fsDate {
        height: auto;
        width: auto;
        position: relative;
        border: 0;
        text-transform: none;
        font-weight: normal;
        color: #e61b24;
        background: transparent;
        text-align: left;
        font-family: "P22 Mackinac W01 Medium", serif;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 8px 0; }
        body:not(.fsComposeMode) .tier-5 .events-container .events .fsDate > span.fsDay {
          font-size: 30px;
          line-height: 38px;
          -ms-flex-order: 0;
          order: 0;
          padding: 0 5px 0 0; }
        body:not(.fsComposeMode) .tier-5 .events-container .events .fsDate > span.fsMonth {
          -ms-flex-order: 1;
          order: 1;
          font-size: 30px;
          line-height: 38px; }
      body:not(.fsComposeMode) .tier-5 .events-container .events .fsEventDetails {
        color: #175256; }
        body:not(.fsComposeMode) .tier-5 .events-container .events .fsEventDetails .fsTimeRange:before {
          display: none; }
        body:not(.fsComposeMode) .tier-5 .events-container .events .fsEventDetails .fsMeridian {
          text-transform: lowercase; }
      body:not(.fsComposeMode) .tier-5 .events-container .events .fsTitle, body:not(.fsComposeMode) .tier-5 .events-container .events .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .tier-5 .events-container .events .fsDate {
        font-size: 17px;
        line-height: 1.2;
        font-family: "KarminaSansW01-Semibold_906167", sans-serif;
        text-transform: none;
        margin: 0 0 8px 0; }
        body:not(.fsComposeMode) .tier-5 .events-container .events .fsTitle .fsCalendarEventLink, body:not(.fsComposeMode) .tier-5 .events-container .events .mashup .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .tier-5 .events-container .events .fsDate .fsCalendarEventLink {
          font-size: 17px; }
  body:not(.fsComposeMode) .tier-5 .news-btn, body:not(.fsComposeMode) .tier-5 .calendar-btn {
    width: 100%;
    margin: 0;
    background: #e9eaea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 57px; }
    body:not(.fsComposeMode) .tier-5 .news-btn p, body:not(.fsComposeMode) .tier-5 .calendar-btn p {
      margin: 0; }
    body:not(.fsComposeMode) .tier-5 .news-btn a, body:not(.fsComposeMode) .tier-5 .calendar-btn a {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #175256;
      width: 182px;
      height: 37px;
      line-height: 34px;
      background-size: 100%;
      padding: 0 34px 0 20px;
      margin-bottom: 20px;
      text-align: left;
      z-index: 0;
      padding: 0 34px;
      line-height: 37px;
      color: #fff;
      margin: 0; }
      body:not(.fsComposeMode) .tier-5 .news-btn a:before, body:not(.fsComposeMode) .tier-5 .news-btn a:after, body:not(.fsComposeMode) .tier-5 .calendar-btn a:before, body:not(.fsComposeMode) .tier-5 .calendar-btn a:after {
        content: "";
        transition: opacity 0.3s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: 100%;
        z-index: -1; }
      body:not(.fsComposeMode) .tier-5 .news-btn a:before, body:not(.fsComposeMode) .tier-5 .calendar-btn a:before {
        opacity: 1;
        background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
      body:not(.fsComposeMode) .tier-5 .news-btn a:after, body:not(.fsComposeMode) .tier-5 .calendar-btn a:after {
        opacity: 0;
        background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
      body:not(.fsComposeMode) .tier-5 .news-btn a:hover, body:not(.fsComposeMode) .tier-5 .news-btn a:focus, body:not(.fsComposeMode) .tier-5 .calendar-btn a:hover, body:not(.fsComposeMode) .tier-5 .calendar-btn a:focus {
        text-decoration: none;
        color: #fff; }
        body:not(.fsComposeMode) .tier-5 .news-btn a:hover:before, body:not(.fsComposeMode) .tier-5 .news-btn a:focus:before, body:not(.fsComposeMode) .tier-5 .calendar-btn a:hover:before, body:not(.fsComposeMode) .tier-5 .calendar-btn a:focus:before {
          opacity: 0; }
        body:not(.fsComposeMode) .tier-5 .news-btn a:hover:after, body:not(.fsComposeMode) .tier-5 .news-btn a:focus:after, body:not(.fsComposeMode) .tier-5 .calendar-btn a:hover:after, body:not(.fsComposeMode) .tier-5 .calendar-btn a:focus:after {
          opacity: 1; }
      body:not(.fsComposeMode) .tier-5 .news-btn a:before, body:not(.fsComposeMode) .tier-5 .calendar-btn a:before {
        background: url("../img/isl/button-blue.svg") 0 0 no-repeat; }

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

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsContent {
  margin-bottom: 45px; }

.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: 50%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 25%; } }
    @media (min-width: 1680px) {
      .colors ol li {
        margin-bottom: 0;
        width: 12.5%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #175256;
      color: #175256; }
      .colors ol li:nth-of-type(1):after {
        content: "#175256"; }
    .colors ol li:nth-of-type(2) {
      background: #e61b24;
      color: #e61b24; }
      .colors ol li:nth-of-type(2):after {
        content: "#e61b24"; }
    .colors ol li:nth-of-type(3) {
      background: #f7f6f6;
      color: #f7f6f6; }
      .colors ol li:nth-of-type(3):after {
        content: "#f7f6f6"; }
    .colors ol li:nth-of-type(4) {
      background: #b3b0b0;
      color: #b3b0b0; }
      .colors ol li:nth-of-type(4):after {
        content: "#b3b0b0"; }
    .colors ol li:nth-of-type(5) {
      background: #7e7e7e;
      color: #7e7e7e; }
      .colors ol li:nth-of-type(5):after {
        content: "#7e7e7e"; }
    .colors ol li:nth-of-type(6) {
      background: #444444;
      color: #444444; }
      .colors ol li:nth-of-type(6):after {
        content: "#444444"; }
    .colors ol li:nth-of-type(7) {
      background: #010101;
      color: #010101; }
      .colors ol li:nth-of-type(7):after {
        content: "#010101"; }
    .colors ol li:nth-of-type(8) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(8):after {
        content: "#000"; }

.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: "P22 Mackinac W01 Medium", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "P22 Mackinac W01 Medium, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "P22MackinacW01-MediumIt", serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "P22MackinacW01-MediumIt, serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "KarminaSansW01-Regular", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "KarminaSansW01-Regular, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "KarminaSansW01-Semibold_906167", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "KarminaSansW01-Semibold_906167, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "Indie Flower", cursive; }
      .fonts ol li:nth-of-type(5):after {
        content: "Indie Flower, cursive"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "Karmina Sans W01 Bold", sans-serif; }
      .fonts ol li:nth-of-type(6):after {
        content: "Karmina Sans W01 Bold, sans-serif"; }
    .fonts ol li:nth-of-type(7) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(7):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(8) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(8):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(9) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(9):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 30px / line: 1.2"; }

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

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

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

.headers h5:after {
  content: " size: 16px / line: 1.2"; }

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

.splash #fsPageBodyWrapper {
  padding: 28px 0 0 0; }
  @media (min-width: 700px) {
    .splash #fsPageBodyWrapper {
      padding: 0; } }

.splash #fsPageContent .fsPageLayout > .fsDiv {
  margin: 0; }

body:not(.fsComposeMode) .fullpage {
  display: none; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fullpage {
      display: block; } }
  body:not(.fsComposeMode) .fullpage header {
    display: none; }
  body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article {
    margin: 0; }
    body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsThumbnail {
      position: relative;
      margin: 0;
      background-position: center;
      background-size: cover;
      height: 100%;
      width: 100%; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsThumbnail img {
        display: none; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsThumbnail:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 63%); }
    body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .content {
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: left; }
    body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody {
      zoom: 1;
      padding: 0 25px;
      text-align: center; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody {
          position: relative;
          margin: 0 auto;
          max-width: 72.22222em;
          max-width: 81.25rem;
          text-align: left;
          padding: 0 20px 0 70px; } }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody {
          padding: 0 0 0 34px; } }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody > img {
        border: 2px solid #fff;
        border-radius: 10px;
        float: right;
        margin-left: 20px; }
        @media (min-width: 1300px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody > img {
            margin-right: 34px;
            margin-left: 0; } }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h2 {
        font-size: 28px;
        line-height: 1.2;
        font-family: "KarminaSansW01-Regular", sans-serif;
        text-transform: none;
        letter-spacing: 0.50px;
        color: #fff;
        margin-bottom: 15px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h2 {
            font-size: 38px;
            margin-bottom: 25px; } }
        @media (min-width: 1400px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h2 {
            font-size: 48px;
            line-height: 50px;
            margin-bottom: 65px; } }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h3 {
        font-size: 18px;
        line-height: 1.2;
        font-family: "P22MackinacW01-MediumIt", serif;
        text-transform: none;
        letter-spacing: 0.50px;
        color: #fff;
        margin-bottom: 20px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h3 {
            font-size: 22px; } }
        @media (min-width: 1400px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h3 {
            font-size: 24px;
            line-height: 60px; } }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody p, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h4 {
        font-family: "Karmina Sans W01 Bold", sans-serif;
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 15px 0;
        color: #fff;
        max-width: 650px; }
        @media (min-width: 1400px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody p, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h4 {
            font-size: 18px;
            line-height: 26px;
            margin: 0 0 15px 0; } }
        @media (min-width: 1300px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody p, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody h4 {
            margin: 0 0 15px 40px; } }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody p {
        font-family: "KarminaSansW01-Semibold_906167", sans-serif; }
    body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #175256;
      width: 182px;
      height: 37px;
      line-height: 34px;
      background-size: 100%;
      padding: 0 34px 0 20px;
      margin-bottom: 20px;
      text-align: left;
      z-index: 0;
      width: 150px;
      line-height: 27px;
      height: 32px;
      margin-left: 40px;
      margin: 42px 0 0 0;
      font-size: 13.5px;
      padding: 0 34px; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:before, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:after {
        content: "";
        transition: opacity 0.3s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: 100%;
        z-index: -1; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:before {
        opacity: 1;
        background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:after {
        opacity: 0;
        background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:hover, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:focus {
        text-decoration: none;
        color: #fff; }
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:hover:before, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:focus:before {
          opacity: 0; }
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:hover:after, body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink:focus:after {
          opacity: 1; }
      @media (min-width: 1300px) {
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsReadMoreLink {
          margin: 42px 0 0 40px; } }
    body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content {
      left: 0;
      text-align: center; }
      body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody {
        text-align: center; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody {
            padding: 0 40px 35px 40px; } }
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody h2 {
          font-size: 22px;
          line-height: 1.2;
          margin-bottom: 10px; }
          @media (min-width: 700px) {
            body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody h2 {
              font-size: 32px; } }
          @media (min-width: 1400px) {
            body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody h2 {
              font-size: 42px;
              line-height: 50px; } }
          body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody h2:first-child {
            font-style: normal;
            font-size: 18px;
            margin: 0; }
            @media (min-width: 700px) {
              body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody h2:first-child {
                font-size: 26px;
                line-height: 1.2; } }
            @media (min-width: 1400px) {
              body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody h2:first-child {
                font-size: 36px;
                line-height: 50px; } }
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody p {
          padding: 0;
          max-width: 100%; }
        body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article:first-child .content .fsBody .fsReadMoreLink {
          margin: 0; }

body:not(.fsComposeMode) .mobile-splash {
  text-align: center; }
  body:not(.fsComposeMode) .mobile-splash header {
    display: none; }
  body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article {
    margin-bottom: 35px; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsThumbnail {
      display: none; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article:first-child .fsThumbnail {
      display: block;
      margin: 0 0 10px 0; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article:first-child .fsBody h2 {
      font-size: 24px;
      line-height: 1.2;
      font-family: "KarminaSansW01-Semibold_906167", sans-serif;
      margin-bottom: 20px;
      color: #175256;
      padding: 0 20px; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article:first-child .fsBody h2:first-child {
        font-style: normal;
        font-size: 16px;
        margin: 0; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsBody {
      text-align: center; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsBody h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 30px;
        color: #175256;
        padding: 0 20px; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsBody h3 {
        font-size: 18px;
        line-height: 25px;
        font-family: "P22MackinacW01-MediumIt", serif;
        text-transform: none;
        letter-spacing: 0.50px;
        margin-bottom: 20px;
        padding: 0 20px; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsBody p, body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsBody h4 {
        font-family: "Karmina Sans W01 Bold", sans-serif;
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 15px 0;
        color: #175256;
        padding: 0 20px; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsBody p {
        font-family: "KarminaSansW01-Semibold_906167", sans-serif; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #175256;
      width: 182px;
      height: 37px;
      line-height: 34px;
      background-size: 100%;
      padding: 0 34px 0 20px;
      margin-bottom: 20px;
      text-align: left;
      z-index: 0;
      padding: 0 34px;
      line-height: 37px;
      width: 150px;
      line-height: 27px;
      height: 32px;
      margin: 12px 0 0 0;
      font-size: 13.5px;
      color: #fff; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:before, body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:after {
        content: "";
        transition: opacity 0.3s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: 100%;
        z-index: -1; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:before {
        opacity: 1;
        background: url("../img/isl/button-white.svg") 0 0 no-repeat; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:after {
        opacity: 0;
        background: url("../img/isl/button-red.svg") 0 0 no-repeat; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:hover, body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:focus {
        text-decoration: none;
        color: #fff; }
        body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:hover:before, body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:focus:before {
          opacity: 0; }
        body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:hover:after, body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:focus:after {
          opacity: 1; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:before {
        background: url(../img/isl/button-blue.svg) 0 0 no-repeat; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .fsReadMoreLink:after {
        background: url(../img/isl/button-red.svg) 0 0 no-repeat; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .img-container {
      margin-top: 40px; }
      body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems article .img-container img {
        border: 1px solid #ccc;
        border-radius: 10px; }
  body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems .logo-links {
    position: relative;
    padding: 30px;
    background: #175256;
    margin-bottom: 20px; }
    body:not(.fsComposeMode) .mobile-splash > .fsElementContent .fsListItems .logo-links .logo-container a {
      display: block;
      margin: 10px 0; }

/*! pages - home v0.0.1 */
@font-face {
  font-family: 'news-media-icons-2';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBQkAAAC8AAAAYGNtYXAXVtKKAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZtPGdUcAAAF4AAADJGhlYWQLZyi/AAAEnAAAADZoaGVhB8IDywAABNQAAAAkaG10eBJKAMAAAAT4AAAAIGxvY2EC/AIUAAAFGAAAABJtYXhwAA0AfwAABSwAAAAgbmFtZZlKCfsAAAVMAAABhnBvc3QAAwAAAAAG1AAAACAAAwLcAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QP//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAJb/vgQAA8AAIgBFAFEAAAEuAyMiDgIHDgEUFhceAzMyPgI3PgM1Ni4CAw4DIyIuAicuATQ2Nz4DMzIeAhceAxUUDgIDJwcnBxcHFzcXNycDaiRUXGMzM2NdVCNLS0tLJFRcYzMzY11UIyU4JhMBFCY4OyJPVl0wMF1WTyJGRkZGIk9WXTAwXVZPIiI1JBISJDWsGbG9FryzF7O2F7YDKiU4JhMUJjgkS73FvkslOCUUFCY4JCRUXWIzNGNdVP1mIjUkEhIkNSJGsriyRiI1JBISJDUiIk9WXTAwXVdOAeUXs7wWvbMXs7cWuAAAAAAEABL/0gPxA8AAFwAvAF4AfAAAASYOAgcGHgIXFj4CNzYuAicuASMHHgEXHgMHDgMnLgM3PgMzByIGByIwIzAiMTAGMSMOARUiFDEOARURFTEUFhcWMjclPgE3NT4BNTQmJyUuASMVMhYXBR4BFRQGBzAiBwUGIicuATUxNRE0Njc+ATMCBlaghWIXHB5ioGZnyat+HBseYqBmIEEfAR89HmKYXRwaGniiwGFil14cGhZdf5hRXQYOBgEBAQICAQMBDQ8REBAjDgEoAQMBDBETD/7YBxAJBgoEAScKCwsKAQH+2wkVCgoKCgoFCgUDwAE2Y41XZsmqfhscHmKfZ2bJqn4bCQkZAQgIGniiv2FhmF0cGhp4or9hUoZfMvsEAwEBAwEBChsP/s0hER8JCQiqAQMBAQkbEBIfCaoEBBkDA6oFEgwMEgYBqQUGBRMLIQEzCxIGAwMAAAEADP/MAhgDtAATAAAlFhQHBiInASY0NwE2MhcWFAcJAQIYDAwMIgz+LgwMAdIMIgwMDP5XAakGDCIMDAwB1wwiDAHXDAwMIgz+Rv5GAAAAAQAM/8wCGAO0ABMAABMmNDc2MhcBFhQHAQYiJyY0NwkBDAwMDCIMAdIMDP4uDCIMDAwBqf5XA3oMIgwMDP4pDCIM/ikMDAwiDAG6AboAAAABAAAAAQAAxkT8aV8PPPUACwQAAAAAANQj8iIAAAAA1CPyIgAA/74EAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQCAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAIBAAAAAAAAAAAAAAAAgAAAAQAAJYEAgASAiQADAIkAAwAAAAAAAoAFAAeAJYBQgFqAZIAAAABAAAACAB9AAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

.news-media-2 #fsPageBodyWrapper {
  padding: 0; }

.news-media-2 #fsPageBody {
  max-width: none;
  padding: 0; }

.news-media-2 #fsPageContent {
  margin: 0;
  padding: 0; }

.news-media-2 .fsPageLayout > .fsDiv {
  margin: 0; }

.news-media-2 .fsBreadcrumb {
  display: none; }

.news-media-2 .fsContainer[class*="panel-media"] {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0; }
  .news-media-2 .fsContainer[class*="panel-media"] > header,
  .news-media-2 .fsContainer[class*="panel-media"] > .fsElementContent,
  .news-media-2 .fsContainer[class*="panel-media"] > footer {
    position: relative;
    margin: 0 auto;
    max-width: 63.88889em;
    max-width: 71.875rem; }

.news-media-2 .newsMediaDialog .ui-dialog-content {
  padding: 1em; }

.news-media-2 .panel-news {
  padding-top: 46px;
  padding-bottom: 30px; }
  @media (min-width: 550px) {
    .news-media-2 .panel-news {
      padding-top: 56px; } }
  @media (min-width: 900px) {
    .news-media-2 .panel-news {
      padding-top: 43px; } }
  .news-media-2 .panel-news.fsContainer {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; }
    @media (min-width: 550px) {
      .news-media-2 .panel-news.fsContainer {
        padding-left: 120px;
        padding-right: 120px; } }
  .news-media-2 .panel-news > header {
    text-align: center;
    padding-bottom: 43px; }
    .news-media-2 .panel-news > header > .fsElementTitle {
      position: relative;
      display: inline-block;
      padding-bottom: 7px;
      margin-bottom: 15px;
      color: #175256;
      font-size: 30px;
      line-height: 1.2;
      text-align: center; }
      .news-media-2 .panel-news > header > .fsElementTitle:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        background: url(../img/isl/Underline.svg) no-repeat 0 0;
        width: 100%;
        height: 4px;
        display: block;
        background-size: cover; }
    .news-media-2 .panel-news > header > .fsElementHeaderContent {
      margin: 0; }
      .news-media-2 .panel-news > header > .fsElementHeaderContent a {
        color: #616161;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
        .news-media-2 .panel-news > header > .fsElementHeaderContent a:hover {
          color: #e61b24; }
  .news-media-2 .panel-news .fsNews {
    opacity: 0;
    max-width: 293px;
    margin-left: auto;
    margin-right: auto; }
    .news-media-2 .panel-news .fsNews.element-loaded {
      opacity: 1; }
    .fsComposeMode {
      opacity: 1; }
    @media (min-width: 550px) {
      .news-media-2 .panel-news .fsNews {
        max-width: none;
        margin-left: 0;
        margin-right: 0; } }
    .news-media-2 .panel-news .fsNews.fsThumbnailRectangle article:before, .news-media-2 .panel-news .fsNews.fsThumbnailSquare article:before {
      content: '';
      display: block;
      margin-left: -20px;
      width: calc(100% + 40px);
      padding-bottom: 79.5%; }
    .news-media-2 .panel-news .fsNews.fsThumbnailRectangle .fsThumbnail, .news-media-2 .panel-news .fsNews.fsThumbnailSquare .fsThumbnail {
      max-width: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .news-media-2 .panel-news .fsNews.fsThumbnailRectangle .fsThumbnail .fsCroppedImage, .news-media-2 .panel-news .fsNews.fsThumbnailSquare .fsThumbnail .fsCroppedImage {
        padding-bottom: 67.27941%; }
  .news-media-2 .panel-news article {
    background-color: #f1f1f1;
    margin: 0 10px;
    padding: 21px 20px 22px;
    position: relative; }
    .news-media-2 .panel-news article .fsThumbnail {
      display: block; }
    .news-media-2 .panel-news article .fsTitle, .news-media-2 .panel-news .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog .news-media-2 .panel-news article .fsDate {
      margin-bottom: 8px;
      color: #175256;
      font-size: 17px;
      line-height: 22px;
      font-weight: 500;
      letter-spacing: 0.025em; }
      .news-media-2 .panel-news article .fsTitle a, .news-media-2 .panel-news .mashup .fsCalendar.fsDialog article .fsDate a, .mashup .fsCalendar.fsDialog .news-media-2 .panel-news article .fsDate a {
        display: block;
        color: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit; }
    .news-media-2 .panel-news article .fsSummary {
      color: #626262;
      font-size: 15px;
      line-height: 23px; }
    .news-media-2 .panel-news article .fsNewsPostLink.fsReadMoreLink {
      font-size: 14px;
      letter-spacing: 0.05em;
      color: #e61b24; }
  .news-media-2 .panel-news .fsSlideshow .fsElementSlideshow {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 62px;
    padding: 0 0 9px 0; }
    @media (min-width: 400px) {
      .news-media-2 .panel-news .fsSlideshow .fsElementSlideshow {
        padding: 0;
        margin-bottom: 30px; } }
  .news-media-2 .panel-news .fsSlideshow .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: row wrap;
    flex: row wrap; }
  .news-media-2 .panel-news .fsSlideshow .slick-arrow {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    font-size: 1px;
    color: transparent;
    background: transparent;
    border: 0; }
    .news-media-2 .panel-news .fsSlideshow .slick-arrow:before {
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      font-family: "news-media-icons-2";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .news-media-2 .panel-news .fsSlideshow .slick-prev:before,
  .news-media-2 .panel-news .fsSlideshow .fsPrevButton:before {
    content: '\e902'; }
  .news-media-2 .panel-news .fsSlideshow .slick-next:before,
  .news-media-2 .panel-news .fsSlideshow .fsNextButton:before {
    content: '\e903'; }
  .news-media-2 .panel-news .fsSlideshow .slick-arrow:before {
    color: #e61b24; }
  .news-media-2 .panel-news .fsSlideshow .fsPrevButton {
    top: 100%;
    left: auto;
    right: calc(50% + 13px);
    -ms-transform: none;
    transform: none; }
    @media (min-width: 400px) {
      .news-media-2 .panel-news .fsSlideshow .fsPrevButton {
        top: 50%;
        left: calc( -1 * ( 100vw - 100% ) / 4 + 5px);
        right: auto;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    @media (min-width: 550px) {
      .news-media-2 .panel-news .fsSlideshow .fsPrevButton {
        left: -88px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  .news-media-2 .panel-news .fsSlideshow .fsNextButton {
    top: 100%;
    left: calc(50% + 13px);
    right: auto;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 400px) {
      .news-media-2 .panel-news .fsSlideshow .fsNextButton {
        top: 50%;
        left: auto;
        right: calc( -1 * ( 100vw - 100% ) / 4 + 5px);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }
    @media (min-width: 550px) {
      .news-media-2 .panel-news .fsSlideshow .fsNextButton {
        right: -88px;
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  .news-media-2 .panel-news .fsSlideshow .slick-dots,
  .news-media-2 .panel-news .fsSlideshow .fsPager {
    display: none !important; }

.news-media-2 .panel-media {
  padding: 60px 0 68px;
  background-color: #175256; }
  @media (min-width: 550px) {
    .news-media-2 .panel-media > footer {
      padding-left: 30px;
      padding-right: 30px; } }
  .news-media-2 .panel-media .fsMedia {
    max-width: 293px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 550px) {
      .news-media-2 .panel-media .fsMedia {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 100px;
        padding-right: 100px; } }
    .news-media-2 .panel-media .fsMedia .fsMediaCustomPlayer {
      overflow: visible;
      max-width: 564px;
      margin: 0 auto;
      padding-bottom: 9px; }
      @media (min-width: 400px) {
        .news-media-2 .panel-media .fsMedia .fsMediaCustomPlayer {
          padding-bottom: 0; } }
    .news-media-2 .panel-media .fsMedia .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: row wrap;
      flex: row wrap; }
    .news-media-2 .panel-media .fsMedia .slick-arrow {
      display: block;
      width: 45px;
      height: 45px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 200;
      font-size: 1px;
      color: transparent;
      background: transparent;
      border: 0; }
      .news-media-2 .panel-media .fsMedia .slick-arrow:before {
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        font-family: "news-media-icons-2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .news-media-2 .panel-media .fsMedia .slick-prev:before,
    .news-media-2 .panel-media .fsMedia .fsPrevButton:before {
      content: '\e902'; }
    .news-media-2 .panel-media .fsMedia .slick-next:before,
    .news-media-2 .panel-media .fsMedia .fsNextButton:before {
      content: '\e903'; }
    .news-media-2 .panel-media .fsMedia .slick-prev {
      top: 100%;
      left: auto;
      right: calc(50% + 13px);
      -ms-transform: none;
      transform: none; }
      @media (min-width: 400px) {
        .news-media-2 .panel-media .fsMedia .slick-prev {
          top: 50%;
          left: calc( -1 * ( 100vw - 100% ) / 4 + 5px);
          right: auto;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
      @media (min-width: 550px) {
        .news-media-2 .panel-media .fsMedia .slick-prev {
          left: -65px;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
    .news-media-2 .panel-media .fsMedia .slick-next {
      top: 100%;
      left: calc(50% + 13px);
      right: auto;
      -ms-transform: none;
      transform: none; }
      @media (min-width: 400px) {
        .news-media-2 .panel-media .fsMedia .slick-next {
          top: 50%;
          left: auto;
          right: calc( -1 * ( 100vw - 100% ) / 4 + 5px);
          -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%); } }
      @media (min-width: 550px) {
        .news-media-2 .panel-media .fsMedia .slick-next {
          right: -65px;
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); } }
    .news-media-2 .panel-media .fsMedia .slick-dots,
    .news-media-2 .panel-media .fsMedia .fsPager {
      display: none !important; }
    .news-media-2 .panel-media .fsMedia article {
      background-position: center center;
      background-size: cover;
      min-height: 240px;
      position: relative;
      cursor: pointer; }
      .news-media-2 .panel-media .fsMedia article > * {
        display: none; }
      .news-media-2 .panel-media .fsMedia article:after {
        display: block;
        height: 65px;
        width: 65px;
        content: '\e901';
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 65px;
        line-height: 65px;
        text-align: center;
        font-family: "news-media-icons-2";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .news-media-2 .panel-media .fsMedia article .poster-image {
        display: block;
        background-size: cover;
        background-position: center center;
        opacity: 0.6;
        min-height: 240px; }
        .news-media-2 .panel-media .fsMedia article .poster-image:before {
          content: '';
          display: block;
          padding-bottom: 56.20567%; }
  .news-media-2 .panel-media > footer {
    padding-top: 85px; }
    @media (min-width: 400px) {
      .news-media-2 .panel-media > footer {
        padding-top: 53px; } }
    .news-media-2 .panel-media > footer .fsElementFooterContent {
      color: #ffffff;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      margin: 0; }
      .news-media-2 .panel-media > footer .fsElementFooterContent a {
        display: inline-block;
        padding: 3px 34px 4px;
        border: 1px solid #e61b24;
        color: #e61b24;
        font-size: 14px;
        line-height: 36px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        margin: 30px 0 0 0;
        transition: all 0.3s ease; }
        .news-media-2 .panel-media > footer .fsElementFooterContent a:hover {
          border-color: #ffffff;
          color: #ffffff;
          text-decoration: none; }

.news-media-2 .panel-gallery.fsContainer.fsContainer {
  padding: 0; }

.news-media-2 .panel-gallery.fsContainer > .fsElementContent {
  max-width: none; }

.news-media-2 .panel-gallery.fsContainer .fsMedia {
  margin: 0; }
  .news-media-2 .panel-gallery.fsContainer .fsMedia .fsMediaCustomPlayer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 1px solid #ffffff; }
  .news-media-2 .panel-gallery.fsContainer .fsMedia article {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    border-bottom: 1px solid #ffffff; }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(1), .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(2), .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(3), .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(4) {
      width: 50%; }
      @media (min-width: 500px) {
        .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(1), .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(2), .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(3), .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(4) {
          width: auto; } }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(4) {
      display: none; }
      @media (max-width: 499px) {
        .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(4) {
          display: block; } }
      @media (min-width: 700px) {
        .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(4) {
          display: block; } }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(5) {
      display: none; }
      @media (min-width: 900px) {
        .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(5) {
          display: block; } }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(6) {
      display: none; }
      @media (min-width: 1200px) {
        .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(6) {
          display: block; } }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:nth-of-type(n+7) {
      display: none; }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:after {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1px;
      z-index: 10;
      background-color: #ffffff; }
    .news-media-2 .panel-gallery.fsContainer .fsMedia article:before {
      content: '';
      display: block;
      padding-bottom: 100%; }

.newsMediaDialog.ui-dialog:not(.fsElementSettingsDialog):not(.fsElementsDialog):not(.fsMediaDialog) {
  width: 100% !important;
  min-width: 0;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none !important; }

.newsMediaDialog .ui-dialog-titlebar {
  height: 0;
  padding: 0 50px;
  border-radius: 0 !important;
  background: none; }
  @media (min-width: 1230px) {
    .newsMediaDialog .ui-dialog-titlebar {
      padding: 0; } }

.newsMediaDialog .dialog-titlebar-inner {
  zoom: 1;
  padding: 0;
  margin: 0 auto; }
  .newsMediaDialog .dialog-titlebar-inner:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 1230px) {
    .newsMediaDialog .dialog-titlebar-inner {
      max-width: 954px; } }

.newsMediaDialog .ui-dialog-title {
  display: none; }

.newsMediaDialog .ui-dialog-titlebar-close {
  float: right;
  display: block;
  height: 65px;
  width: 65px;
  padding: 0;
  margin: -58px -38px 0 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }
  @media (min-width: 1230px) {
    .newsMediaDialog .ui-dialog-titlebar-close {
      margin: -109px -84px 0 0; } }
  .newsMediaDialog .ui-dialog-titlebar-close.ui-state-hover, .newsMediaDialog .ui-dialog-titlebar-close.ui-state-focus {
    background: none; }
  .newsMediaDialog .ui-dialog-titlebar-close:before {
    display: block;
    height: 66px;
    width: 66px;
    content: '\e900';
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 66px;
    text-align: center;
    font-family: "news-media-icons-2";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    transition: color 0.3s ease; }
    @media (min-width: 1230px) {
      .newsMediaDialog .ui-dialog-titlebar-close:before {
        font-size: 64px; } }
  .newsMediaDialog .ui-dialog-titlebar-close:hover:before {
    color: #e61b24; }
  .newsMediaDialog .ui-dialog-titlebar-close .ui-icon-closethick {
    display: none; }
  .newsMediaDialog .ui-dialog-titlebar-close .ui-button-text {
    font-size: 1px;
    color: transparent; }

.newsMediaDialog .ui-dialog-content {
  padding: 0 50px;
  background: none; }

.newsMediaDialog .dialog-inner {
  border: 9px solid #ffffff;
  max-width: 954px;
  margin: 0 auto;
  background-color: #ffffff; }

.newsMediaDialog video {
  display: block;
  width: 100%;
  padding: 0; }

body:not(.fsComposeMode).alumni-1 #fsPageBodyWrapper {
  padding: 0; }

body:not(.fsComposeMode).alumni-1 .slick-dots {
  bottom: auto;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  body:not(.fsComposeMode).alumni-1 .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px; }
    body:not(.fsComposeMode).alumni-1 .slick-dots li.slick-active button {
      background-color: #02348e; }
  body:not(.fsComposeMode).alumni-1 .slick-dots button {
    background: #b2b2b2;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    outline: none;
    padding: 0;
    width: 15px;
    border-radius: 50%; }

body:not(.fsComposeMode) .section-name {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8%;
  text-align: center;
  display: none; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .section-name {
      display: block; } }
  body:not(.fsComposeMode) .section-name a {
    display: block;
    border: 1px solid #e61b24;
    color: #e61b24;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
    body:not(.fsComposeMode) .section-name a:hover, body:not(.fsComposeMode) .section-name a:focus {
      background: #175256;
      border: 1px solid #175256;
      color: #fff;
      text-decoration: none; }
  body:not(.fsComposeMode) .section-name h2 {
    font-size: 30px;
    color: #175256;
    font-family: "P22 Mackinac W01 Medium", serif;
    text-transform: uppercase;
    margin-bottom: 20px; }

body:not(.fsComposeMode) .opening-greeting {
  color: #e61b24;
  font-family: "P22MackinacW01-MediumIt", serif;
  font-size: 17px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 93.33333em;
  max-width: 105rem;
  padding: 20px; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .opening-greeting {
      padding: 40px 20px; } }
  body:not(.fsComposeMode) .opening-greeting strong {
    color: #175256;
    font-weight: 400; }

body:not(.fsComposeMode) .featured-alumni {
  background: #175256;
  position: relative; }
  body:not(.fsComposeMode) .featured-alumni header {
    display: none; }
  body:not(.fsComposeMode) .featured-alumni article {
    background-color: #175256;
    margin-bottom: 0;
    height: 338px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .featured-alumni article {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  body:not(.fsComposeMode) .featured-alumni .fsThumbnail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vw; }
    body:not(.fsComposeMode) .featured-alumni .fsThumbnail img {
      margin: 0;
      visibility: hidden;
      display: none; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .featured-alumni .fsThumbnail {
        height: 60vw; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .featured-alumni .fsThumbnail {
        float: left;
        width: 56.198347107438%;
        margin-bottom: 0;
        height: auto; } }
  body:not(.fsComposeMode) .featured-alumni .text-wrap {
    padding: 20px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .featured-alumni .text-wrap {
        float: left;
        width: 43.801652892562%; } }
  body:not(.fsComposeMode) .featured-alumni .fsElementHeaderContent {
    margin: 0; }
    body:not(.fsComposeMode) .featured-alumni .fsElementHeaderContent h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.2;
      font-family: "P22 Mackinac W01 Medium", serif;
      color: #175256;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
      padding-bottom: 7px;
      margin-bottom: 30px;
      color: #fff;
      margin-bottom: 15px; }
      body:not(.fsComposeMode) .featured-alumni .fsElementHeaderContent h2:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        background: url("../img/isl/Underline.svg") no-repeat 0 0;
        width: 100%;
        height: 4px;
        display: block;
        background-size: cover; }
  body:not(.fsComposeMode) .featured-alumni .fsTitle, body:not(.fsComposeMode) .featured-alumni .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .featured-alumni .fsDate {
    color: #e61b24;
    font-family: "P22 Mackinac W01 Medium", serif;
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: uppercase; }
    body:not(.fsComposeMode) .featured-alumni .fsTitle .fsNewsPostLink, body:not(.fsComposeMode) .featured-alumni .mashup .fsCalendar.fsDialog article .fsDate .fsNewsPostLink, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .featured-alumni .fsDate .fsNewsPostLink {
      color: #e61b24;
      font-size: 20px; }
      body:not(.fsComposeMode) .featured-alumni .fsTitle .fsNewsPostLink:hover, body:not(.fsComposeMode) .featured-alumni .mashup .fsCalendar.fsDialog article .fsDate .fsNewsPostLink:hover, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .featured-alumni .fsDate .fsNewsPostLink:hover, body:not(.fsComposeMode) .featured-alumni .fsTitle .fsNewsPostLink:focus, body:not(.fsComposeMode) .featured-alumni .mashup .fsCalendar.fsDialog article .fsDate .fsNewsPostLink:focus, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .featured-alumni .fsDate .fsNewsPostLink:focus {
        color: #b3b0b0; }
  body:not(.fsComposeMode) .featured-alumni .fsSummary {
    font-family: "KarminaSansW01-Regular", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px; }
    body:not(.fsComposeMode) .featured-alumni .fsSummary p {
      height: 98px; }
  body:not(.fsComposeMode) .featured-alumni .fsReadMoreLink {
    font-family: "KarminaSansW01-Regular", sans-serif;
    font-size: 15px;
    color: #7e7e7e;
    text-transform: uppercase; }
    body:not(.fsComposeMode) .featured-alumni .fsReadMoreLink:hover, body:not(.fsComposeMode) .featured-alumni .fsReadMoreLink:focus {
      color: #e61b24; }
  body:not(.fsComposeMode) .featured-alumni .slideControls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 20px 20px 0; }
    body:not(.fsComposeMode) .featured-alumni .slideControls .slick-next {
      color: #e61b24;
      font-size: 13px;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer; }

body:not(.fsComposeMode) .alumni-nav {
  display: none; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .alumni-nav {
      display: block; } }
  body:not(.fsComposeMode) .alumni-nav article {
    position: relative;
    margin: 0;
    outline: none;
    height: 250px; }
    body:not(.fsComposeMode) .alumni-nav article:first-child .fsThumbnail {
      border-left: none; }
    body:not(.fsComposeMode) .alumni-nav article:hover .fsTitle, body:not(.fsComposeMode) .alumni-nav .mashup .fsCalendar.fsDialog article:hover .fsDate, .mashup .fsCalendar.fsDialog body:not(.fsComposeMode) .alumni-nav article:hover .fsDate, body:not(.fsComposeMode) .alumni-nav article.slick-current .fsTitle, body:not(.fsComposeMode) .alumni-nav .mashup .fsCalendar.fsDialog article.slick-current .fsDate, .mashup .fsCalendar.fsDialog body:not(.fsComposeMode) .alumni-nav article.slick-current .fsDate {
      opacity: 1;
      visibility: visible; }
  body:not(.fsComposeMode) .alumni-nav .fsThumbnail {
    margin: 0;
    border-left: solid 1px #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block; }
    body:not(.fsComposeMode) .alumni-nav .fsThumbnail img {
      width: 100%;
      display: none; }
  body:not(.fsComposeMode) .alumni-nav .fsTitle, body:not(.fsComposeMode) .alumni-nav .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .alumni-nav .fsDate {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: normal;
    font-family: "P22 Mackinac W01 Medium", serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 42, 83, 0.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    padding: 0 10px; }

body:not(.fsComposeMode) .alumni-events {
  margin-top: 60px; }
  body:not(.fsComposeMode) .alumni-events header {
    position: relative;
    position: relative;
    margin: 0 auto;
    max-width: 93.33333em;
    max-width: 105rem; }
    body:not(.fsComposeMode) .alumni-events header .fsElementFooterContent {
      display: none; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .alumni-events header .fsElementFooterContent {
          display: block;
          position: absolute;
          right: 10px;
          bottom: -.4em;
          margin: 0; } }
  body:not(.fsComposeMode) .alumni-events .fsElementHeaderContent {
    margin-bottom: 24px;
    padding-left: 20px; }
    body:not(.fsComposeMode) .alumni-events .fsElementHeaderContent h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 30px;
      line-height: 1.2;
      font-family: "P22 Mackinac W01 Medium", serif;
      color: #175256;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
      padding-bottom: 7px;
      margin-bottom: 30px;
      margin: 0; }
      body:not(.fsComposeMode) .alumni-events .fsElementHeaderContent h2:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        background: url("../img/isl/Underline.svg") no-repeat 0 0;
        width: 100%;
        height: 4px;
        display: block;
        background-size: cover; }
  body:not(.fsComposeMode) .alumni-events .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .alumni-events .slick-track {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    @media (max-width: 600px) {
      body:not(.fsComposeMode) .alumni-events .slick-track {
        width: 100% !important;
        -ms-transform: none !important;
        transform: none !important; } }
  body:not(.fsComposeMode) .alumni-events article {
    color: #fff;
    background-color: #175256;
    border-bottom: solid 2px #fff;
    font-size: 15px;
    font-family: "P22 Mackinac W01 Medium", serif;
    padding: 20px;
    outline: none;
    margin-bottom: 0;
    height: auto;
    display: none !important;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .alumni-events article {
        display: -ms-flexbox !important;
        display: flex !important;
        border-left: solid 1px #fff; } }
    body:not(.fsComposeMode) .alumni-events article.slick-active {
      display: -ms-flexbox !important;
      display: flex !important; }
      @media (max-width: 600px) {
        body:not(.fsComposeMode) .alumni-events article.slick-active {
          width: 100% !important; } }
  body:not(.fsComposeMode) .alumni-events .fsDate {
    height: auto;
    width: 100%;
    position: relative;
    background: transparent;
    border: 0;
    color: #fff;
    text-align: left;
    text-transform: none;
    margin: 0 0 10px 0;
    display: block;
    line-height: 18.5px;
    font-size: 15px;
    font-family: "P22 Mackinac W01 Medium", serif; }
    body:not(.fsComposeMode) .alumni-events .fsDate > span {
      display: inline-block; }
      body:not(.fsComposeMode) .alumni-events .fsDate > span.fsDay {
        color: #fff;
        font-size: 15px;
        line-height: 18.5px;
        padding: 0; }
  body:not(.fsComposeMode) .alumni-events .fsDayName:after {
    content: '/';
    margin-left: .3em; }
  body:not(.fsComposeMode) .alumni-events .fsTitle, body:not(.fsComposeMode) .alumni-events .mashup .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .alumni-events .fsDate {
    font-size: 16.5px;
    line-height: 20px;
    font-family: "P22 Mackinac W01 Medium", serif;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0.6px;
    margin: 0 0 10px 0; }
    body:not(.fsComposeMode) .alumni-events .fsTitle .fsCalendarEventLink, body:not(.fsComposeMode) .alumni-events .mashup .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .alumni-events .fsDate .fsCalendarEventLink {
      color: #fff;
      font-size: 16.5px;
      line-height: 20px; }
      body:not(.fsComposeMode) .alumni-events .fsTitle .fsCalendarEventLink:hover, body:not(.fsComposeMode) .alumni-events .mashup .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink:hover, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .alumni-events .fsDate .fsCalendarEventLink:hover, body:not(.fsComposeMode) .alumni-events .fsTitle .fsCalendarEventLink:focus, body:not(.fsComposeMode) .alumni-events .mashup .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink:focus, .mashup .fsCalendar.fsDialog article body:not(.fsComposeMode) .alumni-events .fsDate .fsCalendarEventLink:focus {
        color: #e61b24; }
  body:not(.fsComposeMode) .alumni-events .fsEventDetails {
    color: #fff; }
    body:not(.fsComposeMode) .alumni-events .fsEventDetails .fsTimeRange:before {
      display: none; }
  body:not(.fsComposeMode) .alumni-events .fsElementFooterContent {
    text-align: center;
    margin-top: 12px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .alumni-events .fsElementFooterContent {
        display: none; } }
    body:not(.fsComposeMode) .alumni-events .fsElementFooterContent a {
      color: #175256;
      font-size: 15px;
      text-transform: uppercase; }
      body:not(.fsComposeMode) .alumni-events .fsElementFooterContent a:hover, body:not(.fsComposeMode) .alumni-events .fsElementFooterContent a:focus {
        color: #e61b24; }

.mashup {
  line-height: 1.44444; }
  .mashup #fsPageBodyWrapper {
    background: url("../img/isl/bg-pattern.png");
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 1000px) {
      .mashup #fsPageBodyWrapper {
        padding-right: 50px;
        padding-left: 50px; } }
    @media (min-width: 1400px) {
      .mashup #fsPageBodyWrapper {
        padding-right: 130px;
        padding-left: 130px; } }
    .mashup #fsPageBodyWrapper .fsBreadcrumb {
      display: none; }
  .mashup .fsPageLayout > .fsDiv {
    margin-bottom: 0; }
  .mashup #fsHeader {
    padding: 0; }
  .mashup .fsCalendar.fsDialog article {
    padding: 0; }
    .mashup .fsCalendar.fsDialog article .fsTitle, .mashup .fsCalendar.fsDialog article .fsDate {
      margin-bottom: 15px; }
    .mashup .fsCalendar.fsDialog article .fsDate {
      position: static;
      margin-bottom: 0;
      color: #175256;
      background: none;
      display: block;
      text-align: left;
      width: auto;
      height: auto;
      border: 0;
      color: #444444;
      font-size: 18px;
      text-transform: none; }
      .mashup .fsCalendar.fsDialog article .fsDate span {
        display: inline; }
        .mashup .fsCalendar.fsDialog article .fsDate span.fsDay {
          font-size: 18px;
          line-hieght: 1.2;
          color: #444444; }
  .mashup .hero-image {
    position: relative; }
    .mashup .hero-image img {
      vertical-align: bottom; }
    .mashup .hero-image:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.4); }
    .mashup .hero-image header {
      display: none;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 700px) {
        .mashup .hero-image header {
          display: block; } }
    .mashup .hero-image h2.fsElementTitle {
      color: #FFFFFF;
      padding: 0;
      margin: 0 0 18px 0;
      font-size: 60px; }
    .mashup .hero-image .fsElementHeaderContent {
      color: #FFFFFF;
      font: 400 28px "P22 Mackinac W01 Medium", serif; }
  .mashup .mashup-feeds {
    background: #FFF;
    padding: 10px 20px;
    font-family: "KarminaSansW01-Regular", sans-serif;
    margin: 0;
    font-size: 0.875rem;
    color: #FFF; }
    body.mashup.fsComposeMode .mashup-feeds > .fsElementContent > .fsElement {
      -ms-flex-direction: column;
      flex-direction: column; }
    body.mashup.fsComposeMode .mashup-feeds > .fsElementContent .redactor-toolbar a {
      color: #000; }
      body.mashup.fsComposeMode .mashup-feeds > .fsElementContent .redactor-toolbar a:hover, body.mashup.fsComposeMode .mashup-feeds > .fsElementContent .redactor-toolbar a:focus {
        color: #FFF; }
    .mashup .mashup-feeds > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .mashup .mashup-feeds > .fsElementContent > .fsElement {
        overflow: hidden;
        height: 280px;
        position: relative;
        width: 100%;
        padding-top: 40px;
        margin: 10px 0;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 600px) {
          .mashup .mashup-feeds > .fsElementContent > .fsElement {
            height: 340px;
            width: calc(50% - 10px); }
            .mashup .mashup-feeds > .fsElementContent > .fsElement:nth-child(2n+1) {
              margin-right: 20px; }
            .mashup .mashup-feeds > .fsElementContent > .fsElement:last-child {
              margin-right: 0; } }
        @media (min-width: 1000px) {
          .mashup .mashup-feeds > .fsElementContent > .fsElement {
            width: calc(33.33% - 13.33px);
            height: 380px;
            margin: 10px 20px 10px 0; }
            .mashup .mashup-feeds > .fsElementContent > .fsElement:nth-child(3n+3) {
              margin-right: 0; } }
        .mashup .mashup-feeds > .fsElementContent > .fsElement a {
          color: #FFF; }
          .mashup .mashup-feeds > .fsElementContent > .fsElement a:hover, .mashup .mashup-feeds > .fsElementContent > .fsElement a:focus {
            color: #e61b24;
            text-decoration: none; }
        .mashup .mashup-feeds > .fsElementContent > .fsElement:after {
          text-align: center;
          line-height: 1;
          font-size: 1.25rem;
          color: #252525;
          position: absolute;
          top: 0;
          right: 5px;
          width: 78px;
          height: 39px;
          z-index: 6; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent > .fsElement:after {
              right: 20px; } }
          @media (min-width: 1000px) {
            .mashup .mashup-feeds > .fsElementContent > .fsElement:after {
              right: 30px; } }
        .mashup .mashup-feeds > .fsElementContent > .fsElement:before {
          content: '';
          position: absolute;
          top: 0;
          right: 5px;
          border-left: 39px solid transparent;
          border-right: 39px solid transparent;
          border-top: 39px solid #FFF;
          z-index: 5; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent > .fsElement:before {
              right: 20px; } }
          @media (min-width: 1000px) {
            .mashup .mashup-feeds > .fsElementContent > .fsElement:before {
              right: 30px; } }
      .mashup .mashup-feeds > .fsElementContent .facebook-feed {
        background: #3B5998;
        padding-top: 0; }
        .mashup .mashup-feeds > .fsElementContent .facebook-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #3B5998; }
        .mashup .mashup-feeds > .fsElementContent .facebook-feed > .fsElementContent {
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 20px; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent .facebook-feed > .fsElementContent {
              padding: 0 50px; } }
        .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .author {
          display: block;
          overflow: hidden;
          margin-bottom: 25px; }
          .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .author .avatar {
            float: left;
            margin-right: 20px;
            width: 50px;
            height: 50px; }
          .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .author .username {
            display: none; }
          .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .author .screenname {
            display: block;
            text-transform: uppercase;
            font-family: "KarminaSansW01-Regular", sans-serif;
            margin: 2px 0; }
        .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .entry-photo {
          display: none;
          margin-bottom: 5px; }
          .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .entry-photo img {
            vertical-align: bottom; }
        .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .entry-content {
          margin-bottom: 5px; }
        .mashup .mashup-feeds > .fsElementContent .facebook-feed .facebook-post .read-more {
          font-weight: 600; }
      .mashup .mashup-feeds > .fsElementContent .twitter-feed {
        background: #4099ff; }
        .mashup .mashup-feeds > .fsElementContent .twitter-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #4099ff; }
        .mashup .mashup-feeds > .fsElementContent .twitter-feed > .fsElementContent {
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 20px; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent .twitter-feed > .fsElementContent {
              padding: 0 50px; } }
        .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .post-time {
          color: rgba(255, 255, 255, 0.6); }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .post-time:hover, .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .post-time:focus {
            color: #e61b24; }
        .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .author {
          display: block;
          overflow: hidden;
          margin-bottom: 25px; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .author .avatar {
            float: left;
            margin-right: 20px; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .author .screenname, .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .author .username {
            display: block; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .author .username {
            text-transform: uppercase;
            font-family: "KarminaSansW01-Regular", sans-serif;
            margin: 2px 0; }
        .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .message {
          word-break: break-word; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .message p:last-child {
            margin-bottom: 0; }
        .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions {
          text-align: center;
          margin-top: 20px !important; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions, .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions ul {
            margin: 0;
            padding: 0;
            list-style: none; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li {
            margin: 0;
            padding: 0; }
          .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li {
            display: inline-block; }
            .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li:not(:last-child) {
              margin-right: 10px; }
            .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .retweet {
              display: block;
              font-size: 0;
              line-height: 1; }
              .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .retweet:hover:before, .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .retweet:focus:before {
                color: #FFF; }
              .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .retweet:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                font-size: 0.875rem;
                color: rgba(255, 255, 255, 0.5);
                transition: 0.3s color; }
            .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .like {
              display: block;
              font-size: 0;
              line-height: 1; }
              .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .like:hover:before, .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .like:focus:before {
                color: #FFF; }
              .mashup .mashup-feeds > .fsElementContent .twitter-feed .tweet .actions li .like:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                font-size: 0.875rem;
                color: rgba(255, 255, 255, 0.5);
                transition: 0.3s color; }
      .mashup .mashup-feeds > .fsElementContent .instagram-feed {
        background: #363636; }
        .mashup .mashup-feeds > .fsElementContent .instagram-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-size: cover; }
          .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.1);
            opacity: 0;
            content: '';
            transition: 0.3s opacity; }
          .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry:hover:before, .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry:focus:before {
            opacity: 1; }
          .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry .overlay {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 10;
            transition: 0.3s background;
            font-size: 0;
            line-height: 1; }
          .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry .feed-img {
            display: none; }
          .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry .descrip {
            position: absolute;
            background: rgba(0, 0, 0, 0.6);
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 15px;
            margin: 0;
            display: none; }
            @media (min-width: 600px) {
              .mashup .mashup-feeds > .fsElementContent .instagram-feed .entry .descrip {
                display: block; } }
      .mashup .mashup-feeds > .fsElementContent .announcements-feed {
        background: #175256; }
        .mashup .mashup-feeds > .fsElementContent .announcements-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #175256; }
      .mashup .mashup-feeds > .fsElementContent .spotlight-feed {
        overflow: hidden;
        background: #656565;
        background-size: cover; }
        .mashup .mashup-feeds > .fsElementContent .spotlight-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mashup .mashup-feeds > .fsElementContent .spotlight-feed .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10; }
        .mashup .mashup-feeds > .fsElementContent .spotlight-feed:hover > .fsElementContent:not(.fsStateEditable):before {
          background: rgba(0, 0, 0, 0.35); }
        .mashup .mashup-feeds > .fsElementContent .spotlight-feed > .fsElementContent:not(.fsStateEditable) {
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 20px;
          right: 20px;
          font-weight: 600;
          font-size: 1.875rem;
          text-align: center; }
          .mashup .mashup-feeds > .fsElementContent .spotlight-feed > .fsElementContent:not(.fsStateEditable):before {
            content: '';
            background: rgba(0, 0, 0, 0.25);
            position: absolute;
            top: -1000px;
            left: -1000px;
            right: -1000px;
            bottom: -1000px;
            z-index: -1;
            transition: 0.3s background; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent .spotlight-feed > .fsElementContent:not(.fsStateEditable) {
              left: 50px;
              right: 50px; } }
          .mashup .mashup-feeds > .fsElementContent .spotlight-feed > .fsElementContent:not(.fsStateEditable) em {
            font-weight: normal;
            display: block;
            font-style: normal;
            font-size: 1rem;
            font-family: "KarminaSansW01-Regular", sans-serif;
            text-transform: uppercase; }
      .mashup .mashup-feeds > .fsElementContent .athletics-feed {
        background: #175256; }
        .mashup .mashup-feeds > .fsElementContent .athletics-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #175256; }
        .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent {
          position: absolute;
          top: 39px;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center; }
          .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsElementEmpty {
            font-size: 1.125rem;
            margin-top: 40px; }
          .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems {
            height: 100%;
            padding-top: 20px; }
            @media (min-width: 600px) {
              .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems {
                padding-top: 40px; } }
            .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article {
              margin-bottom: 20px; }
              .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsTitle, .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsDate {
                font-size: 14px;
                line-height: 1.2; }
              .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsAthleticsOpponents {
                display: block; }
              .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsDateTime {
                font-size: 1rem;
                display: none;
                text-transform: uppercase;
                margin-bottom: 20px; }
                .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsDateTime span {
                  display: inline-block;
                  vertical-align: bottom; }
                .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsDateTime .fsSeparator:nth-child(2) {
                  margin-left: 2px; }
                .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article .fsDateTime .fsSeparator:nth-child(5) {
                  margin-left: -3px; }
              .mashup .mashup-feeds > .fsElementContent .athletics-feed > .fsElementContent .fsListItems article:first-child .fsDateTime {
                display: block; }
      .mashup .mashup-feeds > .fsElementContent .video-feed {
        overflow: hidden;
        background: #656565;
        background-size: cover; }
        .mashup .mashup-feeds > .fsElementContent .video-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mashup .mashup-feeds > .fsElementContent .video-feed .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10; }
        .mashup .mashup-feeds > .fsElementContent .video-feed:hover > .fsElementContent:not(.fsStateEditable):before {
          background: rgba(0, 0, 0, 0.35); }
        .mashup .mashup-feeds > .fsElementContent .video-feed > .fsElementContent:not(.fsStateEditable) {
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 20px;
          right: 20px;
          font-weight: 600;
          font-size: 1.875rem;
          text-align: center; }
          .mashup .mashup-feeds > .fsElementContent .video-feed > .fsElementContent:not(.fsStateEditable):before {
            content: '';
            background: rgba(0, 0, 0, 0.25);
            position: absolute;
            top: -1000px;
            left: -1000px;
            right: -1000px;
            bottom: -1000px;
            z-index: -1;
            transition: 0.3s background; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent .video-feed > .fsElementContent:not(.fsStateEditable) {
              left: 50px;
              right: 50px; } }
          .mashup .mashup-feeds > .fsElementContent .video-feed > .fsElementContent:not(.fsStateEditable) em {
            font-weight: normal;
            display: block;
            font-style: normal;
            font-size: 1rem;
            font-family: "KarminaSansW01-Regular", sans-serif;
            text-transform: uppercase; }
      .mashup .mashup-feeds > .fsElementContent .rss-feed {
        background: #175256; }
        .mashup .mashup-feeds > .fsElementContent .rss-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #175256; }
      .mashup .mashup-feeds > .fsElementContent .photo-feed {
        background-size: cover; }
        .mashup .mashup-feeds > .fsElementContent .photo-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .mashup .mashup-feeds > .fsElementContent .photo-feed .overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10;
          background: rgba(0, 0, 0, 0.1);
          opacity: 0;
          transition: 0.3s opacity; }
        .mashup .mashup-feeds > .fsElementContent .photo-feed:hover .overlay {
          opacity: 1; }
        .mashup .mashup-feeds > .fsElementContent .photo-feed:hover > .fsElementContent {
          z-index: 11; }
        .mashup .mashup-feeds > .fsElementContent .photo-feed > .fsElementContent:not(.fsStateEditable) {
          position: absolute;
          background: rgba(0, 0, 0, 0.6);
          bottom: 0;
          left: 0;
          right: 0;
          padding: 10px 15px;
          display: none; }
          @media (min-width: 600px) {
            .mashup .mashup-feeds > .fsElementContent .photo-feed > .fsElementContent:not(.fsStateEditable) {
              display: block; } }
          .mashup .mashup-feeds > .fsElementContent .photo-feed > .fsElementContent:not(.fsStateEditable) p:last-child {
            margin-bottom: 0; }
      .mashup .mashup-feeds > .fsElementContent .calendar-feed {
        background: #175256; }
        .mashup .mashup-feeds > .fsElementContent .calendar-feed:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #175256; }
        .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) {
          position: absolute;
          top: calc(50% + 19px);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          right: 0; }
          .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots {
            list-style: none;
            margin: 50px 0 0;
            padding: 0;
            text-align: center;
            line-height: 1; }
            .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots li {
              display: inline-block;
              vertical-align: bottom;
              width: 10px;
              height: 10px;
              line-height: 1; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots li:not(:last-child) {
                margin-right: 5px; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots li button {
                width: 10px;
                height: 10px;
                vertical-align: top;
                padding: 0;
                border: 0;
                background: rgba(255, 255, 255, 0.3);
                border-radius: 100%;
                transition: 0.3s background;
                font-size: 0; }
                .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots li button:focus {
                  background: #FFF; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots li.slick-active button, .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .slick-dots li:hover button {
                background: #FFF; }
          .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article {
            padding: 0 20px;
            margin: 0;
            min-height: 1px; }
            @media (min-width: 600px) {
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article {
                padding: 0 0 0 50px; } }
            .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsTitle, .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate {
              text-transform: none;
              font-size: 1.125rem;
              font-family: "KarminaSansW01-Regular", sans-serif; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsTitle .fsCalendarEventLink, .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) .fsCalendar.fsDialog article .fsDate .fsCalendarEventLink, .mashup .fsCalendar.fsDialog .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate .fsCalendarEventLink {
                font-size: 18px; }
            .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsTimeRange, .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsAllDay {
              text-transform: capitalize;
              font-size: 14px; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsTimeRange:before, .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsAllDay:before {
                margin-right: 1px;
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                color: #fff;
                padding-right: 5px;
                margin: 0; }
            .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsAllDay:before {
              margin-right: 7px; }
            .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsLocation:before {
              margin-left: 2px;
              margin-right: 8px;
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #fff;
              padding-right: 5px;
              margin: 0; }
            .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate {
              position: static;
              text-transform: uppercase;
              display: block;
              width: auto;
              height: auto;
              background: transparent;
              text-align: left;
              padding: 0;
              border-radius: 0;
              font-size: 14px;
              line-height: 1.2;
              border: 0;
              margin: 0 0 5px 0; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate span {
                display: inline-block;
                vertical-align: bottom;
                color: #fff;
                padding: 0; }
                .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate span.fsDay {
                  font-size: 15px;
                  line-height: inherit; }
                .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate span.fsYear {
                  font-size: 16px;
                  line-height: inherit; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate .fsSeparator:nth-child(2) {
                margin-left: 2px; }
              .mashup .mashup-feeds > .fsElementContent .calendar-feed > .fsElementContent:not(.fsStateEditable) article .fsDate .fsSeparator:nth-child(5) {
                margin-left: -3px; }
      .mashup .mashup-feeds > .fsElementContent .fsNews article, .mashup .mashup-feeds > .fsElementContent .fsPostElement article {
        margin: 0;
        position: absolute;
        top: calc(50% + 19px);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 20px;
        right: 20px; }
        @media (min-width: 600px) {
          .mashup .mashup-feeds > .fsElementContent .fsNews article, .mashup .mashup-feeds > .fsElementContent .fsPostElement article {
            left: 50px;
            right: 50px; } }
        .mashup .mashup-feeds > .fsElementContent .fsNews article .fsSummary p:last-child, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsSummary p:last-child {
          margin-bottom: 0; }
        .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime {
          text-transform: uppercase;
          font-weight: normal;
          font-size: 14px;
          line-height: 18px; }
          .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime:before, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime:before {
            content: "POSTED "; }
          .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime span, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime span {
            display: inline-block;
            vertical-align: bottom; }
            .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime span.fsDay, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime span.fsDay {
              font-size: 16px; }
            .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime span.fsYear, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime span.fsYear {
              font-size: 16px; }
          .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime .fsSeparator:nth-child(2), .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime .fsSeparator:nth-child(2) {
            margin-left: 2px; }
          .mashup .mashup-feeds > .fsElementContent .fsNews article .fsDateTime .fsSeparator:nth-child(5), .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsDateTime .fsSeparator:nth-child(5) {
            margin-left: -3px; }
        .mashup .mashup-feeds > .fsElementContent .fsNews article .fsTitle, .mashup .mashup-feeds > .fsElementContent .fsNews .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog .mashup-feeds > .fsElementContent .fsNews article .fsDate, .mashup .mashup-feeds > .fsElementContent .fsPostElement article .fsTitle, .mashup .mashup-feeds > .fsElementContent .fsPostElement .fsCalendar.fsDialog article .fsDate, .mashup .fsCalendar.fsDialog .mashup-feeds > .fsElementContent .fsPostElement article .fsDate {
          font-size: 1.25rem;
          text-transform: none;
          font-family: "KarminaSansW01-Regular", sans-serif; }
  .mashup .mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; }
  .mashup .mCustomScrollbar.mCS_no_scrollbar, .mashup .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto; }
  .mashup .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr; }
  .mashup .mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto; }
  .mashup .mCSB_inside > .mCSB_container {
    margin-right: 30px; }
  .mashup .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; }
  .mashup .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px; }
  .mashup .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0; }
  .mashup .mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }
  .mashup .mCSB_outside + .mCSB_scrollTools {
    right: 5px; }
  .mashup .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mashup .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0; }
  .mashup .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px; }
  .mashup .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto; }
  .mashup .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0; }
  .mashup .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px; }
  .mashup .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    min-height: 100px !important;
    height: 210px !important;
    z-index: 1; }
    @media (min-width: 600px) {
      .mashup .mCSB_scrollTools .mCSB_dragger {
        height: 250px !important; } }
  .mashup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 10px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center; }
  .mashup .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mashup .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px; }
  .mashup .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px; }
  .mashup .mCSB_scrollTools .mCSB_buttonDown, .mashup .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }
  .mashup .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0; }
  .mashup .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px; }
  .mashup .mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%; }
  .mashup .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0; }
  .mashup .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mashup .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto; }
  .mashup .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mashup .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto; }
  .mashup .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0; }
  .mashup .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0; }
  .mashup .mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px; }
  .mashup .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box; }
  .mashup .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px; }
  .mashup .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px; }
  .mashup .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0; }
  .mashup .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mashup .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0; }
  .mashup .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px; }
  .mashup .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0; }
  .mashup .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px; }
  .mashup .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0; }
  .mashup .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0; }
  .mashup .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0; }
  .mashup .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0; }
  .mashup .mCSB_scrollTools, .mashup .mCSB_scrollTools .mCSB_buttonDown, .mashup .mCSB_scrollTools .mCSB_buttonLeft, .mashup .mCSB_scrollTools .mCSB_buttonRight, .mashup .mCSB_scrollTools .mCSB_buttonUp, .mashup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }
  .mashup .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mashup .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mashup .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mashup .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }
  .mashup .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mashup .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"; }
  .mashup .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mashup .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mashup .mCustomScrollBox:hover > .mCSB_scrollTools, .mashup .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mashup .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mashup .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }
  .mashup .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; }
  .mashup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255, 255, 255, 0.3);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }
  .mashup .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"; }
  .mashup .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; }
  .mashup .mCSB_scrollTools .mCSB_buttonDown, .mashup .mCSB_scrollTools .mCSB_buttonLeft, .mashup .mCSB_scrollTools .mCSB_buttonRight, .mashup .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; }
  .mashup .mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0; }
  .mashup .mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px; }
  .mashup .mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px; }
  .mashup .mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px; }
  .mashup .mCSB_scrollTools .mCSB_buttonDown:hover, .mashup .mCSB_scrollTools .mCSB_buttonLeft:hover, .mashup .mCSB_scrollTools .mCSB_buttonRight:hover, .mashup .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }
  .mashup .mCSB_scrollTools .mCSB_buttonDown:active, .mashup .mCSB_scrollTools .mCSB_buttonLeft:active, .mashup .mCSB_scrollTools .mCSB_buttonRight:active, .mashup .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15); }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0; }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px; }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px; }
  .mashup .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1px; }
  .mashup .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto; }
  .mashup .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }
  .mashup .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }
  .mashup .mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0; }
  .mashup .mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px; }
  .mashup .mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px; }
  .mashup .mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px; }
  .mashup .mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0; }
  .mashup .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto; }
  .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }
  .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }
  .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0; }
  .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px; }
  .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px; }
  .mashup .mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px; }
  .mashup .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px; }
  .mashup .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px; }
  .mashup .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%; }
  .mashup .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto; }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15); }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0; }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px; }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px; }
  .mashup .mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px; }
  .mashup .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15); }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mashup .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mashup .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mashup .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mashup .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mashup .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mashup .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mashup .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mashup .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mashup .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0; }
  .mashup .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px; }
  .mashup .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px; }
  .mashup .mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px; }
  .mashup .mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15); }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px; }
  .mashup .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mashup .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x; }
  .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px; }
  .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px; }
  .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px; }
  .mashup .mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px; }
  .mashup .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }
  .mashup .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }
  .mashup .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mashup .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mashup .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools, .mashup .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }
  .mashup .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto; }
  .mashup .mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }
  .mashup .mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }
  .mashup .mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }
  .mashup .mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }
  .mashup .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }
  .mashup .mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools, .mashup .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools, .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mashup .mCS-3d-thick.mCSB_scrollTools, .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px; }
  .mashup .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mashup .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mashup .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mashup .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 12px;
    width: auto; }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555; }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent; }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }
  .mashup .mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }
  .mashup .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }
  .mashup .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mashup .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0; }
  .mashup .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mashup .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mashup .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mashup .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px; }
  .mashup .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mashup .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto; }
  .mashup .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mashup .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px; }
  .mashup .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mashup .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px; }
  .mashup .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; }
  .mashup .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"; }
  .mashup .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; }
  .mashup .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"; }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2); }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px; }
  .mashup .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0; }
  .mashup .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mashup .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px; }
  .mashup .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mashup .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mashup .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0; }
  .mashup .mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }
  .mashup .mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }
  .mashup .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }
  .mashup .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1); }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }
  .mashup .mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2); }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mashup .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0; }
  .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mashup .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px; }
  .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mashup .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px; }
  .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mashup .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px; }
  .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mashup .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1); }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mashup .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mashup .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box; }
  .mashup .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2); }
  .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6); }
  .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6); }
  .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75); }
  .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }
  .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9); }
  .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75); }
  .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85); }
  .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mashup .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9); }
  .mashup .documentation {
    display: none; }
  .mashup.fsComposeMode .documentation {
    display: block;
    margin-top: 50px; }
    .mashup.fsComposeMode .documentation code {
      display: block;
      background: #666;
      margin: 10px 0;
      color: #FFF;
      padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  display: none; }
  @media (min-width: 700px) {
    #fp-nav {
      display: block; } }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 0; }
  @media (min-width: 700px) {
    #fp-nav.left {
      left: 17px; } }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 10px;
  width: 10px;
  background: #175256;
  border: 2px solid #fff;
  margin: 0;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: 0;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

@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; } }
.fxh2{
font-size: 40px ;
    line-height: normal;
    margin-bottom: 14px;
    padding:0;
    padding-top:80px;
}
#myVideo {

  min-width: 100%;
  min-height: 100%;
}
.contentt {
    position: fixed;
    bottom: -210px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    margin: 50px;
	width:500px
}
a.vicon {
      position: absolute;
    bottom: 220px;
    right: 40px;
    background-color: #ffffff96;
    padding: 10px;
    border-radius: 20%;
}


/* mob v*/

@media screen and (max-width: 599px) {
    .splash #fsHeader .header-container>.fsStyleColumn-2 {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #175256;
        padding: 5px;
    }

    .site-info-container {
        overflow: unset;
        white-space: nowrap;
        position: relative;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 100;
        height: 120px;
    }

    body:not(.fsComposeMode) .mobile-splash {
        text-align: center;
        padding-top: 50px;
    }

    .nav-sub > header {
        display: block;
        position: relative;
    }

    .nav-sub > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.2;
        font-family: "P22 Mackinac W01 Medium", serif;
        color: #175256;
        margin-bottom: 10px;
        margin-bottom: 0;
        display: block;
        font-size: 18px;
        padding: 10px 20px;
        color: #fff;
        background-color: #175256;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px;
    }

    .nav-sub > header .fsElementTitle:hover {
        background-color: #e61b24;
        color: #fff;
    }
}

[dir="rtl"] h2 {
	 font-family: "Cairo", sans-serif !important;
  
}
[dir="rtl"] p {
	text-align:right !important;
	direction:rtl;
	font-family: "Montserrat", sans-serif !important;
}

 [dir="rtl"]  body:not(.fsComposeMode) .fullpage > .fsElementContent .fsListItems article .fsBody > img {
        
        float: left !important;
        margin-left: 0 !important; 
		margin-right: 20px !important
		}
		
		
		  @media (min-width: 700px) {
        [dir="rtl"] .splash #fsHeader .header-container > .fsDiv {
         
          float: right !important;
		  } 
		  }
		  
		[dir="rtl"]  .splash .nav-social {
   
    float: left !important;;
}

[dir="rtl"] .splash #fsHeader .header-container > .fsStyleColumn-2 {
   
    right: unset !important;
}

[dir="rtl"] .splash #fsHeader .header-container > .fsStyleColumn-2 {
    top: 0;
    left: 0 !important;
}

[dir="rtl"] .nav-social .fsNavLevel1 li:not(:last-child) {
    margin-left: 10px;
	margin-right: unset !important;;
}

[dir="rtl"] .splash .site-info-container {
	left: unset;
    right: 0 !important;
    padding-top: 0 !important;
    top: -12px !important;
}

[dir="rtl"] .splash #fsFooter .fsBanner p {
	
    text-align: center !important;
}
 .lang a:before {
    content: "ع";
    font-weight: bold;
    font-size: 24px !important;
    top: 32% !important;
    color: #f1801f !important;
}
 [dir="rtl"] .lang a:before {
       content: "EN";
    font-weight: bold;
    font-size: 14px !important;
    top: 51% !important;
    color: #f1801f !important;
}


a#rermsm {
   
   width: 211px;
    margin: 0;
    margin-top: 20px;
}
#rermsm {
   
    width: 211px;
    margin: 0;
    margin-top: 20px;
}

.rermsmar {
   
   width: 211px;
    margin: 0;
    margin-top: 20px;
}

.armore {
	float:right !important;
	    font-size: 17px !important;
    text-align: right !important;
	color:#000 !important;
}
.armore:before {
	
	transform: scaleX(-1);
}

.armore:after {
	
	transform: scaleX(-1);
}

.glow {
padding:5px;
  transition: box-shadow 0.3s ease-in-out; /* Smooth transition for the glow effect */
}

.glow:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.7); /* White glow on hover */
}