@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*http: //stackoverflow.com/questions/16704243/widths-to-use-in-media-queries*/
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700|Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap");
.site-info-container a, .footer-branding > header .fsElementHeaderContent a, .c-search-toggle a, body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

@keyframes scrollDownAnimate {
  0% {
    transform: translate(-50%, 0px); }
  25% {
    transform: translate(-50%, -30px); }
  50% {
    transform: translate(-50%, 0px); }
  75% {
    transform: translate(-50%, -30px); }
  100% {
    transform: translate(-50%, 0px); } }

/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! 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");
    }

*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.icon-no-entry:before {
  content: "\e906"; }

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

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

.icon-play-button:before {
  content: "\e909"; }

.icon-up-arrow:before {
  content: "\e90a"; }

.icon-up-arrow-circle:before {
  content: "\e90b"; }

.icon-share2:before {
  content: "\ea82"; }

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

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

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

.icon-rss:before {
  content: "\ea9b"; }

.icon-linkedin2:before {
  content: "\eaca"; }

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    h1 {
      font-size: 38.4px; } }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    h2 {
      font-size: 25.6px; } }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    h3 {
      font-size: 20.8px; } }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    h4 {
      font-size: 16px; } }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    h5 {
      font-size: 16.2px; } }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (max-width: 699px) {
    h6 {
      font-size: 14.4px; } }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  transition: background .3s, color .3s; }

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

ul.styled {
  padding-left: 0; }
  ul.styled li {
    padding: 10px 0;
    border-bottom: solid 1px #E5E5E5;
    list-style: none; }
    ul.styled li:before {
      display: inline-block;
      margin-right: 7px;
      position: relative;
      content: "•";
      color: #ff5c01; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_32 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .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: #071844;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_32 td {
    padding: 10px;
    background: rgba(0, 0, 0, 0.05); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  .fs_style_32 tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, 0.1); }

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; }
  .fsElement .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    line-height: 1.3; }
    @media (max-width: 699px) {
      .fsElement .fsElementTitle {
        font-size: 20.8px; } }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

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

