/*!
 * Robert Gordon's College - default_18
 * @link: https://www.rgc.aberdeen.sch.uk
 * Site Template: newclientcustom
 * Built By: Alexandru Dinca
 * Project Manager: Rosie Paxton
 * Designer: Ash Stevens
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: 345a8f5
 * Last built by: James Brettschneider
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
.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 {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fs_style_26 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 20px;
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsStyleDefaultField {
  border: solid 1px #a5b8ce;
}

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

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #012856;
  background: transparent;
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
  margin-bottom: 10px;
}

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E7ECF2;
}

.fsListNav .fsListLevel2 > .fsListItem {
  padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
  padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
  padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
  padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

/* Contains generic styles that apply to every element slideshow subtype*/

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0;
}

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

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

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
}

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

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

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

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

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: rgba(1, 40, 86, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px;
}

.fsSlideshow .fsPager li {
  width: 12px;
  height: 12px;
  position: relative;
  vertical-align: middle;
}

.fsSlideshow .fsPager li button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #012856;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(1, 40, 86, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #012856;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(1, 40, 86, 0.25);
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #012856;
}

/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

.fsDialogCloseButton {
  opacity: 1;
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before {
  background: #012856;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #012856;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: black;
}

.fsElementDialog {
  color: #012856;
}

.button {
  display: inline-block;
  border: 0;
  background: #002B55;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.button:before,
.button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.button:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.button:hover,
.button:focus,
.fsStateSelected .button {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.button:hover:before,
.button:hover:after,
.button:focus:before,
.button:focus:after,
.fsStateSelected .button:before,
.fsStateSelected .button:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .button,
.fsBannerRight .button,
.fsStyleOneThird .button,
.fsThreeColumnLayout > .fsDiv .button,
.fsFourColumnLayout > .fsDiv .button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.color-button {
  display: inline-block;
  border: 0;
  background: #4F698A;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.color-button:before,
.color-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.color-button:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.color-button:hover:before,
.color-button:hover:after,
.color-button:focus:before,
.color-button:focus:after,
.fsStateSelected .color-button:before,
.fsStateSelected .color-button:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.color-button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .color-button,
.fsBannerRight .color-button,
.fsStyleOneThird .color-button,
.fsThreeColumnLayout > .fsDiv .color-button,
.fsFourColumnLayout > .fsDiv .color-button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.hollow-button {
  display: inline-block;
  border: 0;
  background: transparent;
  color: #4F698A;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border: 0.2em solid #4F698A;
}

.hollow-button:before,
.hollow-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.hollow-button:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hollow-button:hover,
.hollow-button:focus,
.fsStateSelected .hollow-button {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.hollow-button:hover:before,
.hollow-button:hover:after,
.hollow-button:focus:before,
.hollow-button:focus:after,
.fsStateSelected .hollow-button:before,
.fsStateSelected .hollow-button:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.hollow-button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .hollow-button,
.fsBannerRight .hollow-button,
.fsStyleOneThird .hollow-button,
.fsThreeColumnLayout > .fsDiv .hollow-button,
.fsFourColumnLayout > .fsDiv .hollow-button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.fsStyleDefaultButton:before,
.fsStyleDefaultButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fsStyleDefaultButton:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:before,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStateSelected .fsStyleDefaultButton:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.fsStyleUpdateButton:before,
.fsStyleUpdateButton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fsStyleUpdateButton:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fsStyleUpdateButton:hover:before,
.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:before,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:before,
.fsStateSelected .fsStyleUpdateButton:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fs_style_27,
.fs_style_29 {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #002B55;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.fs_style_27:before,
.fs_style_27:after,
.fs_style_29:before,
.fs_style_29:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fs_style_27:after,
.fs_style_29:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fs_style_27:hover:before,
.fs_style_27:hover:after,
.fs_style_27:focus:before,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:before,
.fsStateSelected .fs_style_27:after,
.fs_style_29:hover:before,
.fs_style_29:hover:after,
.fs_style_29:focus:before,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:before,
.fsStateSelected .fs_style_29:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fs_style_27 em,
.fs_style_29 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27,
.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29 {
  color: #FFF;
  background-color: #002B55;
}

.fs_style_28,
.fs_style_30 {
  display: inline-block;
  border: 0;
  background: #002B55;
  color: #FFF;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.fs_style_28:before,
.fs_style_28:after,
.fs_style_30:before,
.fs_style_30:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fs_style_28:after,
.fs_style_30:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30 {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fs_style_28:hover:before,
.fs_style_28:hover:after,
.fs_style_28:focus:before,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:before,
.fsStateSelected .fs_style_28:after,
.fs_style_30:hover:before,
.fs_style_30:hover:after,
.fs_style_30:focus:before,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:before,
.fsStateSelected .fs_style_30:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fs_style_28 em,
.fs_style_30 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28,
.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30 {
  color: #FFF;
  background-color: #9AABBB;
}

.fs_style_29,
.fs_style_30 {
  /*  text-transform: uppercase;*/
  max-width: auto;
  min-width: 300px;
  margin: 0 10px 5px 0px;
  padding: 30px 15px;
  font-size: 18px;
  line-height: 20px;
}

.lead-in,
.fs_style_24 {
  font-size: 1.11111em;
  line-height: 1.2em;
  font-family: "Helvetica LT W01 Roman", sans-serif;
}

blockquote {
  position: relative;
  margin: 50px 0 0 0;
  padding: 0 70px 30px 70px;
  font-size: 19px;
  line-height: 21px;
  font-family: "Helvetica LT W01 Roman", sans-serif;
}

@media (max-width: 999px) {
  blockquote {
    padding: 0 10px 50px 20px;
  }
}

blockquote:before {
  position: absolute;
  right: 100%;
  top: 8px;
  left: 50px;
  content: '\201C';
  font-size: 45px;
}

@media (max-width: 999px) {
  blockquote:before {
    left: 0px;
  }
}

blockquote p {
  position: relative;
}

blockquote p:after {
  position: absolute;
  content: '\201C';
  font-size: 45px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 13px;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote {
  padding: 0px 10px 50px 20px;
}

.fsBannerLeft blockquote:before,
.fsBannerRight blockquote:before {
  left: 0;
}

cite,
.fs_style_25 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  font-family: "Helvetica LT W01 Bold", sans-serif;
  font-size: 20px;
  margin-top: 0px;
  padding-left: 70px;
  margin-bottom: 50px;
  /*  &:before { content: ''; }*/
}

@media (max-width: 999px) {
  cite,
  .fs_style_25 {
    padding-left: 20px;
  }
}

cite em,
.fs_style_25 em {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
  margin-left: 10px;
}

.callout {
  padding: 20px;
  background: #002B55;
  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%;
  }
}

/*! _main.scss - src/sass/navigation/ - main import */

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

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #012856;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #2271B4;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #012856;
  background: transparent;
}

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

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

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

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

.fsBreadcrumb ul li {
  display: inline-block;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #002B55;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #9AABBB;
}

body.fsComposeMode .site-breadcrumb,
.home .fsBreadcrumb {
  display: none;
}

body:not(.fsComposeMode) .site-breadcrumb {
  margin-top: 5px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .site-breadcrumb {
    display: none;
  }
}

.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 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       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;
}

@media (max-width: 699px) {
  .nav-sub ul.fsNavLevel1 {
    padding: 20px;
  }
}

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tier ul li a {
  display: block;
  padding: 10px 10px;
  color: #2271B4;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #012856;
  background: #E7ECF2;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #002B55;
  background: #c6d2e0;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #4F698A;
  background: #E7ECF2;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: #E7ECF2;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #2271B4;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #2271B4;
  background: #E7ECF2;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
}

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px #E7ECF2;
}

.nav-tier .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

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

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

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

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

.nav-sub {
  position: relative;
  background-color: #002B55;
  /*display: none;*/
}

@media (min-width: 700px) {
  .nav-sub {
    padding: 30px 40px 40px 40px;
  }
}

@media screen and (max-width: 699px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-bottom: 0px !important;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    color: #FFF;
    background-color: #002B55;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #4F698A;
    color: #FFF;
  }
}

@media screen and (max-width: 699px) and (min-width: 700px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 699px) {
  .nav-sub > header .fsElementTitle:after {
    content: "+";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 20px;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #002B55;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 8px 3px;
    color: #FFF;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #FFF;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #FFF;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #FFF;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #FFF;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #FFF;
    background: transparent;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 3px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 33px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 63px;
  }

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #4F698A;
    color: #FFF;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "-";
  }
}

@media (min-width: 700px) {
  .nav-sub {
    display: block;
  }
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 700px) {
  .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: 700px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

.nav-sub.nav-sub-empty {
  display: none !important;
}

.nav-sub > header > h2.fsElementTitle {
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 22px;
  line-height: 24px;
  color: #FFF;
  margin-bottom: 20px;
}

.nav-sub > header > h2.fsElementTitle a {
  color: #fff;
}

.nav-sub > header > h2.fsElementTitle a:hover,
.nav-sub > header > h2.fsElementTitle a:focus {
  color: #fff;
}

@media (max-width: 699px) {
  .nav-sub > header > h2.fsElementTitle a {
    pointer-events: none !important;
  }
}

.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub ul li a {
  display: block;
  padding: 8px 2px;
  color: #FFF;
  background: transparent;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 16px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #FFF;
  background: transparent;
  /*font-family: $sans-serif-3;*/
  text-decoration: none !important;
  text-shadow: 0 0 1px #FFF, 0 0 0px #FFF;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #FFF;
  background: transparent;
  font-family: "Helvetica LT W01 Bold", sans-serif;
  text-decoration: none !important;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #FFF;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #FFF;
  background: transparent;
  font-family: "Helvetica LT W01 Bold", sans-serif;
  text-decoration: none !important;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #FFF;
  background: transparent;
}

.nav-sub .fsNavLevel1 {
  padding-left: 0;
}

@media screen and (max-width: 699px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 32px;
  font-size: 14px;
  line-height: 18px;
}

.nav-sub .fsNavLevel2 > li > a:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  color: #FFF;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 62px;
  font-size: 14px;
  line-height: 18px;
}

.nav-sub .fsNavLevel3 > li > a:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  color: #FFF;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 92px;
  font-size: 14px;
  line-height: 18px;
}

.nav-sub .fsNavLevel4 > li > a:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  color: #FFF;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 122px;
  font-size: 14px;
  line-height: 18px;
}

.nav-sub .fsNavLevel5 > li > a:before {
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  color: #FFF;
}

.nav-main {
  margin-bottom: 0;
}

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 900px) {
  .fsHeader .nav-main {
    display: block;
  }
}

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    /*@include compartment;*/
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /*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 {
  margin: 0px 30px 0px 0px;
}

@media (max-width: 1329px) {
  .nav-main .fsNavLevel1 > li {
    margin: 0px 15px 0px 0px;
  }
}

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    /*flex: 1 auto;*/
  }
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #FFF;
  background: transparent;
}

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #FFF;
  background: transparent;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  padding: 30px 1px;
  text-decoration: none !important;
  position: relative;
}

@media (max-width: 1329px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 12px;
  }
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #FFF;
  background: transparent;
}

.nav-main .fsNavLevel1 > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0px;
  height: 2px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.nav-main .fsNavLevel1 > li > a:hover:after,
.nav-main .fsNavLevel1 > li > a:focus:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open: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 .fsNavPageInfo {
  background: rgba(0, 43, 85, 0.85);
  text-align: left;
  z-index: 300;
  width: 240px;
  max-width: 240px;
  padding: 20px 30px 10px 30px;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  left: 50% !important;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  /*left: 0;*/
  /*transform: none;*/
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  /*left: auto;*/
  /*transform: none;*/
}

.nav-main .fsNavLevel2 li {
  position: relative;
  margin-bottom: 20px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #FFF;
  background: transparent;
  padding: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  text-transform: none;
  text-decoration: none !important;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #FFF;
  background: transparent;
  text-shadow: 0 0 1px #FFF, 0 0 0px #FFF;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #FFF;
  background: transparent;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

.nav-main ul.fsNavLevel1 > li.menu-item-open > a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.nav-main ul.fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

.nav-main ul.fsNavLevel1 > li.fsNavCurrentPage > a:after,
.nav-main ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: -50px !important;
  left: inherit !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

@media (max-width: 1099px) {
  .nav-main {
    display: none !important;
  }
}

.drawer-ribbon {
  position: relative;
  height: 50px;
}

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 22px;
}

.drawer-trigger:before,
.drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 100%;
  content: '';
  background: #fff;
}

.drawer-trigger:before {
  margin-top: -0.33333em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.drawer-trigger:after {
  -webkit-box-shadow: 0 0.33333em 0 0 #fff;
          box-shadow: 0 0.33333em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-is-active .drawer-trigger:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 33.33333em;
  background: #012856;
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.drawer-trigger {
  max-height: 21px;
  cursor: pointer;
}

.drawer-trigger > .fsElementContent {
  display: none;
}

@media (min-width: 1100px) {
  .drawer-trigger {
    display: none !important;
  }
}

#fsHeader .main-head .drawer-trigger {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: inherit;
  right: 20px;
  margin: 0px;
}

.fsMenu {
  min-height: auto;
  height: auto;
  max-width: 500px;
}

@media (min-width: 1100px) {
  .fsMenu {
    display: none;
  }
}

@media (max-width: 1099px) {
  .fsMenu {
    top: 113px;
  }
}

@media (max-width: 699px) {
  .fsMenu {
    top: 40px;
  }
}

body:not(.fsComposeMode).fixed-container .fsMenu {
  position: fixed;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).fixed-container .fsMenu {
    top: 79px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).fixed-container .fsMenu {
    top: 40px;
  }
}

.fsMenu .mobile-search {
  display: block;
  margin: 30px 20px;
}

.fsMenu .mobile-search.top-search.active-search .fs-site-search {
  width: 100%;
}

.fsMenu .mobile-search.top-search .fs-site-search #search-input-top {
  padding: 5px 20px 5px 55px;
}

.fsMenu .mobile-search.top-search button.open-header-search {
  left: 0;
  right: inherit;
}

.fsMenu .mobile-search.top-search .fs-site-search button.button.submit-button {
  left: 0;
  right: inherit;
}

.fsMenu .mobile-nav {
  position: relative;
  padding: 0px;
  margin: 0px 20px 50px;
}

.fsMenu .mobile-nav nav ul.fsNavLevel1 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.fsMenu .mobile-nav nav ul.fsNavLevel1 > li > a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Bold", sans-serif;
  padding: 13px 7px;
}