.fsElementDialog {
  color: #32353a; }

/*! 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: #32353a;
  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: #32353a;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button,
.fs_style_23 {
  display: inline-block;
  position: relative;
  padding: 14px 33px;
  clear: both;
  margin: 20px 0;
  font-size: 17.5px;
  line-height: 1.2;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
  min-width: 180px;
  text-align: center; }
  .button:after,
  .fs_style_23:after {
    content: "";
    display: block;
    width: 111px;
    height: 106px;
    position: absolute;
    top: -100px;
    z-index: 2;
    -ms-transform: skew(-40deg) rotate(39deg);
    transform: skew(-40deg) rotate(39deg);
    left: 23px;
    transition: all 0.3s; }
  .button:hover,
  .fs_style_23:hover {
    background-color: #071844;
    color: #fff !important; }
    .button:hover:after,
    .fs_style_23:hover:after {
      background-color: #0e3089;
      -ms-transform: skew(-40deg) rotate(-12deg) scale(1.2);
      transform: skew(-40deg) rotate(-12deg) scale(1.2);
      left: 86%;
      width: 217px;
      height: 106px; }
  .button span,
  .fs_style_23 span {
    position: relative;
    z-index: 3; }
  .fsComposeMode .button:after, .fsComposeMode
  .fs_style_23:after {
    display: none; }

.fsStyleDefaultButton {
  color: #fff;
  background-color: #32353a;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .fsStyleDefaultButton {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #071844;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  color: #fff;
  background-color: #32353a;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .fsStyleUpdateButton {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #071844;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.backgroundgray,
.backgroundgrey {
  background-color: #f4f4f4; }

.lead-in,
.fs_style_24 {
  font-size: 1.20313em;
  line-height: 1.55844em; }
  @media (max-width: 799px) {
    .lead-in,
    .fs_style_24 {
      font-size: 1.2em; } }

blockquote,
.fs_style_25 {
  position: relative;
  margin: 20px 0;
  background: #F6F6F6;
  padding: 5% 7.5%;
  text-align: center;
  clear: both; }
  blockquote .bqwrap,
  .fs_style_25 .bqwrap {
    display: none; }
    blockquote .bqwrap p,
    .fs_style_25 .bqwrap p {
      display: inline; }
  blockquote .bqwrap:first-child,
  .fs_style_25 .bqwrap:first-child {
    display: block;
    -ms-transform: skewX(-6deg);
    transform: skewX(-6deg);
    font-size: 21px;
    font-weight: 200; }
    blockquote .bqwrap:first-child:before,
    .fs_style_25 .bqwrap:first-child:before {
      content: "“";
      font-family: serif;
      font-size: 2em;
      padding-right: 12px;
      position: relative;
      top: 12px; }
    blockquote .bqwrap:first-child:after,
    .fs_style_25 .bqwrap:first-child:after {
      content: "”";
      font-family: serif;
      font-size: 2em;
      padding-left: 12px;
      position: relative;
      top: 12px; }

cite,
.fs_style_26 {
  display: block;
  margin: 0 0;
  font-style: normal;
  font-size: 15.4px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  padding-top: 18px; }

.callout {
  padding: 20px;
  background: #071844;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

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

body:not(.fsDraftMode) .header-container {
  position: fixed; }

.header-container {
  width: 100%;
  top: 0;
  height: auto;
  z-index: 1200;
  margin-bottom: 0; }

body:not(.fsDraftMode).fsAccountBarVisible .header-container {
  top: 45px; }

.top-header {
  background: #071844;
  margin-bottom: 0;
  height: 50px;
  z-index: 20; }
  @media (max-width: 949px) {
    .top-header {
      background-color: #f2f2f2; } }

.bottom-header {
  margin-bottom: 0;
  padding: 5px 0;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85); }
  @media (max-width: 949px) {
    .bottom-header {
      display: none; } }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  width: 100%; }
  .site-info-container h2.logo {
    font-size: 0px;
    width: 140px;
    height: 90px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    float: none;
    margin: 14px;
    background-color: transparent;
    transition: all 0.5s ease-in-out 0.2s;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative; }
    @media (min-width: 641px) {
      .site-info-container h2.logo {
        width: 160px;
        height: 108px; } }
    @media (min-width: 950px) {
      .site-info-container h2.logo {
        float: left;
        margin: 10px 0 0 20px; } }
    @media (min-width: 1381px) {
      .site-info-container h2.logo {
        width: 220px;
        height: 128px; } }
  .small .site-info-container .logo {
    width: 80px;
    height: 50px;
    margin-bottom: 10px; }
    .small .site-info-container .logo:after {
      margin-top: 45px !important; }
    @media (min-width: 961px) {
      .small .site-info-container .logo {
        width: 140px;
        height: 90px; } }
  .site-info-container.ofsted-good h2.logo:after, .site-info-container.ofsted-outstanding h2.logo:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    margin-top: 45px;
    margin-left: 100%;
    background-size: 50px 50px !important;
    transition: all .3s ease-in-out; }
    @media (max-width: 1099px) {
      .site-info-container.ofsted-good h2.logo:after, .site-info-container.ofsted-outstanding h2.logo:after {
        margin-top: 0; } }
    @media (max-width: 949px) {
      .site-info-container.ofsted-good h2.logo:after, .site-info-container.ofsted-outstanding h2.logo:after {
        display: none; } }
  .site-info-container.ofsted-good h2.logo:after {
    background: transparent url("../images/ofsted.png") center center no-repeat; }
  .site-info-container.ofsted-outstanding h2.logo:after {
    background: transparent url("../images/ofsted-outstanding.png") center center no-repeat; }

.strapline {
  display: inline-block;
  margin: 15px 0 0 20px;
  color: #fff; }
  .strapline h4 {
    font-size: 15.4px;
    font-family: "Rajdhani", sans-serif;
    width: 375px;
    letter-spacing: .385px;
    color: #fff;
    font-weight: 200;
    line-height: 1.4;
    margin: 0; }
  @media (max-width: 1199px) {
    .strapline {
      display: none; } }

body:not(.fsComposeMode) #fsPageBody .top-photos {
  display: none; }

body:not(.fsComposeMode) .top-photos {
  height: 75vh;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center; }
  body:not(.fsComposeMode) .top-photos > .fsElementContent button {
    display: none !important; }
  body:not(.fsComposeMode) .top-photos article {
    background-position: center center;
    background-size: cover;
    height: 75vh; }
    body:not(.fsComposeMode) .top-photos article img {
      display: none; }
  body:not(.fsComposeMode) .top-photos:before {
    content: "";
    background: linear-gradient(to bottom, rgba(7, 24, 68, 0.75) 4%, rgba(7, 24, 68, 0) 30%, rgba(7, 24, 68, 0) 70%, rgba(7, 24, 68, 0.75) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    z-index: 1; }

body:not(.fsComposeMode) .c-search-area {
  display: block;
  position: fixed;
  background: rgba(7, 24, 68, 0.9);
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  z-index: 5;
  transition: all 0.5s ease-in-out; }
  body:not(.fsComposeMode) .c-search-area.search-active {
    left: 0; }
  body:not(.fsComposeMode) .c-search-area .fsElementContent {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    body:not(.fsComposeMode) .c-search-area .fsElementContent input {
      border-bottom: solid 1px white;
      background: transparent;
      border: none;
      color: white;
      text-align: center;
      font-size: 1.25em;
      margin: 10px;
      padding: 10px;
      box-sizing: border-box;
      border: solid 1px white; }
    body:not(.fsComposeMode) .c-search-area .fsElementContent .reset,
    body:not(.fsComposeMode) .c-search-area .fsElementContent label {
      display: none; }
    body:not(.fsComposeMode) .c-search-area .fsElementContent .search-submit {
      display: block;
      width: 200px !important;
      margin: 0 auto;
      height: 48px !important;
      display: block;
      color: transparent;
      position: relative;
      border: solid 1px transparent; }
      body:not(.fsComposeMode) .c-search-area .fsElementContent .search-submit:hover {
        border: solid 1px #FFFFFF; }
        body:not(.fsComposeMode) .c-search-area .fsElementContent .search-submit:hover span {
          display: none; }
      body:not(.fsComposeMode) .c-search-area .fsElementContent .search-submit:before {
        display: block;
        position: absolute;
        content: "Go »";
        width: 100%;
        height: 100%;
        text-align: center;
        left: 0;
        top: 10px;
        z-index: 10;
        color: white;
        font-size: 1.5em;
        text-transform: uppercase; }
      body:not(.fsComposeMode) .c-search-area .fsElementContent .search-submit input {
        height: 100% !important;
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
        opacity: 0; }

.no-photo #fsPageBodyWrapper {
  padding-top: 40px; }

#fsFooter {
  color: #fff;
  background-color: #071844;
  background-image: url("../images/oasis-circle.png");
  background-repeat: no-repeat;
  background-position: right -350px bottom -300px;
  position: relative; }
  #fsFooter .fsBanner:after {
    content: normal; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }
  @media (max-width: 599px) {
    #fsFooter {
      padding-bottom: 45px; } }

.footer-top {
  padding: 55px 20px 20px 20px;
  position: relative; }
  @media (max-width: 999px) {
    .footer-top {
      padding-top: 20px;
      padding-bottom: 0;
      margin-bottom: 0; } }
  .footer-top .fsElementContent:after {
    content: "";
    display: table;
    clear: both; }
  .footer-top .fsElementTitle {
    font-size: 18.2px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px; }

.footer-left-col {
  width: 70%;
  padding-left: 70px;
  float: left;
  text-align: left;
  display: inline-block; }
  @media (max-width: 999px) {
    .footer-left-col {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center; } }
  .footer-left-col > .fsElementContent {
    overflow: hidden; }
    .footer-left-col > .fsElementContent > * {
      width: auto;
      float: left;
      display: inline-block;
      max-width: 287px;
      padding: 0px 40px; }
      @media (max-width: 999px) {
        .footer-left-col > .fsElementContent > * {
          float: none;
          display: block;
          margin: 0 auto; } }

.footer-right-col {
  text-align: left;
  display: inline-block;
  padding: 0 20px 20px 60px;
  display: block;
  width: 20%;
  float: right;
  margin-right: 40px; }
  @media (max-width: 999px) {
    .footer-right-col {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      padding: 0px;
      margin-right: 0;
      float: none;
      border: 0 !important; }
      .footer-right-col > header,
      .footer-right-col > .fsElementContent {
        display: none; } }

.nav-footer-util nav ul li a,
.nav-footer-accessibility nav ul li a {
  padding: 6px 0;
  font-size: 14px;
  color: #fff; }

.fsDraftMode .footer-logos > header {
  display: block; }

.footer-logos {
  position: absolute;
  width: 160px;
  right: 25%;
  top: 35px;
  text-align: center;
  margin-bottom: 0; }
  .footer-logos > header {
    display: none; }
  .footer-logos img {
    height: 53px !important;
    width: auto;
    margin: 0 5px 5px 5px; }
  @media (max-width: 1179px) {
    .footer-logos {
      position: relative;
      right: auto;
      top: 0; } }
  @media (max-width: 999px) {
    .footer-logos {
      position: relative;
      margin: 0 auto;
      left: 0;
      right: 0; } }

#fsFooter .nav-social .fsElementFooterContent {
  padding-top: 16px; }
  @media (max-width: 999px) {
    #fsFooter .nav-social .fsElementFooterContent {
      padding-top: 2px; } }
  #fsFooter .nav-social .fsElementFooterContent .icon-phone {
    font-size: 28px;
    bottom: -3.5px;
    display: inline-block;
    position: relative;
    margin-right: 11px; }
  #fsFooter .nav-social .fsElementFooterContent .icon-up-arrow-circle {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: none;
    font-size: 1.3em;
    margin-left: 10px;
    top: 5px;
    position: relative; }

.footer-branding {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .footer-branding {
      margin-top: 0px;
      padding: 20px 20px 50px 20px;
      float: left;
      text-align: left;
      display: inline-block;
      width: 50%;
      padding-left: 70px; } }
  .footer-branding > header {
    float: left;
    width: 120px;
    margin: 40px 10px 0 20px;
    height: 70px; }
    @media (max-width: 999px) {
      .footer-branding > header {
        float: none;
        margin: 10px auto; } }
    .footer-branding > header .fsElementHeaderContent h2.logo {
      font-size: 0px;
      width: 120px;
      height: 70px;
      background-image: url("../images/logo.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      float: none;
      margin: 14px;
      background-color: transparent;
      transition: all 0.5s ease-in-out 0.2s;
      margin: 0 auto;
      position: relative; }
  .footer-branding > .fsElementContent {
    font-size: 11.2px;
    font-weight: 200;
    line-height: 18px;
    padding-top: 40px; }
    @media (max-width: 999px) {
      .footer-branding > .fsElementContent {
        padding: 10px 20px;
        max-width: 380px;
        margin: 0 auto;
        text-align: center; } }
    .footer-branding > .fsElementContent p {
      margin-bottom: 0; }

.copyright {
  float: left;
  display: inline-block;
  width: 50%;
  font-size: 11.2px;
  font-weight: 200;
  line-height: 18px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  padding-right: 70px; }
  @media (max-width: 999px) {
    .copyright {
      padding: 10px 20px;
      float: none;
      text-align: center;
      width: 100%; } }

@media (min-width: 1000px) {
  .footer-bottom {
    margin-top: 50px;
    padding: 20px; }
    .footer-bottom > .fsElementContent {
      display: -ms-flexbox;
      display: flex; }
      .footer-bottom > .fsElementContent:after {
        content: "";
        display: table;
        clear: both; } }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px; }
    @media (max-width: 699px) {
      .school-details [itemprop='name'] {
        font-size: 16px; } }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

.c-back-to-top {
  display: block;
  position: absolute;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -10px;
  top: 55px;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .c-back-to-top:hover {
    top: 45px; }
  .c-back-to-top a {
    color: #92a2ce !important;
    font-family: "Rajdhani", sans-serif;
    font-style: italic;
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
    font-size: 14px; }
  .c-back-to-top span {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    float: right;
    font-size: 1.75em;
    margin-left: 6px;
    margin-top: 0px;
    font-size: 24.5px; }

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

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

html {
  font-family: "Roboto", sans-serif;
  background: #071844;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  line-height: 22px;
  color: #32353a; }
  @media (max-width: 699px) {
    body {
      font-size: 14.4px; } }

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

#fsPageBodyWrapper {
  background: #fff; }

#fsPageBody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  @media (min-width: 900px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

.share-body {
  text-align: right;
  padding: 20px 40px; }

#fsBannerLeft {
  width: 100% !important;
  padding: 0;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 900px) {
    #fsBannerLeft {
      width: 25% !important;
      padding: 15px 20px 15px 50px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      width: 100% !important; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      width: 20% !important;
      padding: 15px 20px 15px 50px; } }

#fsPageContent {
  padding: 20px 20px 30px 20px;
  width: 100% !important;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 900px) {
    .fsHasRightBanner #fsPageContent {
      width: 75% !important;
      padding: 20px 40px 20px 20px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsPageContent {
      width: 75% !important;
      padding: 20px 40px 20px 20px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      padding: 20px 40px 20px 20px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 65% !important; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 55% !important; } }

#fsBannerRight {
  padding: 20px 20px 30px 20px;
  width: 100%;
  -ms-flex-order: 3;
  order: 3;
  position: relative; }
  #fsBannerRight > * {
    position: relative;
    z-index: 2; }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding: 20px 40px 0 40px;
      width: 25%; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      width: 35%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
      width: 25%; } }
  #fsBannerRight:before {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: #f4f4f4;
    width: 100%;
    z-index: 1; }
  #fsBannerRight.isEmpty:before {
    display: none; }

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

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

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

.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: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 900px) {
    .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: 900px) {
      .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: 900px) {
      .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: 900px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

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

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

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

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

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

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9); }

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1; }

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%; }

.nivo-lightbox-content {
  width: 100%;
  height: 100%; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
  content: '×'; }

.nivo-lightbox-image {
  text-align: center; }

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle; }

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000; }

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out; }

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: scale(1);
  transform: scale(1); }

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  -ms-transform: translateZ(300px);
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  -moz-opacity: 0.65;
  opacity: 0.65;
  padding: 0 0 5px 0px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  border: 0;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    -moz-opacity: 1;
    opacity: 1; }

.mfp-close {
  background: #ff5c00;
  font-size: 0;
  height: 44px;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  right: calc(10% - 44px);
  color: white;
  font-size: 55px;
  top: calc(10% - 44px);
  width: 44px;
  z-index: 1;
  transition: all 0.3s; }
  @media (max-width: 399px) {
    .mfp-close {
      right: 0px !important; } }
  .mfp-close:hover {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #071844; }

.fsElementDialog.fsConstituent > header {
  transition: all 0.3s; }
  .fsElementDialog.fsConstituent > header:hover {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

body:not(.fsDraftMode) .slideout-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  color: #fff;
  z-index: 10000;
  padding: 0;
  width: 500px;
  transition: all .7s ease-in-out; }
  body:not(.fsDraftMode) .slideout-container > header {
    display: none; }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .slideout-container {
      width: 256px; } }
  body:not(.fsDraftMode) .slideout-container > .fsElementContent {
    height: 100%;
    overflow: auto; }
  body:not(.fsDraftMode) .slideout-container .fsElementTitle,
  body:not(.fsDraftMode) .slideout-container h1,
  body:not(.fsDraftMode) .slideout-container h2,
  body:not(.fsDraftMode) .slideout-container h3,
  body:not(.fsDraftMode) .slideout-container h4 {
    color: #fff !important; }
  body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsContainer,
  body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsTabs .fsPanel {
    padding-bottom: 20px;
    margin: 30px 20px 10px 20px;
    border-bottom: 1px solid #fff; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsContainer > .fsElementContent,
      body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsTabs .fsPanel > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsContainer > .fsElementContent > .fsElement,
        body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsTabs .fsPanel > .fsElementContent > .fsElement {
          -ms-flex: 1 auto;
          flex: 1 auto;
          width: 50%;
          max-width: 50%;
          padding: 10px 14px; } }
  body:not(.fsDraftMode) .slideout-container > .fsElementContent .fsTabs .fsPanel > .fsElementContent {
    padding: 0 !important; }
  body:not(.fsDraftMode) .slideout-container .slide-app {
    padding: 15px 25px 25px 25px;
    max-width: 400px; }
    body:not(.fsDraftMode) .slideout-container .slide-app h5, body:not(.fsDraftMode) .slideout-container .slide-app a {
      color: #fff !important; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .slideout-container .slide-app {
        padding-top: 2px; } }
    body:not(.fsDraftMode) .slideout-container .slide-app .icon-phone {
      font-size: 28px;
      bottom: -3.5px;
      display: inline-block;
      position: relative;
      margin-right: 11px; }
    body:not(.fsDraftMode) .slideout-container .slide-app .icon-up-arrow-circle {
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      display: inline-block;
      float: none;
      font-size: 1.3em;
      margin-left: 10px;
      top: 5px;
      position: relative; }
  body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav {
    display: -ms-flexbox;
    display: flex; }
    body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav li {
      margin: 0;
      -ms-flex: 1 auto;
      flex: 1 auto;
      width: 50%;
      text-align: center; }
      body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav li a {
        border: 0;
        font-size: 14px;
        border-left: 2px solid #fff;
        color: #32353a;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.2);
        border-bottom: 2px solid #fff; }
        @media (min-width: 700px) {
          body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav li a {
            font-size: 16px;
            padding: 15px 10px; } }
        @media (min-width: 900px) {
          body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav li a {
            font-size: 20px; } }
      body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #32353a;
        border-bottom: 0; }
      body:not(.fsDraftMode) .slideout-container .fsTabs .fsTabsNav li:first-child a {
        border-left: 0; }
  body:not(.fsDraftMode) .slideout-container .fsTabs > .fsElementContent .fsPanel > header {
    display: none; }
  body:not(.fsDraftMode) .slideout-container .fsTabs > .fsElementContent .fsPanel > .fsElementContent {
    padding: 20px; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode) .slideout-container .fsTabs > .fsElementContent .fsPanel > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body:not(.fsDraftMode) .slideout-container .fsTabs > .fsElementContent .fsPanel > .fsElementContent > .fsElement {
          -ms-flex: 1 auto;
          flex: 1 auto;
          width: 50%;
          max-width: 50%; } }

body:not(.fsDraftMode) .slideout-exit {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: rgba(7, 24, 68, 0.6);
  z-index: 10000;
  transition: transform .5s ease-in-out; }

body:not(.fsDraftMode) .c-explore-oasis-button {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #f00;
  z-index: 26;
  transition: all 0.7s ease-in-out;
  width: 100%;
  cursor: pointer;
  text-align: center;
  z-index: 20000; }
  @media (min-width: 600px) {
    body:not(.fsDraftMode) .c-explore-oasis-button {
      width: 200px;
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      right: -82px;
      bottom: 140px; } }
  body:not(.fsDraftMode) .c-explore-oasis-button a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 21px; }
    body:not(.fsDraftMode) .c-explore-oasis-button a:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 8px 5.5px 0;
      border-color: transparent #fff transparent transparent;
      position: relative;
      display: inline-block;
      margin-right: 10px;
      content: ""; }
      @media (min-width: 600px) {
        body:not(.fsDraftMode) .c-explore-oasis-button a:before {
          border-width: 0 5.5px 8px 5.5px;
          border-color: transparent transparent #fff transparent; } }
    body:not(.fsDraftMode) .c-explore-oasis-button a .word-one {
      font-size: 15.75px; }
    body:not(.fsDraftMode) .c-explore-oasis-button a .icon-oasis-circle {
      font-size: 18.9px;
      line-height: 18.9px;
      margin-left: 10px; }
  .sws-edit-mode body:not(.fsDraftMode) .c-explore-oasis-button {
    display: none; }

body:not(.fsDraftMode).slideout-open .slideout-container {
  -ms-transform: translateX(0);
  transform: translateX(0); }

body:not(.fsDraftMode).slideout-open .slideout-exit {
  -ms-transform: translateX(0);
  transform: translateX(0); }

body:not(.fsDraftMode).slideout-open .c-explore-oasis-button {
  background-color: #fff; }
  @media (min-width: 600px) {
    body:not(.fsDraftMode).slideout-open .c-explore-oasis-button {
      right: 422px; } }
  body:not(.fsDraftMode).slideout-open .c-explore-oasis-button a {
    color: #f00; }
    body:not(.fsDraftMode).slideout-open .c-explore-oasis-button a:before {
      border-width: 5.5px 0 5.5px 8px;
      border-color: transparent transparent transparent #f00; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode).slideout-open .c-explore-oasis-button a:after {
        display: block;
        content: "";
        position: fixed;
        left: -250px;
        bottom: 0;
        width: 2000px;
        height: 2000px;
        cursor: pointer; } }
    @media (min-width: 600px) {
      body:not(.fsDraftMode).slideout-open .c-explore-oasis-button a {
        color: #fff; }
        body:not(.fsDraftMode).slideout-open .c-explore-oasis-button a:before {
          border-width: 8px 5.5px 0 5.5px;
          border-color: #fff transparent transparent transparent; } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

.section-title {
  left: 25%;
  padding-left: 20px;
  bottom: 50px;
  position: absolute;
  font-family: "Rajdhani", sans-serif;
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  margin-bottom: 0; }
  .home .section-title {
    display: none; }
  .section-title a {
    color: #fff;
    position: relative;
    line-height: 1;
    display: inline-block; }
    .section-title a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0px;
      height: 1px;
      background-color: #fff;
      transition: all .3s ease-in-out; }
    .section-title a:hover {
      color: #fff; }
      .section-title a:hover:after {
        width: 100%; }

.fsBreadcrumb {
  left: 25%;
  padding-left: 20px;
  bottom: 20px;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px; }
  .home .fsBreadcrumb {
    display: none; }
  .fsBreadcrumb ul li {
    display: inline-block; }
    .fsBreadcrumb ul li a {
      display: inline-block;
      padding: 0;
      color: #fff;
      font-size: 14px; }
      .fsBreadcrumb ul li a:hover {
        text-decoration: underline;
        color: #fff; }
  .fsBreadcrumb span {
    display: inline-block;
    padding: 0 6px; }

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

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #36c;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #039;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #071844;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #ff5c00;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #36c;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #36c;
        background: #eee; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #eee; }
    .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; }

@media (max-width: 899px) {
  .nav-sub > header {
    display: block;
    position: relative; }
    .nav-sub > header .fsElementTitle {
      position: relative;
      margin-top: 0;
      font-weight: normal;
      font-family: "Rajdhani", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-bottom: 0;
      display: block;
      font-size: 17px;
      padding: 10px 20px;
      color: #32353a;
      background-color: #e7e7e7;
      transition: all .5s ease-in-out;
      cursor: pointer; } }
    @media (max-width: 899px) and (max-width: 699px) {
      .nav-sub > header .fsElementTitle {
        font-size: 16.2px; } }
    @media (max-width: 899px) and (max-width: 599px) {
      .nav-sub > header .fsElementTitle {
        font-size: 14px; } }

@media (max-width: 899px) {
      .nav-sub > header .fsElementTitle:hover {
        color: #071844; } }
    @media (max-width: 899px) and (min-width: 900px) {
      .nav-sub > header .fsElementTitle {
        cursor: default; } }

@media (max-width: 899px) {
      .nav-sub > header .fsElementTitle:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
        border: solid 2px #32353a;
        border-radius: 50%;
        line-height: 0;
        color: #32353a;
        font-size: 18px;
        float: left;
        width: 25px;
        height: 25px;
        top: 2px;
        position: relative;
        transition: all .3s ease-in-out;
        background: url("../images/section-toggle-bg.png") no-repeat center center/50%; }
  .nav-sub > .fsElementContent {
    position: relative;
    display: block; }
    .nav-sub > .fsElementContent ul li {
      border-bottom: 1px solid #eee; }
      .nav-sub > .fsElementContent ul li:last-child {
        border-bottom: 0; }
      .nav-sub > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 18px;
        font-family: "Roboto", sans-serif; } }
      @media (max-width: 899px) and (max-width: 499px) {
        .nav-sub > .fsElementContent ul li a {
          font-size: 16px; } }

@media (max-width: 899px) {
    .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
      padding-left: 20px; }
    .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
      padding-left: 38px; }
    .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
      padding-left: 56px; }
    .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
      padding-left: 74px; }
    .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
      padding-left: 92px; }
  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #e7e7e7;
    color: #071844; }
    .nav-sub.active-nav > header .fsElementTitle:before {
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); } }

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  @media (min-width: 900px) {
    .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: 900px) {
    .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: 10px 10px;
    color: #32353a;
    background: transparent;
    font-size: 19.6px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500; }
    .nav-sub ul li a:hover, .nav-sub ul li a:focus {
      color: #f0f;
      background: transparent; }
  .nav-sub ul li.fsNavCurrentPage > a {
    color: #f0f;
    background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
      color: #f0f;
      background: transparent; }
  .nav-sub ul li.fsNavCurrentPageAncestor {
    background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor > a {
      color: #f0f;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
        color: #f0f;
        background: transparent; }

.nav-sub .fsNavLevel1 {
  padding-left: 0; }
  @media screen and (max-width: 899px) {
    .nav-sub .fsNavLevel1 {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .nav-sub .fsNavLevel1 > li:last-child {
    border-bottom: none; }

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 32px;
  font-size: 16.8px;
  font-weight: 400; }

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 54px;
  font-size: 15px;
  font-weight: 400; }

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 76px; }

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 98px; }

.nav-main {
  margin-bottom: 0;
  float: right; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 950px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 950px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  .nav-main .fsNavLevel1 > li:before {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 12px 9px;
    border-color: transparent transparent #ff5c01 transparent; }
  .nav-main .fsNavLevel1 > li:hover:before {
    display: block; }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #32353a; }
    @media (min-width: 950px) {
      .nav-main .fsNavLevel1 > li:hover > a:after {
        width: calc(100% - 14px); } }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li:hover > a:after {
        width: calc(100% - 26px); } }
    @media (min-width: 1390px) {
      .nav-main .fsNavLevel1 > li:hover > a:after {
        width: calc(100% - 40px); } }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #32353a;
    background: transparent; }
    @media (min-width: 950px) {
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
        width: calc(100% - 14px); } }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
        width: calc(100% - 26px); } }
    @media (min-width: 1390px) {
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
        width: calc(100% - 40px); } }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #32353a;
    background: transparent;
    padding: 1.25em;
    font-size: 16px;
    font-family: "Rajdhani", sans-serif;
    padding: 12px 7px 25px 7px;
    position: relative; }
    @media (min-width: 950px) {
      .nav-main .fsNavLevel1 > li > a {
        -ms-flex: 1 auto;
        flex: 1 auto;
        padding: 12px 7px 25px 7px; } }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 12px 13px 25px 13px; } }
    @media (min-width: 1390px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 12px 20px 25px 20px; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 18px; } }
    @media (min-width: 1300px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 21px; } }
    .nav-main .fsNavLevel1 > li > a:after {
      position: absolute;
      bottom: 20px;
      width: 0;
      height: 2px;
      background-color: #32353a;
      content: "";
      transition: all 0.3s ease-in-out;
      left: 0; }
      @media (min-width: 950px) {
        .nav-main .fsNavLevel1 > li > a:after {
          margin: 0 7px; } }
      @media (min-width: 1200px) {
        .nav-main .fsNavLevel1 > li > a:after {
          margin: 0 15px; } }
      @media (min-width: 1390px) {
        .nav-main .fsNavLevel1 > li > a:after {
          margin: 0 20px; } }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #32353a;
      background: transparent; }
      @media (min-width: 950px) {
        .nav-main .fsNavLevel1 > li > a:focus:after {
          width: calc(100% - 14px); } }
      @media (min-width: 1200px) {
        .nav-main .fsNavLevel1 > li > a:focus:after {
          width: calc(100% - 26px); } }
      @media (min-width: 1390px) {
        .nav-main .fsNavLevel1 > li > a:focus:after {
          width: calc(100% - 40px); } }
  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; } }

.nav-main .col-wrap {
  display: -ms-flexbox;
  display: flex;
  min-width: 500px; }

.nav-main .menu-col {
  width: 50%; }

.nav-main .fsNavPageInfo {
  background: #ff5c00 url("../images/oasis-circle.png") no-repeat;
  text-align: left;
  z-index: 300;
  min-width: 325px;
  background-position: bottom -110px right -110px;
  background-size: 300px;
  background-repeat: no-repeat; }
  .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 !important;
    -ms-transform: none;
    transform: none; }
    .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo li {
      text-align: right; }
  .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
    right: 0;
    left: auto !important;
    -ms-transform: none;
    transform: none; }
    .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo li {
      text-align: right; }
  .nav-main .fsNavLevel1 > li:nth-last-child(3) .fsNavPageInfo {
    right: 0;
    left: auto !important;
    -ms-transform: none;
    transform: none; }
    .nav-main .fsNavLevel1 > li:nth-last-child(3) .fsNavPageInfo li {
      text-align: right; }

.nav-main .fsNavLevel2 {
  padding: 30px; }
  .nav-main .fsNavLevel2 li {
    padding: 10px;
    display: block; }
    .nav-main .fsNavLevel2 li a {
      display: inline-block;
      color: #fff;
      background: transparent;
      padding: 0 0 5px 0;
      position: relative; }
      .nav-main .fsNavLevel2 li a:after {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #FFFFFF;
        content: "";
        transition: all 0.3s ease-in-out;
        left: 0; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #eee;
        background: transparent; }
        .nav-main .fsNavLevel2 li a:hover:after, .nav-main .fsNavLevel2 li a:focus:after {
          width: 100%; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #eee;
      background: transparent; }

a.c-mobile-menu-toggle {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  position: absolute;
  float: left;
  z-index: 10;
  padding: 22px 10px 10px 8px;
  height: 50px;
  width: 60px;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff5c00;
  cursor: pointer;
  transition: background-color 0.3s; }
  a.c-mobile-menu-toggle:before {
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #32353a;
    position: absolute;
    left: 19px;
    top: 30px;
    transition: top 0.3s ease-in-out, transform 0.25s ease-in-out 0.15s;
    border-radius: 2px; }
  a.c-mobile-menu-toggle:after {
    display: block;
    content: "";
    width: 20px;
    height: 9px;
    background-color: transparent;
    position: absolute;
    left: 19px;
    transition: top 0.3s ease-in-out 0.25s, transform 0.15s ease-in-out;
    border-color: #32353a;
    border-style: solid;
    border-bottom-width: 3px;
    border-top-width: 3px;
    border-right-width: 0;
    border-left-width: 0;
    top: 18px;
    border-radius: 2px; }
  .drawer-is-active a.c-mobile-menu-toggle {
    background-color: #ff5c00; }
    .drawer-is-active a.c-mobile-menu-toggle:before, .drawer-is-active a.c-mobile-menu-toggle:after {
      top: 23px;
      background-color: #fff; }
    .drawer-is-active a.c-mobile-menu-toggle:before {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .drawer-is-active a.c-mobile-menu-toggle:after {
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-bottom-width: 0;
      border-top-width: 0;
      height: 3px;
      background-color: #fff; }
  @media (min-width: 950px) {
    a.c-mobile-menu-toggle {
      display: none; } }

#fsMenu {
  z-index: 1100; }
  #fsMenu .nav-utility-header {
    padding: 10px 0 0 10px;
    float: none; }
    #fsMenu .nav-utility-header li {
      display: block; }
      #fsMenu .nav-utility-header li .fsNavPageInfo {
        position: relative;
        background: transparent;
        box-shadow: 0px 0px 0px transparent;
        max-height: none;
        top: 0; }
        #fsMenu .nav-utility-header li .fsNavPageInfo .fsNavLevel2 {
          padding: 2px 0 10px 0; }
          #fsMenu .nav-utility-header li .fsNavPageInfo .fsNavLevel2 li {
            padding: 0 10px 0 30px; }
            #fsMenu .nav-utility-header li .fsNavPageInfo .fsNavLevel2 li a {
              color: #fff; }
              #fsMenu .nav-utility-header li .fsNavPageInfo .fsNavLevel2 li a:before {
                content: '-';
                color: #fff;
                display: inline-block;
                padding-right: 10px; }
              #fsMenu .nav-utility-header li .fsNavPageInfo .fsNavLevel2 li a:after {
                display: none; }
              #fsMenu .nav-utility-header li .fsNavPageInfo .fsNavLevel2 li a:hover {
                text-decoration: underline; }
    #fsMenu .nav-utility-header li.fsNavParentPage > a:after {
      display: none; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(20%, 0, 0);
  -ms-transform: translate(20%, 0);
  transform: translate(20%, 0);
  top: 50px;
  min-height: 100%;
  max-width: 100%;
  background: rgba(7, 24, 68, 0.95);
  z-index: 1100; }
  @media (min-width: 950px) {
    .fsMenu {
      display: none; } }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .nav-utility-header {
    display: block; }

.mobile-nav {
  margin-bottom: 0 !important;
  clear: none;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0;
  padding-top: 80px; }
  .mobile-nav > header {
    display: none; }
  .mobile-nav ul {
    padding-left: 0;
    margin-bottom: 0; }
  .mobile-nav .fsElementContent {
    display: block; }
  .mobile-nav .fsNavLevel1 {
    padding: 0;
    text-align: left; }
    .mobile-nav .fsNavLevel1 > li {
      float: none;
      padding: 0;
      display: block;
      border-bottom: 2px solid #fff; }
      .mobile-nav .fsNavLevel1 > li:last-child {
        text-align: left; }
      .mobile-nav .fsNavLevel1 > li > a {
        padding: 15px 30px;
        font-size: 23px;
        line-height: 1;
        color: #eee;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        display: block;
        position: relative;
        letter-spacing: .01em; }
        .mobile-nav .fsNavLevel1 > li > a:before {
          display: none; }
        .mobile-nav .fsNavLevel1 > li > a:hover {
          color: #ff5c00; }
      .mobile-nav .fsNavLevel1 > li.fsNavParentPage > .fsNavPageInfo {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-in-out; }
      .mobile-nav .fsNavLevel1 > li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 1200px; }
      .mobile-nav .fsNavLevel1 > li.fsNavParentPage.active > a span.next-level-btn {
        width: 60px; }
        .mobile-nav .fsNavLevel1 > li.fsNavParentPage.active > a span.next-level-btn:before {
          -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
  .mobile-nav .fsNavLevel2 {
    padding-bottom: 10px; }
    .mobile-nav .fsNavLevel2 span.next-level-btn {
      display: none; }
    .mobile-nav .fsNavLevel2 li {
      border-bottom: 0; }
      .mobile-nav .fsNavLevel2 li a {
        position: relative;
        font-size: 16px;
        padding-left: 50px;
        font-weight: 400;
        color: #fff; }
        .mobile-nav .fsNavLevel2 li a:before {
          content: '-';
          color: #fff;
          display: inline-block;
          padding-right: 10px; }
        .mobile-nav .fsNavLevel2 li a:hover {
          text-decoration: underline; }
  .mobile-nav .fsNavLevel3 li a {
    padding-left: 70px; }
  .mobile-nav span.next-level-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer; }
    .mobile-nav span.next-level-btn:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #ff5c00 transparent transparent transparent;
      position: absolute;
      top: 50%;
      right: 10px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all .2s ease-in-out; }

.mobile-close {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-top: 27px; }
  .mobile-close:before {
    color: #eee;
    content: '\e905';
    font-family: icomoon;
    font-size: 20px; }

.exit-off-canvas {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  cursor: default;
  visibility: hidden;
  transition: all .5s;
  text-indent: -999px; }

.drawer-is-active .exit-off-canvas {
  opacity: 1;
  visibility: visible; }

#fsHeader .nav-social {
  text-align: right; }

.nav-social {
  margin-bottom: 0;
  padding-right: 40px; }
  .nav-social .fsNavLevel1 {
    font-size: 0; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      .nav-social .fsNavLevel1 li span {
        display: none; }
      .nav-social .fsNavLevel1 li:first-child a {
        padding-left: 0; }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='vine']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='share']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='addthis']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .nav-social .fsNavLevel1 [href*='boards']: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:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='share']:hover:before, .nav-social .fsNavLevel1 [href*='share']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='addthis']:hover:before, .nav-social .fsNavLevel1 [href*='addthis']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 [href*='boards']:hover:before, .nav-social .fsNavLevel1 [href*='boards']:focus:before {
      color: #fff; }
    .nav-social .fsNavLevel1 a {
      padding: 14px 7px;
      display: inline-block;
      line-height: 1;
      position: relative; }
      .nav-social .fsNavLevel1 a:before {
        color: #fff;
        font-size: 18px;
        transition: 0.3s all;
        display: block; }

#google_translate_element,
#google_translate_element_mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden; }
  #google_translate_element img,
  #google_translate_element_mobile img {
    display: none; }

.top-header > .fsElementContent > .translate-embed {
  display: none; }

@media (max-width: 949px) {
  #fsMenu .util-language {
    display: none !important; } }

.nav-utility-header {
  float: right;
  margin-right: 80px; }
  .nav-utility-header nav, .nav-utility-header nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-header nav li {
    margin: 0;
    padding: 0; }
  .nav-utility-header nav ul > li {
    display: inline-block;
    position: relative; }
    .nav-utility-header nav ul > li a {
      padding: 16px 10px 12px 10px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 11.9px;
      position: relative;
      display: block;
      font-weight: 200;
      letter-spacing: 1px;
      font-family: "Rajdhani", sans-serif; }
      .nav-utility-header nav ul > li a:before {
        color: #ff5c01;
        font-weight: 400;
        margin-right: 5px;
        font-size: 14.28px;
        line-height: 14.28px;
        bottom: -2px;
        position: relative;
        font-family: icomoon; }
      .nav-utility-header nav ul > li a:hover, .nav-utility-header nav ul > li a:focus {
        color: #fff; }
        .nav-utility-header nav ul > li a:hover:before, .nav-utility-header nav ul > li a:focus:before {
          color: #fff; }
    .nav-utility-header nav ul > li.util-language > a:before {
      content: "\e903"; }
    .nav-utility-header nav ul > li.util-safeguarding > a:before {
      content: "\e906"; }
    .nav-utility-header nav ul > li.util-contact > a:before {
      content: "\e902"; }
    .nav-utility-header nav ul > li.util-oasiszone > a:before {
      content: "\e907"; }
    .nav-utility-header nav ul > li.fa-virus:before {
      content: "\e074";
      color: #ff5c01;
      font-size: 14.28px;
      line-height: 14.28px;
      bottom: 12px;
      left: -10px;
      position: absolute; }
    .nav-utility-header nav ul > li.fsNavCurrentPageAncestor > a, .nav-utility-header nav ul > li.fsNavCurrentPage > a, .nav-utility-header nav ul > li.fsNavParentPage > a {
      color: #fff; }
    .nav-utility-header nav ul > li.fsNavParentPage > a {
      padding-right: 16px; }
      .nav-utility-header nav ul > li.fsNavParentPage > a:after {
        content: "";
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        position: relative;
        display: inline-block;
        top: 2px;
        right: -6px;
        transition: all .2s ease-in-out; }
  .nav-utility-header .fsNavPageInfo {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    text-align: left;
    z-index: 300;
    min-width: 205px;
    background-position: bottom -110px right -110px;
    background-size: 300px;
    background-repeat: no-repeat; }
    .nav-utility-header .fsNavLevel1 > li:first-child .fsNavPageInfo {
      left: 0;
      -ms-transform: none;
      transform: none; }
    .nav-utility-header .fsNavLevel1 > li:last-child .fsNavPageInfo {
      right: 0;
      left: auto !important;
      -ms-transform: none;
      transform: none; }
      .nav-utility-header .fsNavLevel1 > li:last-child .fsNavPageInfo li {
        text-align: right; }
  .nav-utility-header .fsNavLevel2 {
    padding: 12px; }
    .nav-utility-header .fsNavLevel2 li {
      padding: 10px;
      display: block; }
      .nav-utility-header .fsNavLevel2 li a {
        display: inline-block;
        color: #000;
        padding: 0 0 5px 0;
        position: relative; }
        .nav-utility-header .fsNavLevel2 li a:after {
          position: absolute;
          bottom: 0;
          width: 0;
          height: 2px;
          background-color: #FFFFFF;
          content: "";
          transition: all 0.3s ease-in-out;
          left: 0; }
        .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
          text-decoration: underline;
          color: #000; }
          .nav-utility-header .fsNavLevel2 li a:hover:after, .nav-utility-header .fsNavLevel2 li a:focus:after {
            width: 100%; }
      .nav-utility-header .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
        color: #000;
        text-decoration: underline; }
  html.js .nav-utility-header .fsNavLevel1 li {
    position: relative; }
    html.js .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-utility-header .fsNavLevel1 li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-utility-header .fsNavLevel1 li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-utility-header .fsNavLevel1 li {
    position: relative; }
    html:not(.js) .nav-utility-header .fsNavLevel1 li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-utility-header .fsNavLevel1 li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-utility-header .fsNavLevel1 li:focus > .fsNavPageInfo {
        max-height: 9999px; } }
  @media (max-width: 949px) {
    .nav-utility-header {
      display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsConstituent.styled {
  max-width: 1000px; }
  .fsConstituent.styled .fsConstituentItem {
    position: relative;
    padding: 0;
    margin-bottom: 20px; }
  .fsConstituent.styled .fsPhoto {
    height: 320px;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    position: relative; }
  .fsConstituent.styled .fsBiography {
    display: none; }
  .fsConstituent.styled .constituent-inner {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(7, 24, 68, 0.7);
    text-align: center;
    padding: 14px 10px;
    color: #fff;
    transition: all .3s ease-in-out; }
  .fsConstituent.styled .fs_style_31 {
    background-color: #e5e5e5;
    color: #32353a;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
    .fsConstituent.styled .fs_style_31 p {
      margin: 0; }
  .fsConstituent.styled .fsFullName {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    display: block; }
    .fsConstituent.styled .fsFullName a {
      display: block;
      color: #fff; }
  .fsConstituent.styled .fsWebsite {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    transition: background-color .3s ease-in-out; }
    .fsConstituent.styled .fsWebsite:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .fsConstituent.styled .fsWebsite a {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      font-size: 0; }
      .fsConstituent.styled .fsWebsite a span {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 60px;
        border: solid 4px #FFFFFF;
        border-radius: 50%;
        color: #fff; }
  .fsConstituent.styled .fsEmail {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 0;
    background-color: #071844;
    text-align: center;
    transition: all .3s ease-in-out; }
    .fsConstituent.styled .fsEmail div {
      height: 28px;
      width: 28px;
      position: relative;
      left: -20px; }
    .fsConstituent.styled .fsEmail .fsEmailIcon {
      opacity: 0; }
    .fsConstituent.styled .fsEmail a {
      display: block;
      position: relative;
      line-height: 1;
      height: 28px;
      width: 28px;
      text-align: center;
      font-size: 0; }
      .fsConstituent.styled .fsEmail a:before {
        margin-top: 7px;
        font-size: 13px;
        font-weight: 400;
        content: '\e902';
        font-family: icomoon;
        display: block;
        transition: all .3s ease-in-out;
        color: #fff; }
      .fsConstituent.styled .fsEmail a:hover:before {
        color: #fff; }

.placeholderPhoto {
  background-image: url("../images/constituentdefault.png");
  background-size: cover;
  background-position: center center; }

@media (min-width: 600px) {
  .constituentstyled .fsDialog.fsConstituent {
    padding: 46px 46px;
    background: transparent;
    overflow: hidden;
    width: 900px;
    border: 0px;
    border-radius: 0;
    height: 446px; }
    .constituentstyled .fsDialog.fsConstituent > header {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 46px;
      width: 46px;
      background-color: #071844; }
      .constituentstyled .fsDialog.fsConstituent > header button:before, .constituentstyled .fsDialog.fsConstituent > header button:after {
        background: #fff; }
    .constituentstyled .fsDialog.fsConstituent .fsConstituentCustom {
      height: 400px;
      overflow-y: auto; }
    .constituentstyled .fsDialog.fsConstituent .fsDialogContent {
      padding: 0;
      background-color: #fff; }
    .constituentstyled .fsDialog.fsConstituent .fsProfileImage {
      float: left;
      background-color: #fff;
      background-size: cover;
      height: 400px;
      width: 300px;
      margin-top: 0;
      margin-bottom: 0;
      position: fixed; }
    .constituentstyled .fsDialog.fsConstituent .fsFullName {
      background: #071844;
      margin-bottom: 0;
      padding-left: 20px;
      padding-top: 10px;
      color: #fff;
      font-size: 24px;
      float: right;
      display: block;
      width: calc(100% - 300px); }
    .constituentstyled .fsDialog.fsConstituent .fsTitles {
      float: right;
      display: block;
      width: calc(100% - 300px);
      background: #071844;
      padding-left: 20px;
      color: #fff;
      padding-bottom: 15px;
      margin-bottom: 0;
      clear: right; }
    .constituentstyled .fsDialog.fsConstituent .fsBiography {
      padding: 20px;
      float: right;
      display: block;
      width: calc(100% - 300px);
      overflow: auto;
      clear: right; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #071844;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-bottom: 2px;
    display: block;
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 7px;
    color: #fff;
    transition: .3s;
    font-family: "Roboto", sans-serif;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #0c2872;
    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: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #071844; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: "-"; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 2px;
  font-size: 22px;
  content: "+"; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 2px;
  font-size: 22px;
  content: "-"; }

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

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

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

.fsAccordion {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .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(7, 24, 68, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(7, 24, 68, 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(7, 24, 68, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(7, 24, 68, 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 {
    color: #fff;
    background-color: #32353a;
    font-size: 1.4em;
    display: inline-block;
    padding: 12px 30px;
    margin: 0 12px;
    font-size: 17.5px;
    padding: 10px 20px; }
    @media (max-width: 899px) {
      .scroll-up span {
        font-size: 15px;
        padding: 10px;
        margin: 0 10px; } }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #071844;
      color: #fff; }
    .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: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #32353a; }
    .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: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #071844; }
    .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: #36c;
        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: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #071844 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      color: #fff;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #ff5c00 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Roboto", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

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

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

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

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

/*! 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 {
    color: #fff;
    background-color: #32353a;
    font-size: 1.4em;
    display: inline-block;
    padding: 12px 30px;
    margin: 0 12px;
    font-size: 17.5px; }
    @media (max-width: 899px) {
      .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 {
        font-size: 15px;
        padding: 10px;
        margin: 0 10px; } }
    .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: #071844;
      color: #fff; }
    .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 {
    color: #fff;
    background-color: #32353a;
    font-size: 1.4em;
    display: inline-block;
    padding: 12px 30px;
    margin: 0 12px;
    font-size: 17.5px; }
    @media (max-width: 899px) {
      .fsAccount .fsAccountLogout a {
        font-size: 15px;
        padding: 10px;
        margin: 0 10px; } }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #071844;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

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

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

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

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

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

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ff5c00;
  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: 16px;
    font-family: "Rajdhani", sans-serif; }

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

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

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

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

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 10px;
    color: #fff;
    margin-bottom: 0; } }
  @media (min-width: 800px) and (max-width: 699px) {
    .fsCustomSlider .caption-title {
      font-size: 25.6px; } }

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

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

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

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

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

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

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

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

.fsPostElement .fsThumbnail {
  margin-bottom: 10px; }

.fsPostElement .fsTitle {
  font-size: 18px;
  font-family: "Rajdhani", sans-serif; }

.fsPostElement .fsDateTime {
  display: block;
  font-size: 13px;
  color: #808080;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0; }

.fsPostElement .fsSummary {
  padding: 15px 0 0 0; }

/*! _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; }

.c-search-toggle {
  float: right;
  height: 50px;
  width: 60px;
  float: right;
  position: relative; }
  .c-search-toggle:before {
    content: "";
    width: 20px;
    height: 20px;
    border: solid 3px #32353a;
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out; }
  .c-search-toggle:after {
    display: block;
    position: absolute;
    content: "";
    width: 11px;
    height: 3px;
    left: 26px;
    background-color: #32353a;
    top: 30px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    transition: all 0.3s ease-in-out; }
  .c-search-toggle.search-open:before {
    display: block;
    position: absolute;
    content: "";
    width: 23px;
    height: 3px;
    left: 15px;
    top: 24px;
    background-color: #32353a;
    border: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1025px) {
      .c-search-toggle.search-open:before {
        background-color: #32353a; } }
  .c-search-toggle.search-open:after {
    width: 23px;
    height: 3px;
    left: 15px;
    top: 24px; }
  .c-search-toggle.mobile {
    z-index: 2; }
    @media (min-width: 950px) {
      .c-search-toggle.mobile {
        display: none; } }
    .c-search-toggle.mobile:after {
      background-color: #32353a; }
    .c-search-toggle.mobile:before {
      border-color: #32353a; }
  .c-search-toggle.desktop {
    display: none; }
    .c-search-toggle.desktop:after {
      background-color: #32353a; }
    .c-search-toggle.desktop:before {
      border-color: #32353a; }
    .c-search-toggle.desktop.search-open:before {
      background-color: #32353a; }
    @media (min-width: 950px) {
      .c-search-toggle.desktop {
        display: inline-block;
        float: right; } }
  @media (min-width: 950px) {
    .small .c-search-toggle:after {
      background-color: #32353a; }
    .small .c-search-toggle:before {
      border-color: #32353a; }
    .small .c-search-toggle.search-open:before {
      background-color: #32353a; } }

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #32353a; }
      .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #fff !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #32353a;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Roboto", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 75px;
    background: #32353a;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "Roboto", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

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

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

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

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

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

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !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: #039 !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  color: #fff;
  background-color: #32353a;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .vimeo_view_link a {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #071844;
    color: #fff; }
  .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 {
  color: #fff;
  background-color: #32353a;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .Youtube_view_link a {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #071844;
    color: #fff; }
  .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-bottom: 2px;
        display: block;
        border: 1px solid #ccc;
        font-size: 18px;
        padding: 7px;
        color: #fff;
        transition: .3s;
        font-family: "Roboto", sans-serif;
        background: #071844;
        color: #fff; }
        .fsTabs .fsTabsNav li a:hover {
          background: #0c2872;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #071844; }

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

/*! pages - home v0.0.1 */
.home:not(.fsDraftMode) #fsPageContent {
  padding: 0 !important; }