.fsMenu .mobile-nav nav ul.fsNavLevel1 > li > a:hover,
.fsMenu .mobile-nav nav ul.fsNavLevel1 > li > a:focus {
  color: #FFD457;
  text-decoration: none;
}

.fsMenu .mobile-nav nav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage > a,
.fsMenu .mobile-nav nav ul.fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor > a {
  color: #FFD457;
  text-decoration: none;
}

.fsMenu .mobile-nav nav ul.fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
}

.fsMenu .mobile-nav nav ul.fsNavLevel1 > li.submenu-open {
  padding-bottom: 10px;
}

.fsMenu .mobile-nav ul.fsNavLevel2 > li > a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  padding-left: 30px;
}

.fsMenu .mobile-nav ul.fsNavLevel2 > li > a:hover,
.fsMenu .mobile-nav ul.fsNavLevel2 > li > a:focus {
  color: #FFD457;
  text-decoration: none;
}

.fsMenu .mobile-nav ul.fsNavLevel2 > li.fsNavCurrentPage > a,
.fsMenu .mobile-nav ul.fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
  color: #FFD457;
  text-decoration: none;
}

#fsMenu .mobile-utils {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li {
  position: relative;
  display: block;
  overflow: hidden;
  height: 35px;
  width: 100%;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a {
  color: #FFF;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 5px;
  text-align: center;
  height: 35px;
  text-decoration: none !important;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a span {
  z-index: 10;
  position: relative;
  display: inline-block;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a span.util-icon {
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  background: url(images/parents-icon.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 22px;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:before,
#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:hover,
#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:focus,
.fsStateSelected #fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a {
  color: #002B55;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:hover:before,
#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:hover:after,
#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:focus:before,
#fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:focus:after,
.fsStateSelected #fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:before,
.fsStateSelected #fsMenu .mobile-utils nav ul.fsNavLevel1 > li > a:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li:nth-child(3n+1) > a {
  background-color: #2271B5;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li:nth-child(3n+2) > a {
  background-color: #FFD457;
  color: #002B55;
}

#fsMenu .mobile-utils nav ul.fsNavLevel1 > li:nth-child(3n+3) > a {
  background-color: #05487F;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
}

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

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

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "\F09A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\F16D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\F0E1";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\F0D2";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "\F173";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\F099";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\F27D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "\F1CA";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\F16A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\F1D7";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
  content: "\F16E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "\F19A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\F09E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
.nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
.nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
.nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
.nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='vine']:hover:before,
.nav-social .fsNavLevel1 [href*='vine']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
.nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover:before,
.nav-social .fsNavLevel1 [href*='wechat']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover:before,
.nav-social .fsNavLevel1 [href*='flickr']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
.nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #007DB5;
  border-color: #007DB5;
}

.nav-social .fsNavLevel1 [href*='rss']:hover:before,
.nav-social .fsNavLevel1 [href*='rss']:focus:before {
  color: #FFF;
}

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #007DB5;
  background: #007DB5;
  height: 23px;
  width: 23px;
  border-radius: 100%;
  padding: 0px;
}

.nav-social .fsNavLevel1 a:before {
  color: #FFF;
  font-size: 11px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  line-height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-social .fsElementFooterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-social .fsElementFooterContent .fsImage:first-child {
  margin-right: 10px;
}

.nav-social .fsElementFooterContent .fsImage img {
  width: auto;
  height: 60px;
}

@media (min-width: 1024px) {
  .nav-social .fsElementFooterContent {
    margin-top: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #fff;
}

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0px;
  margin: 0px;
}

.site-info-container {
  /*@include compartment;*/
  padding: 0px;
  /*overflow: hidden;*/
  white-space: nowrap;
  margin: 0px;
}

.site-info-container a {
  display: block;
  padding: 0px;
  color: transparent;
  width: 281px;
  height: 58px;
  background: url(images/top-interior-logo.svg) no-repeat center;
  background-size: cover;
}

@media (max-width: 699px) {
  .site-info-container a {
    width: 145px;
    height: 30px;
  }
}

.site-info-container a:hover {
  color: transparent;
}

.site-info-container.online a {
  background-image: url(images/online-logo.svg);
  width: 370px;
}

@media (max-width: 699px) {
  .site-info-container.online a {
    width: 190px;
  }
}

.fsHeader .header-utils {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: right;
  background-color: #002B55;
  height: 35px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 699px) {
  .fsHeader .header-utils {
    display: none;
  }
}

.fsHeader .header-utils nav ul.fsNavLevel1 {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 35px;
  float: left;
}

@media (max-width: 949px) {
  .fsHeader .header-utils nav ul.fsNavLevel1 > li {
    width: 33.33%;
  }
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a {
  color: #FFF;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 5px;
  text-align: center;
  width: 157px;
  height: 35px;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

@media (max-width: 949px) {
  .fsHeader .header-utils nav ul.fsNavLevel1 > li > a {
    width: 100%;
  }
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a span {
  z-index: 10;
  position: relative;
  display: inline-block;
  float: left;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a span.util-icon {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  background: url(images/parents-icon.svg) no-repeat center;
  background-size: cover;
  float: left;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:before,
.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:hover,
.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:focus,
.fsStateSelected .fsHeader .header-utils nav ul.fsNavLevel1 > li > a {
  color: #002B55;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:hover:before,
.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:hover:after,
.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:focus:before,
.fsHeader .header-utils nav ul.fsNavLevel1 > li > a:focus:after,
.fsStateSelected .fsHeader .header-utils nav ul.fsNavLevel1 > li > a:before,
.fsStateSelected .fsHeader .header-utils nav ul.fsNavLevel1 > li > a:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li:nth-child(3n+1) > a {
  background-color: #2271B5;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li:nth-child(3n+2) > a {
  background-color: #FFD457;
  color: #002B55;
}

.fsHeader .header-utils nav ul.fsNavLevel1 > li:nth-child(3n+3) > a {
  background-color: #05487F;
}

.fsHeader .main-head {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0px;
  padding: 0px 50px;
  height: 80px;
  max-height: 80px;
  background-color: #002B55;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media (max-width: 1329px) {
  .fsHeader .main-head {
    padding: 0px 20px;
  }
}

@media (max-width: 699px) {
  .fsHeader .main-head {
    height: 40px;
    max-height: 40px;
    padding: 0px 15px;
  }
}

.fsHeader .main-head > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.fsHeader .main-head .site-info-container {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 50px;
}

@media (max-width: 1329px) {
  .fsHeader .main-head .site-info-container {
    left: 20px;
  }
}

@media (max-width: 699px) {
  .fsHeader .main-head .site-info-container {
    left: 15px;
  }
}

.fsHeader.fixed-container .main-head {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  z-index: 99999;
  background: #002B55 !important;
}

.fsHeader.fixed-container .main-head .site-info-container {
  display: block !important;
}

.shop .fsHeader.fixed-container .main-head {
  position: relative !important;
}

.fsComposeMode .fsHeader.fixed-container .main-head {
  position: relative !important;
}

body.fsComposeMode #fsHeader .main-head {
  position: relative !important;
}

.top-search {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 1099px) {
  .top-search {
    display: none;
  }
}

.top-search .fs-site-search {
  position: relative;
  margin: 0px;
  height: 40px;
  width: 40px;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
}

.top-search .fs-site-search label {
  display: none;
}

.top-search .fs-site-search #search-input-top {
  position: relative;
  height: 40px;
  border: none;
  border-radius: 20px;
  padding: 5px 55px 5px 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  letter-spacing: 1.5px;
}

.top-search .fs-site-search #search-input-top::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}

.top-search .fs-site-search #search-input-top::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

.top-search .fs-site-search #search-input-top::-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
}

.top-search .fs-site-search #search-input-top::placeholder {
  color: #FFF;
  opacity: 1;
}

.top-search .fs-site-search #search-input-top:-ms-input-placeholder {
  color: #FFF;
}

.top-search .fs-site-search #search-input-top::-ms-input-placeholder {
  color: #FFF;
}

.top-search .fs-site-search button.button.submit-button {
  position: absolute;
  width: 40px;
  height: 40px;
  max-width: 40px;
  min-width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: transparent;
  font-size: 0;
  display: block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  z-index: 5;
}

.top-search .fs-site-search button.button.submit-button:after {
  display: none;
}

.top-search .fs-site-search button.button.submit-button:focus {
  outline: -webkit-focus-ring-color auto 15px;
}

.top-search .fs-site-search button.button.submit-button:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E9AB";
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #FFF;
  font-family: "IcoMoon";
  border: none;
  background: none;
  opacity: 1 !important;
}

.top-search button.open-header-search {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: transparent;
  font-size: 0;
  display: block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
}

.top-search button.open-header-search:focus {
  outline: -webkit-focus-ring-color auto 15px;
}

.top-search button.open-header-search:before {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E9AB";
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #FFF;
  font-family: "IcoMoon";
}

.top-search.active-search .fs-site-search {
  width: 240px;
}

@media (max-width: 1299px) {
  .top-search.active-search .fs-site-search {
    width: 180px;
  }
}

.top-search.active-search #search-input-top {
  opacity: 1;
  visibility: visible;
}

.top-search.active-search button.open-header-search {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.top-search.active-search button.button.submit-button {
  z-index: 10;
}

.skip-link {
  margin: 0px;
}

.skip-link a {
  position: absolute;
  top: -100px;
  left: 0px;
  color: #FFF;
  padding: 6px 20px;
  background: transparent;
  -webkit-transition: top 0.4s ease-out, background 1s linear;
  transition: top 0.4s ease-out, background 1s linear;
  z-index: 9999;
}

.skip-link a:hover,
.skip-link a:focus {
  background: #4F698A;
  top: 0;
}

body:not(.fsComposeMode).fsAccountBarVisible #fsHeader.fixed-container .main-head {
  top: 43px !important;
}

#fsFooter {
  padding: 55px 75px;
  color: #fff;
}

@media (max-width: 1199px) {
  #fsFooter {
    padding: 55px 20px;
  }
}

@media (max-width: 649px) {
  #fsFooter {
    padding: 30px 0px 50px;
  }
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1290px;
}

#fsFooter .fsBanner:after {
  content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
  /*flex-flow: row wrap;*/
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  /*flex: 0 1 100%;*/
}

#fsFooter .nav-social {
  margin-bottom: 20px;
}

.school-details {
  margin-bottom: 20px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
}