.home:not(.fsDraftMode) #fsHeader .nav-social {
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 5;
  padding-right: 20px;
  background: transparent !important; }
  @media (max-width: 899px) {
    .home:not(.fsDraftMode) #fsHeader .nav-social {
      display: none; } }
  .home:not(.fsDraftMode) #fsHeader .nav-social ul li {
    display: block; }

.home:not(.fsDraftMode) .play-video-content {
  display: none; }

body:not(.fsDraftMode) .text-over-video {
  background: linear-gradient(to bottom, rgba(7, 24, 68, 0.75) 4%, rgba(7, 24, 68, 0) 30%, rgba(7, 24, 68, 0) 70%, rgba(7, 24, 68, 0.75) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0; }
  @media (max-width: 949px) {
    body:not(.fsDraftMode) .text-over-video {
      background: transparent url("../images/videomobile.jpg") center 50px no-repeat !important;
      background-size: cover; }
      body:not(.fsDraftMode) .text-over-video:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(7, 24, 68, 0.75) 4%, rgba(7, 24, 68, 0) 30%, rgba(7, 24, 68, 0) 70%, rgba(7, 24, 68, 0.75) 100%); } }
  body:not(.fsDraftMode) .text-over-video .slick-list,
  body:not(.fsDraftMode) .text-over-video .slick-slider {
    height: 100vh; }
  body:not(.fsDraftMode) .text-over-video .slick-slide {
    position: relative !important;
    color: #fff;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    height: 100vh; }
    body:not(.fsDraftMode) .text-over-video .slick-slide .fsElementContent {
      position: absolute;
      width: 75%;
      bottom: 200px !important;
      letter-spacing: 0.075em;
      left: 0 !important;
      right: 0 !important;
      margin: 0 auto !important;
      text-align: center; }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .text-over-video .slick-slide {
        font-size: 50px; }
        body:not(.fsDraftMode) .text-over-video .slick-slide .fsElementContent {
          bottom: 210px !important; } }
    @media (max-width: 799px) {
      body:not(.fsDraftMode) .text-over-video .slick-slide {
        font-size: 31px; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .text-over-video .slick-slide {
        font-size: 24px;
        line-height: 1.4; }
        body:not(.fsDraftMode) .text-over-video .slick-slide .fsElementContent {
          bottom: 0 !important;
          padding: 20px 20px 45px 20px;
          width: 100%; } }
    @media (max-width: 499px) {
      body:not(.fsDraftMode) .text-over-video .slick-slide {
        font-size: 17px; } }
  body:not(.fsDraftMode) .text-over-video .slick-dots {
    position: absolute;
    bottom: 10px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 200px;
    text-align: center;
    z-index: 5;
    margin-bottom: 0; }
    @media (min-width: 641px) {
      body:not(.fsDraftMode) .text-over-video .slick-dots {
        bottom: 170px; } }
    body:not(.fsDraftMode) .text-over-video .slick-dots li {
      padding: 0;
      width: auto !important;
      margin: 0;
      display: inline-block !important;
      border: none; }
      body:not(.fsDraftMode) .text-over-video .slick-dots li.slick-active button {
        background-color: #FFFFFF; }
      body:not(.fsDraftMode) .text-over-video .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: transparent;
        border: solid 2px white;
        color: transparent;
        margin: 0 6px;
        cursor: pointer;
        font-size: 0; }

body:not(.fsDraftMode) .home-video {
  min-height: 100vh; }
  body:not(.fsDraftMode) .home-video > header {
    display: none; }
  @media (max-width: 949px) {
    body:not(.fsDraftMode) .home-video {
      min-height: 80vh; } }
  body:not(.fsDraftMode) .home-video .fsMediaContainer {
    min-height: 100vh; }
    @media (max-width: 949px) {
      body:not(.fsDraftMode) .home-video .fsMediaContainer {
        min-height: 80vh; } }

body:not(.fsDraftMode) .home-video-cont {
  display: none; }
  @media (min-width: 950px) {
    body:not(.fsDraftMode) .home-video-cont {
      display: block;
      position: absolute !important;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      body:not(.fsDraftMode) .home-video-cont video {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none !important;
        vertical-align: baseline; } }

body:not(.fsDraftMode) .buttons-over-video {
  position: absolute;
  bottom: 100px;
  margin-bottom: 0;
  width: 100%;
  left: 0;
  text-align: center; }
  body:not(.fsDraftMode) .buttons-over-video, body:not(.fsDraftMode) .buttons-over-video ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsDraftMode) .buttons-over-video li {
    margin: 0;
    padding: 0; }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .buttons-over-video {
      display: none; } }
  body:not(.fsDraftMode) .buttons-over-video ul li {
    display: inline-block; }
    body:not(.fsDraftMode) .buttons-over-video ul li a {
      background: #fff;
      display: block;
      padding: 12px 30px;
      margin: 0 20px;
      font-size: 21px;
      color: #32353a;
      line-height: 1; }
      body:not(.fsDraftMode) .buttons-over-video ul li a:hover {
        color: #fff; }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .buttons-over-video ul li a {
          font-size: 16px; } }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .buttons-over-video ul li a {
          font-size: 15px; } }