.fsFooter .footer-top-links {
  position: relative;
  margin: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 649px) {
  .fsFooter .footer-top-links {
    border: none;
  }
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 649px) {
  .fsFooter .footer-top-links nav ul.fsNavLevel1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li a {
  color: #FFF;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  padding: 65px 10px 50px;
  position: relative;
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li a:hover,
.fsFooter .footer-top-links nav ul.fsNavLevel1 li a:focus {
  color: #FFD457;
  text-decoration: none;
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li a:hover:after,
.fsFooter .footer-top-links nav ul.fsNavLevel1 li a:focus:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 799px) {
  .fsFooter .footer-top-links nav ul.fsNavLevel1 li a {
    font-size: 19px;
    padding: 50px 10px 34px;
  }
}

@media (max-width: 649px) {
  .fsFooter .footer-top-links nav ul.fsNavLevel1 li a {
    margin: 0px 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li:first-child > a:before {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  content: '';
  color: inherit;
  font-family: "IcoMoon";
  background: url(images/enq-icon.svg) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
}

@media (max-width: 799px) {
  .fsFooter .footer-top-links nav ul.fsNavLevel1 li:first-child > a:before {
    width: 36px;
    height: 36px;
  }
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li:nth-child(2) > a:before {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  content: '';
  color: inherit;
  font-family: "IcoMoon";
  background: url(images/events-icon.svg) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
}

@media (max-width: 799px) {
  .fsFooter .footer-top-links nav ul.fsNavLevel1 li:nth-child(2) > a:before {
    width: 36px;
    height: 36px;
  }
}

.fsFooter .footer-top-links nav ul.fsNavLevel1 li:nth-child(3) > a:before {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  content: '';
  color: inherit;
  font-family: "IcoMoon";
  background: url(images/apply-icon.svg) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
}

@media (max-width: 799px) {
  .fsFooter .footer-top-links nav ul.fsNavLevel1 li:nth-child(3) > a:before {
    width: 36px;
    height: 36px;
  }
}

.fsFooter .footer-info {
  margin: 0px;
  padding: 30px 0px 50px;
}

.fsFooter .footer-info > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .fsFooter .footer-info > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    text-align: center;
  }
}

.fsFooter .footer-info .map-box {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 535px;
  height: 315px;
  background: url(images/map-image-min.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1099px) {
  .fsFooter .footer-info .map-box {
    width: 400px;
  }
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .map-box {
    width: 535px;
    height: 250px;
    margin: 0 auto;
  }
}

@media (max-width: 649px) {
  .fsFooter .footer-info .map-box {
    height: 190px;
    width: 100%;
    max-width: 320px;
  }
}

.fsFooter .footer-info .map-box > .fsElementContent {
  position: relative;
  width: 100%;
  height: 100%;
}

.fsFooter .footer-info .map-box > .fsElementContent p {
  margin: 0px;
}

.fsFooter .footer-info .map-box > .fsElementContent a {
  color: #002B55;
  font-size: 13px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  line-height: 16px;
  text-align: center;
  width: 132px;
}

@media (max-width: 1099px) {
  .fsFooter .footer-info .map-box > .fsElementContent a {
    font-size: 7px;
    line-height: 9px;
    width: 69px;
  }
}

.fsFooter .footer-info .map-box > .fsElementContent p:first-child > a {
  position: absolute;
  top: 44px;
  right: 95px;
}

@media (max-width: 1099px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:first-child > a {
    right: 62px;
    top: 67px;
  }
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:first-child > a {
    right: 123px;
    top: 33px;
  }
}

@media (max-width: 649px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:first-child > a {
    right: 60px;
    top: 25px;
  }
}

.fsFooter .footer-info .map-box > .fsElementContent p:first-child > a:before {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 35px;
  height: 45px;
  content: "";
  background: url(images/blue-pin.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1099px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:first-child > a:before {
    width: 20px;
    height: 26px;
  }
}

.fsFooter .footer-info .map-box > .fsElementContent p:nth-child(2) > a {
  position: absolute;
  bottom: 29px;
  left: 26px;
}

@media (max-width: 1099px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:nth-child(2) > a {
    bottom: 50px;
    left: 6px;
  }
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:nth-child(2) > a {
    bottom: 12px;
    left: 54px;
  }
}

@media (max-width: 649px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:nth-child(2) > a {
    bottom: 16px;
    left: 15px;
  }
}

.fsFooter .footer-info .map-box > .fsElementContent p:nth-child(2) > a:before {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 35px;
  height: 45px;
  content: "";
  background: url(images/blue-pin.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1099px) {
  .fsFooter .footer-info .map-box > .fsElementContent p:nth-child(2) > a:before {
    width: 20px;
    height: 26px;
  }
}

.fsFooter .footer-info .footer-tel {
  position: relative;
  margin: 0px;
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .footer-tel {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 649px) {
  .fsFooter .footer-info .footer-tel {
    width: 100%;
    padding: 0px 20px;
  }
}

.fsFooter .footer-info .footer-tel > header > h2.fsElementTitle {
  position: relative;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
}

.fsFooter .footer-info .footer-tel p {
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #9FAEBD;
}

.fsFooter .footer-info .footer-tel h3,
.fsFooter .footer-info .footer-tel h4,
.fsFooter .footer-info .footer-tel h5 {
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #FFF;
  margin-bottom: 15px;
  margin-top: 15px;
}

.fsFooter .footer-info .footer-tel .fs_style_27 {
  margin-top: 20px;
}

.fsFooter .footer-info .footer-tel .fs_style_27:hover,
.fsFooter .footer-info .footer-tel .fs_style_27:focus {
  background-color: #8493A9;
}

.fsFooter .footer-info .footer-useful {
  position: relative;
  margin: 0px;
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .footer-useful {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 649px) {
  .fsFooter .footer-info .footer-useful {
    width: 100%;
    padding: 0px 20px;
  }
}

.fsFooter .footer-info .footer-useful > header > h2.fsElementTitle {
  position: relative;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: capitalize;
}

.fsFooter .footer-info .footer-useful nav ul.fsNavLevel1 > li > a {
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 13px;
  color: #9FAEBD;
  padding: 0px;
  display: table;
}

.fsFooter .footer-info .footer-useful nav ul.fsNavLevel1 > li > a:hover,
.fsFooter .footer-info .footer-useful nav ul.fsNavLevel1 > li > a:focus {
  color: #FFD457;
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .footer-useful nav ul.fsNavLevel1 > li > a {
    text-align: center;
    margin: 0px auto 13px auto;
  }
}

.fsFooter .footer-info .footer-social.nav-social {
  position: relative;
  margin: 0px;
}

@media (max-width: 1023px) {
  .fsFooter .footer-info .footer-social.nav-social {
    width: 100%;
    text-align: center;
  }
}

.fsFooter .footer-info .footer-social.nav-social > header > h2.fsElementTitle {
  position: relative;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: capitalize;
}

.fsFooter .bottom-footer {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.fsFooter .bottom-footer > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .fsFooter .bottom-footer > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.fsFooter .bottom-footer .footer-logo {
  position: relative;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1023px) {
  .fsFooter .bottom-footer .footer-logo {
    margin: 0px 0px 35px 0px;
  }
}

.fsFooter .bottom-footer .footer-logo a {
  display: table;
  padding: 0px;
}

.fsFooter .bottom-footer .footer-logo img {
  max-height: 81px;
  width: auto;
  height: 81px;
}

@media (max-width: 1299px) {
  .fsFooter .bottom-footer .footer-logo img {
    max-height: 50px;
    height: 50px;
  }
}

.fsFooter .bottom-footer .footer-logo.online a {
  background-image: url(images/online-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 370px;
  height: 81px;
  font-size: 0;
}

.fsFooter .bottom-footer .footer-copy {
  position: relative;
  margin: 0px;
  padding: 0px 145px 0px 10px;
  text-align: right;
}

@media (max-width: 1023px) {
  .fsFooter .bottom-footer .footer-copy {
    text-align: center;
    padding: 0px 10px;
    margin: 0px 0px 15px 0px;
  }
}

.fsFooter .bottom-footer .footer-copy ul,
.fsFooter .bottom-footer .footer-copy ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsFooter .bottom-footer .footer-copy ul li {
  margin: 0;
  padding: 0;
}

.fsFooter .bottom-footer .footer-copy ul li {
  position: relative;
  display: inline-block;
  border-right: 1px solid #9FAEBD;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 12px;
  line-height: 11px;
  color: #9FAEBD;
  padding: 0px 10px;
  margin: 0px;
}

@media (max-width: 1023px) {
  .fsFooter .bottom-footer .footer-copy ul li {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: none;
  }
}

.fsFooter .bottom-footer .footer-copy ul li a {
  font-family: "Helvetica LT W01 Roman", sans-serif;
  font-size: 12px;
  line-height: 11px;
  color: #9FAEBD;
}

.fsFooter .bottom-footer .footer-copy ul li a:hover,
.fsFooter .bottom-footer .footer-copy ul li a:focus {
  color: #FFD457;
}

.fsFooter .fsBanner #fsPoweredByFinalsite {
  position: absolute;
  width: 132px;
  bottom: 32px;
  max-width: 132px;
  margin: 0;
  right: 0;
}

@media (max-width: 1299px) {
  .fsFooter .fsBanner #fsPoweredByFinalsite {
    bottom: 17px;
  }
}

@media (max-width: 1023px) {
  .fsFooter .fsBanner #fsPoweredByFinalsite {
    position: relative;
    margin: 0 auto;
    bottom: inherit;
    right: inherit;
  }
}

body:not(.fsComposeMode) .nav-social nav ul.fsNavLevel1 > li > a {
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
  position: relative;
}

body:not(.fsComposeMode) .nav-social nav ul.fsNavLevel1 > li > a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

body:not(.fsComposeMode) .nav-social nav ul.fsNavLevel1 > li > a:hover:after,
body:not(.fsComposeMode) .nav-social nav ul.fsNavLevel1 > li > a:focus:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 5px 5px #fff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-family: "Helvetica LT W01 Light", sans-serif;
  background: #002B55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 18px;
  line-height: 26px;
  color: #012856;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding: 15px 15px 120px;
  background: #fff;
}

.fsPageBody {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1420px;
  max-width: 100%;
}

@media (min-width: 700px) {
  .fsPageBody {
    display: block;
  }
}

@media (min-width: 900px) {
  .fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  #fsBannerLeft {
    padding-right: 70px;
    width: 440px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 70px;
    width: 440px;
  }
}

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 1150px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 70px;
    width: 440px;
  }
}

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 220px);
  }
}

@media (min-width: 800px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 320px);
  }
}

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 510px);
    margin-bottom: 0;
  }
}

@media (min-width: 1150px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 760px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 220px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 320px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 440px);
  }
}

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 220px;
  }
}

@media (min-width: 1150px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px;
  }
}

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}

@media (min-width: 700px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 700px) {
  .fsLayout .fsDiv {
    padding-right: 1.11111em;
    padding-left: 1.11111em;
  }
}

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

@media (min-width: 700px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 70px;
    width: 440px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 220px);
  }
}

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

@media (min-width: 1150px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px;
  }
}

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

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

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

@media (min-width: 1150px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 70px;
    width: 440px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 290px);
  }
}

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 290px);
  }
}

@media (min-width: 1150px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 440px);
  }
}

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

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

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

@media (min-width: 1150px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 70px;
    width: 440px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 290px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 220px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1150px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 220px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 40px;
    width: 320px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 220px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 320px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 290px);
  }
}

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 290px);
  }
}

@media (min-width: 1150px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 70px;
    width: 440px;
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

@media (min-width: 1150px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 70px;
    width: 440px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 220px;
  }
}

@media (min-width: 1150px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 220px);
    margin-bottom: 0;
  }
}

@media (min-width: 1150px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 320px);
  }
}

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

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

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

@media (min-width: 1150px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 220px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 220px;
  }
}

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

@media (min-width: 1150px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 220px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

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

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

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

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

/*! 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

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

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

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

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}

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

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%;
}

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

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

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none;
}

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

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

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

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

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

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

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}

.fsProfileSectionData:last-child {
  margin-bottom: 0;
}

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 18px;
  line-height: 26px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #a5b8ce;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fsConstituentSearchForm > label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #a5b8ce;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 34px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

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

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}

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

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

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

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

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

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  border-radius: 5px;
  cursor: pointer;
  background: #E7ECF2;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 23px;
  color: #012856;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  padding: 8px 15px;
  margin-bottom: 10px;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #9AABBB;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 25px 30px 35px;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #002B55;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #FFF;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  position: absolute;
  margin: 0;
  background: url(images/gallery_arrow.svg) no-repeat center;
  background-size: cover;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  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;
  position: absolute;
  margin: 0;
  background: url(images/gallery_arrow.svg) no-repeat center;
  background-size: cover;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  content: ' ';
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

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

/*! 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 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

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

/*! elements - athletics events - list subtype */

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

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

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

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

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

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

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

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsRoster .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsRoster .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsRoster .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

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

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E7ECF2;
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

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

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

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

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  position: relative;
  padding-left: 85px;
  min-height: 65px;
  padding-top: 0;
}

.fsCalendar article .fsElementEventColorIcon {
  width: 14px;
  height: 14px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 65px;
  width: 65px;
  color: #fff;
  background: #002B55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

.fsCalendar .fsDate > span {
  display: block;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 28px;
  line-height: 28px;
}

.fsCalendar .fsTitle {
  position: relative;
  display: block;
  margin: 0px 0px 20px 0px;
  padding-top: 18px;
}

.fsCalendar .fsTitle a {
  font-size: 19px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
  line-height: 21px;
}

.fsCalendar .fsEventDetails {
  font-size: 16px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  line-height: 25px;
}

.fsCalendar .fsTimeRange {
  font-size: 16px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  line-height: 25px;
}

.fsCalendar .fsLocation {
  font-size: 16px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  line-height: 25px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 16px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  line-height: 25px;
  padding: 30px 0px 20px 0px;
  word-break: break-word;
}

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

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
  font-size: 14px;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  color: #002B55;
  line-height: 16px;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

body:not(.fsComposeMode) .fsCalendar.fsList article {
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.fsCalendar > footer > .fsElementFooterContent {
  margin: 20px 0px;
}

.fsCalendar > footer > .fsElementFooterContent a {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #002B55;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  max-width: 370px;
  min-width: 100%;
}

.fsCalendar > footer > .fsElementFooterContent a:before,
.fsCalendar > footer > .fsElementFooterContent a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fsCalendar > footer > .fsElementFooterContent a:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fsCalendar > footer > .fsElementFooterContent a:hover,
.fsCalendar > footer > .fsElementFooterContent a:focus,
.fsStateSelected .fsCalendar > footer > .fsElementFooterContent a {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fsCalendar > footer > .fsElementFooterContent a:hover:before,
.fsCalendar > footer > .fsElementFooterContent a:hover:after,
.fsCalendar > footer > .fsElementFooterContent a:focus:before,
.fsCalendar > footer > .fsElementFooterContent a:focus:after,
.fsStateSelected .fsCalendar > footer > .fsElementFooterContent a:before,
.fsStateSelected .fsCalendar > footer > .fsElementFooterContent a:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fsCalendar > footer > .fsElementFooterContent a em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsCalendar > footer > .fsElementFooterContent a,
.fsBannerRight .fsCalendar > footer > .fsElementFooterContent a,
.fsStyleOneThird .fsCalendar > footer > .fsElementFooterContent a,
.fsThreeColumnLayout > .fsDiv .fsCalendar > footer > .fsElementFooterContent a,
.fsFourColumnLayout > .fsDiv .fsCalendar > footer > .fsElementFooterContent a {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fsCalendar > footer > .fsElementFooterContent a:hover,
.fsCalendar > footer > .fsElementFooterContent a:focus,
.fsStateSelected .fsCalendar > footer > .fsElementFooterContent a {
  color: #FFF;
  background-color: #002B55;
}

.fsCalendar > footer > .fsElementFooterContent a:before,
.fsCalendar > footer > .fsElementFooterContent a:after {
  display: none;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

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

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -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 {
    -webkit-box-ordinal-group: 4;
        -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(0, 43, 85, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 43, 85, 0.05);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 43, 85, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 43, 85, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}

#event-view {
  padding: 20px;
  margin: 20px auto 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

.scroll-up span:before,
.scroll-up span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.scroll-up span:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.scroll-up span:hover:before,
.scroll-up span:hover:after,
.scroll-up span:focus:before,
.scroll-up span:focus:after,
.fsStateSelected .scroll-up span:before,
.fsStateSelected .scroll-up span:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

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

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

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

/*! elements - forms */

input,
select,
textarea {
  padding: 5px;
  max-width: 100%;
}

.alertMsg {
  background-color: #FFD457;
  border-width: 0 !important;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 20px !important;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form select,
.fsComposerFormEmbed form textarea {
  font-family: "Helvetica LT W01 Light", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #012856;
}

.fsComposerFormEmbed form input {
  border: solid 1px #a5b8ce;
}

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

.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 .groupLabel,
.fsComposerFormEmbed form .labelLeft .elementContainer label {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel,
  .fsComposerFormEmbed form .labelLeft .elementContainer label {
    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: #2271B4;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #012856;
}

.fsComposerFormEmbed form .required {
  color: #002B55;
}

.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important !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: #2271B4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #012856;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #002B55;
  color: #fff;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #002B55;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  /*	    &:hover { transition: .3s; background: $m2; }*/
}

.fsComposerFormEmbed form .submitBtn:before,
.fsComposerFormEmbed form .submitBtn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fsComposerFormEmbed form .submitBtn:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fsComposerFormEmbed form .submitBtn:hover:before,
.fsComposerFormEmbed form .submitBtn:hover:after,
.fsComposerFormEmbed form .submitBtn:focus:before,
.fsComposerFormEmbed form .submitBtn:focus:after,
.fsStateSelected .fsComposerFormEmbed form .submitBtn:before,
.fsStateSelected .fsComposerFormEmbed form .submitBtn:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fsComposerFormEmbed form .submitBtn:focus,
.fsComposerFormEmbed form .submitBtn:hover,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  color: #FFF;
  background-color: #002B55;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Helvetica LT W01 Light", 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-next,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '';
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.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: #023f88;
}

:-moz-placeholder {
  color: #023f88;
}

::-moz-placeholder {
  color: #023f88;
}

:-ms-input-placeholder {
  color: #023f88;
}

.page_498 td#contentdiv,
.parentpageid_498 td#contentdiv {
  padding-left: 0;
}

.page_498 table#mainmiddle tbody > tr > td#leftbanner + td,
.parentpageid_498 table#mainmiddle tbody > tr > td#leftbanner + td {
  padding-left: 0;
}

.page_498 #leftbanner,
.parentpageid_498 #leftbanner {
  display: none;
}

@media (max-width: 499px) {
  .page_498 table tbody tr,
  .parentpageid_498 table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page_498 td,
  .parentpageid_498 td {
    text-align: left;
  }
}

.pagetype_item .navmodsub {
  display: none;
}

.pagetype_item #navtable_5 span {
  font-size: 0;
}

.pagetype_item #navtable_5 span:after {
  content: "View all shop items";
  font-size: 16px;
}

.pagetype_misc_checkout_1 input[type="submit"] {
  color: #012856 !important;
}

@media (max-width: 499px) {
  .pagetype_item table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .pagetype_item td {
    display: block;
  }

  .pagetype_item td#contentdiv {
    padding-left: 0;
  }

  .pagetype_item table#mainmiddle tbody > tr > td#leftbanner + td {
    padding-left: 0;
  }

  .pagetype_item td#contentdiv td {
    padding-left: 0;
  }

  .pagetype_item td#contentdiv form td {
    padding-left: 10px;
  }

  .pagetype_item td#contentdiv table > tbody > tr:nth-child(2) > td:nth-child(1) {
    padding-left: 0;
  }

  .page_108.pagetype_misc_cart #mainmiddle > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page_108.pagetype_misc_cart form[name="updatecart"] table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page_108.pagetype_misc_cart table td {
    text-align: left;
    width: 375px;
    padding: 3px;
  }

  .pagetype_misc_checkout_1 #mainmiddle > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pagetype_misc_checkout_1 form[name="submitinfo"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pagetype_misc_checkout_1 #billingInfo {
    border-right: none;
  }

  .pagetype_misc_checkout_1 .formFooter {
    text-align: left;
  }

  .pagetype_misc_checkout_2 #mainmiddle > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pagetype_misc_checkout_2 table td {
    text-align: left;
    padding: 3px !important;
  }

  .pagetype_misc_checkout_2 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pagetype_misc_checkout_2 form[name='submitorder'] table tr {
    display: block;
  }

  .pagetype_misc_checkout_2 table tr:nth-child(5) td:nth-child(2) {
    display: inline-table;
  }

  .page_498.layout_1 table td,
  .parentpageid_498.layout_1 table td {
    display: block;
    padding: 10px;
    width: 100%;
    padding-left: 0;
  }

  .page_498.layout_1 table img:not([src*=gif]),
  .parentpageid_498.layout_1 table img:not([src*=gif]) {
    width: 100%;
  }
}

.page_498.layout_1 table#mainmiddle,
.parentpageid_498.layout_1 table#mainmiddle {
  width: 100%;
}

.page_498.layout_1 table td,
.parentpageid_498.layout_1 table td {
  text-align: left;
  vertical-align: middle;
}

.page_498.layout_1 table td b,
.parentpageid_498.layout_1 table td b {
  color: #012856;
}

@media (min-width: 600px) {
  .page_498 img {
    max-width: 200px;
  }
}

.pagetype_item form table tr br + div {
  max-width: 300px;
}

.parentpageid_498 #leftbanner {
  display: block;
}

.parentpageid_498.layout_1 table td {
  padding-left: 10px;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

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

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #E7ECF2;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.fsResetContinue:before,
.fsResetContinue:after,
.fsResetCancel:before,
.fsResetCancel:after,
.fsLoginNewSuccess > button:before,
.fsLoginNewSuccess > button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.fsResetContinue:after,
.fsResetCancel:after,
.fsLoginNewSuccess > button:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.fsResetContinue:hover:before,
.fsResetContinue:hover:after,
.fsResetContinue:focus:before,
.fsResetContinue:focus:after,
.fsStateSelected .fsResetContinue:before,
.fsStateSelected .fsResetContinue:after,
.fsResetCancel:hover:before,
.fsResetCancel:hover:after,
.fsResetCancel:focus:before,
.fsResetCancel:focus:after,
.fsStateSelected .fsResetCancel:before,
.fsStateSelected .fsResetCancel:after,
.fsLoginNewSuccess > button:hover:before,
.fsLoginNewSuccess > button:hover:after,
.fsLoginNewSuccess > button:focus:before,
.fsLoginNewSuccess > button:focus:after,
.fsStateSelected .fsLoginNewSuccess > button:before,
.fsStateSelected .fsLoginNewSuccess > button:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsThreeColumnLayout > .fsDiv .fsResetContinue,
.fsFourColumnLayout > .fsDiv .fsResetContinue,
.fsBannerLeft .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsThreeColumnLayout > .fsDiv .fsResetCancel,
.fsFourColumnLayout > .fsDiv .fsResetCancel,
.fsBannerLeft .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsThreeColumnLayout > .fsDiv .fsLoginNewSuccess > button,
.fsFourColumnLayout > .fsDiv .fsLoginNewSuccess > button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #012856;
  font-family: "Helvetica LT W01 Light", 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%;
  -webkit-transform: translateY(-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: #4F698A;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 18px;
  font-family: "Droid Serif", Georgia, serif;
}

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

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

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-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: "Helvetica LT W01 Light", sans-serif;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  background-color: #4F698A;
  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(79, 105, 138, 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: "Helvetica Neue LT W01_75 Bold", sans-serif;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0;
  }
}

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

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

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

body:not(.fsComposeMode) .landing-image {
  position: relative;
  margin: 0px;
  width: 100%;
  height: 40.97vw;
  max-height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*overflow: hidden;*/
  /*    @include maxbp(1050px) { height: 500px; } @include maxbp(700px) { height: 420px; } @include breakpoint(1680px) { background-position: center top; }*/
}

body:not(.fsComposeMode) .landing-image img {
  /*        display: block; width: 100%; line-height: 0; height: auto; max-width: 100%;*/
}

body:not(.fsComposeMode) .interior-slideshow {
  position: relative;
  margin: 0px;
  display: block;
  height: 590px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .interior-slideshow {
    height: 500px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .interior-slideshow {
    height: 420px;
  }
}

body:not(.fsComposeMode) .interior-slideshow .slick-slider {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .interior-slideshow .fsNextButton {
  display: none;
}

body:not(.fsComposeMode) .interior-slideshow .fsPrevButton {
  display: none;
}

body:not(.fsComposeMode) .interior-slideshow .fsElementSlideshowControls > button {
  display: none !important;
}

body:not(.fsComposeMode) .interior-slideshow .fsResourceCollectionDescription {
  margin: 0 !important;
  display: none;
}

body:not(.fsComposeMode) .interior-slideshow ul.fsPager {
  display: none;
}

body:not(.fsComposeMode) .interior-slideshow article {
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 590px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .interior-slideshow article {
    max-height: 500px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .interior-slideshow article {
    max-height: 420px;
  }
}

body:not(.fsComposeMode) .interior-slideshow article picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 590px;
  position: relative;
  width: 100%;
  display: block;
}

@media (min-width: 1680px) {
  body:not(.fsComposeMode) .interior-slideshow article picture {
    background-position: center top;
  }
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .interior-slideshow article picture {
    height: 500px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .interior-slideshow article picture {
    height: 420px;
  }
}

body:not(.fsComposeMode) .interior-slideshow article picture img {
  min-width: 100%;
  display: none;
  /*        display: block; width: 100%; line-height: 0; height: auto; max-width: 100%;*/
}

body:not(.fsComposeMode) .interior-slideshow article figcaption {
  display: none;
}

body:not(.fsComposeMode) .interior-slideshow article .fsDescription {
  display: none;
}

.hero-video {
  margin-bottom: 0;
}

.hero-video .slick-slider {
  margin-bottom: 0;
}

.hero-video article {
  padding: 0;
}

.hero-video .fsResourceVideoWrapper {
  line-height: 0;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
    margin-right: 1em;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
    margin-left: 1em;
  }
}

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

.fsPostElement .fsTitle {
  font-size: 20px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
  margin-bottom: 5px;
}

.fsPostElement .fsTitle a {
  font-size: 20px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
}

.fsPostElement .fsAuthor {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
  text-transform: capitalize;
  display: block;
}

.fsPostElement .fsDateTime {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
  text-transform: capitalize;
  display: block;
}

.fsPostElement .fsSummary {
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  margin-top: 20px;
  display: block;
}

.fsPostElement .fsBody {
  font-size: 16px;
  line-height: 20px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  margin-top: 30px;
  display: block;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
  font-size: 14px;
  line-height: 26px;
  font-family: "Helvetica LT W01 Roman", sans-serif;
  color: #002B55;
  margin-top: 20px;
  display: table;
}

article.fsResourceTypeImage .fsTitle a {
  color: #002B55;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsPostElement.fsDialog .fsThumbnailAlignRight .fsThumbnail {
  float: right !important;
}

.fsDialog.fsPostElement article .fsTitle,
.fsDialog.fsPostElement article .fsTitle a {
  color: #012856 !important;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

/*! _main.scss - src/sass/modules/search/ - main search import */

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #4F698A !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #E7ECF2;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-family: "Helvetica LT W01 Light", 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: #002B55;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  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: "Helvetica LT W01 Light", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 18px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #E7ECF2;
}

.fsSearch.site-search :-moz-placeholder {
  color: #E7ECF2;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #E7ECF2;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #E7ECF2;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #012856;
}

.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: #012856;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 18px;
  font-family: "Helvetica LT W01 Light", 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: #012856;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  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: "Helvetica LT W01 Light", sans-serif;
  font-size: 18px;
}

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

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #012856;
}

.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: #4F698A;
}

.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: #2271B4 !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: #012856 !important;
}

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

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

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

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

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

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

.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 #E7ECF2;
  -webkit-transition: opacity .3s;
  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 #E7ECF2;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.vimeo_view_link a:before,