body:not(.fsDraftMode) .c-scroll-down {
  display: none; }
  @media (min-width: 641px) {
    body:not(.fsDraftMode) .c-scroll-down {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 50%;
      animation: scrollDownAnimate ease-in-out 4s;
      animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      animation-fill-mode: forwards;
      /*when the spec is finished*/ } }
  body:not(.fsDraftMode) .c-scroll-down a {
    cursor: pointer;
    color: #fff;
    font-size: 42px;
    transition: all 0.3s; }
    body:not(.fsDraftMode) .c-scroll-down a span {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      display: block;
      margin-left: 13px; }

body:not(.fsDraftMode) .sws-video-link {
  left: 40px;
  position: absolute;
  border-radius: 50%;
  border: solid 5px #FFFFFF;
  opacity: 1;
  background-color: transparent;
  color: transparent;
  bottom: 40px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
  display: none; }
  @media (min-width: 641px) {
    body:not(.fsDraftMode) .sws-video-link {
      display: block; } }
  body:not(.fsDraftMode) .sws-video-link:before {
    content: "Play Video";
    display: block;
    position: absolute;
    left: 123%;
    font-size: 20px;
    color: #fff;
    width: 200px;
    top: 21px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    transition: all 0.3s;
    pointer-events: inherit; }
  body:not(.fsDraftMode) .sws-video-link:after {
    width: 0;
    transition: all 0.3s;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    position: absolute;
    left: 54%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body:not(.fsDraftMode) .l-quick-access-links {
  background-color: #E5E5E5;
  padding: 20px;
  margin-bottom: 40px; }
  body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent:after {
      content: "";
      display: table;
      clear: both; }
    body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col {
      margin-bottom: 0;
      -ms-flex: 1 auto;
      flex: 1 auto;
      position: relative;
      max-width: 33%; }
      body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col:nth-child(3) {
        border-right-width: 0; }
      @media (min-width: 320px) {
        body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col {
          width: 33.33%; } }
      @media (min-width: 961px) {
        body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col {
          border-right: solid 1px #f00;
          width: 16.66%; }
          body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col:nth-child(3) {
            border-right-width: 1px; }
          body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col:last-child {
            border-right-width: 0; } }
  body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent {
    display: block; }
    body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent:hover img {
      opacity: 0; }
    body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent:hover a:before {
      height: 40px;
      width: 40px;
      opacity: 1;
      background-size: 80%; }
      @media (min-width: 961px) {
        body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent:hover a:before {
          height: 75px;
          width: 75px;
          opacity: 1;
          background-size: 92%; } }
    body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent img {
      height: 30px;
      display: block;
      margin: 20px auto;
      opacity: 1;
      transition: all 0.2s ease-in-out;
      width: auto; }
      @media (min-width: 961px) {
        body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent img {
          height: 50px; } }
    body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent a {
      text-align: center;
      display: block;
      font-size: 1em;
      font-family: "Rajdhani", sans-serif;
      font-weight: 700; }
      body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent a:before {
        display: block;
        content: "";
        position: absolute;
        top: 36%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 20%;
        opacity: 0;
        transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.4s ease-in-out 0.2s;
        background-image: url("../images/quick-access-sprite.png");
        background-size: 92%;
        background-repeat: no-repeat;
        background-position: 5px 6px; }
      body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent a:after {
        content: "";
        pointer-events: inherit;
        cursor: pointer; }
      body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent a.tier-link:before {
        background-color: #071844;
        background-position: 5px -36px; }
        @media (min-width: 961px) {
          body:not(.fsDraftMode) .l-quick-access-links .col > .fsElementContent a.tier-link:before {
            background-position: 5px -81px; } }

body:not(.fsDraftMode) .our-videos-container {
  padding: 20px;
  background: #e5e5e5; }
  body:not(.fsDraftMode) .our-videos-container > header {
    text-align: center; }
    body:not(.fsDraftMode) .our-videos-container > header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-family: "Rajdhani", sans-serif;
      font-weight: 500;
      font-size: 32px;
      line-height: 46px;
      margin-bottom: 10px;
      font-size: 28px;
      color: #32353a;
      margin: 20px 0; }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .our-videos-container > header .fsElementTitle {
          font-size: 25.6px; } }
  body:not(.fsDraftMode) .our-videos-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body:not(.fsDraftMode) .our-videos-container > .fsElementContent p {
      margin: 0; }
    body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement {
      -ms-flex: 1 auto;
      flex: 1 auto;
      width: calc(33.33% - 20px);
      margin: 0 10px;
      position: relative;
      height: 480px;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 1199px) {
        body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement {
          height: 370px; } }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement {
          width: calc(100% - 20px);
          max-width: 600px;
          height: 300px;
          margin-bottom: 20px; } }
      body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement > footer {
        position: absolute;
        background: #e5e5e5;
        bottom: 0;
        width: 100%; }
        body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement > footer .fsElementFooterContent {
          margin-top: 0;
          font-weight: normal;
          font-family: "Rajdhani", sans-serif;
          font-weight: 500;
          font-size: 26px;
          line-height: 40px;
          margin-bottom: 10px;
          color: #32353a;
          line-height: 1;
          margin: 0;
          padding: 25px; }
          @media (max-width: 699px) {
            body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement > footer .fsElementFooterContent {
              font-size: 20.8px; } }
      body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement .fsElementContent {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 0;
        z-index: 2; }
        body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:before, body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 44%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: all 0.3s; }
          @media (max-width: 999px) {
            body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:before, body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:after {
              top: 36%; } }
        body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 0 15px 20px;
          -ms-transform: translate(-48%, -50%);
          transform: translate(-48%, -50%);
          border-color: transparent transparent transparent #FFFFFF; }
        body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:after {
          width: 85px;
          height: 85px;
          border: solid 5px white;
          border-radius: 50%; }
  body:not(.fsDraftMode) .our-videos-container > footer {
    text-align: center; }
    body:not(.fsDraftMode) .our-videos-container > footer .fsElementFooterContent {
      margin: 0; }