.vimeo_view_link a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.vimeo_view_link a:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.vimeo_view_link a:hover:before,
.vimeo_view_link a:hover:after,
.vimeo_view_link a:focus:before,
.vimeo_view_link a:focus:after,
.fsStateSelected .vimeo_view_link a:before,
.fsStateSelected .vimeo_view_link a:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsThreeColumnLayout > .fsDiv .vimeo_view_link a,
.fsFourColumnLayout > .fsDiv .vimeo_view_link a {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

/*! 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 #E7ECF2;
  -webkit-transition: opacity .3s;
  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 #E7ECF2;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  background: #FFD457;
  color: #012856;
  border-radius: 0;
  text-align: center;
  max-width: 154px;
  min-width: 154px;
  margin: 0 10px 5px 0px;
  padding: 12px 5px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.Youtube_view_link a:before,
.Youtube_view_link a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  -ms-transform: translate(-13%, -190%) rotate(-30deg);
      transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.Youtube_view_link a:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #002B55;
  color: #FFF;
  text-decoration: none;
}

.Youtube_view_link a:hover:before,
.Youtube_view_link a:hover:after,
.Youtube_view_link a:focus:before,
.Youtube_view_link a:focus:after,
.fsStateSelected .Youtube_view_link a:before,
.fsStateSelected .Youtube_view_link a:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsThreeColumnLayout > .fsDiv .Youtube_view_link a,
.fsFourColumnLayout > .fsDiv .Youtube_view_link a {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

/*! 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: 0px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
  margin-bottom: 2px;
  display: block;
  font-size: 23px;
  color: #012856;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  padding: 8px 15px;
  margin-bottom: 10px;
  background: #FFF;
  color: #012856;
  border-bottom: 2px solid #DCE0E9;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-size: 18px;
  padding: 8px 20px 6px;
  margin: 0;
}

.fsTabs .fsTabsNav li a:hover {
  background: #9AABBB;
  color: #FFF;
  border-bottom: 2px solid #9AABBB;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #002B55;
  color: #FFF;
  border-bottom: 2px solid #002B55;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 25px 0px 35px;
}

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

.layout_1 {
  background: none;
}

.layout_1 table td {
  padding: 10px;
}

.layout_1 a {
  color: #002B55;
}

.layout_1 #leftbanner img {
  display: none;
}

.layout_1 img[src="images/spacecccccc.gif"] {
  display: none;
}

.layout_1 #poweredby {
  display: none;
}

.layout_1 .buttons {
  background: #002B55;
}

#navtable_5 ul a,
#navtable_5 a {
  font-size: 16px !important;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
}

.sublist {
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #002B55;
  margin-bottom: 20px;
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

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

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #333;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #333;
  background: #e6e6e6;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #E7ECF2;
          box-shadow: inset 0 -1px 0 0 #E7ECF2;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #d6dfe9;
  color: #012856;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #b5c5d7;
  color: #012856;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #E7ECF2;
  color: #a5b8ce;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #006cd5;
  color: #fff;
}

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

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #002B55;
}

#fsPagePopHideButton {
  font-size: 18px;
  font-weight: bold;
  color: #012856;
}

.fsPagePopTitle {
  color: #012856;
}

.fsPagePopDialog {
  color: #012856;
}

.custom-callout {
  position: relative;
  padding: 30px;
  background-color: #002B55;
  overflow: hidden;
}

.custom-callout > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.custom-callout > header .fsElementTitle {
  letter-spacing: 0.52px;
  line-height: 19px;
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 20px;
  color: #FFF;
}

.custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 31px;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-callout > .fsElementContent p {
  margin: 0px;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 25px;
}

.custom-callout a {
  margin-top: 15px;
  color: #2271B4;
}

.custom-callout a:hover {
  color: #4F698A;
}

.custom-callout a:focus {
  color: #AEAEAE;
}

.custom-callout.very-light > .fsElementContent p {
  color: #002B55;
}

.custom-callout.very-light > header > .fsElementTitle {
  color: #002B55;
}

.custom-callout.very-light a {
  color: #002B55;
}

.fsBannerLeft .custom-callout header > .fsElementHeaderContent,
.fsBannerRight .custom-callout header > .fsElementHeaderContent {
  height: 200px;
}

body:not(.fsComposeMode) .custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

body.fsComposeMode .custom-callout header {
  overflow: hidden;
}

.custom-callout.left {
  position: relative;
  padding: 30px;
  padding-left: calc(50% + 30px);
  min-height: 300px;
  background: #4F698A;
}

@media (max-width: 1199px) {
  .custom-callout.left {
    padding: 30px !important;
  }
}

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.left .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.left > .fsElementContent p {
  color: #FFF;
}

.custom-callout.left > header > .fsElementTitle {
  color: #FFF;
}

.custom-callout.right {
  position: relative;
  padding: 30px;
  padding-right: calc(50% + 30px);
  min-height: 300px;
  background-color: #002B55;
}

@media (max-width: 1199px) {
  .custom-callout.right {
    padding: 30px !important;
  }
}

.custom-callout.right .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  left: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.right .fsElementHeaderContent {
    width: calc(100% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.right > .fsElementContent p {
  color: #FFF;
}

.custom-callout.right > header > .fsElementTitle {
  color: #FFF;
}

.custom-callout.very-dark {
  background-color: #002B55;
  color: #fff;
}

.custom-callout.dark {
  background-color: #4F698A;
  color: #fff;
}

.custom-callout.light {
  background-color: #9AABBB;
  color: #fff;
}

.custom-callout.very-light {
  background-color: #E7ECF2;
}

.custom-callout.very-light .fsElementTitle {
  color: #012856 !important;
}

.custom-callout.very-light > .fsElementContent p {
  color: #012856;
}

.content-block {
  position: relative;
  display: block;
  padding: 30px;
  margin: 20px 0px;
  background: #002B55;
}

.content-block:first-child {
  margin: 0 0 20px;
}

.content-block > header h2 {
  letter-spacing: 0.52px;
  line-height: 19px;
  margin-top: 0;
  font-size: 17px;
  margin-bottom: 20px;
  color: #FFF;
}

.content-block p {
  margin: 0px;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 25px;
}

.content-block p:last-child {
  margin: 0px;
}

.content-block a {
  color: #FFF;
}

.content-block a:hover,
.content-block a:focus {
  color: #4F698A;
}

.content-block.very-dark {
  background-color: #002B55;
}

.content-block.dark {
  background-color: #4F698A;
}

.content-block.light {
  background-color: #9AABBB;
}

.content-block.very-light {
  background-color: #E7ECF2;
}

.content-block.very-light > .fsElementContent p {
  color: #012856;
}

.content-block.very-light > header h2 {
  color: #012856;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

.fsBannerLeft .custom-callout.left {
  padding: 30px !important;
}

.fsBannerLeft .custom-callout.left > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 25px;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fsBannerLeft .custom-callout.right {
  padding: 30px !important;
}

.fsBannerLeft .custom-callout.right > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 25px;
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-callout {
  margin-bottom: 15px;
}

.custom-callout + .fsElement:not(.custom-callout) {
  margin-top: 60px;
}

.content-block.very-light a {
  color: #012856;
}

body:not(.fsComposeMode) .content-block > footer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body:not(.fsComposeMode) .content-block > footer .fsElementFooterContent {
  margin: 0px;
}

body:not(.fsComposeMode) .content-block > footer p {
  margin: 0px;
}

body:not(.fsComposeMode) .content-block > footer a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  color: transparent;
}

body:not(.fsComposeMode) .custom-callout > footer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body:not(.fsComposeMode) .custom-callout > footer .fsElementFooterContent {
  margin: 0px;
}

body:not(.fsComposeMode) .custom-callout > footer p {
  margin: 0px;
}

body:not(.fsComposeMode) .custom-callout > footer a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  color: transparent;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px;
}

.home #fsPageBody {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.home #fsPageContent > .fsLayout {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout > .fsDiv {
  padding: 0px;
  margin: 0px;
}

.home .fsPageTitle {
  display: none;
}

body:not(.fsComposeMode).home .fsHeader .header-utils {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode).home .fsHeader .header-utils {
    border: none;
  }
}

body:not(.fsComposeMode).home .fsHeader .main-head {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: transparent;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .fsHeader .main-head {
    top: 35px;
    background: #002B55;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode).home .fsHeader .main-head {
    top: 0;
    background: #002B55;
  }
}

body:not(.fsComposeMode).home .fsHeader .main-head .site-info-container {
  display: none;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .fsHeader .main-head .site-info-container {
    display: block;
  }
}

.home-banner {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.home-banner .site-info-container {
  position: absolute;
  top: 210px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 200;
}

@media (max-width: 1099px) {
  .home-banner .site-info-container {
    top: 140px;
  }
}

@media (max-width: 699px) {
  .home-banner .site-info-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.home-banner .site-info-container a {
  background: url(images/main-logo.svg) no-repeat center;
  background-size: cover;
  width: 516px;
  height: 319px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: transparent !important;
}

@media (max-width: 1399px) {
  .home-banner .site-info-container a {
    width: 400px;
    height: 247px;
  }
}

@media (max-width: 1099px) {
  .home-banner .site-info-container a {
    width: 280px;
    height: 173px;
  }
}

.home-banner .site-info-container a:hover,
.home-banner .site-info-container a:focus {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.home-banner .scroll-holder {
  margin: 0px;
  position: absolute;
  right: 20px;
  bottom: 40px;
  z-index: 99;
}

@media (max-width: 699px) {
  .home-banner .scroll-holder {
    display: none;
  }
}

.home-banner .scroll-holder:before {
  position: absolute;
  left: 20px;
  bottom: -40px;
  width: 2px;
  height: 80px;
  background: #4F698A;
  content: "";
}

.home-banner .scroll-holder button.scroll-down {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background: url(images/down-arr.svg) no-repeat center;
  background-size: cover;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.homepage-banner {
  position: relative;
  margin: 0px;
  display: block;
}

@media (max-width: 1099px) {
  .homepage-banner {
    margin-top: 90px;
  }
}

@media (max-width: 699px) {
  .homepage-banner {
    margin-top: 40px;
  }
}

.homepage-banner .slick-slider {
  padding: 0px;
  margin: 0px;
}

.homepage-banner .fsNextButton {
  display: none;
}

.homepage-banner .fsPrevButton {
  display: none;
}

.homepage-banner .fsElementSlideshowControls > button {
  display: none !important;
}

.homepage-banner .fsResourceCollectionDescription {
  margin: 0 !important;
}

.homepage-banner ul.fsPager {
  bottom: 40px;
  margin: 0px;
  position: absolute;
}

@media (max-width: 1099px) {
  .homepage-banner ul.fsPager {
    bottom: 20px;
  }
}

.homepage-banner ul.fsPager li {
  width: 10px;
  height: 10px;
}

.homepage-banner ul.fsPager li button:before {
  background: rgba(255, 255, 255, 0.8);
}

.homepage-banner ul.fsPager li button:hover:before,
.homepage-banner ul.fsPager li button:focus:before {
  background: #002B55;
}

.homepage-banner ul.fsPager li.slick-active button:before {
  background: #002B55;
}

.homepage-banner article {
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 100vh;
}

@media (max-width: 1099px) {
  .homepage-banner article {
    max-height: 550px;
  }
}

@media (max-width: 699px) {
  .homepage-banner article {
    max-height: 425px;
  }
}

.homepage-banner article picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
  display: block;
}

@media (max-width: 1099px) {
  .homepage-banner article picture {
    height: 550px;
    background-position: center;
  }
}

@media (max-width: 699px) {
  .homepage-banner article picture {
    height: 300px;
    background-position: center;
  }
}

.homepage-banner article picture img {
  min-width: 100%;
  display: none;
}

.homepage-banner article figcaption {
  position: absolute;
  bottom: 11%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 150;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  line-height: 43px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

@media (max-width: 1099px) {
  .homepage-banner article figcaption {
    bottom: 90px;
  }
}

@media (max-width: 699px) {
  .homepage-banner article figcaption {
    display: none;
  }
}

.homepage-banner article figcaption p {
  margin: 0px;
}

.homepage-banner article .fsDescription {
  position: absolute;
  bottom: 11%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 150;
  text-align: center;
  color: #FFF;
  font-size: 40px;
  line-height: 43px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

@media (max-width: 1099px) {
  .homepage-banner article .fsDescription {
    bottom: 90px;
  }
}

@media (max-width: 699px) {
  .homepage-banner article .fsDescription {
    display: none;
  }
}

.homepage-banner article .fsDescription p {
  margin: 0px;
}

body:not(.fsComposeMode) .home-infographics {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #002B55;
  color: #FFF;
}

body:not(.fsComposeMode) .home-infographics .home-info-text {
  position: relative;
  width: 100%;
  padding: 0px 20px 100px 20px;
  display: block;
  max-width: 1117px;
  margin: 0px auto 0px auto;
  text-align: center;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 20px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  line-height: 28px;
}

body:not(.fsComposeMode) .home-infographics .home-info-text.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .3s ease-in .2s;
  transition: .3s ease-in .2s;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-text {
    padding: 0px 20px 40px;
  }
}

body:not(.fsComposeMode) .home-infographics .home-info-text > header > h2.fsElementTitle {
  color: #FFF;
  font-size: 34px;
  line-height: 38px;
  padding: 95px 0px 30px 0px;
  margin: 0px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-text > header > h2.fsElementTitle {
    font-size: 25px;
    line-height: 28px;
    padding: 40px 0px 20px 0px;
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-text {
    font-size: 16px;
    line-height: 22px;
  }
}

body:not(.fsComposeMode) .home-infographics .home-info-text p {
  font-size: 20px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  line-height: 28px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-text p {
    font-size: 16px;
    line-height: 22px;
  }
}

body:not(.fsComposeMode) .home-infographics .home-info-slider {
  position: relative;
  width: 100%;
  padding: 0px 0px 100px 0px;
  display: block;
  margin: 0px auto 0px auto;
  text-align: center;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  right: -100%;
}

body:not(.fsComposeMode) .home-infographics .home-info-slider.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .7s ease-in .2s;
  transition: .7s ease-in .2s;
  right: 0;
}

body:not(.fsComposeMode) .home-infographics .home-info-slider > header > h2.fsElementTitle {
  color: #FFF;
  font-size: 34px;
  line-height: 38px;
  padding: 0px 0px 60px 0px;
  margin: 0px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-slider > header > h2.fsElementTitle {
    font-size: 25px;
    line-height: 28px;
    padding: 0px 0px 20px 0px;
  }
}

body:not(.fsComposeMode) .home-infographics .home-info-slider > .fsElementContent {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 70px;
}

body:not(.fsComposeMode) .home-infographics .home-info-slider .info-image {
  margin: 0px;
  text-align: center;
}

body:not(.fsComposeMode) .home-infographics .home-info-slider .info-image img {
  max-height: 225px;
  display: table;
  margin: 0 auto;
  width: auto;
}

body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-prev {
  position: absolute;
  left: 20px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #FFD457;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-prev {
    bottom: -70px;
    left: calc(50% - 60px);
  }
}

body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  font-family: "IcoMoon";
  width: 20px;
  height: 20px;
  content: "\F104";
  line-height: 18px;
  color: #FFF;
}

body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-next {
  position: absolute;
  right: 20px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #FFD457;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-next {
    bottom: -70px;
    right: calc(50% - 60px);
  }
}

body:not(.fsComposeMode) .home-infographics .home-info-slider button.slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  font-family: "IcoMoon";
  width: 6px;
  height: 20px;
  content: "\F105";
  line-height: 18px;
  color: #FFF;
}

body.fsComposeMode .home-infographics .home-info-slider .info-image img {
  max-height: 192px;
}

body:not(.fsComposeMode) .home-quicklinks {
  position: relative;
  width: 100%;
  padding: 0px 5px 40px;
  margin: 0px;
  float: left;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .home-quicklinks.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .5s ease-in .2s;
  transition: .5s ease-in .2s;
}

body:not(.fsComposeMode) .home-quicklinks > header > h2.fsElementTitle {
  color: #002B55;
  font-size: 34px;
  line-height: 38px;
  padding: 40px 0px;
  margin: 0px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-quicklinks > header > h2.fsElementTitle {
    font-size: 25px;
    line-height: 28px;
    padding: 30px 20px;
  }
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink {
  position: relative;
  width: calc(33.33% - 11px);
  margin: 5px 5px;
  height: 330px;
  display: inline-block;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .5s ease-in .2s;
  transition: .5s ease-in .2s;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink {
    height: 260px;
  }
}

@media (max-width: 749px) {
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink {
    width: calc(100% - 11px);
  }
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent {
  position: absolute;
  z-index: 10;
  background: transparent;
  text-align: center;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent p {
  margin: 0px;
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a {
  position: absolute;
  z-index: 10;
  background: rgba(0, 43, 85, 0.8);
  text-align: center;
  padding: 12px 10px;
  width: 100%;
  left: 0;
  top: 255px;
  height: 100%;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #FFF;
  text-decoration: none !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a {
    font-size: 16px;
    line-height: 18px;
    top: 200px;
  }
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a:hover,
body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a:focus {
  top: 0;
  height: 100%;
  padding-top: 140px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a:hover,
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a:focus {
    padding-top: 110px;
  }
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a em {
  display: block;
  font-style: normal;
  font-family: "Helvetica LT W01 Light", sans-serif;
  font-size: 18px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink > .fsElementContent a em {
    font-size: 14.4px;
  }
}

body:not(.fsComposeMode) .home-quicklinks .large-quicklink:hover a,
body:not(.fsComposeMode) .home-quicklinks .large-quicklink:focus a,
body:not(.fsComposeMode) .home-quicklinks .large-quicklink:focus-within a {
  top: 0;
  height: 100%;
  padding-top: 140px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink:hover a,
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink:focus a,
  body:not(.fsComposeMode) .home-quicklinks .large-quicklink:focus-within a {
    padding-top: 110px;
  }
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink {
  position: relative;
  width: calc(20% - 11px);
  margin: 5px 5px;
  height: 250px;
  display: inline-block;
  float: left;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .5s ease-in .2s;
  transition: .5s ease-in .2s;
}

@media (max-width: 1149px) {
  body:not(.fsComposeMode) .home-quicklinks .small-quicklink {
    width: calc(33.33% - 11px);
    height: 200px;
  }
}

@media (max-width: 749px) {
  body:not(.fsComposeMode) .home-quicklinks .small-quicklink {
    width: calc(100% - 11px);
  }
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0px;
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent p {
  margin: 0px !important;
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0px;
  background-color: rgba(0, 43, 85, 0.7);
  color: #FFF;
  font-family: "Helvetica LT W01 Bold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media (max-width: 1149px) {
  body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent a {
    font-size: 16px;
    line-height: 18px;
  }
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent a:hover,
body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent a:focus {
  background: rgba(0, 0, 0, 0.2);
}

body:not(.fsComposeMode) .home-quicklinks .small-quicklink > .fsElementContent span.text-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 75%;
}

body:not(.fsComposeMode) .home-quicklinks .quickbox > header > .fsElementHeaderContent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

body:not(.fsComposeMode) .home-quicklinks .quickbox > header > .fsElementHeaderContent img {
  display: none;
}

body:not(.fsComposeMode) .home-quicklinks .quickbox:hover > header > .fsElementHeaderContent {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

body.fsComposeMode .home-quicklinks .quickbox > header > .fsElementHeaderContent img {
  max-height: 200px;
}

body:not(.fsComposeMode) .home-testimonial {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  float: left;
}

body:not(.fsComposeMode) .home-testimonial > header > h2.fsElementTitle {
  color: #002B55;
  font-size: 34px;
  line-height: 38px;
  padding: 0px 0px 40px;
  margin: 0px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-testimonial > header > h2.fsElementTitle {
    font-size: 25px;
    line-height: 28px;
    padding: 0px 20px 30px;
  }
}

body:not(.fsComposeMode) .home-testimonial > .fsElementContent {
  position: relative;
  padding: 0px 0px 0px 280px;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .home-testimonial > .fsElementContent {
    padding: 0px;
  }
}

body:not(.fsComposeMode) .home-testimonial .image-pager-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  background: green;
  height: 450px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .home-testimonial .image-pager-holder {
    display: none !important;
  }
}

body:not(.fsComposeMode) .home-testimonial .image-pager-holder .fsThumbnail {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px;
  float: left;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

body:not(.fsComposeMode) .home-testimonial .image-pager-holder .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article {
  position: relative;
  margin: 0px;
  background: #002B55;
  color: #FFF;
  padding: 0px 30px 0px 440px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article {
    padding: 335px 30px 30px;
    height: auto;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsThumbnail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 400px;
  margin: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsThumbnail {
    width: 100%;
    height: 300px;
    max-width: 100%;
    background-size: cover;
    background-position: center -41px;
    background-repeat: no-repeat;
  }

  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsThumbnail:before {
    position: absolute;
    height: 35px;
    width: 2px;
    background: #FFF;
    content: "";
    left: 20px;
    bottom: -15px;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsAuthor {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  line-height: 24px;
  display: block;
  margin-bottom: 35px;
  max-width: 480px;
  text-transform: none;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsAuthor {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsAuthor:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 45px;
  height: 2px;
  background: #FFF;
  left: -60px;
  content: "";
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsAuthor:before {
    display: none;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsSummary {
  color: #FFF;
  padding: 0px 20px 0px 0px;
  display: block;
  width: 100%;
  max-width: 480px;
  font-size: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
  line-height: 20px;
  margin: 0px 0px 35px 0px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsSummary {
    font-size: 15px;
    margin: 0px 0px 25px 0px;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsSummary p {
  position: relative;
  padding: 0px 0px 0px 20px;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsSummary p:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: '\201C';
  font-size: 45px;
  color: #FFF;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsSummary p:after {
  position: absolute;
  bottom: 13px;
  content: '\201C';
  font-size: 45px;
  color: #FFF;
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsPostLink.fsReadMoreLink {
  color: #FFF;
  margin: 0px;
  display: table;
  max-width: 480px;
  position: relative;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsPostLink.fsReadMoreLink:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(images/plus-icon-testimonial.svg) no-repeat center;
  background-size: cover;
  margin-left: 10px;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-prev {
  position: absolute;
  right: 40px;
  top: 240px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-prev:hover,
body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-prev:focus {
  background: #FFD457;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  font-family: "IcoMoon";
  width: 20px;
  height: 20px;
  content: "\F104";
  line-height: 18px;
  color: #002B55;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-prev {
    top: 135px;
    left: 10px;
    right: inherit;
    width: 39px;
    height: 39px;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next {
  position: absolute;
  right: 40px;
  top: 170px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next:hover,
body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next:focus {
  background: #FFD457;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next {
    top: 135px;
    right: 10px;
    width: 39px;
    height: 39px;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  font-family: "IcoMoon";
  width: 6px;
  height: 20px;
  content: "\F105";
  line-height: 18px;
  color: #002B55;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next:after {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  bottom: -13px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider button.slick-next:after {
    display: none;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots {
  position: absolute;
  top: 0;
  left: -280px;
  z-index: 999;
  height: 450px;
  width: 280px;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots {
    display: none !important;
  }
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px;
  float: left;
  background: transparent;
  cursor: pointer;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 43, 85, 0.3);
  content: "";
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots li.slick-active:before,
body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots li:hover:before,
body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots li:focus:before {
  background: rgba(0, 43, 85, 0.7);
}

body:not(.fsComposeMode) .home-testimonial .testimonial-slider ul.slick-dots li a {
  color: transparent;
  font-size: 0;
}

@media (min-width: 800px) and (max-width: 1024px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsThumbnail {
    width: 300px;
  }

  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article {
    padding: 0px 30px 0px 340px;
  }

  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsSummary {
    max-width: 370px;
  }
}

@media (min-width: 500px) and (max-width: 800px) {
  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article {
    padding: 535px 30px 30px;
  }

  body:not(.fsComposeMode) .home-testimonial .testimonial-slider article .fsThumbnail {
    height: 500px;
  }
}

body:not(.fsComposeMode) .home-news {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
  left: -100%;
}

body:not(.fsComposeMode) .home-news.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .7s ease-in .5s;
  transition: .7s ease-in .5s;
  left: 0;
}

body:not(.fsComposeMode) .home-news > header > h2.fsElementTitle {
  color: #002B55;
  font-size: 34px;
  line-height: 38px;
  padding: 40px 0px;
  margin: 0px;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-news > header > h2.fsElementTitle {
    font-size: 25px;
    line-height: 28px;
    padding: 30px 20px;
  }
}

body:not(.fsComposeMode) .home-news > .fsElementContent {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 60px 170px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-news > .fsElementContent {
    padding: 0px 15px 120px;
  }
}

body:not(.fsComposeMode) .home-news .posts-slider {
  position: relative;
  margin: 0px;
  padding: 0px;
}

body:not(.fsComposeMode) .home-news .posts-slider button.slick-prev {
  position: absolute;
  left: -55px;
  top: 100px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #002B55;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body:not(.fsComposeMode) .home-news .posts-slider button.slick-prev:hover,
body:not(.fsComposeMode) .home-news .posts-slider button.slick-prev:focus {
  background: #FFD457;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-news .posts-slider button.slick-prev {
    left: -10px;
  }
}

body:not(.fsComposeMode) .home-news .posts-slider button.slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  font-family: "IcoMoon";
  width: 20px;
  height: 20px;
  content: "\F104";
  line-height: 18px;
  color: #FFF;
}

body:not(.fsComposeMode) .home-news .posts-slider button.slick-next {
  position: absolute;
  right: -55px;
  top: 100px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #002B55;
  border: none;
  display: block;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

body:not(.fsComposeMode) .home-news .posts-slider button.slick-next:hover,
body:not(.fsComposeMode) .home-news .posts-slider button.slick-next:focus {
  background: #FFD457;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-news .posts-slider button.slick-next {
    right: -10px;
  }
}

body:not(.fsComposeMode) .home-news .posts-slider button.slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  font-family: "IcoMoon";
  width: 6px;
  height: 20px;
  content: "\F105";
  line-height: 18px;
  color: #FFF;
}

body:not(.fsComposeMode) .home-news .posts-slider article {
  margin: 0 10px;
}

@media (min-width: 500px) {
  body:not(.fsComposeMode) .home-news .posts-slider article {
    margin: 0 50px;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-news .posts-slider article {
    margin: 0 100px;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .home-news .posts-slider article {
    margin: 0 5px;
  }
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsThumbnail {
  width: 100%;
  max-width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsThumbnail img {
  display: none;
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsDateTime {
  padding-left: 10px;
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsTitle {
  padding-left: 10px;
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsTitle a {
  font-weight: 500;
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsPostLink.fsReadMoreLink {
  margin-top: 7px;
  padding-left: 10px;
}

body:not(.fsComposeMode) .home-news .posts-slider article .fsPostLink.fsReadMoreLink:after {
  position: relative;
  display: inline-block;
  content: "+";
  margin-left: 2px;
  font-weight: 700;
}

body:not(.fsComposeMode) .home-news .news-social {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 65px;
  bottom: 45px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-news .news-social {
    display: none;
  }
}

body:not(.fsComposeMode) .home-news .news-social > header {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 20px 0px 0px;
}

body:not(.fsComposeMode) .home-news .news-social > header > h2.fsElementTitle {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  line-height: 22px;
}

body:not(.fsComposeMode) .home-news .news-social > .fsElementContent {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px;
}

body:not(.fsComposeMode) .home-news .news-social p {
  margin: 0px;
}

body:not(.fsComposeMode) .home-news .more-news {
  position: absolute;
  margin: 0px;
  padding: 0px;
  right: 65px;
  bottom: 45px;
}

@media (max-width: 699px) {
  body:not(.fsComposeMode) .home-news .more-news {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    right: inherit;
  }
}

body:not(.fsComposeMode) .home-news .more-news p {
  margin: 0px;
}

body:not(.fsComposeMode) .home-news .more-news a {
  margin: 0px;
}

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

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 32px;
  /*    padding: ce($gutter); background: rgba(#000, .1);*/
  margin-top: 50px;
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #012856;
  color: #012856;
}