body:not(.fsDraftMode) .video-slide-container {
  margin-bottom: 40px; }
  body:not(.fsDraftMode) .video-slide-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body:not(.fsDraftMode) .video-slide-container .side-image-box,
  body:not(.fsDraftMode) .video-slide-container .home-text-slider {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 50%;
    height: 450px;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .video-slide-container .side-image-box,
      body:not(.fsDraftMode) .video-slide-container .home-text-slider {
        width: 100%; } }
  body:not(.fsDraftMode) .video-slide-container .side-image-box {
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .video-slide-container .side-image-box {
        -ms-flex-order: 1;
        order: 1;
        height: 300px;
        max-width: 600px; }
        body:not(.fsDraftMode) .video-slide-container .side-image-box:after {
          display: none; } }
    body:not(.fsDraftMode) .video-slide-container .side-image-box:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      border-width: 0 115px 450px 0px;
      border-color: transparent transparent #ffffff transparent;
      left: 0;
      bottom: 0; }
    body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent {
      -ms-flex-item-align: end;
      align-self: flex-end;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 25px 0 50px 150px;
      background: rgba(7, 24, 68, 0.6);
      transition: background .3s ease-in-out;
      font-size: 28px;
      font-family: "Rajdhani", sans-serif; }
      @media (max-width: 949px) {
        body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent {
          padding: 15px 30px 30px 30px;
          font-size: 21px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent {
          padding: 15px 15px 30px 15px;
          font-size: 18px; } }
      body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a {
        display: block;
        color: #fff;
        transition: all .3s ease-in-out; }
        body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          pointer-events: inherit;
          cursor: pointer; }
        body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a span {
          font-size: 49px;
          margin-right: 10px;
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          transition: all .3s !important;
          display: inline-block; }
        body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a.lightbox-link span, body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a.fs_style_30 span {
          border: solid 3px #FFFFFF;
          border-radius: 50%;
          position: relative;
          display: -ms-inline-flexbox;
          display: inline-flex;
          top: 8px; }
          @media (min-width: 950px) {
            body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a.lightbox-link span, body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent a.fs_style_30 span {
              top: 12px; } }
      body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent:hover a span {
        margin-left: 20px;
        -ms-transform: rotate(360deg) !important;
        transform: rotate(360deg) !important; }
  body:not(.fsDraftMode) .video-slide-container .home-text-slider {
    -ms-flex-order: 1;
    order: 1;
    position: relative; }
    body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow {
      float: right;
      margin-top: 10px;
      display: inline-block !important;
      width: 40px;
      border: 4px solid transparent;
      color: transparent;
      font-size: 0;
      background-color: transparent;
      clear: right;
      height: 40px;
      border-radius: 50%;
      transition: all 0.3s;
      position: absolute;
      z-index: 999; }
      body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow:hover span:before {
        color: #071844; }
      body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow span {
        width: auto;
        top: 0;
        height: auto;
        position: absolute;
        z-index: 10;
        display: block;
        opacity: 1;
        font-size: 33px;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        @media (min-width: 950px) {
          body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow span {
            font-size: 40px; } }
      @media (min-width: 950px) {
        body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow {
          height: 49px;
          width: 53px;
          top: 50%;
          -ms-transform: translateY(-100px);
          transform: translateY(-100px); } }
      body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-next {
        position: absolute;
        bottom: 1px;
        right: 0; }
        body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-next span {
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        @media (min-width: 600px) {
          body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-next {
            bottom: 100%; } }
        @media (min-width: 950px) {
          body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-next {
            -ms-transform: translateY(-40px);
            transform: translateY(-40px); } }
      body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-prev {
        position: absolute;
        bottom: 0;
        right: 45px; }
        @media (min-width: 600px) {
          body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-prev {
            bottom: 100%; } }
        @media (min-width: 950px) {
          body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow.slick-prev {
            right: 0; } }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .video-slide-container .home-text-slider {
        height: auto; } }
    body:not(.fsDraftMode) .video-slide-container .home-text-slider .fsElementTitle {
      color: #32353a; }
      @media (min-width: 1100px) {
        body:not(.fsDraftMode) .video-slide-container .home-text-slider .fsElementTitle {
          font-size: 36px;
          font-weight: 400; } }
    body:not(.fsDraftMode) .video-slide-container .home-text-slider .inner-wrap {
      width: 80%;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .video-slide-container .home-text-slider .inner-wrap {
          position: relative;
          top: 0;
          -ms-transform: translateY(0);
          transform: translateY(0);
          padding-top: 50px; } }
      body:not(.fsDraftMode) .video-slide-container .home-text-slider .inner-wrap > .fsElementContent {
        padding-right: 80px;
        font-size: 17.5px;
        line-height: 1.5; }
        @media (max-width: 599px) {
          body:not(.fsDraftMode) .video-slide-container .home-text-slider .inner-wrap > .fsElementContent {
            padding-right: 0; } }
  body:not(.fsDraftMode) .video-slide-container:nth-child(even) .home-text-slider {
    -ms-flex-order: 2;
    order: 2; }
    body:not(.fsDraftMode) .video-slide-container:nth-child(even) .home-text-slider .inner-wrap > .fsElementContent {
      padding-right: 0; }
  body:not(.fsDraftMode) .video-slide-container:nth-child(even) .side-image-box {
    -ms-flex-order: 1;
    order: 1; }
    body:not(.fsDraftMode) .video-slide-container:nth-child(even) .side-image-box:after {
      right: 0;
      left: auto;
      border-width: 0 0 450px 115px;
      border-color: transparent transparent #ffffff transparent; }
    body:not(.fsDraftMode) .video-slide-container:nth-child(even) .side-image-box .fsElementContent {
      padding: 25px 85px 50px 50px; }
  body:not(.fsDraftMode) .video-slide-container > header {
    display: none; }

body:not(.fsDraftMode) .feed-slideshow {
  margin-bottom: 0;
  color: #fff;
  background-image: url("../images/oasis-circle.png");
  background-repeat: no-repeat;
  background-position: left -52px bottom -97px;
  background-size: 300px;
  height: 200px;
  position: relative; }
  @media (max-width: 699px) {
    body:not(.fsDraftMode) .feed-slideshow {
      height: auto; } }
  body:not(.fsDraftMode) .feed-slideshow > header {
    display: none; }
  body:not(.fsDraftMode) .feed-slideshow article {
    position: relative;
    padding: 30px; }
    body:not(.fsDraftMode) .feed-slideshow article a {
      color: #fff; }
      body:not(.fsDraftMode) .feed-slideshow article a:hover {
        color: #fff;
        text-decoration: underline; }
    body:not(.fsDraftMode) .feed-slideshow article .poster-container {
      -ms-transform: skewX(-8deg);
      transform: skewX(-8deg);
      color: #fff; }
      body:not(.fsDraftMode) .feed-slideshow article .poster-container .poster-name {
        display: block;
        padding-left: 60px;
        font-size: 25.2px;
        font-family: "Rajdhani", sans-serif;
        font-weight: 400;
        -ms-transform: skewX(-8deg);
        transform: skewX(-8deg); }
    body:not(.fsDraftMode) .feed-slideshow article .poster-image {
      display: none; }
    body:not(.fsDraftMode) .feed-slideshow article .soc-message {
      padding: 30px 40px 20px 60px;
      font-size: 19.6px;
      font-family: "Rajdhani", sans-serif; }
    body:not(.fsDraftMode) .feed-slideshow article .soc-icon {
      position: absolute;
      left: 23px;
      top: 35px;
      width: 40px;
      height: 40px;
      color: #fff; }
      body:not(.fsDraftMode) .feed-slideshow article .soc-icon:before {
        font-family: icomoon;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 46px;
        font-weight: 400;
        color: #fff; }
    body:not(.fsDraftMode) .feed-slideshow article.twitterpost .soc-icon:before {
      content: '\ea96'; }
    body:not(.fsDraftMode) .feed-slideshow article.facebookpost .soc-icon:before {
      content: '\ea90'; }
  body:not(.fsDraftMode) .feed-slideshow .slick-dots {
    position: absolute;
    padding-left: 0;
    top: 20px;
    right: 20px;
    width: 20px;
    text-align: center;
    margin-bottom: 0; }
    body:not(.fsDraftMode) .feed-slideshow .slick-dots li {
      padding: 0;
      width: auto !important;
      margin: 0;
      display: inline-block !important;
      border: none; }
      body:not(.fsDraftMode) .feed-slideshow .slick-dots li.slick-active button {
        background-color: #FFFFFF; }
      body:not(.fsDraftMode) .feed-slideshow .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: transparent;
        border: solid 2px white;
        color: transparent;
        margin: 0 6px;
        cursor: pointer;
        font-size: 0; }
    body:not(.fsDraftMode) .feed-slideshow .slick-dots li {
      display: block !important; }

body:not(.fsDraftMode) .fsElementControls .fsAlertFeeds a {
  position: relative;
  color: #32353a; }
  body:not(.fsDraftMode) .fsElementControls .fsAlertFeeds a:after {
    position: absolute;
    display: inline-block;
    float: right;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    right: 30px; }

body:not(.fsDraftMode) .news-soc-container {
  margin-bottom: 0;
  position: relative; }
  body:not(.fsDraftMode) .news-soc-container > .fsElementContent {
    padding: 50px 0 10px 0;
    width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .news-soc-container > .fsElementContent {
        width: 100%; } }

body:not(.fsDraftMode) .post-left-con {
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 40%;
  max-width: 100%;
  padding-right: 70px;
  font-family: "Rajdhani", sans-serif; }
  body:not(.fsDraftMode) .post-left-con > header .fsElementTitle {
    display: none; }
  @media (max-width: 999px) {
    body:not(.fsDraftMode) .post-left-con {
      width: 100%;
      max-width: 100%;
      padding-right: 0; }
      body:not(.fsDraftMode) .post-left-con > footer {
        text-align: center; } }

body:not(.fsDraftMode) .post-right-con {
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 60%;
  max-width: 100%; }
  body:not(.fsDraftMode) .post-right-con > header .fsElementTitle {
    display: none; }
  @media (max-width: 999px) {
    body:not(.fsDraftMode) .post-right-con {
      width: 100%;
      max-width: 100%; } }
  body:not(.fsDraftMode) .post-right-con > footer {
    text-align: center; }

@media (max-width: 999px) {
  body:not(.fsDraftMode) .home-posts-left {
    padding: 0 20px; } }

body:not(.fsDraftMode) .home-posts-left .fsThumbnail,
body:not(.fsDraftMode) .home-posts-left .fsCroppedImage {
  overflow: hidden;
  max-height: 200px;
  background-size: cover;
  background-position: center center; }

body:not(.fsDraftMode) .home-posts-left > header {
  padding-top: 15px; }
  body:not(.fsDraftMode) .home-posts-left > header .fsElementTitle {
    font-size: 31px;
    color: #32353a;
    font-weight: 400; }

body:not(.fsDraftMode) .home-posts-left .fsListItems > article .fsTitle a {
  font-size: 22px; }

body:not(.fsDraftMode) .home-posts-left .fsListItems > article .fsThumbnail {
  display: none; }

body:not(.fsDraftMode) .home-posts-left .fsListItems > article .fsDateTime {
  display: none; }

body:not(.fsDraftMode) .home-posts-left .fsListItems > article .fsSummary {
  display: none; }

body:not(.fsDraftMode) .home-posts-left .fsListItems > article:first-of-type {
  font-size: 21px;
  padding: 10px 0px;
  line-height: 1.3; }
  body:not(.fsDraftMode) .home-posts-left .fsListItems > article:first-of-type .fsDateTime {
    display: block; }
  body:not(.fsDraftMode) .home-posts-left .fsListItems > article:first-of-type .fsSummary {
    display: block; }
  body:not(.fsDraftMode) .home-posts-left .fsListItems > article:first-of-type .fsTitle a {
    font-size: 24.5px; }
  body:not(.fsDraftMode) .home-posts-left .fsListItems > article:first-of-type .fsThumbnail {
    display: none; }

@media (max-width: 999px) {
  body:not(.fsDraftMode) .home-blog-left {
    padding: 0 20px; } }

body:not(.fsDraftMode) .home-blog-left .j-image,
body:not(.fsDraftMode) .home-blog-left .fsCroppedImage {
  overflow: hidden;
  max-height: 200px;
  background-size: cover;
  background-position: center center; }
  body:not(.fsDraftMode) .home-blog-left .j-image .feed-img,
  body:not(.fsDraftMode) .home-blog-left .fsCroppedImage .feed-img {
    visibility: hidden; }

body:not(.fsDraftMode) .home-blog-left > header {
  padding-top: 15px; }
  body:not(.fsDraftMode) .home-blog-left > header .fsElementTitle {
    font-size: 31px;
    color: #32353a;
    font-weight: 400; }

body:not(.fsDraftMode) .home-blog-left .feed-item {
  font-size: 21px;
  padding: 10px 0px;
  line-height: 1.3;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }
  body:not(.fsDraftMode) .home-blog-left .feed-item .feed-title a {
    font-size: 24.5px; }

body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(2) .feed-title a,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(3) .feed-title a,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(4) .feed-title a {
  font-size: 22px; }

body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(2) .j-image,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(3) .j-image,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(4) .j-image {
  display: none; }

body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(2) .feed-time,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(3) .feed-time,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(4) .feed-time {
  display: none; }

body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(2) .feed-desc,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(3) .feed-desc,
body:not(.fsDraftMode) .home-blog-left .feed-item:nth-child(4) .feed-desc {
  display: none; }

body:not(.fsDraftMode) .home-posts-right {
  position: relative;
  padding-top: 46px; }
  body:not(.fsDraftMode) .home-posts-right > header {
    display: none; }
  body:not(.fsDraftMode) .home-posts-right .fsElementControls {
    position: absolute;
    right: 0;
    top: 15px; }
  body:not(.fsDraftMode) .home-posts-right .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .home-posts-right .fsListItems {
        padding: 0 20px; } }
    body:not(.fsDraftMode) .home-posts-right .fsListItems article {
      -ms-flex: 1 auto;
      flex: 1 auto;
      width: 32%;
      max-width: 32%;
      border-bottom: 0; }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .home-posts-right .fsListItems article {
          width: 100%;
          max-width: 100%; } }
      body:not(.fsDraftMode) .home-posts-right .fsListItems article .fsTitle {
        padding: 10px;
        font-family: "Rajdhani", sans-serif;
        font-weight: 400; }
        body:not(.fsDraftMode) .home-posts-right .fsListItems article .fsTitle a {
          font-size: 24px;
          font-weight: 400;
          line-height: 1.2; }
      body:not(.fsDraftMode) .home-posts-right .fsListItems article .fsDateTime {
        padding: 0 10px 10px 10px; }
      body:not(.fsDraftMode) .home-posts-right .fsListItems article .fsSummary {
        padding: 10px;
        line-height: 1.2;
        font-size: 14px; }

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

body:not(.fsDraftMode) .div-close-bg {
  position: fixed;
  top: 100%;
  opacity: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 24, 68, 0.8);
  z-index: 20000;
  transition: all .3s ease-in-out; }
  body:not(.fsDraftMode) .div-close-bg .mfp-close {
    top: calc(20% - 44px);
    right: calc(20% - 44px); }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .div-close-bg .mfp-close {
        top: calc(10% - 44px);
        right: calc(10% - 44px); } }
  body:not(.fsDraftMode) .div-close-bg .video-transcript {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: #fff;
    padding: 40px;
    overflow-y: auto; }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .div-close-bg .video-transcript {
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%; } }

body:not(.fsDraftMode).transcript-active .div-close-bg {
  top: 0%;
  opacity: 1; }

body:not(.fsDraftMode) .video-grid {
  margin-bottom: 0; }
  body:not(.fsDraftMode) .video-grid > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement {
      -ms-flex: 1 auto;
      flex: 1 auto;
      width: calc(100% - 20px);
      max-width: calc(100% - 20px);
      margin: 10px;
      height: 350px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center center; }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement header {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        padding-left: 65px;
        padding-right: 25px;
        z-index: 2; }
        body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement header .fsElementTitle {
          color: #fff;
          position: relative; }
          body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement header .fsElementTitle span {
            position: absolute;
            display: inline-block;
            -ms-transform: translate(-43px, -1px);
            transform: translate(-43px, -1px);
            font-size: 30px;
            border: solid 2px #FFFFFF;
            border-radius: 50%;
            color: #fff;
            margin-right: 14px; }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement a {
        font-size: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement > .fsElementContent {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0; }
      @media (min-width: 600px) {
        body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement {
          width: calc(50% - 20px);
          max-width: calc(50% - 20px); }
          body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement:nth-child(1) {
            width: calc(100% - 20px);
            max-width: calc(100% - 20px); } }
      @media (min-width: 1200px) {
        body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement {
          /*
          &:nth-child(7n+1) {
            width: 60%;
            max-width: 60%;
          }
          &:nth-child(7n+2) {
            width: 40%;
            max-width: 40%;
          }
          &:nth-child(7n+3) {
            width: 33.33%;
            max-width: 33.33%;
          }
          &:nth-child(7n+4) {
            width: 33.33%;
            max-width: 33.33%;
          }
          &:nth-child(7n+5) {
            width: 33.33%;
            max-width: 33.33%;
          }
          &:nth-child(7n+6) {
            width: 50%;
            max-width: 50%;
          }
          &:nth-child(7n+7) {
            width: 50%;
            max-width: 50%;
          }
          */ } }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement footer {
        display: none; }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement:before {
        transition: all .3s ease-in-out;
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        opacity: .8;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.04+30,1+100 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(7, 24, 68, 0) 0%, rgba(7, 24, 68, 0) 30%, #071844 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement:after {
        transition: all .3s ease-in-out;
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        opacity: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.04+75 */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #071844 0%, rgba(7, 24, 68, 0.2) 95%, rgba(7, 24, 68, 0.2) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0a000000',GradientType=0 );
        /* IE6-9 */ }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement:hover:before {
        opacity: 0; }
      body:not(.fsDraftMode) .video-grid > .fsElementContent > .fsElement:hover:after {
        opacity: .8; }

body:not(.fsDraftMode) .transcript-button {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 14px;
  left: 65px;
  z-index: 4;
  color: #fff; }
  body:not(.fsDraftMode) .transcript-button:hover {
    text-decoration: underline; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #32353a;
      color: #32353a; }
      .colors ol li:nth-of-type(1):after {
        content: "#32353a"; }
    .colors ol li:nth-of-type(2) {
      background: #071844;
      color: #071844; }
      .colors ol li:nth-of-type(2):after {
        content: "#071844"; }
    .colors ol li:nth-of-type(3) {
      background: #ff5c00;
      color: #ff5c00; }
      .colors ol li:nth-of-type(3):after {
        content: "#ff5c00"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }
    .colors ol li:nth-of-type(6) {
      background: #039;
      color: #039; }
      .colors ol li:nth-of-type(6):after {
        content: "#039"; }
    .colors ol li:nth-of-type(7) {
      background: #36c;
      color: #36c; }
      .colors ol li:nth-of-type(7):after {
        content: "#36c"; }

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

.headers h1:after {
  content: " size: 48px / line: 50px"; }

.headers h2:after {
  content: " size: 32px / line: 46px"; }

.headers h3:after {
  content: " size: 26px / line: 40px"; }

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

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

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

.planner-container {
  position: relative;
  max-width: 750px; }
  .planner-container > .fsElementContent {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    padding: 15px; }
    .planner-container > .fsElementContent > .fsElement {
      position: relative;
      margin: 15px;
      width: calc(50% - 30px);
      height: 350px;
      background-position: center center;
      background-size: cover; }
      @media (max-width: 599px) {
        .planner-container > .fsElementContent > .fsElement {
          height: 250px;
          width: 100%;
          margin: 10px 0; } }
      .planner-container > .fsElementContent > .fsElement .cloned-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px; }
      .planner-container > .fsElementContent > .fsElement > header {
        position: absolute;
        padding: 10px 15px;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        transition: all .3s ease-in-out; }
        .planner-container > .fsElementContent > .fsElement > header:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7.5px 0 7.5px 10px;
          border-color: transparent transparent transparent #ffffff;
          position: absolute;
          display: block;
          right: 10px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          content: ""; }
        .planner-container > .fsElementContent > .fsElement > header .fsElementTitle {
          color: #fff;
          font-weight: 400;
          margin-bottom: 0; }
        .planner-container > .fsElementContent > .fsElement > header .fsElementHeaderContent {
          padding: 0;
          margin: 0; }
        .planner-container > .fsElementContent > .fsElement > header .fsElementHeaderContent a {
          color: #fff; }
      .planner-container > .fsElementContent > .fsElement:hover > header {
        background-color: rgba(7, 24, 68, 0.85) !important; }

.no-photo #fsPageBodyWrapper {
  padding-top: 40px !important; }

.nav-social.soc-nophoto {
  background-color: #fff; }
  @media (max-width: 899px) {
    .nav-social.soc-nophoto {
      display: none; } }

#fsPagePopNotification {
  background: #071844 !important;
  height: 40px;
  width: 46px; }
  #fsPagePopNotification:before {
    height: 21px;
    width: 19px; }
  #fsPagePopNotification span {
    font-size: 22px;
    margin-left: -15px; }

.fsPagePopDialog {
  border-top: 25px solid #071844 !important;
  border-left-width: 0px;
  border-right-width: 0px;
  border-radius: 0px; }

body:not(.fsDraftMode) .academy-palette {
  background-color: #fff;
  padding: 30px !important;
  box-shadow: 0px 0px 3px #000;
  transition: .3s ease-in-out;
  position: fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  display: none; }
  body:not(.fsDraftMode) .academy-palette, body:not(.fsDraftMode) .academy-palette ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  body:not(.fsDraftMode) .academy-palette li {
    margin: 0;
    padding: 0; }
  body:not(.fsDraftMode) .academy-palette.on {
    display: block; }
  body:not(.fsDraftMode) .academy-palette.title-color > header .fsElementTitle {
    color: #fff;
    text-shadow: 1px 1px 2px #000; }
  body:not(.fsDraftMode) .academy-palette li {
    display: inline-block;
    width: 110px;
    height: 60px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 4px; }
    body:not(.fsDraftMode) .academy-palette li.on {
      border: 2px solid #000; }
  body:not(.fsDraftMode) .academy-palette button {
    padding: 10px 20px; }

body:not(.fsDraftMode) .enter-school-id {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 3px #000;
  transition: .3s ease-in-out;
  position: fixed;
  width: 360px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  text-align: center; }
  body:not(.fsDraftMode) .enter-school-id input {
    display: block;
    width: 100%;
    border: 1px solid #444; }
    body:not(.fsDraftMode) .enter-school-id input.red {
      border: 2px solid #f00 !important; }
  body:not(.fsDraftMode) .enter-school-id button {
    display: block !important;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px; }
  body:not(.fsDraftMode) .enter-school-id.on {
    display: block; }

body:not(.fsDraftMode) .category-select {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 3px #000;
  transition: .3s ease-in-out;
  position: fixed;
  width: 360px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  text-align: center; }
  body:not(.fsDraftMode) .category-select button {
    display: block !important;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px; }
  body:not(.fsDraftMode) .category-select.on {
    display: block; }

body:not(.fsDraftMode) .map-info-copy {
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 3px #000;
  padding: 30px;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  display: none; }
  body:not(.fsDraftMode) .map-info-copy.on {
    display: block; }
  body:not(.fsDraftMode) .map-info-copy button {
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 30px; }
    body:not(.fsDraftMode) .map-info-copy button.success {
      background-color: #75fb78; }
      body:not(.fsDraftMode) .map-info-copy button.success:after {
        content: '\2713';
        display: inline-block;
        margin-left: 10px; }

body:not(.fsDraftMode) .news-soc-container-dist {
  margin-bottom: 0;
  position: relative; }
  body:not(.fsDraftMode) .news-soc-container-dist > .fsElementContent {
    padding: 50px 0 10px 0;
    width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .news-soc-container-dist > .fsElementContent {
        width: 100%; } }
  body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow {
    margin-bottom: 0;
    color: #fff;
    background-image: url("../images/oasis-circle.png");
    background-repeat: no-repeat;
    background-position: left -52px bottom -97px;
    background-size: 300px;
    height: 200px;
    position: relative; }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow {
        height: auto; } }
    body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow > header {
      display: none; }
    body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article {
      position: relative;
      padding: 30px; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article a {
        color: #fff; }
        body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article a:hover {
          color: #fff;
          text-decoration: underline; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article .poster-container {
        -ms-transform: skewX(-8deg);
        transform: skewX(-8deg);
        color: #fff; }
        body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article .poster-container .poster-name {
          display: block;
          padding-left: 60px;
          font-size: 25.2px;
          font-family: "Rajdhani", sans-serif;
          font-weight: 400;
          -ms-transform: skewX(-8deg);
          transform: skewX(-8deg); }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article .poster-image {
        display: none; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article .soc-message {
        padding: 30px 40px 20px 60px;
        font-size: 19.6px;
        font-family: "Rajdhani", sans-serif; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article .soc-icon {
        position: absolute;
        left: 23px;
        top: 35px;
        width: 40px;
        height: 40px;
        color: #fff; }
        body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article .soc-icon:before {
          font-family: icomoon;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 46px;
          font-weight: 400;
          color: #fff; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article.twitterpost .soc-icon:before {
        content: '\ea96'; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow article.facebookpost .soc-icon:before {
        content: '\ea90'; }
    body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow .slick-dots {
      position: absolute;
      padding-left: 0;
      top: 20px;
      right: 20px;
      width: 20px;
      text-align: center;
      margin-bottom: 0; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow .slick-dots li {
        padding: 0;
        width: auto !important;
        margin: 0;
        display: inline-block !important;
        border: none; }
        body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow .slick-dots li.slick-active button {
          background-color: #FFFFFF; }
        body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow .slick-dots li button {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background: transparent;
          border: solid 2px white;
          color: transparent;
          margin: 0 6px;
          cursor: pointer;
          font-size: 0; }
      body:not(.fsDraftMode) .news-soc-container-dist .feed-slideshow .slick-dots li {
        display: block !important; }
  body:not(.fsDraftMode) .news-soc-container-dist .fsElementControls .fsAlertFeeds a {
    position: relative;
    color: #32353a; }
    body:not(.fsDraftMode) .news-soc-container-dist .fsElementControls .fsAlertFeeds a:after {
      position: absolute;
      display: inline-block;
      float: right;
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      right: 30px; }
  body:not(.fsDraftMode) .news-soc-container-dist .post-left-con {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 30%;
    max-width: 30%;
    padding-right: 30px; }
    body:not(.fsDraftMode) .news-soc-container-dist .post-left-con > header .fsElementTitle {
      display: none; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .news-soc-container-dist .post-left-con {
        width: 100%;
        max-width: 100%;
        padding-right: 0; }
        body:not(.fsDraftMode) .news-soc-container-dist .post-left-con > footer {
          text-align: center; } }
  body:not(.fsDraftMode) .news-soc-container-dist .home-calendar {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 25%;
    max-width: 25%;
    padding-left: 30px; }
    body:not(.fsDraftMode) .news-soc-container-dist .home-calendar > header .fsElementTitle {
      display: none; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .news-soc-container-dist .home-calendar {
        width: 100%;
        max-width: 100%;
        padding-left: 0; }
        body:not(.fsDraftMode) .news-soc-container-dist .home-calendar footer {
          text-align: center; } }
    body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article {
      background: #071844;
      padding: 20px 20px 20px 40px;
      text-align: left; }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article {
          text-align: center; } }
      body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate {
        display: block;
        width: 100%;
        position: relative;
        text-align: left;
        height: auto;
        margin-bottom: 30px; }
        @media (max-width: 999px) {
          body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate {
            text-align: center; } }
        body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsDay {
          font-size: 112px;
          font-family: "Rajdhani", sans-serif;
          line-height: 1;
          font-weight: 200; }
          @media (max-width: 1249px) {
            body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsDay {
              font-size: 90px; } }
          @media (max-width: 999px) {
            body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsDay {
              font-size: 70px; } }
        body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsMonth {
          font-size: 112px;
          font-weight: 500;
          line-height: 1;
          font-family: "Rajdhani", sans-serif;
          -ms-transform: matrix(1, 0, -0.1051, 1, 0, 0);
          transform: matrix(1, 0, -0.1051, 1, 0, 0); }
          @media (max-width: 1249px) {
            body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsMonth {
              font-size: 90px; } }
          @media (max-width: 999px) {
            body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsMonth {
              font-size: 70px; } }
        body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsDate .fsYear {
          display: none; }
      body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsTitle {
        color: #fff;
        font-family: "Rajdhani", sans-serif;
        font-size: 40px;
        line-height: 1.2; }
        @media (max-width: 999px) {
          body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsTitle {
            font-size: 25px; } }
        @media (max-width: 899px) {
          body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsTitle {
            font-size: 20px; } }
        body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsTitle a {
          color: #fff !important; }
          body:not(.fsDraftMode) .news-soc-container-dist .home-calendar article .fsTitle a:hover {
            text-decoration: underline; }
  body:not(.fsDraftMode) .news-soc-container-dist .post-right-con {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 45%;
    max-width: 45%; }
    body:not(.fsDraftMode) .news-soc-container-dist .post-right-con > header .fsElementTitle {
      display: none; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .news-soc-container-dist .post-right-con {
        width: 100%;
        max-width: 100%; } }
    body:not(.fsDraftMode) .news-soc-container-dist .post-right-con > footer {
      text-align: center; }
  @media (max-width: 999px) {
    body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left {
      padding: 0 20px; } }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsThumbnail,
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsCroppedImage {
    overflow: hidden;
    max-height: 200px;
    background-size: cover;
    background-position: center center; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left > header {
    padding-top: 15px; }
    body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left > header .fsElementTitle {
      font-size: 31px;
      color: #32353a;
      font-weight: 400; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsListItems article {
    font-size: 21px;
    padding: 10px 0px;
    line-height: 1.3; }
    body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsListItems article .fsTitle a {
      font-size: 24.5px; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsListItems article:nth-child(n+3) .fsTitle a {
    font-size: 22px; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsListItems article:nth-child(n+3) .fsThumbnail {
    display: none; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsListItems article:nth-child(n+3) .fsDateTime {
    display: none; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-left .fsListItems article:nth-child(n+3) .fsSummary {
    display: none; }
  body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right {
    position: relative;
    padding-top: 46px; }
    body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right > header {
      display: none; }
    body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsElementControls {
      position: absolute;
      right: 0;
      top: 15px; }
    body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems {
          padding: 0 20px; } }
      body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems article {
        -ms-flex: 1 auto;
        flex: 1 auto;
        width: 32%;
        max-width: 32%;
        border-bottom: 0; }
        @media (max-width: 699px) {
          body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems article {
            width: 100%;
            max-width: 100%; } }
        body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems article .fsTitle {
          padding: 10px;
          font-family: "Rajdhani", sans-serif; }
          body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems article .fsTitle a {
            font-size: 24px;
            font-weight: 400;
            line-height: 1.2; }
        body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems article .fsDateTime {
          padding: 0 10px 10px 10px; }
        body:not(.fsDraftMode) .news-soc-container-dist .home-posts-right .fsListItems article .fsSummary {
          padding: 10px;
          line-height: 1.2;
          font-size: 16px; }

body:not(.fsDraftMode) .vid-links-container {
  overflow: hidden;
  margin: 40px auto;
  left: 0;
  right: 0;
  max-width: 85%; }
  body:not(.fsDraftMode) .vid-links-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body:not(.fsDraftMode) .vid-links-container .side-image-box,
  body:not(.fsDraftMode) .vid-links-container .vid-link-con {
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 50%;
    height: 450px;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .vid-links-container .side-image-box,
      body:not(.fsDraftMode) .vid-links-container .vid-link-con {
        width: 100%; } }
  body:not(.fsDraftMode) .vid-links-container .side-image-box {
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center center; }
    body:not(.fsDraftMode) .vid-links-container .side-image-box p {
      margin: 0; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .vid-links-container .side-image-box {
        -ms-flex-order: 1;
        order: 1;
        height: 300px;
        margin-bottom: 20px; }
        body:not(.fsDraftMode) .vid-links-container .side-image-box:after {
          display: none; } }
    body:not(.fsDraftMode) .vid-links-container .side-image-box:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      bottom: 0;
      right: 0;
      left: auto;
      border-width: 0 0px 500px 80px;
      border-color: transparent transparent #ffffff transparent; }
    body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent {
      -ms-flex-item-align: end;
      align-self: flex-end;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 25px 0 50px 30px;
      background: rgba(7, 24, 68, 0.6);
      transition: background .3s ease-in-out;
      font-size: 28px;
      font-family: "Rajdhani", sans-serif;
      color: #fff; }
      @media (max-width: 949px) {
        body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent {
          padding: 15px 30px 30px 30px;
          font-size: 21px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent {
          padding: 15px 15px 30px 15px;
          font-size: 18px; } }
      body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a {
        display: block;
        color: #fff;
        transition: all .3s ease-in-out; }
        body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          pointer-events: inherit;
          cursor: pointer; }
        body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a span {
          font-size: 49px;
          margin-right: 10px;
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          transition: all .3s !important;
          display: inline-block; }
        body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a.lightbox-link span, body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a.fs_style_30 span {
          border: solid 3px #FFFFFF;
          border-radius: 50%;
          position: relative;
          display: -ms-inline-flexbox;
          display: inline-flex;
          top: 8px; }
          @media (min-width: 950px) {
            body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a.lightbox-link span, body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent a.fs_style_30 span {
              top: 12px; } }
      body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent:hover a span {
        margin-left: 20px;
        -ms-transform: rotate(360deg) !important;
        transform: rotate(360deg) !important; }
  body:not(.fsDraftMode) .vid-links-container .vid-link-con {
    position: relative;
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsDraftMode) .vid-links-container .vid-link-con:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 80px 550px 0px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        left: 0;
        top: 0;
        -ms-transform: rotate(180deg) scaleX(-1);
        transform: rotate(180deg) scaleX(-1); } }
    body:not(.fsDraftMode) .vid-links-container .vid-link-con > header {
      display: none; }
    body:not(.fsDraftMode) .vid-links-container .vid-link-con a {
      padding: 20px;
      display: block;
      color: #fff;
      margin-bottom: 12px;
      font-family: "Rajdhani", sans-serif;
      font-size: 20px;
      text-align: center;
      transition: all 0.3s;
      line-height: 1em; }
      body:not(.fsDraftMode) .vid-links-container .vid-link-con a:hover {
        background: #071844; }
      @media (min-width: 1000px) {
        body:not(.fsDraftMode) .vid-links-container .vid-link-con a {
          font-size: 26px;
          padding: 25px 30px 25px 50px; } }
  body:not(.fsDraftMode) .vid-links-container > header {
    display: none; }

body:not(.fsDraftMode) .main-slideshow {
  background-color: #000;
  min-height: 100vh; }
  body:not(.fsDraftMode) .main-slideshow > header {
    display: none; }
  @media (max-width: 949px) {
    body:not(.fsDraftMode) .main-slideshow {
      min-height: 80vh; } }
  body:not(.fsDraftMode) .main-slideshow article {
    min-height: 100vh;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 949px) {
      body:not(.fsDraftMode) .main-slideshow article {
        min-height: 80vh; } }
    body:not(.fsDraftMode) .main-slideshow article img {
      display: none; }
    body:not(.fsDraftMode) .main-slideshow article:before {
      content: '';
      background: linear-gradient(to bottom, rgba(7, 24, 68, 0) 14%, rgba(7, 24, 68, 0) 40%, rgba(7, 24, 68, 0.75) 100%);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  body:not(.fsDraftMode) .main-slideshow .caption-wrapper {
    max-width: 75%;
    padding-left: 55px;
    background: transparent none;
    z-index: 2222;
    position: absolute;
    text-align: left;
    bottom: 80px !important; }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .main-slideshow .caption-wrapper {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        bottom: 100px !important;
        padding-left: 0; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .main-slideshow .caption-wrapper {
        bottom: 0 !important;
        padding-bottom: 40px;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px; } }
  body:not(.fsDraftMode) .main-slideshow .caption-title {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif; }
    @media (max-width: 1199px) {
      body:not(.fsDraftMode) .main-slideshow .caption-title {
        font-size: 50px; } }
    @media (max-width: 999px) {
      body:not(.fsDraftMode) .main-slideshow .caption-title {
        font-size: 40px; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .main-slideshow .caption-title {
        font-size: 24px;
        line-height: 1.4; } }
    @media (max-width: 499px) {
      body:not(.fsDraftMode) .main-slideshow .caption-title {
        font-size: 17px; } }
  body:not(.fsDraftMode) .main-slideshow .caption-desc {
    padding: 10px 0px;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px; }
  body:not(.fsDraftMode) .main-slideshow .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50px;
    width: 200px;
    text-align: left;
    z-index: 5;
    margin-bottom: 0;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    body:not(.fsDraftMode) .main-slideshow .slick-dots li {
      padding: 0;
      width: auto !important;
      margin: 0;
      display: inline-block !important;
      border: none; }
      body:not(.fsDraftMode) .main-slideshow .slick-dots li.slick-active button {
        background-color: #FFFFFF; }
      body:not(.fsDraftMode) .main-slideshow .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: transparent;
        border: solid 2px white;
        color: transparent;
        margin: 0 6px;
        cursor: pointer;
        font-size: 0; }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .main-slideshow .slick-dots {
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; } }

body:not(.fsDraftMode) .c-scroll-down {
  display: none; }
  @media (min-width: 641px) {
    body:not(.fsDraftMode) .c-scroll-down {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 50%;
      animation: scrollDownAnimate ease-in-out 4s;
      animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      animation-fill-mode: forwards;
      /*when the spec is finished*/ } }
  body:not(.fsDraftMode) .c-scroll-down a {
    cursor: pointer;
    color: #fff;
    font-size: 42px;
    transition: all 0.3s; }
    body:not(.fsDraftMode) .c-scroll-down a span {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      display: block;
      margin-left: 13px; }

body:not(.fsDraftMode) .sws-video-link {
  left: 40px;
  position: absolute;
  border-radius: 50%;
  border: solid 5px #FFFFFF;
  opacity: 1;
  background-color: transparent;
  color: transparent;
  bottom: 40px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s;
  display: none; }
  @media (min-width: 641px) {
    body:not(.fsDraftMode) .sws-video-link {
      display: block; } }
  body:not(.fsDraftMode) .sws-video-link:before {
    content: "Play Video";
    display: block;
    position: absolute;
    left: 123%;
    font-size: 20px;
    color: #fff;
    width: 200px;
    top: 21px;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    transition: all 0.3s;
    pointer-events: inherit; }
  body:not(.fsDraftMode) .sws-video-link:after {
    width: 0;
    transition: all 0.3s;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    position: absolute;
    left: 54%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

body:not(.fsDraftMode) .why-slider {
  padding: 40px;
  background-image: url("../images/oasis-circle.png");
  background-repeat: no-repeat;
  background-position: bottom -167px right -181px;
  background-size: 45%;
  margin-bottom: 0; }
  body:not(.fsDraftMode) .why-slider > header {
    padding-bottom: 50px; }
    body:not(.fsDraftMode) .why-slider > header .fsElementTitle {
      font-size: 70px;
      font-weight: 200;
      line-height: 1;
      font-family: "Rajdhani", sans-serif;
      color: #fff; }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .why-slider > header .fsElementTitle {
          font-size: 60px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider > header .fsElementTitle {
          font-size: 50px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-slider > header .fsElementTitle {
          font-size: 39px; } }
    body:not(.fsDraftMode) .why-slider > header > .fsElementHeaderContent {
      font-size: 70px;
      font-weight: 200;
      line-height: 1;
      font-family: "Rajdhani", sans-serif;
      color: #fff; }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .why-slider > header > .fsElementHeaderContent {
          font-size: 60px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider > header > .fsElementHeaderContent {
          font-size: 50px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-slider > header > .fsElementHeaderContent {
          font-size: 39px; } }
  body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement {
    line-height: 1.2; }
    body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement .fsElementTitle {
      font-size: 130px;
      color: #fff;
      margin-bottom: 0;
      font-weight: 200;
      line-height: 1;
      -ms-transform: matrix(1, 0, -0.1051, 1, 0, 0);
      transform: matrix(1, 0, -0.1051, 1, 0, 0); }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement .fsElementTitle {
          font-size: 100px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement .fsElementTitle {
          font-size: 70px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement .fsElementTitle {
          font-size: 45px; } }
    body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement .fsElementContent {
      font-size: 30px; }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider > .fsElementContent .fsElement .fsElementContent {
          font-size: 20px; } }
  body:not(.fsDraftMode) .why-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
    margin-bottom: 0;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    body:not(.fsDraftMode) .why-slider .slick-dots li {
      padding: 0;
      width: auto !important;
      margin: 0;
      display: inline-block !important;
      border: none; }
      body:not(.fsDraftMode) .why-slider .slick-dots li.slick-active button {
        background-color: #FFFFFF; }
      body:not(.fsDraftMode) .why-slider .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: transparent;
        border: solid 2px white;
        color: transparent;
        margin: 0 6px;
        cursor: pointer;
        font-size: 0; }

body:not(.fsDraftMode) .why-slider.fsPostElement {
  padding: 40px;
  background-image: url("../images/oasis-circle.png");
  background-repeat: no-repeat;
  background-position: bottom -167px right -181px;
  background-size: 45%; }
  body:not(.fsDraftMode) .why-slider.fsPostElement > header {
    padding-bottom: 50px; }
    body:not(.fsDraftMode) .why-slider.fsPostElement > header .fsElementTitle {
      font-size: 70px;
      font-weight: 200;
      line-height: 1;
      font-family: "Rajdhani", sans-serif;
      color: #fff; }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement > header .fsElementTitle {
          font-size: 60px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement > header .fsElementTitle {
          font-size: 50px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement > header .fsElementTitle {
          font-size: 39px; } }
    body:not(.fsDraftMode) .why-slider.fsPostElement > header > .fsElementHeaderContent {
      font-size: 70px;
      font-weight: 200;
      line-height: 1;
      font-family: "Rajdhani", sans-serif;
      color: #fff; }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement > header > .fsElementHeaderContent {
          font-size: 60px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement > header > .fsElementHeaderContent {
          font-size: 50px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement > header > .fsElementHeaderContent {
          font-size: 39px; } }
  body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article {
    line-height: 1.2;
    border-bottom: 0; }
    body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
      font-size: 130px;
      color: #fff;
      margin-bottom: 0;
      font-weight: 200;
      line-height: 1;
      -ms-transform: matrix(1, 0, -0.1051, 1, 0, 0);
      transform: matrix(1, 0, -0.1051, 1, 0, 0); }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
          font-size: 100px; } }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
          font-size: 70px; } }
      @media (max-width: 599px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
          font-size: 45px; } }
    body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsBody {
      font-size: 30px; }
      @media (max-width: 899px) {
        body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsBody {
          font-size: 20px; } }
  body:not(.fsDraftMode) .why-slider.fsPostElement .slick-dots {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
    margin-bottom: 0;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    body:not(.fsDraftMode) .why-slider.fsPostElement .slick-dots li {
      padding: 0;
      width: auto !important;
      margin: 0;
      display: inline-block !important;
      border: none; }
      body:not(.fsDraftMode) .why-slider.fsPostElement .slick-dots li.slick-active button {
        background-color: #FFFFFF; }
      body:not(.fsDraftMode) .why-slider.fsPostElement .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: transparent;
        border: solid 2px white;
        color: transparent;
        margin: 0 6px;
        cursor: pointer;
        font-size: 0; }
  .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement > header {
    padding-bottom: 20px; }
    .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement > header > .fsElementTitle {
      font-size: 28px; }
    .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement > header > .fsElementHeaderContent {
      font-size: 28px; }
  .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
    font-size: 80px; }
    @media (max-width: 899px) {
      .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
        font-size: 70px; } }
    @media (max-width: 599px) {
      .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
        font-size: 50px; } }
    @media (max-width: 499px) {
      .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsTitle {
        font-size: 30px; } }
  .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsBody {
    font-size: 24px; }
    @media (max-width: 599px) {
      .location-lightbox body:not(.fsDraftMode) .why-slider.fsPostElement .fsListItems article .fsBody {
        font-size: 20px; } }

body:not(.fsDraftMode) .our-phases-container {
  padding: 20px 0;
  background: #e5e5e5; }
  body:not(.fsDraftMode) .our-phases-container > header {
    text-align: center;
    padding: 30px 0px; }
    body:not(.fsDraftMode) .our-phases-container > header .fsElementTitle {
      color: #32353a;
      font-size: 30px; }
  body:not(.fsDraftMode) .our-phases-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px; }
    body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement {
      width: 20%;
      position: relative;
      min-width: 200px;
      margin: 0 5px;
      height: 350px;
      background-size: cover;
      background-position: center center; }
      body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement a {
        font-size: 0;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      @media (max-width: 999px) {
        body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement {
          width: 50%;
          max-width: 365px;
          margin-bottom: 30px; } }
      @media (max-width: 699px) {
        body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement {
          width: 90%;
          max-width: 400px;
          height: 250px; } }
      body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement > header {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        text-align: left;
        padding: 20px;
        transition: all .3s ease-in-out; }
        @media (max-width: 999px) {
          body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement > header {
            text-align: center; } }
        body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement > header:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7.5px 0 7.5px 10px;
          border-color: transparent transparent transparent #ffffff;
          position: absolute;
          display: block;
          right: 10px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          content: ""; }
        body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement > header .fsElementTitle {
          color: #fff;
          font-weight: 400;
          margin-bottom: 0;
          font-size: 23px; }
          @media (max-width: 899px) {
            body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement > header .fsElementTitle {
              font-size: 20px; } }
      body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement:hover > header {
        background-color: rgba(7, 24, 68, 0.8); }

.c-map-info {
  display: none; }
  @media (min-width: 950px) {
    .c-map-info {
      position: absolute;
      right: 0;
      display: block;
      top: 0;
      height: 100%;
      z-index: 2;
      width: 525px;
      float: right;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%);
      padding: 20px 20px 20px 70px; } }
  .c-map-info .google-map-legend {
    clear: both; }
  .c-map-info .legend-labels, .c-map-info .legend-labels ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .c-map-info .legend-labels li {
    margin: 0;
    padding: 0; }
  .c-map-info .legend-labels li {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #32353a;
    padding: 5px 0;
    font-size: 14px; }
    .c-map-info .legend-labels li:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 7px;
      border-color: transparent transparent transparent #32353a;
      display: inline-block;
      position: relative;
      margin-right: 10px; }
  .c-map-info .gm-bundled-control-on-bottom {
    right: 30px !important;
    z-index: 3;
    display: block;
    bottom: 90px !important; }
    .c-map-info .gm-bundled-control-on-bottom .gm-svpc {
      display: none !important; }
    .c-map-info .gm-bundled-control-on-bottom .gmnoprint {
      display: block;
      width: 150px;
      right: 0 !important;
      left: unset !important; }
      .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div {
        width: auto !important;
        background: transparent !important;
        box-shadow: none !important; }
        .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div {
          width: 55px !important;
          height: 55px !important;
          display: inline-block;
          border: solid 4px #535a64;
          border-radius: 50%;
          transition: all 0.3s ease-in-out; }
          .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(1) {
            margin-right: 10px;
            cursor: zoom-in; }
            .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(1):after, .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(1):before {
              display: block;
              content: "";
              width: 50%;
              height: 4px;
              background-color: #535a64;
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              left: 50%;
              top: 50%;
              position: absolute; }
            .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(1):before {
              -ms-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
          .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(2) {
            display: none; }
          .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(3) {
            cursor: zoom-out; }
            .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div:nth-child(3):before {
              display: block;
              content: "";
              width: 50%;
              height: 6px;
              background-color: #535a64;
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              left: 50%;
              top: 50%;
              position: absolute; }
          .c-map-info .gm-bundled-control-on-bottom .gmnoprint > div > div img {
            display: none; }

#google-map {
  height: 600px; }

.l-map {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center center; }

.l-map #google-map .close-wrap {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  right: 49px !important;
  top: 7px !important;
  z-index: 3; }

.l-map #google-map .close-wrap:after, .l-map #google-map .close-wrap:before {
  display: block;
  position: absolute;
  left: 4px;
  width: 9px;
  height: 2px;
  content: "";
  top: 7px; }

.l-map #google-map .close-wrap:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.l-map #google-map .close-wrap:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.l-map #google-map .close-wrap img {
  opacity: 0;
  width: 21px;
  height: 21px; }

.l-map #google-map div[class*="ibani"] {
  margin-left: -39px;
  margin-top: 140px;
  width: 185px;
  height: 111px;
  -webkit-clip-path: polygon(0 24%, 71% 1%, 100% 52%, 20% 100%);
  clip-path: polygon(0 24%, 71% 1%, 100% 52%, 20% 100%); }

.l-map #google-map .gm_infoBubble {
  width: 100%;
  height: 87px;
  background-color: #071844;
  padding: 20px 10px 10px 10px; }

.l-map #google-map .gm_infoBubble h3.gm-heading {
  font-size: 1.25em;
  margin: 0; }

.go-box {
  display: none;
  position: relative;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out; }
  .go-box.visible {
    display: block;
    opacity: 1;
    visibility: visible; }
    .go-box.visible .go {
      cursor: pointer;
      display: block;
      float: left;
      height: 42px;
      padding: 10px;
      font-weight: bold;
      color: #FFFFFF;
      font-size: 20px; }
    .go-box.visible .right-area {
      float: left; }
    .go-box.visible input {
      height: 42px;
      background-color: #071844;
      color: white;
      padding: 10px;
      border: 0; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-family: "Rajdhani", sans-serif;
      font-weight: 500;
      font-size: 48px;
      line-height: 50px;
      font-weight: 600;
      margin-bottom: 10px; } }
    @media print and (max-width: 699px) {
      #fsHeader .site-name {
        font-size: 38.4px; } }

@media print {
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }

body:not(.fsDraftMode) #fsHeader .nav-social {
  position: absolute;
  top: auto !important;
  bottom: 35px !important;
  right: 0;
  z-index: 5;
  padding-right: 60px !important;
  background: transparent !important; }
  @media (max-width: 899px) {
    body:not(.fsDraftMode) #fsHeader .nav-social {
      display: none; } }
  body:not(.fsDraftMode) #fsHeader .nav-social ul li {
    display: inline-block !important; }

.site-info-container h2.logo,
.footer-branding > header .fsElementHeaderContent h2.logo {
  background-image: url("../images/logo-lords_hill.png") !important; }

.fsRSSIcon {
  background-color: #00B0B9; }
  .fsRSSIcon:hover {
    background: #071844; }

body:not(.fsDraftMode) .nav-social.soc-nophoto ul {
  text-align: right; }
  body:not(.fsDraftMode) .nav-social.soc-nophoto ul li a:before {
    color: #00B0B9; }
  body:not(.fsDraftMode) .nav-social.soc-nophoto ul li a:hover:before {
    color: #071844 !important; }

body:not(.fsDraftMode) .no-photo-title-con {
  position: relative;
  padding-left: calc(25% + 20px);
  padding-top: 160px;
  background-color: #00B0B9;
  height: 250px; }
  body:not(.fsDraftMode) .no-photo-title-con .fsPageTitle {
    color: #fff; }
  body:not(.fsDraftMode) .no-photo-title-con .fsBreadcrumb {
    bottom: 15px;
    z-index: 99; }
  @media (max-width: 899px) {
    body:not(.fsDraftMode) .no-photo-title-con {
      padding-left: 20px;
      padding-top: 170px; }
      body:not(.fsDraftMode) .no-photo-title-con .fsPageTitle {
        font-size: 28px; }
      body:not(.fsDraftMode) .no-photo-title-con .fsBreadcrumb {
        left: 0; } }
  @media (max-width: 499px) {
    body:not(.fsDraftMode) .no-photo-title-con .fsPageTitle {
      font-size: 24px; }
    body:not(.fsDraftMode) .no-photo-title-con .fsBreadcrumb {
      font-size: 13px; } }

body:not(.fsDraftMode).hide-title #fsPageBodyWrapper {
  padding-top: 0 !important; }

body:not(.fsDraftMode).hide-title .no-photo-title-con {
  height: auto; }
  body:not(.fsDraftMode).hide-title .no-photo-title-con .fsPageTitle {
    display: none; }

body:not(.fsDraftMode).hide-title .fsPostElement .fsTitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em; }

body:not(.fsDraftMode) .planner-container > .fsElementContent > .fsElement > header {
  background-color: #00B0B9; }

body:not(.fsDraftMode).home #fsHeader .nav-social nav ul li a:before {
  color: #00B0B9; }

body:not(.fsDraftMode).home #fsHeader .nav-social nav ul li a:hover:before {
  color: #fff !important; }

body:not(.fsDraftMode) .go {
  background: #00B0B9; }

body:not(.fsDraftMode) .l-map #google-map .close-wrap {
  border: 2px solid #00B0B9; }
  body:not(.fsDraftMode) .l-map #google-map .close-wrap:before {
    background: #00B0B9; }
  body:not(.fsDraftMode) .l-map #google-map .close-wrap:after {
    background: #00B0B9; }

body:not(.fsDraftMode) .mfp-close,
body:not(.fsDraftMode) .why-slider {
  background-color: #00B0B9; }

body:not(.fsDraftMode) .vid-link-con a {
  background: #00B0B9; }

body:not(.fsDraftMode) .our-phases-container > .fsElementContent > .fsElement > header {
  background: #00B0B9; }

@media (max-width: 599px) {
  body:not(.fsDraftMode) .main-slideshow .caption-wrapper {
    background: #00B0B9; } }

@media (min-width: 600px) {
  body:not(.fsDraftMode) .main-slideshow .slick-dots li button {
    border-color: #00B0B9; }
  body:not(.fsDraftMode) .main-slideshow .slick-dots li.slick-active button {
    background: #00B0B9; } }

@media (min-width: 961px) {
  body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col {
    border-right: solid 1px #00B0B9; } }

body:not(.fsDraftMode) .l-quick-access-links > .fsElementContent .col > .fsElementContent a:before {
  background-color: #00B0B9 !important; }

body:not(.fsDraftMode).slideout-open .c-explore-oasis-button {
  background: #00B0B9; }
  @media (max-width: 599px) {
    body:not(.fsDraftMode).slideout-open .c-explore-oasis-button {
      background: #fff; } }

body:not(.fsDraftMode) .feed-slideshow {
  background-color: #00B0B9; }

body:not(.fsDraftMode).constituentstyled .fsDialog.fsConstituent > header {
  background: #00B0B9; }

body:not(.fsDraftMode) .fsConstituent.styled .fsEmail:hover {
  background: #00B0B9; }

body:not(.fsDraftMode) .fsConstituent.styled .constituent-inner:hover {
  background: rgba(0, 176, 185, 0.7); }

body:not(.fsDraftMode) .c-explore-oasis-button {
  background: #00B0B9; }

body:not(.fsDraftMode) .slideout-container {
  background: #00B0B9 url("../images/oasis-circle.png");
  background-repeat: no-repeat;
  background-position: 200px 143%;
  background-size: 500px; }

@media (max-width: 599px) {
  body:not(.fsDraftMode) .text-over-video .slick-slide .fsElementContent {
    background: #00B0B9; } }

body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow span {
  color: #00B0B9; }
  body:not(.fsDraftMode) .video-slide-container .home-text-slider .slick-arrow span:hover {
    color: #071844; }

body:not(.fsDraftMode) .video-slide-container .side-image-box .fsElementContent:hover,
body:not(.fsDraftMode) .vid-links-container .side-image-box .fsElementContent:hover {
  background: rgba(0, 176, 185, 0.6); }

body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:hover:before {
  border-color: transparent transparent transparent #00B0B9; }

body:not(.fsDraftMode) .our-videos-container > .fsElementContent > .fsElement a:hover:after {
  border-color: #00B0B9; }

.mobile-nav .fsNavLevel1 > li a:hover, .mobile-nav .fsNavLevel1 > li a:focus {
  color: #fff; }

.mobile-nav .fsNavLevel1 > li > a:hover {
  color: #00B0B9; }

.mobile-nav .fsNavLevel1 li.fsNavCurrentPage > a {
  background-color: #00B0B9;
  color: #fff; }

.mobile-nav .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
  color: #00B0B9; }

.mobile-nav .fsNavLevel1 > li.fsNavCurrentPage > a {
  color: #00B0B9;
  background: transparent; }

.mobile-nav span.next-level-btn:before {
  border-color: #00B0B9 transparent transparent transparent; }

a.c-mobile-menu-toggle {
  color: #00B0B9; }
  a.c-mobile-menu-toggle.mobile-open {
    background-color: #00B0B9; }
  .drawer-is-active a.c-mobile-menu-toggle {
    background-color: #00B0B9; }

.button,
.fs_style_23 {
  background-color: #00B0B9; }
  .button:after,
  .fs_style_23:after {
    background-color: #07f3ff; }

.fs_style_27 {
  color: #fff;
  background-color: #00B0B9;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .fs_style_27 {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .fs_style_27:hover, .fs_style_27:focus {
    background: #071844;
    color: #fff; }
  .fs_style_27 em {
    display: block;
    font-style: normal; }

.fs_style_28 {
  color: #fff;
  background-color: #071844;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .fs_style_28 {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .fs_style_28:hover, .fs_style_28:focus {
    background: #071844;
    color: #fff; }
  .fs_style_28 em {
    display: block;
    font-style: normal; }

.fs_style_29 {
  color: #32353a;
  background-color: #fff;
  font-size: 1.4em;
  display: inline-block;
  padding: 12px 30px;
  margin: 0 12px;
  font-size: 17.5px; }
  @media (max-width: 899px) {
    .fs_style_29 {
      font-size: 15px;
      padding: 10px;
      margin: 0 10px; } }
  .fs_style_29:hover, .fs_style_29:focus {
    background: #00B0B9;
    color: #fff; }
  .fs_style_29 em {
    display: block;
    font-style: normal; }

blockquote,
.fs_style_25,
cite,
.fs_style_26 {
  color: #00B0B9; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00B0B9; }

a {
  color: #00B0B9; }
  a:hover, a:focus {
    color: #071844; }

.nav-main nav ul li:before {
  border-color: transparent transparent #00B0B9 transparent !important; }

.nav-main .fsNavLevel1 > li > a:after {
  background-color: #00B0B9; }

.nav-main .fsNavPageInfo {
  background-color: #00B0B9; }

.nav-utility-header nav ul > li a:before {
  color: #00B0B9; }

.nav-sub ul li a:hover, .nav-sub ul li a:focus {
  color: #00B0B9; }

.nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #00B0B9; }
  .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus, .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
    color: #00B0B9; }

@media (max-width: 899px) {
  .nav-sub ul li.fsNavCurrentPage > a {
    color: #fff;
    background: #00B0B9; }
    .nav-sub ul li.fsNavCurrentPage > a:hover {
      color: #fff;
      background: #00B0B9;
      text-decoration: underline; } }

.nav-social ul li a:hover:before {
  color: #00B0B9 !important; }

#fsHeader .nav-social {
  background: #fff; }
  #fsHeader .nav-social ul li a:before {
    color: #00B0B9; }
  #fsHeader .nav-social ul li a:hover:before {
    color: #071844 !important; }
  .home #fsHeader .nav-social ul li a:before {
    color: #fff; }
  .home #fsHeader .nav-social ul li a:hover:before {
    color: #00B0B9 !important; }

ul.styled li:before {
  color: #00B0B9; }

.c-back-to-top a span {
  color: #FFFFFF; }

.c-back-to-top a:hover span {
  color: #00B0B9; }

.footer-right-col {
  border-left: solid 1px #00B0B9; }

#fsFooter a {
  color: #fff; }
  #fsFooter a:hover {
    color: #00B0B9; }

#fsFooter .nav-social .fsElementFooterContent a {
  color: #fff; }
  #fsFooter .nav-social .fsElementFooterContent a:hover {
    color: #00B0B9; }

.fsStyleUpdateButton:hover {
  background: #00B0B9 !important; }

.buttons-over-video ul li a:hover {
  background: #00B0B9 !important; }

.c-scroll-down a:hover {
  color: #00B0B9 !important; }

.sws-video-link:hover {
  border-color: #00B0B9 !important; }
  .sws-video-link:hover:before {
    color: #00B0B9 !important; }
  .sws-video-link:hover:after {
    border-color: transparent transparent transparent #00B0B9 !important; }