.colors ol li:nth-of-type(1):after {
  content: "#012856";
}

.colors ol li:nth-of-type(2) {
  background: #002B55;
  color: #002B55;
}

.colors ol li:nth-of-type(2):after {
  content: "#002B55";
}

.colors ol li:nth-of-type(3) {
  background: #4F698A;
  color: #4F698A;
}

.colors ol li:nth-of-type(3):after {
  content: "#4F698A";
}

.colors ol li:nth-of-type(4) {
  background: #E7ECF2;
  color: #E7ECF2;
}

.colors ol li:nth-of-type(4):after {
  content: "#E7ECF2";
}

.colors ol li:nth-of-type(5) {
  background: #333;
  color: #333;
}

.colors ol li:nth-of-type(5):after {
  content: "#333";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.27778em;
  padding: 0.27778em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Helvetica LT W01 Light, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "Helvetica LT W01 Roman", sans-serif;
}

.fonts ol li:nth-of-type(4):after {
  content: "Helvetica LT W01 Roman, sans-serif";
}

.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: 38px / line: 40px";
}

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

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

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

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

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

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .fsHeader {
    display: none !important;
  }

  .landing-image {
    display: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fs_style_26 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

.featured-profiles-1.masonry-demo .fsListItems {
  display: block;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.featured-profiles-1.masonry-demo .fsListItems article {
  width: calc(100% - 20px);
}

.featured-profiles-1.masonry-demo article:nth-child(2n) {
  max-height: 300px !important;
  overflow: hidden;
}

@media (max-width: 799px) {
  .featured-profiles-1.masonry-demo .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 499px) {
  .featured-profiles-1.masonry-demo .fsListItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.featured-profiles-1 .fsListItems {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.featured-profiles-1 .fsListItems article {
  display: inline-block;
  width: calc(100% - 20px);
}

.featured-profiles-1 article {
  position: relative;
  margin: 10px;
  width: calc(33% - 20px);
}

.featured-profiles-1 article:hover:before {
  height: 210px;
}

.featured-profiles-1 article:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 22, 31, 0)), to(#0C161F));
  background: linear-gradient(180deg, rgba(12, 22, 31, 0) 0%, #0C161F 100%);
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.featured-profiles-1 article .fsThumbnail {
  background-size: cover;
  background-position: center center;
  max-width: 100% !important;
  margin: 0px !important;
}

.featured-profiles-1 article img {
  visibility: hidden;
}

.featured-profiles-1 .fsTitleHolder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 30px;
}

.featured-profiles-1 .fsTitleHolder p {
  margin: 0;
}

.featured-profiles-1 .fsTitleHolder .fsSummary {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 0px;
}

.featured-profiles-1 .fsTitleHolder .fsTitle,
.featured-profiles-1 .fsTitleHolder .fsTitle a {
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
}

@media (max-width: 799px) {
  .featured-profiles-1 .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .featured-profiles-1 .fsListItems article {
    width: calc(100% - 20px);
  }
}

@media (max-width: 499px) {
  .featured-profiles-1 .fsListItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.featured-profiles-1 article .fsCategories {
  margin: 0 0 5px;
}

.featured-profiles-1 article .fsCategory {
  color: inherit;
  font-family: "Helvetica LT W01 Light", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0px;
  margin: 0px;
}

.fsDialogCloseButton {
  -webkit-transform: rotate(45deg) scale(0.8);
      -ms-transform: rotate(45deg) scale(0.8);
          transform: rotate(45deg) scale(0.8);
}

.fsDialog.fsPostElement article .fsThumbnail {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 250px !important;
}

@media (max-width: 599px) {
  .fsDialog.fsPostElement article .fsThumbnail {
    float: none;
  }
}

.fsDialog.fsPostElement article .fsSummary {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  color: #888;
  padding: 5px 0 0 0;
}

.fsDialog.fsPostElement article .fsTitle,
.fsDialog.fsPostElement article .fsTitle a {
  color: #343434;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}

.fsDialog.fsPostElement article .fsBody {
  line-height: 1.6;
  font-size: .9em;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2,
.welcome h2.fsElementTitle,
.admissions-team > header {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4,
.admission-events h2.fsElementTitle,
.admission-events .admissions-team > header.fsElementTitle,
.steps-container > header > h2.fsElementTitle,
.welcome .steps-container > header > h2.fsElementTitle,
.steps-container > header.admissions-team > header.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fs_style_26 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

/*==============================*/

/* FOR LAYOUT 2 ONLY            */

/*==============================*/

/*==============================*/

/* Layout Resets                */

/*==============================*/

.admission-page #fsPageBodyWrapper {
  padding-bottom: 0;
}

.admission-page #fsPageContent {
  margin-bottom: 0;
}

.admission-page .fsLayout {
  margin-left: 0;
  margin-right: 0;
}

.admission-page .fsDiv {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.admission-page .fsTwoColumnLayout .fsDiv:first-child {
  width: 57.62712%;
}

@media (max-width: 800px) {
  .admission-page .fsTwoColumnLayout .fsDiv:first-child {
    width: 100%;
    float: none;
  }
}

.admission-page .fsTwoColumnLayout .fsDiv:last-child {
  width: 32.20339%;
  float: right;
}

@media (max-width: 800px) {
  .admission-page .fsTwoColumnLayout .fsDiv:last-child {
    width: 100%;
    float: none;
  }
}

/*========================*/

/* Main image             */

/*========================*/

.landing-banner {
  height: 600px;
  height: 41.667vw;
  background-size: cover;
  position: relative;
  min-height: 600px;
}

@media (max-width: 800px) {
  .landing-banner {
    min-height: 0px;
    height: 430px;
  }
}

@media (max-width: 600px) {
  .landing-banner {
    padding-top: 65.625vw;
    height: auto;
    background-position: center bottom;
  }
}

.landing-banner > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
  .landing-banner > .fsElementContent {
    position: relative;
    background: #fff;
    padding: 20px 15px;
  }
}

.landing-banner > .fsElementContent p {
  position: relative;
  margin: 0 auto;
  max-width: 55.55556em;
  max-width: 62.5rem;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font: 400 18px/18px "Helvetica LT W01 Light", sans-serif;
  padding: 0 10px;
}

@media (max-width: 800px) {
  .landing-banner > .fsElementContent p {
    max-width: 580px;
  }
}

@media (max-width: 600px) {
  .landing-banner > .fsElementContent p {
    font-size: 15px;
    color: #012856;
    bottom: auto;
    top: 0;
    position: relative;
  }
}

.landing-banner > .fsElementContent p strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  .landing-banner > .fsElementContent p strong {
    font-size: 20px;
  }
}

/*==============================*/

/* Welcome Content Section      */

/*==============================*/

.welcome {
  margin-bottom: 60px;
}

.welcome h2.fsElementTitle,
.welcome .admissions-team > header.fsElementTitle {
  line-height: 35px;
}

.welcome > footer {
  overflow: hidden;
}

.welcome > footer img {
  float: left;
  margin-right: 10px;
}

/*==============================*/

/* Buttons                      */

/*==============================*/

.buttons-container {
  margin: 0 -10px;
  overflow: hidden;
  margin-bottom: 60px;
}

.buttons-container .admissions-button {
  display: block;
  float: left;
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .buttons-container .admissions-button {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.fsComposeMode .admissions-button.fsStateEditable {
  float: none;
}

.buttons-container .admissions-button p {
  background: #E7ECF2;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.buttons-container .admissions-button p a {
  font: 700 20px/25px "Helvetica LT W01 Light", sans-serif;
  color: #002B55;
  display: block;
  padding: 28px 5px;
}

.buttons-container .admissions-button p a:hover,
.buttons-container .admissions-button p a:focus {
  text-decoration: none;
  color: #002B55;
}

@media (max-width: 1030px) {
  .buttons-container .admissions-button p a {
    padding: 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.buttons-container .admissions-button p:hover {
  background: #FFD457;
  color: #FFF;
}

/*==============================*/

/* Admissions Events            */

/*==============================*/

.admission-events {
  margin-bottom: 50px;
}

.admission-events > header {
  margin-bottom: 30px;
  overflow: hidden;
}

.admission-events h2.fsElementTitle,
.admission-events .admissions-team > header.fsElementTitle {
  float: left;
  margin-bottom: 0;
}

.admission-events .fsElementHeaderContent,
.admission-events .fsElementFooterContent {
  display: block;
  float: right;
}

.admission-events .fsElementHeaderContent a,
.admission-events .fsElementFooterContent a {
  color: #002B55;
}

.admission-events .fsElementHeaderContent a:hover,
.admission-events .fsElementFooterContent a:hover {
  color: #FFD457;
}

.admission-events .fsElementHeaderContent a:after,
.admission-events .fsElementFooterContent a:after {
  content: "\F101";
  font-family: "IcoMoon";
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.admission-events .fsElementHeaderContent {
  display: block;
}

@media (max-width: 600px) {
  .admission-events .fsElementHeaderContent {
    display: none;
  }
}

.admission-events .fsElementFooterContent {
  float: left;
  display: none;
}

@media (max-width: 600px) {
  .admission-events .fsElementFooterContent {
    display: block;
  }
}

.admission-events .fsListItems {
  margin: 0 -10px;
  overflow: hidden;
}

.admission-events article {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .admission-events article {
    float: none;
    width: 100%;
  }
}

.admission-events time.fsDate {
  display: block;
  position: relative;
  float: left;
  margin-right: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #002B55;
}

.admission-events time.fsDate span {
  color: #fff;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.admission-events time.fsDate .fsMonth {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.admission-events time.fsDate .fsDay {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.admission-events time.fsDate .fsYear {
  display: none;
}

.admission-events .fsTitle,
.admission-events .fsEventDetails {
  display: block;
  float: right;
  width: calc(100% - 100px);
}

.admission-events .fsTitle,
.admission-events .fsTitle a {
  color: #012856;
  font: 700 15px/20px "Helvetica LT W01 Light", sans-serif;
}

.admission-events .fsTitle a:hover {
  text-decoration: underline;
}

.admission-events .fsEventDetails {
  color: #012856;
  font: 400 15px/20px "Helvetica LT W01 Light", sans-serif;
}

/*==============================*/

/* Admissions Team              */

/*==============================*/

.admissions-team {
  background: #f0f0f0;
  position: relative;
  z-index: 50;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.admissions-team > .fsElementContent {
  max-width: 100%;
  width: 300px;
  margin: 40px auto 0;
}

@media (min-width: 500px) {
  .admissions-team > .fsElementContent {
    width: 620px;
  }
}

@media (min-width: 900px) {
  .admissions-team > .fsElementContent {
    width: 100%;
    margin: 0;
  }
}

.admissions-team .fsElementPagination {
  display: none;
}

.admissions-team:before {
  content: '';
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200vw;
  height: 100%;
  z-index: -1;
}

.admissions-team > header {
  padding-top: 40px;
  text-align: center;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] {
  margin: 0 -10px;
  display: block;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
  display: block;
  float: left;
  margin: 0 0px 20px;
  padding: 0;
  position: relative;
  min-height: 200px;
  overflow: hidden;
  text-align: center;
  background-color: #002B55;
}

@media (min-width: 500px) {
  .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media (min-width: 900px) {
  .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
    width: calc(25% - 20px);
  }
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:not(.fsHasPhoto) {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem.fsHasPhoto > .team-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 30;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem.fsHasPhoto:hover > .team-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem.fsHasPhoto:hover > div.fsPhoto:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:hover:before {
  opacity: 1;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:hover > * {
  opacity: 1;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > .fsPhoto {
  padding: 0;
  z-index: 10;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > .fsPhoto:before {
  content: '';
  background: #002B55;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > .fsPhoto img {
  display: block;
  opacity: 0;
  visibility: hidden;
  min-height: 200px;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName {
  color: #9AABBB;
  font: 700 18px/24px "Helvetica LT W01 Light", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName a {
  color: #9AABBB;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName + div {
  margin-top: 15px;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] .fsClassOf {
  display: none;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] .fsTitles,
.admissions-team div[class*="fsConstituentColumnLayout_"] .fsJobTitle {
  color: #ffffff;
  font: 400 18px/24px "Helvetica LT W01 Light", sans-serif;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail {
  color: #ffffff;
  font: 400 15px/24px "Helvetica LT W01 Light", sans-serif;
}

.admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail a {
  color: #fff;
}

@media (max-width: 1030px) and (min-width: 800px) {
  .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail {
    line-height: normal;
    font-size: 1.2711vw;
  }
}

/*==============================*/

/* Admissions Steps             */

/*==============================*/

.steps-container {
  background: #4F698A;
  padding: 36px 55px 55px 55px;
  margin-bottom: 50px;
}

@media (max-width: 1000px) and (min-width: 800px) {
  .steps-container {
    padding: 3.05vw 4.661vw 4.661vw 4.661vw;
  }
}

@media (max-width: 800px) {
  .steps-container {
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .steps-container {
    padding: 20px;
  }
}

.steps-container > header > h2.fsElementTitle,
.welcome .steps-container > header > h2.fsElementTitle,
.steps-container > header.admissions-team > header.fsElementTitle {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.steps-container .admission-step {
  margin-bottom: 20px;
}

.steps-container .admission-step:last-child {
  margin-bottom: 0;
}

@media (min-width: 400px) and (max-width: 800px) {
  .steps-container .admission-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.steps-container .admission-step > header {
  background: #9AABBB;
}

@media (min-width: 400px) and (max-width: 800px) {
  .steps-container .admission-step > header {
    width: 60px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    min-width: 60px;
  }
}

.steps-container .admission-step > header h2,
.steps-container .admission-step > header .admissions-team > header {
  color: #E7ECF2;
  font: 700 50px/76px "Helvetica LT W01 Light", sans-serif;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .steps-container .admission-step > header h2,
  .steps-container .admission-step > header .admissions-team > header {
    font: 700 36px/50px "Helvetica LT W01 Light", sans-serif;
  }
}

.steps-container .admission-step > .fsElementContent {
  background-color: #e7ecf2;
  padding: 16px 20px;
  text-align: center;
}

@media (max-width: 800px) {
  .steps-container .admission-step > .fsElementContent {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
  }
}

.steps-container .admission-step > .fsElementContent p {
  margin-bottom: 0;
  color: #012856;
  font: 400 15px/24px "Helvetica LT W01 Light", sans-serif;
}

.steps-container .admission-step > .fsElementContent p strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 1030px) and (min-width: 800px) {
  .steps-container .admission-step > .fsElementContent p strong {
    font-size: 1.525vw;
    line-height: normal;
  }
}

/*.fsHasLeftBanner #fsPageContent { width: 100% !important; } .nav-sub { @media (max-width: $bp-huge - 1px) { margin: -40px -20px 0 !important; > .fsElementContent { display: none; } } > header { display: block; @include breakpoint($bp-huge) { display: none; } } &.active-nav > .fsElementContent { display: block; } } #fsBannerLeft { margin-bottom: 20px; width: 100%; float: none; padding-right: 0; @include breakpoint($bp-huge) { display: none; } }*//*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fs_style_26 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

/*==============================*/

/* FOR LAYOUT 2 ONLY            */

/*==============================*/

/*==============================*/

/* Layout Resets                */

/*==============================*/

.admission-page #fsPageBodyWrapper {
  padding-bottom: 0;
}

.admission-page #fsPageContent {
  margin-bottom: 0;
}

.admission-page .fsLayout {
  margin-left: 0;
  margin-right: 0;
}

.admission-page .fsDiv {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.admission-page .fsTwoColumnLayout .fsDiv:first-child {
  width: 57.62712%;
}

@media (max-width: 800px) {
  .admission-page .fsTwoColumnLayout .fsDiv:first-child {
    width: 100%;
    float: none;
  }
}

.admission-page .fsTwoColumnLayout .fsDiv:last-child {
  width: 32.20339%;
  float: right;
}

@media (max-width: 800px) {
  .admission-page .fsTwoColumnLayout .fsDiv:last-child {
    width: 100%;
    float: none;
  }
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fs_style_26 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

.bpa-infographic-1 {
  background-color: #E7ECF2;
  padding: 40px 20px 20px 20px;
}

body:not(.fsHasRightBanner) .bpa-infographic-1,
body:not(.fsHasLeftBanner) .bpa-infographic-1 {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
}

.bpa-infographic-1 > header {
  text-align: center;
  padding-bottom: 30px;
}

.bpa-infographic-1 > header .fsElementTitle {
  color: #4e4e4e;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2;
}

body:not(.fsDraftMode) .bpa-infographic-1 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1099px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-1 > .fsElementContent,
  body:not(.fsHasRightBanner) .bpa-infographic-1 > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 40.55556em;
    max-width: 45.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-1 > .fsElementContent,
  body:not(.fsHasRightBanner) .bpa-infographic-1 > .fsElementContent {
    padding-bottom: 40px;
    position: relative;
    margin: 0 auto;
    max-width: 20em;
    max-width: 22.5rem;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-1 > .fsElementContent .slick-slide,
  body:not(.fsHasRightBanner) .bpa-infographic-1 > .fsElementContent .slick-slide {
    max-width: 100% !important;
    margin: 0 20px 40px 20px !important;
  }
}

body.fsHasLeftBanner .bpa-infographic-1 > .fsElementContent,
body.fsHasRightBanner .bpa-infographic-1 > .fsElementContent {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  max-width: 40.55556em;
  max-width: 45.625rem;
}

@media (max-width: 949px) {
  body.fsHasLeftBanner .bpa-infographic-1 > .fsElementContent,
  body.fsHasRightBanner .bpa-infographic-1 > .fsElementContent {
    padding-bottom: 50px !important;
  }

  body.fsHasLeftBanner .bpa-infographic-1 > .fsElementContent .slick-slide,
  body.fsHasRightBanner .bpa-infographic-1 > .fsElementContent .slick-slide {
    max-width: 100% !important;
    margin: 0 20px 40px 20px !important;
  }
}

.bpa-infographic-1 > .fsElementContent > .fsElement,
.bpa-infographic-1 > .fsElementContent .slick-slide {
  color: #4e4e4e;
  background: #fff;
  position: relative;
  text-align: center;
}

body:not(.fsDraftMode) .bpa-infographic-1 > .fsElementContent > .fsElement,
body:not(.fsDraftMode) .bpa-infographic-1 > .fsElementContent .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin: 0 20px 40px 20px;
  min-height: 400px;
  max-width: 330px;
  min-width: 220px;
  padding: 0 40px;
}

.bpa-infographic-1 > .fsElementContent > .fsElement:before,
.bpa-infographic-1 > .fsElementContent .slick-slide:before {
  color: #4D9CBD;
  display: block;
  width: 100%;
  padding-top: 90px;
  line-height: 1;
  font-size: 70px;
}

.bpa-infographic-1 > .fsElementContent > .fsElement header,
.bpa-infographic-1 > .fsElementContent .slick-slide header {
  width: 100%;
  padding-top: 20px;
}

.bpa-infographic-1 > .fsElementContent > .fsElement .fsElementTitle,
.bpa-infographic-1 > .fsElementContent .slick-slide .fsElementTitle {
  font-size: 64px;
  font-weight: 500;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  line-height: 1.1;
  color: #4e4e4e;
}

.bpa-infographic-1 > .fsElementContent > .fsElement .fsElementContent,
.bpa-infographic-1 > .fsElementContent .slick-slide .fsElementContent {
  font-family: "Helvetica LT W01 Roman", sans-serif;
  line-height: 1.2;
}

.bpa-infographic-1 .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 0;
  bottom: 20px;
  width: 15px;
  height: 27px;
  cursor: pointer;
  z-index: 2;
}

.bpa-infographic-1 .slick-arrow:before {
  color: #4e4e4e;
  content: '\E91F';
  font-family: infographic1;
  display: inline-block;
  font-size: 26px;
  height: 27px;
  width: 15px;
  line-height: 1;
}

.bpa-infographic-1 .slick-arrow.slick-prev {
  -webkit-transform: translateX(-34px);
      -ms-transform: translateX(-34px);
          transform: translateX(-34px);
}

.bpa-infographic-1 .slick-arrow.slick-next {
  -webkit-transform: translateX(34px);
      -ms-transform: translateX(34px);
          transform: translateX(34px);
}

.bpa-infographic-1 .slick-arrow.slick-next:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bpa-infographic-1.dark-theme {
  background-color: #244769;
}

.bpa-infographic-1.dark-theme > header > .fsElementTitle {
  color: #fff;
}

.bpa-infographic-1.dark-theme > .fsElementContent > .fsElement,
.bpa-infographic-1.dark-theme > .fsElementContent .slick-slide {
  color: #fff;
  background: #0A2744;
}

.bpa-infographic-1.dark-theme > .fsElementContent > .fsElement:before,
.bpa-infographic-1.dark-theme > .fsElementContent .slick-slide:before {
  color: #4D9CBD;
}

.bpa-infographic-1.dark-theme > .fsElementContent > .fsElement .fsElementTitle,
.bpa-infographic-1.dark-theme > .fsElementContent .slick-slide .fsElementTitle {
  color: #fff;
}

.bpa-infographic-1.dark-theme .slick-arrow:before {
  color: #fff;
}

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

.icon-list li {
  margin: 0;
  padding: 0;
}

.icon-list li {
  margin: 6px 0px;
}

.icon-list li:before {
  font-size: 30px;
  margin-right: 14px;
}

body.fsHasLeftBanner .bpa-infographic-1,
body.fsHasRightBanner .bpa-infographic-1 {
  width: 100%;
  left: inherit;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fs_style_26 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

/*@font-face { font-family: 'infographic1'; src:  url('../fonts/bpa-infographic-fonts/icomoon.eot?eorgh0'); src:  url('../fonts/bpa-infographic-fonts/icomoon.eot?eorgh0#iefix') format('embedded-opentype'), url('../fonts/bpa-infographic-fonts/icomoon.woff2?eorgh0') format('woff2'), url('../fonts/bpa-infographic-fonts/icomoon.ttf?eorgh0') format('truetype'), url('../fonts/bpa-infographic-fonts/icomoon.woff?eorgh0') format('woff'), url('../fonts/bpa-infographic-fonts/icomoon.svg?eorgh0#icomoon') format('svg'); font-weight: normal; font-style: normal; }*/

[class^="infographic1-"],
[class*=" infographic1-"] {
  /* 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;
}

.infographic1-teacher:before {
  content: "\E9B5";
}

.infographic1-theater:before {
  content: "\E9B6";
}

.infographic1-trophy:before {
  content: "\E9B7";
}

.infographic1-university:before {
  content: "\E9B8";
}

.infographic1-users:before {
  content: "\E9B9";
}

.infographic1-volleyball:before {
  content: "\E9BA";
}

.infographic1-volunteer:before {
  content: "\E9BB";
}

.infographic1-microscope:before {
  content: "\E9BC";
}

.infographic1-skyscraper-icon:before {
  content: "\E9BD";
}

.infographic1-sports:before {
  content: "\E9BE";
}

.infographic1-stopwatch:before {
  content: "\E9BF";
}

.infographic1-teacher-student-ratio:before {
  content: "\E9C0";
}

.infographic1-tennis:before {
  content: "\E9C1";
}

.infographic1-quicklink5:before {
  content: "\E9C2";
}

.infographic1-shoe:before {
  content: "\E9C3";
}

.infographic1-soccer4:before {
  content: "\E9C4";
}

.infographic1-star:before {
  content: "\E9C5";
}

.infographic1-store:before {
  content: "\E9C6";
}

.infographic1-summer:before {
  content: "\E9C7";
}

.infographic1-map:before {
  content: "\E9C8";
}

.infographic1-music-note:before {
  content: "\E9C9";
}

.infographic1-phone:before {
  content: "\E9CA";
}

.infographic1-question-mark:before {
  content: "\E9CB";
}

.infographic1-map-marker:before {
  content: "\E9CC";
}

.infographic1-news-bullhorn:before {
  content: "\E9CD";
}

.infographic1-pencil:before {
  content: "\E9CE";
}

.infographic1-pie-chart:before {
  content: "\E9CF";
}

.infographic1-piggy-bank6:before {
  content: "\E9D0";
}

.infographic1-gear:before {
  content: "\E9D1";
}

.infographic1-group-girls:before {
  content: "\E9D2";
}

.infographic1-heart:before {
  content: "\E9D3";
}

.infographic1-information13:before {
  content: "\E9D4";
}

.infographic1-issue_warning_concern:before {
  content: "\E9D5";
}

.infographic1-jersey:before {
  content: "\E9D6";
}

.infographic1-laptop-phone:before {
  content: "\E9D7";
}

.infographic1-leaf:before {
  content: "\E9D8";
}

.infographic1-lock5:before {
  content: "\E9D9";
}

.infographic1-enroll:before {
  content: "\E9DA";
}

.infographic1-family:before {
  content: "\E9DB";
}

.infographic1-faq:before {
  content: "\E9DC";
}

.infographic1-files:before {
  content: "\E9DD";
}

.infographic1-football:before {
  content: "\E9DE";
}

.infographic1-gift:before {
  content: "\E9DF";
}

.infographic1-globe:before {
  content: "\E9E0";
}

.infographic1-group-boys:before {
  content: "\E9E1";
}

.infographic1-group-coed:before {
  content: "\E9E2";
}

.infographic1-group:before {
  content: "\E9E3";
}

.infographic1-books:before {
  content: "\E9E4";
}

.infographic1-briefcase3:before {
  content: "\E9E5";
}

.infographic1-bus:before {
  content: "\E9E6";
}

.infographic1-calendar:before {
  content: "\E9E7";
}

.infographic1-certificate:before {
  content: "\E9E8";
}

.infographic1-cross3:before {
  content: "\E9E9";
}

.infographic1-directory:before {
  content: "\E9E6";
}

.infographic1-diversity2:before {
  content: "\E9EB";
}

.infographic1-doors:before {
  content: "\E9EC";
}

.infographic1-droplet:before {
  content: "\E9ED";
}

.infographic1-apple:before {
  content: "\E9EE";
}

.infographic1-apply:before {
  content: "\E9EF";
}

.infographic1-artpalette:before {
  content: "\E9F0";
}

.infographic1-award:before {
  content: "\E9F1";
}

.infographic1-backpack:before {
  content: "\E9F2";
}

.infographic1-bar-graph3:before {
  content: "\E9F3";
}

.infographic1-baseball:before {
  content: "\E9F4";
}

.infographic1-basketball:before {
  content: "\E9F5";
}

.infographic1-beaker:before {
  content: "\E9F6";
}

.infographic1-book-open:before {
  content: "\E9F7";
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_75 Bold", sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

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

a:hover,
a:focus {
  color: #012856;
  text-decoration: underline;
  cursor: pointer;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_26,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_26 td,
table.styled td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_26 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #E7ECF2;
}

.fs_style_26 th,
.fs_style_26 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_26 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

.fs_style_31 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica LT W01 Light", sans-serif;
}

.fs_style_31 tr td:nth-of-type(odd) {
  background-color: #E7ECF2;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  text-align: left;
  background: #002B55;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-family: "Helvetica Neue LT W01_65 Md", sans-serif;
  font-weight: normal;
}

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

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

div#bboxevent_BBEmbeddedForm {
  padding: 10px 0px;
}

.map-container {
  position: relative;
  overflow: hidden;
}

.map-container:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
  display: none;
}

@media (min-width: 900px) {
  .map-container:before {
    display: block;
  }
}

.map-container > header {
  position: relative;
}

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

.map-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.map-container > header .fsElementHeaderContent picture,
.map-container > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .map-container > .fsElementContent {
  margin: 0 auto;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  position: relative;
  max-height: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0;
    -webkit-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    z-index: 15;
  }
}

body:not(.fsComposeMode) .map-container.active:before {
  opacity: .7;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .map-container.active > .fsElementContent {
  max-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform .5s ease-in-out .3s;
  transition: -webkit-transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s;
  transition: transform .5s ease-in-out .3s, -webkit-transform .5s ease-in-out .3s;
  z-index: 20;
  margin-top: 30px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    margin-top: 0;
  }
}

.point-plotter .map-container {
  z-index: 10;
}

.point-plotter .map-container > header {
  opacity: .5;
}

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before,
.close-map:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-map:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.close-map:hover,
.close-map:focus {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:before,
.close-map:focus:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.close-map:hover:after,
.close-map:focus:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
          transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.active .close-map {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.point-plotter .map-points {
  z-index: -1;
}

body:not(.fsComposeMode) .map-points > header,
body:not(.fsComposeMode) .map-points > footer {
  display: none;
}

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

.map-points .fsStyleDefaultList > li.fsListItem {
  border: none;
  padding: 0;
  position: absolute;
  margin: 0;
  display: block;
  counter-increment: li;
  z-index: 2;
  -webkit-transform: translate3d(-15px, -15px, 0);
          transform: translate3d(-15px, -15px, 0);
}

.map-points .fsStyleDefaultList > li.fsListItem:hover,
.map-points .fsStyleDefaultList > li.fsListItem:focus {
  z-index: 5;
}

.map-points .fsStyleDefaultList > li.fsListItem.active-point {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
    background-color: #ffd45d;
    color: inherit;
  }

  .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem {
    opacity: 1;
    visibility: visible;
  }
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
  position: relative;
}

.map-points .fsStyleDefaultList > li.fsListItem > a {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 212, 93, 0.3);
          box-shadow: 0 0 0 2px rgba(255, 212, 93, 0.3);
  background-color: #ffd45d;
  text-align: center;
  white-space: nowrap;
  display: block;
}

@media (min-width: 900px) {
  .map-points .fsStyleDefaultList > li.fsListItem > a {
    width: 30px;
    height: 30px;
  }
}

body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
  color: #012856;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:after {
  content: counter(li);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #142e53;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  bottom: 40px;
  border-radius: 2px;
  background-color: #ffd45d;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  color: #142e53;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  width: 200px;
  white-space: normal;
}

.map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #ffd45d transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -6px;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus {
  background-color: #ffd45d;
  color: inherit;
}

.map-points .fsStyleDefaultList > li.fsListItem > a:hover > span,
.map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body:not(.fsComposeMode) .map-slideshow-element > header {
  display: none;
}

.map-slideshow-element > .fsElementContent {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out .5s;
  transition: .3s ease-in-out .5s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-slideshow-element.show > .fsElementContent,
.map-slideshow-element.empty > .fsElementContent {
  -webkit-box-shadow: inset 0 0 0 1px #E7ECF2;
          box-shadow: inset 0 0 0 1px #E7ECF2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s;
  transition: .3s;
}

.map-slideshow-element .fsElementEmpty {
  padding: 70px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #E7ECF2;
}

.map-slideshow-element .fsListItems {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.map-slideshow-element .fsListItems.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems.slick-initialized article {
    overflow-y: auto;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-list {
    position: relative;
  }

  .map-slideshow-element .fsListItems .slick-list:before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
    width: calc(100% - 2px);
    height: 100px;
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 10;
    border-bottom: solid 1px #E7ECF2;
  }
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems .slick-track {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article {
  padding: 0 0 100px;
  margin: 0;
}

@media (min-width: 900px) {
  .map-slideshow-element .fsListItems article {
    height: 100%;
  }
}

.map-slideshow-element .fsListItems article:first-child:last-child {
  padding-bottom: 30px;
}

.map-slideshow-element .fsListItems article .fsTitle {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 30px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Helvetica LT W01 Light", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

.map-slideshow-element .fsListItems article .fsTitle > a {
  color: inherit;
  pointer-events: none;
}

.map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
  display: none;
}

.map-slideshow-element .fsListItems article figure picture {
  display: block;
  position: relative;
}

.map-slideshow-element .fsListItems article figure picture img {
  width: 100%;
}

.map-slideshow-element .fsListItems article figcaption {
  margin: 0;
  padding: 30px 30px 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  font-family: inherit;
}

.map-slideshow-element .slick-arrow {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: auto;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  line-height: 0;
  z-index: 20;
  border: none;
  cursor: pointer;
}

.map-slideshow-element .slick-arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  font-family: "IcoMoon";
  font-weight: normal;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  height: auto;
}

.map-slideshow-element .slick-arrow:hover,
.map-slideshow-element .slick-arrow:focus {
  background-color: #999999;
  -webkit-transition: .3s;
  transition: .3s;
  outline: transparent;
}

.map-slideshow-element .slick-arrow:hover:before,
.map-slideshow-element .slick-arrow:focus:before {
  color: #fff;
}

.map-slideshow-element .slick-arrow.fsPrevButton,
.map-slideshow-element .slick-arrow.slick-prev {
  left: auto;
  right: 51px;
}

.map-slideshow-element .slick-arrow.fsPrevButton:before,
.map-slideshow-element .slick-arrow.slick-prev:before {
  content: "\F104";
}

.map-slideshow-element .slick-arrow.slick-next:before {
  content: "\F105";
}

.map-legend {
  position: relative;
}

.map-legend .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

@media (min-width: 600px) {
  .map-legend .fsStyleDefaultList {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.map-legend .fsStyleDefaultList.small {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

@media (min-width: 1000px) {
  .map-legend .fsStyleDefaultList.large {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.map-legend .fsStyleDefaultList > li.fsListItem {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  counter-increment: li;
  font-family: "Helvetica LT W01 Light", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #012856;
}

.map-legend .fsStyleDefaultList > li.fsListItem:before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffd45d;
  font-size: 16px;
  line-height: inherit;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: normal;
  word-break: normal;
  padding-left: 25px;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:hover,
.map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
  color: #ffd45d;
}

.map-legend .fsStyleDefaultList > li.fsListItem > a:before {
  display: none;
}

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #012856;
  padding: 10px;
}

@-webkit-keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@keyframes radiate-point-1 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(2);
            transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8;
  }
}

@-webkit-keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}

@keyframes radiate-point-2 {
  50%, 100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
            transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px;
  }
}

.map-container > header .fsElementHeaderContent picture,
.map-container > header .fsElementHeaderContent img {
  max-width: 1440px;
  margin: 0 auto;
}