/*!
 * Nishimachi International School - default_18
 * @link: https://nis.redesign.finalsite.com
 * Site Template: newclientcustom
 * Built By: Florin Dan
 * Project Manager: Michelle Newell
 * Designer: Robert Potter
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: d8d3cb3
 * Last built by: Jonathan Brooks
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! 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-size: 22px;
  font-weight: 900;
  line-height: 31px;
}

.fs_style_83 {
  color: #0068B4;
}

.fs_style_84 {
  color: #38BC9A;
}

.fs_style_82 {
  color: #F28D23;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 60px;
  line-height: 71px;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}

h1.fsPageTitle {
  padding: 20px !important;
  margin-bottom: 20px !important;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-weight: 900;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #535353;
  font-family: "Roboto", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 799px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  text-transform: capitalize;
  font-weight: 900;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #535353;
  font-family: "Roboto", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 20px;
}

p {
  margin: 0 0 30px 0;
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 799px) {
  p {
    font-size: 16px;
    line-height: 21px;
  }
}

.fsBannerRight p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 40px;
}

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

.fsBannerRight ul li,
.fsBannerRight ol li {
  font-size: 16px;
  line-height: 21px;
}

.fsBannerRight a {
  font-size: 16px;
  line-height: 21px;
}

.fsBannerRight h5 {
  margin-bottom: 5px;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

a:hover,
a:focus {
  color: #0068B4;
  text-decoration: underline;
}

@media (max-width: 799px) {
  a {
    font-size: 16px;
    line-height: 21px;
  }
}

.fs_style_85 {
  color: #38BC9A;
}

.fs_style_85:hover,
.fs_style_85:focus {
  color: #38BC9A;
  text-decoration: underline;
}

.fs_style_86 {
  color: #F28D23;
}

.fs_style_86:hover,
.fs_style_86:focus {
  color: #F28D23;
  text-decoration: underline;
}

ul,
ol {
  margin: 0 0 30px 0;
  padding-left: 12px;
}

ul li,
ol li {
  padding: 5px 0px;
  padding-left: 11px;
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 799px) {
  ul li,
  ol li {
    font-size: 16px;
    line-height: 21px;
  }
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-top: 0;
  margin-bottom: 0;
}

body.fsComposeMode ul,
body.fsComposeMode ol,
.cke_editable ul,
.cke_editable ol {
  padding-left: 30px;
}

#fsAccountBar li:after {
  display: none;
}

@media (max-width: 599px) {
  #fsAccountBar > ul:last-child .fsAccountBarLogoutButton span {
    background: #fff;
  }

  #fsAccountBar > ul:last-child .fsAccountBarLogoutButton span:after {
    border: 3px solid #fff;
  }
}

.fsResourceElement ul li:after {
  display: none;
}

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

.fs_style_42 td,
.fs_style_43 td,
.fs_style_80 td,
.fs_style_81 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_42 tr:nth-of-type(odd) td,
.fs_style_43 tr:nth-of-type(odd) td,
.fs_style_80 tr:nth-of-type(odd) td,
.fs_style_81 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: rgba(0, 0, 0, 0.1);
}

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

.fs_style_42 th,
.fs_style_43 th,
.fs_style_80 th,
.fs_style_81 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #0068B4;
  color: #fff;
}

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

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 60px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! 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: #039;
  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 #535353;
}

.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: #1c1c1c;
  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(28, 28, 28, 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: #1c1c1c;
}

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

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

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

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

/*! 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: #1c1c1c;
}

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

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

.fsElementDialog {
  color: #1c1c1c;
}

.fs_style_50 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff !important;
}

.fs_style_50:hover,
.fs_style_50:focus,
.fsStateSelected .fs_style_50 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_50 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_50 {
    margin: 0 0 10px 0;
    display: block;
  }
}

.fs_style_44 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background-color: #38BC9A;
  color: #fff !important;
}

.fs_style_44:hover,
.fs_style_44:focus,
.fsStateSelected .fs_style_44 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_44 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_44 {
    display: block;
    margin: 0 0 10px 0;
  }
}

.fs_style_44:hover,
.fs_style_44:focus {
  background-color: #206D5A;
}

.fs_style_45 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background-color: #F28D23;
  color: #fff !important;
}

.fs_style_45:hover,
.fs_style_45:focus,
.fsStateSelected .fs_style_45 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_45 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_45 {
    display: block;
    margin: 0 0 10px 0;
  }
}

.fs_style_45:hover,
.fs_style_45:focus {
  background-color: #C1701C;
}

.fs_style_72 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background-color: #48545F;
}

.fs_style_72:hover,
.fs_style_72:focus,
.fsStateSelected .fs_style_72 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_72 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_72 {
    display: block;
    margin: 0 0 10px 0;
  }
}

.fs_style_72:hover,
.fs_style_72:focus {
  background-color: #323a42;
}

.fs_style_95 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: #535353;
  background-color: #EDEDED;
}

.fs_style_95:hover,
.fs_style_95:focus,
.fsStateSelected .fs_style_95 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_95 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_95 {
    display: block;
    margin: 0 0 10px 0;
  }
}

.fs_style_95:hover,
.fs_style_95:focus {
  color: #535353;
  background-color: #d4d4d4;
}

.fs_style_46 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  background-color: #343B41;
  border: 1px solid #fff;
  color: #fff !important;
}

.fs_style_46:hover,
.fs_style_46:focus,
.fsStateSelected .fs_style_46 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_46 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_46 {
    display: block;
    margin: 0 0 10px 0;
  }
}

.fs_style_46:hover,
.fs_style_46:focus {
  background-color: #fff;
  color: #343B41 !important;
}

.dark-zone,
.style-guide-button-dark {
  min-height: 160px;
  background-color: #343B41;
  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;
  max-width: 330px;
}

.fs_style_67 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 18.5px 67px;
  color: #fff !important;
}

.fs_style_67:hover,
.fs_style_67:focus,
.fsStateSelected .fs_style_67 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_67 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_67 {
    margin: 0 0 10px 0;
    display: block;
  }
}

.fs_style_68 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 18.5px 67px;
  color: #fff !important;
  background-color: #F28D23;
}

.fs_style_68:hover,
.fs_style_68:focus,
.fsStateSelected .fs_style_68 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_68 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_68 {
    margin: 0 0 10px 0;
    display: block;
  }
}

.fs_style_68:hover,
.fs_style_68:focus {
  background-color: #C1701C;
}

.fs_style_69 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 18.5px 67px;
  color: #fff !important;
  background-color: #38BC9A;
}

.fs_style_69:hover,
.fs_style_69:focus,
.fsStateSelected .fs_style_69 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_69 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_69 {
    margin: 0 0 10px 0;
    display: block;
  }
}

.fs_style_69:hover,
.fs_style_69:focus {
  background-color: #206D5A;
}

.fs_style_70 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 18.5px 67px;
  background-color: #48545F;
}

.fs_style_70:hover,
.fs_style_70:focus,
.fsStateSelected .fs_style_70 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_70 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_70 {
    margin: 0 0 10px 0;
    display: block;
  }
}

.fs_style_70:hover,
.fs_style_70:focus {
  background-color: #323a42;
}

.fs_style_97 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: #535353;
  background-color: #EDEDED;
  padding: 18.5px 67px;
}

.fs_style_97:hover,
.fs_style_97:focus,
.fsStateSelected .fs_style_97 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_97 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_97 {
    margin: 0 0 10px 0;
    display: block;
  }
}

.fs_style_97:hover,
.fs_style_97:focus {
  color: #535353;
  background-color: #d4d4d4;
}

.fs_style_71 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.fs_style_47 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 25.5px 30px;
  background-color: #0068B4;
  color: #fff;
  min-width: 330px;
}

.fs_style_47:hover,
.fs_style_47:focus,
.fsStateSelected .fs_style_47 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_47 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_47 {
    padding: 20px 30px;
    display: block;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
}

.fs_style_47:hover,
.fs_style_47:focus {
  background-color: #02528D;
}

.fs_style_48 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  min-width: 330px;
  padding: 25.5px 30px;
  background-color: #38BC9A;
  color: #fff !important;
}

.fs_style_48:hover,
.fs_style_48:focus,
.fsStateSelected .fs_style_48 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_48 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_48 {
    padding: 20px 30px;
    display: block;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
}

.fs_style_48:hover,
.fs_style_48:focus {
  background-color: #206D5A;
}

.fs_style_49 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  min-width: 330px;
  padding: 25.5px 30px;
  background-color: #F28D23;
  color: #fff !important;
}

.fs_style_49:hover,
.fs_style_49:focus,
.fsStateSelected .fs_style_49 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_49 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_49 {
    padding: 20px 30px;
    display: block;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
}

.fs_style_49:hover,
.fs_style_49:focus {
  background-color: #C1701C;
}

.fs_style_73 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  min-width: 330px;
  padding: 25.5px 30px;
  background-color: #48545F;
}

.fs_style_73:hover,
.fs_style_73:focus,
.fsStateSelected .fs_style_73 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_73 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_73 {
    padding: 20px 30px;
    display: block;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
}

.fs_style_73:hover,
.fs_style_73:focus {
  background-color: #323a42;
}

.fs_style_96 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  color: #535353;
  min-width: 330px;
  padding: 25.5px 30px;
  background-color: #EDEDED;
}

.fs_style_96:hover,
.fs_style_96:focus,
.fsStateSelected .fs_style_96 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_96 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_96 {
    padding: 20px 30px;
    display: block;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
}

.fs_style_96:hover,
.fs_style_96:focus {
  color: #535353;
  background-color: #d4d4d4;
}

.fs_style_89 {
  text-align: left;
}

.fs_style_90 {
  text-align: right;
}

.fs_style_91 {
  position: relative;
  padding-left: 97px;
}

.fs_style_91 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

.fs_style_91 .cke_widget_wrapper {
  position: static;
}

.fs_style_92 {
  position: relative;
  padding-right: 97px;
}

.fs_style_92 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  left: auto;
}

.fs_style_93 {
  position: relative;
  color: transparent;
  padding: 18px 30px;
}

.fs_style_93 img {
  position: relative;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}

.fs_style_94 {
  position: relative;
  padding-top: 62px;
}

.fs_style_94 img {
  position: absolute;
  top: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.fs_style_94.fs_style_91 {
  padding-left: 30px;
}

.fs_style_94.fs_style_91 img {
  position: absolute;
  left: 30px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.fs_style_94.fs_style_92 {
  padding-right: 30px;
}

.fs_style_94.fs_style_92 img {
  position: absolute;
  right: 30px;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.fs_style_51 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 25.5px 91px;
  background-color: #0068B4;
  color: #fff !important;
}

.fs_style_51:hover,
.fs_style_51:focus,
.fsStateSelected .fs_style_51 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_51 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_51 {
    padding: 20px 30px;
    display: block;
    margin: 0px;
  }
}

.fs_style_51:hover,
.fs_style_51:focus {
  background-color: #02528D;
}

.fs_style_52 {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 25.5px 91px;
  background-color: #38BC9A;
  color: #fff !important;
}

.fs_style_52:hover,
.fs_style_52:focus,
.fsStateSelected .fs_style_52 {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fs_style_52 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

@media (max-width: 599px) {
  .fs_style_52 {
    padding: 20px 30px;
    display: block;
    margin: 0px;
  }
}

.fs_style_52:hover,
.fs_style_52:focus {
  background-color: #206D5A;
}

.fs_style_55,
.fs_style_54,
.fs_style_59,
.fs_style_60,
.fs_style_62,
.fs_style_63,
.fs_style_64,
.fs_style_65,
.fs_style_66,
.fs_style_75,
.fs_style_77,
.fs_style_76 {
  font-family: "Roboto", serif;
  color: #fff !important;
  font-size: 16px;
  line-height: 21px;
  background: #0068B4;
  display: block;
  width: 100%;
  position: relative;
  padding: 14.5px 30px 14.5px 65px;
  margin-bottom: 6px;
}

.fs_style_55:hover,
.fs_style_55:focus,
.fs_style_54:hover,
.fs_style_54:focus,
.fs_style_59:hover,
.fs_style_59:focus,
.fs_style_60:hover,
.fs_style_60:focus,
.fs_style_62:hover,
.fs_style_62:focus,
.fs_style_63:hover,
.fs_style_63:focus,
.fs_style_64:hover,
.fs_style_64:focus,
.fs_style_65:hover,
.fs_style_65:focus,
.fs_style_66:hover,
.fs_style_66:focus,
.fs_style_75:hover,
.fs_style_75:focus,
.fs_style_77:hover,
.fs_style_77:focus,
.fs_style_76:hover,
.fs_style_76:focus {
  text-decoration: none;
  background: #004b81;
}

.fs_style_59,
.fs_style_63,
.fs_style_66 {
  background: #F28D23;
}

.fs_style_59:hover,
.fs_style_59:focus,
.fs_style_63:hover,
.fs_style_63:focus,
.fs_style_66:hover,
.fs_style_66:focus {
  background: #d5730d;
}

.fs_style_62,
.fs_style_60,
.fs_style_65 {
  background: #38BC9A;
}

.fs_style_62:hover,
.fs_style_62:focus,
.fs_style_60:hover,
.fs_style_60:focus,
.fs_style_65:hover,
.fs_style_65:focus {
  background: #2c957a;
}

.fs_style_75,
.fs_style_76,
.fs_style_77 {
  background: #48545F;
}

.fs_style_75:hover,
.fs_style_75:focus,
.fs_style_76:hover,
.fs_style_76:focus,
.fs_style_77:hover,
.fs_style_77:focus {
  background: #323a42;
}

.fs_style_55:before,
.fs_style_59:before,
.fs_style_60:before,
.fs_style_75:before {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 28px;
  content: "";
  background-image: url(/uploaded/themes/default_18/images/webpage-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 18px;
}

.fs_style_54:before,
.fs_style_62:before,
.fs_style_63:before,
.fs_style_77:before {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 28px;
  content: "";
  background-image: url(/uploaded/themes/default_18/images/download-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 13.53px;
}

.fs_style_64:before,
.fs_style_65:before,
.fs_style_66:before,
.fs_style_76:before {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 28px;
  content: "";
  background-image: url(/uploaded/themes/default_18/images/file-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 13.53px;
  background-size: contain;
}

.fsContainer.cta-btn-links,
.fsContainer.button-link-row {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
}

#fsFooter .fsContainer.cta-btn-links,
#fsFooter .fsContainer.button-link-row {
  border-top: 5px solid #0068B4;
  margin: 0;
}

@media (min-width: 900px) {
  #fsFooter .fsContainer.cta-btn-links,
  #fsFooter .fsContainer.button-link-row {
    height: 265px;
  }
}

#fsFooter .fsContainer.cta-btn-links > .fsElementContent,
#fsFooter .fsContainer.button-link-row > .fsElementContent {
  height: 100%;
  padding: 30px 0 15px 0;
}

@media (min-width: 900px) {
  #fsFooter .fsContainer.cta-btn-links > .fsElementContent,
  #fsFooter .fsContainer.button-link-row > .fsElementContent {
    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;
    padding: 0;
  }
}

#fsFooter .fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout,
#fsFooter .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout {
  margin: 0;
  width: 100%;
}

@media (max-width: 799px) {
  #fsFooter .fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv,
  #fsFooter .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv {
    padding: 0 20px;
  }
}

@media (min-width: 900px) {
  #fsFooter .fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv,
  #fsFooter .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
  }
}

.fsContainer.cta-btn-links.top,
.fsContainer.cta-btn-links.wide-top,
.fsContainer.button-link-row.top,
.fsContainer.button-link-row.wide-top {
  border: 0;
  margin-bottom: 78px;
}

@media (min-width: 900px) {
  .fsContainer.cta-btn-links.top > .fsElementContent .fsThreeColumnLayout .fsDiv,
  .fsContainer.cta-btn-links.wide-top > .fsElementContent .fsThreeColumnLayout .fsDiv,
  .fsContainer.button-link-row.top > .fsElementContent .fsThreeColumnLayout .fsDiv,
  .fsContainer.button-link-row.wide-top > .fsElementContent .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
  }
}

.fsContainer.cta-btn-links > .fsElementContent,
.fsContainer.button-link-row > .fsElementContent {
  max-width: 1310px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout,
  .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout {
    text-align: center;
  }
}

.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv {
  margin: 0px;
}

@media (max-width: 999px) {
  .fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv,
  .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv {
    width: 100%;
    margin-bottom: 15px;
  }
}

.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent .fs_style_56,
.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent .fs_style_57,
.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent .fs_style_58,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent .fs_style_56,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent .fs_style_57,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent .fs_style_58 {
  margin: 0;
}

.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p {
  margin: 0;
}

.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-1 {
  text-align: left;
}

.fsContainer.cta-btn-links > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3,
.fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsStyleColumn-3 {
  text-align: right;
}

.fsContainer.cta-btn-links.portal-useful-quicklinks,
.fsContainer.button-link-row.portal-useful-quicklinks {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1115px;
  margin: 0 auto 10px auto;
  text-align: right;
}

.fsContainer.cta-btn-links.portal-useful-quicklinks header,
.fsContainer.button-link-row.portal-useful-quicklinks header {
  margin-bottom: 42px;
  text-align: right;
  margin-bottom: 42px;
  display: inline-block;
}

@media (min-width: 1000px) {
  .fsContainer.cta-btn-links.portal-useful-quicklinks header,
  .fsContainer.button-link-row.portal-useful-quicklinks header {
    width: calc(33.33333% - 14px);
  }
}

.fsContainer.cta-btn-links.portal-useful-quicklinks header h2.fsElementTitle,
.fsContainer.button-link-row.portal-useful-quicklinks header h2.fsElementTitle {
  margin: 0px;
  text-align: right;
  padding: 21px 30px 21px 40px;
  width: 100%;
  background: #0068B4;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
  text-align: right;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1149px) {
  .fsContainer.cta-btn-links.portal-useful-quicklinks header h2.fsElementTitle,
  .fsContainer.button-link-row.portal-useful-quicklinks header h2.fsElementTitle {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 599px) {
  .fsContainer.cta-btn-links.portal-useful-quicklinks header h2.fsElementTitle,
  .fsContainer.button-link-row.portal-useful-quicklinks header h2.fsElementTitle {
    font-size: 22px;
    line-height: 25px;
    max-width: 176px;
    padding: 21px 20px 21px 20px;
  }
}

.fsContainer.cta-btn-links.portal-useful-quicklinks > .fsElementContent .fsThreeColumnLayout,
.fsContainer.button-link-row.portal-useful-quicklinks > .fsElementContent .fsThreeColumnLayout {
  margin: 0 -10px;
}

.fsContainer.cta-btn-links.portal-useful-quicklinks > .fsElementContent .fsThreeColumnLayout > .fsDiv,
.fsContainer.button-link-row.portal-useful-quicklinks > .fsElementContent .fsThreeColumnLayout > .fsDiv {
  padding: 0 10px;
}

.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p {
  margin: 0px;
}

.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_56,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_57,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_58,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_56,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_57,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_58 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  min-height: 111px;
  height: auto;
  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;
  padding: 0px 29px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_56,
  .fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_57,
  .fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_58,
  .fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_56,
  .fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_57,
  .fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_58 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
  }
}

.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_56:hover,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_56:focus,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_57:hover,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_57:focus,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_58:hover,
.fsContainer.cta-btn-links.portal-useful-quicklinks .fsElementContent p .fs_style_58:focus,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_56:hover,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_56:focus,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_57:hover,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_57:focus,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_58:hover,
.fsContainer.button-link-row.portal-useful-quicklinks .fsElementContent p .fs_style_58:focus {
  text-decoration: none;
}

body.fsComposeMode .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout {
  display: block;
}

body.fsComposeMode .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
}

body.fsComposeMode .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p {
  display: block;
  width: 100%;
}

body.fsComposeMode #fsFooter .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.fsComposeMode #fsFooter .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv {
  width: 33.33333%;
  float: left;
}

body.fsComposeMode #fsFooter .fsContainer.button-link-row > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p {
  display: block;
  width: auto;
}

.fs_style_56,
.fs_style_57,
.fs_style_58,
.fs_style_74 {
  display: block;
  border: 0;
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 28px 20px 31px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 900px) {
  .fs_style_56,
  .fs_style_57,
  .fs_style_58,
  .fs_style_74 {
    max-width: 352px;
  }
}

@media (min-width: 1000px) {
  .fs_style_56,
  .fs_style_57,
  .fs_style_58,
  .fs_style_74 {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .fs_style_56,
  .fs_style_57,
  .fs_style_58,
  .fs_style_74 {
    font-size: 44px;
    line-height: 52px;
  }
}

.fs_style_56:hover,
.fs_style_56:focus,
.fs_style_57:hover,
.fs_style_57:focus,
.fs_style_58:hover,
.fs_style_58:focus,
.fs_style_74:hover,
.fs_style_74:focus {
  background: #004b81;
  color: #fff;
  text-decoration: none;
}

.fs_style_56 em,
.fs_style_57 em,
.fs_style_58 em,
.fs_style_74 em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.fs_style_56.fs_style_71,
.fs_style_57.fs_style_71,
.fs_style_58.fs_style_71,
.fs_style_74.fs_style_71 {
  padding: 29px 20px 32px 20px;
  line-height: 50px;
}

.fs_style_57 {
  background: #38BC9A;
}

.fs_style_57:hover,
.fs_style_57:focus {
  background: #2c957a;
}

.fs_style_58 {
  background: #F28D23;
}

.fs_style_58:hover,
.fs_style_58:focus {
  background: #d5730d;
}

.fs_style_74 {
  background: #48545F;
}

.fs_style_74:hover,
.fs_style_74:focus {
  background: #323a42;
}

.button {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.button:hover,
.button:focus,
.fsStateSelected .button {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.button em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.color-button {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #F28D23;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.color-button em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.hollow-button {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: transparent;
  color: #F28D23;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  border: 0.2em solid #F28D23;
}

.hollow-button:hover,
.hollow-button:focus,
.fsStateSelected .hollow-button {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.hollow-button em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.lead-in,
.fs_style_24,
.fs_style_23,
.fs_style_78,
.fs_style_79 {
  color: #0068B4;
  font-family: "Roboto", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .lead-in,
  .fs_style_24,
  .fs_style_23,
  .fs_style_78,
  .fs_style_79 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.fs_style_78 {
  color: #F28D23;
}

.fs_style_79 {
  color: #38BC9A;
}

blockquote,
.fs_style_88,
.fs_style_87 {
  position: relative;
  margin: 80px 0 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  text-align: center;
  padding: 38px 30px 20px 30px;
  display: block;
}

@media (max-width: 899px) {
  blockquote,
  .fs_style_88,
  .fs_style_87 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 26px;
  }
}

blockquote:before,
.fs_style_88:before,
.fs_style_87:before {
  /*position: absolute;*/
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  right: 100%;
  top: -18px;
  content: "";
  background-image: url(/uploaded/themes/default_18/images/quotation-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 36px;
  width: 111px;
  z-index: 100;
  background-color: #fff;
}

@media (max-width: 899px) {
  blockquote:before,
  .fs_style_88:before,
  .fs_style_87:before {
    top: -14px;
    height: 31px;
    width: 70px;
    background-image: url(/uploaded/themes/default_18/images/quotation-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

blockquote:after,
.fs_style_88:after,
.fs_style_87:after {
  /*position: absolute;*/
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  content: "";
  width: 94%;
  height: 3px;
  background: #0068B4;
}

@media (max-width: 899px) {
  blockquote:after,
  .fs_style_88:after,
  .fs_style_87:after {
    height: 2px;
    width: 100%;
  }
}

blockquote p {
  color: #0068B4;
  font-family: "Roboto", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  margin: 0;
}

@media (max-width: 899px) {
  blockquote p {
    font-size: 20px;
    line-height: 26px;
  }
}

.fs_style_88 {
  color: #F28D23;
}

.fs_style_88:before {
  background-image: url(/uploaded/themes/default_18/images/quotation-mark_orange.svg);
}

.fs_style_88:after {
  background: #F28D23;
}

.fs_style_88 cite {
  color: #F28D23;
}

.fs_style_87 {
  color: #38BC9A;
}

.fs_style_87:before {
  background-image: url(/uploaded/themes/default_18/images/quotation-mark_green.svg);
}

.fs_style_87:after {
  background: #38BC9A;
}

.fs_style_87 cite {
  color: #38BC9A;
}

body:not(.fsComposeMode) .fsBannerRight blockquote,
body:not(.fsComposeMode) .fsBannerLeft blockquote {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
  line-height: 26px;
}

body:not(.fsComposeMode) .fsBannerRight blockquote:before,
body:not(.fsComposeMode) .fsBannerLeft blockquote:before {
  top: -14px;
  height: 31px;
  width: 70px;
  background-image: url(/uploaded/themes/default_18/images/quotation-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

body:not(.fsComposeMode) .fsBannerRight blockquote:after,
body:not(.fsComposeMode) .fsBannerLeft blockquote:after {
  height: 2px;
  width: 100%;
}

body:not(.fsComposeMode) .fsBannerRight cite,
body:not(.fsComposeMode) .fsBannerLeft cite {
  font-size: 16px;
  line-height: 21px;
}

cite {
  display: block;
  margin: 0;
  padding-top: 20px;
  font-style: normal;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 899px) {
  cite {
    font-size: 16px;
    line-height: 21px;
  }
}

cite:before {
  content: '- ';
}

.callout-left-line p,
.callout-text-left-line p {
  position: relative;
  padding: 0px 20px;
  margin: 0;
  /*border-left: 3px solid $m1;*/
  display: block;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
}

@media (max-width: 799px) {
  .callout-left-line p,
  .callout-text-left-line p {
    font-size: 21px;
    line-height: 30px;
    padding-right: 0px;
  }
}

.callout-left-line p:before,
.callout-text-left-line p:before {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  content: "";
  height: 93%;
  width: 3px;
  background: #0068B4;
}

.callout-left-line.color-green p,
.callout-text-left-line.color-green p {
  color: #38BC9A;
}

.callout-left-line.color-green p:before,
.callout-text-left-line.color-green p:before {
  background: #38BC9A;
}

.callout-left-line.color-orange p,
.callout-text-left-line.color-orange p {
  color: #F28D23;
}

.callout-left-line.color-orange p:before,
.callout-text-left-line.color-orange p:before {
  background: #F28D23;
}

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

.callout-top-photo,
.callout-box.photo-top {
  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%;
  background-color: #0068B4;
  padding: 0;
}

.callout-top-photo header,
.callout-box.photo-top header {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.callout-top-photo header .fsElementHeaderContent,
.callout-box.photo-top header .fsElementHeaderContent {
  margin: 0;
  width: 100%;
  height: 100%;
}

.callout-top-photo header .fsImage,
.callout-box.photo-top header .fsImage {
  width: 100%;
  height: 100%;
}

.callout-top-photo header .fsImage picture,
.callout-box.photo-top header .fsImage picture {
  width: 100%;
  height: 100%;
}

.callout-top-photo header .fsImage img,
.callout-box.photo-top header .fsImage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.callout-top-photo.color-orange,
.callout-box.photo-top.color-orange {
  background-color: #F28D23;
}

.callout-top-photo.color-green,
.callout-box.photo-top.color-green {
  background-color: #38BC9A;
}

.callout-top-photo.color-grey,
.callout-box.photo-top.color-grey {
  background-color: #EDEDED;
}

.callout-top-photo.color-grey .fsElementContent h2,
.callout-box.photo-top.color-grey .fsElementContent h2 {
  color: #535353;
}

.callout-top-photo.color-grey .fsElementContent p,
.callout-box.photo-top.color-grey .fsElementContent p {
  color: #535353;
}

.callout-top-photo .fsElementContent,
.callout-box.photo-top .fsElementContent {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  height: auto;
  padding: 17px 45px 44px 30px;
}

@media (max-width: 899px) {
  .callout-top-photo .fsElementContent,
  .callout-box.photo-top .fsElementContent {
    /*min-height: 250px;*/
  }
}

@media (max-width: 599px) {
  .callout-top-photo .fsElementContent,
  .callout-box.photo-top .fsElementContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.callout-top-photo .fsElementContent h2,
.callout-box.photo-top .fsElementContent h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 21px;
  margin: 0px;
}

@media (max-width: 899px) {
  .callout-top-photo .fsElementContent h2,
  .callout-box.photo-top .fsElementContent h2 {
    font-size: 21px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}

.callout-top-photo .fsElementContent p,
.callout-box.photo-top .fsElementContent p {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 899px) {
  .callout-top-photo .fsElementContent p,
  .callout-box.photo-top .fsElementContent p {
    font-size: 16px;
    line-height: 21px;
  }
}

.callout-top-photo .fsElementContent a,
.callout-box.photo-top .fsElementContent a {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.callout-top-photo .fsElementContent a:hover,
.callout-top-photo .fsElementContent a:focus,
.callout-box.photo-top .fsElementContent a:hover,
.callout-box.photo-top .fsElementContent a:focus {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 899px) {
  .callout-top-photo .fsElementContent a,
  .callout-box.photo-top .fsElementContent a {
    font-size: 16px;
    line-height: 21px;
  }
}

.fsBannerRight .callout-top-photo,
.fsBannerRight .callout-box.photo-top,
.fsBannerLeft .callout-top-photo,
.fsBannerLeft .callout-box.photo-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.fsBannerRight .callout-top-photo header,
.fsBannerRight .callout-box.photo-top header,
.fsBannerLeft .callout-top-photo header,
.fsBannerLeft .callout-box.photo-top header {
  width: 100%;
}

.fsBannerRight .callout-top-photo .fsElementContent,
.fsBannerRight .callout-box.photo-top .fsElementContent,
.fsBannerLeft .callout-top-photo .fsElementContent,
.fsBannerLeft .callout-box.photo-top .fsElementContent {
  padding: 29px 28px 25px 24px;
  width: 100%;
}

@media (max-width: 599px) {
  .fsBannerRight .callout-top-photo .fsElementContent,
  .fsBannerRight .callout-box.photo-top .fsElementContent,
  .fsBannerLeft .callout-top-photo .fsElementContent,
  .fsBannerLeft .callout-box.photo-top .fsElementContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fsBannerRight .callout-top-photo .fsElementContent h2,
.fsBannerRight .callout-box.photo-top .fsElementContent h2,
.fsBannerLeft .callout-top-photo .fsElementContent h2,
.fsBannerLeft .callout-box.photo-top .fsElementContent h2 {
  /*font-size: 24px;*/
  padding-bottom: 16px;
  /*line-height: 40px;*/
}

.fsBannerRight .callout-top-photo .fsElementContent p,
.fsBannerRight .callout-box.photo-top .fsElementContent p,
.fsBannerLeft .callout-top-photo .fsElementContent p,
.fsBannerLeft .callout-box.photo-top .fsElementContent p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.fsBannerRight .callout-top-photo .fsElementContent a,
.fsBannerRight .callout-box.photo-top .fsElementContent a,
.fsBannerLeft .callout-top-photo .fsElementContent a,
.fsBannerLeft .callout-box.photo-top .fsElementContent a {
  font-size: 16px;
  line-height: 21px;
}

.callout-left-photo,
.callout-box.photo-left,
.callout-box.photo-right {
  zoom: 1;
  display: block;
  background-color: #0068B4;
  padding: 0;
}

.callout-left-photo:after,
.callout-box.photo-left:after,
.callout-box.photo-right:after {
  display: table;
  clear: both;
  content: '';
}

.callout-left-photo.color-orange,
.callout-box.photo-left.color-orange,
.callout-box.photo-right.color-orange {
  background-color: #F28D23;
}

.callout-left-photo.color-green,
.callout-box.photo-left.color-green,
.callout-box.photo-right.color-green {
  background-color: #38BC9A;
}

.callout-left-photo.color-grey,
.callout-box.photo-left.color-grey,
.callout-box.photo-right.color-grey {
  background-color: #EDEDED;
}

.callout-left-photo.color-grey .fsElementContent h2,
.callout-box.photo-left.color-grey .fsElementContent h2,
.callout-box.photo-right.color-grey .fsElementContent h2 {
  color: #535353;
}

.callout-left-photo.color-grey .fsElementContent p,
.callout-box.photo-left.color-grey .fsElementContent p,
.callout-box.photo-right.color-grey .fsElementContent p {
  color: #535353;
}

.callout-left-photo header,
.callout-box.photo-left header,
.callout-box.photo-right header {
  width: 50%;
  float: left;
  min-height: 300px;
  display: block;
}

@media (max-width: 1099px) {
  .callout-left-photo header,
  .callout-box.photo-left header,
  .callout-box.photo-right header {
    width: 100%;
    min-height: 400px;
    float: none;
  }
}

@media (max-width: 899px) {
  .callout-left-photo header,
  .callout-box.photo-left header,
  .callout-box.photo-right header {
    min-height: 200px;
  }
}

.callout-left-photo header .fsElementHeaderContent,
.callout-box.photo-left header .fsElementHeaderContent,
.callout-box.photo-right header .fsElementHeaderContent {
  margin: 0;
  width: 100%;
  height: 100%;
}

.callout-left-photo header .fsImage,
.callout-box.photo-left header .fsImage,
.callout-box.photo-right header .fsImage {
  width: 100%;
  height: 100%;
}

.callout-left-photo header .fsImage picture,
.callout-box.photo-left header .fsImage picture,
.callout-box.photo-right header .fsImage picture {
  width: 100%;
  height: 100%;
  display: block;
}

.callout-left-photo header .fsImage img,
.callout-box.photo-left header .fsImage img,
.callout-box.photo-right header .fsImage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.callout-left-photo .fsElementContent,
.callout-box.photo-left .fsElementContent,
.callout-box.photo-right .fsElementContent {
  width: 50%;
  float: left;
  height: auto;
  padding: 22px 22px 22px 28px;
  min-height: 300px;
}

@media (max-width: 1099px) {
  .callout-left-photo .fsElementContent,
  .callout-box.photo-left .fsElementContent,
  .callout-box.photo-right .fsElementContent {
    width: 100%;
    padding: 17px 45px 44px 30px;
    min-height: inherit;
    float: none;
  }
}

@media (max-width: 899px) {
  .callout-left-photo .fsElementContent,
  .callout-box.photo-left .fsElementContent,
  .callout-box.photo-right .fsElementContent {
    /*min-height: 250px;*/
  }
}

@media (max-width: 599px) {
  .callout-left-photo .fsElementContent,
  .callout-box.photo-left .fsElementContent,
  .callout-box.photo-right .fsElementContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.callout-left-photo .fsElementContent h2,
.callout-box.photo-left .fsElementContent h2,
.callout-box.photo-right .fsElementContent h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 21px;
  margin: 0px;
}

@media (max-width: 899px) {
  .callout-left-photo .fsElementContent h2,
  .callout-box.photo-left .fsElementContent h2,
  .callout-box.photo-right .fsElementContent h2 {
    font-size: 21px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}

.callout-left-photo .fsElementContent p,
.callout-box.photo-left .fsElementContent p,
.callout-box.photo-right .fsElementContent p {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 899px) {
  .callout-left-photo .fsElementContent p,
  .callout-box.photo-left .fsElementContent p,
  .callout-box.photo-right .fsElementContent p {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 1099px) {
  .callout-left-photo .fsElementContent p,
  .callout-box.photo-left .fsElementContent p,
  .callout-box.photo-right .fsElementContent p {
    padding-right: 0px;
  }
}

.callout-left-photo .fsElementContent a,
.callout-box.photo-left .fsElementContent a,
.callout-box.photo-right .fsElementContent a {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.callout-left-photo .fsElementContent a:hover,
.callout-left-photo .fsElementContent a:focus,
.callout-box.photo-left .fsElementContent a:hover,
.callout-box.photo-left .fsElementContent a:focus,
.callout-box.photo-right .fsElementContent a:hover,
.callout-box.photo-right .fsElementContent a:focus {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 899px) {
  .callout-left-photo .fsElementContent a,
  .callout-box.photo-left .fsElementContent a,
  .callout-box.photo-right .fsElementContent a {
    font-size: 16px;
    line-height: 21px;
  }
}

.callout-box.photo-right header {
  float: right;
}

.callout-box.photo-right .fsElementContent {
  float: left;
}

.callout-text-box,
.callout-box {
  display: block;
  width: 100%;
  min-height: 200px;
  background-color: #0068B4;
  padding: 17px 45px 17px 30px;
}

@media (max-width: 599px) {
  .callout-text-box,
  .callout-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.callout-text-box.color-orange,
.callout-box.color-orange {
  background-color: #F28D23;
}

.callout-text-box.color-green,
.callout-box.color-green {
  background-color: #38BC9A;
}

.callout-text-box.color-grey,
.callout-box.color-grey {
  background-color: #EDEDED;
}

.callout-text-box.color-grey .fsElementContent h2,
.callout-box.color-grey .fsElementContent h2 {
  color: #535353;
}

.callout-text-box.color-grey .fsElementContent p,
.callout-box.color-grey .fsElementContent p {
  color: #535353;
}

.callout-text-box .fsElementContent h2,
.callout-box .fsElementContent h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 20px;
  margin: 0px;
}

@media (max-width: 899px) {
  .callout-text-box .fsElementContent h2,
  .callout-box .fsElementContent h2 {
    font-size: 21px;
    line-height: 34px;
    padding-bottom: 10px;
  }
}

.callout-text-box .fsElementContent p,
.callout-box .fsElementContent p {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 899px) {
  .callout-text-box .fsElementContent p,
  .callout-box .fsElementContent p {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 599px) {
  .callout-text-box .fsElementContent p,
  .callout-box .fsElementContent p {
    padding-right: 0px;
  }
}

.callout-text-box .fsElementContent a,
.callout-box .fsElementContent a {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.callout-text-box .fsElementContent a:hover,
.callout-text-box .fsElementContent a:focus,
.callout-box .fsElementContent a:hover,
.callout-box .fsElementContent a:focus {
  color: #fff;
}

@media (max-width: 899px) {
  .callout-text-box .fsElementContent a,
  .callout-box .fsElementContent a {
    font-size: 16px;
    line-height: 21px;
  }
}

.fsBannerRight .callout-text-box,
.fsBannerRight .callout-box,
.fsBannerLeft .callout-text-box,
.fsBannerLeft .callout-box {
  padding: 30px 30px 25px 23px;
}

@media (max-width: 599px) {
  .fsBannerRight .callout-text-box,
  .fsBannerRight .callout-box,
  .fsBannerLeft .callout-text-box,
  .fsBannerLeft .callout-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fsBannerRight .callout-text-box .fsElementContent h2,
.fsBannerRight .callout-box .fsElementContent h2,
.fsBannerLeft .callout-text-box .fsElementContent h2,
.fsBannerLeft .callout-box .fsElementContent h2 {
  padding-bottom: 16px;
}

.fsBannerRight .callout-text-box .fsElementContent p,
.fsBannerRight .callout-box .fsElementContent p,
.fsBannerLeft .callout-text-box .fsElementContent p,
.fsBannerLeft .callout-box .fsElementContent p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

.fsBannerRight .callout-text-box .fsElementContent a,
.fsBannerRight .callout-box .fsElementContent a,
.fsBannerLeft .callout-text-box .fsElementContent a,
.fsBannerLeft .callout-box .fsElementContent a {
  font-size: 16px;
  line-height: 21px;
}

.fs_style_42 {
  margin: 35px 0px;
  border: 0;
  /*display: block;*/
  display: table;
  width: 100%;
  overflow-x: auto;
  position: relative;
}

@media (max-width: 1099px) {
  .fs_style_42 {
    display: block;
    width: 100% !important;
  }
}

.fs_style_42 thead tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  background-color: #48545F;
  font-family: "Roboto", serif;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  width: auto;
  padding: 13px 20px 14px 13px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.fs_style_42 thead tr th:last-child {
  /*text-align: left;*/
}

.fs_style_42 tbody {
  border-color: #fff;
}

.fs_style_42 tbody tr:nth-child(even) {
  background-color: #F7F8FB;
}

.fs_style_42 tbody tr:nth-child(odd) {
  background-color: #E8EBF2;
}

.fs_style_42 tbody tr td {
  padding: 13px 20px 13px 13px !important;
  background-color: transparent !important;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  border: 0px;
  vertical-align: top;
}

.fs_style_43,
.fs_style_80,
.fs_style_81 {
  margin: 0 0 30px 0;
  border: 0;
  display: table;
  /*display: block;*/
  width: 100%;
  position: relative;
  overflow-x: auto;
}

@media (max-width: 1099px) {
  .fs_style_43,
  .fs_style_80,
  .fs_style_81 {
    display: block;
    width: 100% !important;
  }
}

.fs_style_43 thead tr th,
.fs_style_80 thead tr th,
.fs_style_81 thead tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  background-color: #0068B4;
  font-family: "Roboto", serif;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  width: auto;
  padding: 13px 20px 14px 13px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.fs_style_43 tbody,
.fs_style_80 tbody,
.fs_style_81 tbody {
  border-color: #fff;
}

.fs_style_43 tbody tr:nth-child(even),
.fs_style_80 tbody tr:nth-child(even),
.fs_style_81 tbody tr:nth-child(even) {
  background-color: #F5F8FF;
}

.fs_style_43 tbody tr:nth-child(odd),
.fs_style_80 tbody tr:nth-child(odd),
.fs_style_81 tbody tr:nth-child(odd) {
  background-color: #DBE2F0;
}

.fs_style_43 tbody tr td,
.fs_style_80 tbody tr td,
.fs_style_81 tbody tr td {
  padding: 13px 20px 13px 13px !important;
  background-color: transparent !important;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  border: 0px;
  vertical-align: top;
}

.fs_style_80 thead tr th {
  background-color: #F28D23;
}

.fs_style_81 thead tr th {
  background-color: #38BC9A;
}

.wf-loading {
  visibility: hidden;
}

/*! _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: #039;
  background: transparent;
}

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

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

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

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

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

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

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

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

.custom-breadcrumb,
.header-breadcrumb {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 104, 180, 0.9);
  padding-top: 19px;
  padding-bottom: 27px;
  z-index: 700;
  margin: 0px;
}

@media (max-width: 999px) {
  .custom-breadcrumb,
  .header-breadcrumb {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    background: #0068B4;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

@media (max-width: 799px) {
  .custom-breadcrumb nav,
  .header-breadcrumb nav {
    display: none;
  }
}

.custom-breadcrumb .fsElementContent,
.header-breadcrumb .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 79.375em;
  max-width: 79.375rem;
  padding-left: 30px;
}

.custom-breadcrumb .fsElementContent ul li,
.header-breadcrumb .fsElementContent ul li {
  position: relative;
  padding: 0px 10px;
}

.custom-breadcrumb .fsElementContent ul li:first-child,
.header-breadcrumb .fsElementContent ul li:first-child {
  padding-left: 20px;
}

.custom-breadcrumb .fsElementContent ul li:first-child:before,
.header-breadcrumb .fsElementContent ul li:first-child:before {
  position: absolute;
  content: "";
  background-image: url("/uploaded/template/images/location.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  left: 0;
  top: 4px;
  width: 14px;
  height: 15px;
}

.custom-breadcrumb .fsElementContent ul li:after,
.header-breadcrumb .fsElementContent ul li:after {
  display: none;
}

.custom-breadcrumb .fsElementContent ul li .fsNavBreadcrumbSeperator,
.header-breadcrumb .fsElementContent ul li .fsNavBreadcrumbSeperator {
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 9px;
  right: -5px;
  border-radius: 100%;
}

.custom-breadcrumb .fsElementContent ul li a,
.header-breadcrumb .fsElementContent ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  /*font-weight: $medium;*/
  font-weight: 400;
  line-height: 21px;
}

.custom-breadcrumb .fsElementContent ul li a:hover,
.custom-breadcrumb .fsElementContent ul li a:focus,
.header-breadcrumb .fsElementContent ul li a:hover,
.header-breadcrumb .fsElementContent ul li a:focus {
  text-decoration: none;
  color: #F28D23;
}

.custom-breadcrumb .fsElementContent ul li:last-child,
.header-breadcrumb .fsElementContent ul li:last-child {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  /*font-weight: $normal;*/
  line-height: 21px;
}

.custom-breadcrumb .fsElementContent h1.fsPageTitle,
.header-breadcrumb .fsElementContent h1.fsPageTitle {
  margin: -7px 0px 0px 0px;
  padding: 0px !important;
  color: #fff;
  line-height: 71px;
}

@media (max-width: 799px) {
  .custom-breadcrumb .fsElementContent h1.fsPageTitle,
  .header-breadcrumb .fsElementContent h1.fsPageTitle {
    font-size: 28px;
    line-height: 34px;
    margin: 0px !important;
  }
}

body.fsComposeMode .custom-breadcrumb,
body.fsComposeMode .header-breadcrumb {
  position: relative;
}

.landing-nav,
.nav-tier-two {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 61px;
  background-color: #EDEDED;
  text-align: center;
  /*display: block;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  position: relative;
}

@media (max-width: 799px) {
  .landing-nav,
  .nav-tier-two {
    display: none;
  }
}

.landing-nav.nav-sub-empty,
.nav-tier-two.nav-sub-empty {
  display: none;
}

.landing-nav .fsElementContent,
.nav-tier-two .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 79.375em;
  max-width: 79.375rem;
  /*padding-left: 30px;*/
  /*padding-right:30px;*/
}

@media (max-width: 999px) {
  .landing-nav .fsElementContent,
  .nav-tier-two .fsElementContent {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.landing-nav .fsElementContent .fsNavLevel1 li,
.nav-tier-two .fsElementContent .fsNavLevel1 li {
  display: inline-block;
  position: relative;
  padding: 0px 23px;
}

.landing-nav .fsElementContent .fsNavLevel1 li:after,
.nav-tier-two .fsElementContent .fsNavLevel1 li:after {
  display: none;
}

.landing-nav .fsElementContent .fsNavLevel1 li:before,
.nav-tier-two .fsElementContent .fsNavLevel1 li:before {
  position: absolute;
  /*@include y-center;*/
  right: 0;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.5px;
  height: 4.5px;
  border-radius: 100%;
  background: #535353;
}

.landing-nav .fsElementContent .fsNavLevel1 li:last-child:before,
.nav-tier-two .fsElementContent .fsNavLevel1 li:last-child:before {
  display: none;
}

.landing-nav .fsElementContent .fsNavLevel1 li a,
.nav-tier-two .fsElementContent .fsNavLevel1 li a {
  padding: 0px;
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
}

.landing-nav .fsElementContent .fsNavLevel1 li a:hover,
.landing-nav .fsElementContent .fsNavLevel1 li a:focus,
.nav-tier-two .fsElementContent .fsNavLevel1 li a:hover,
.nav-tier-two .fsElementContent .fsNavLevel1 li a:focus {
  text-decoration: none;
  color: #0068B4;
}

.landing-nav .fsElementContent .fsNavLevel1 li.fsNavCurrentPage a,
.landing-nav .fsElementContent .fsNavLevel1 li.fsNavCurrentPageAncestor a,
.nav-tier-two .fsElementContent .fsNavLevel1 li.fsNavCurrentPage a,
.nav-tier-two .fsElementContent .fsNavLevel1 li.fsNavCurrentPageAncestor a {
  font-weight: 900;
  color: #0068B4;
}

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

.nav-sub.header-subnav,
.nav-tier-three.nav-tier-two-mobile {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 800px) {
  .nav-sub.header-subnav,
  .nav-tier-three.nav-tier-two-mobile {
    display: none;
  }
}

.nav-sub.header-subnav header h2.fsElementTitle,
.nav-tier-three.nav-tier-two-mobile header h2.fsElementTitle {
  padding: 0;
}

.nav-sub.header-subnav header h2.fsElementTitle:after,
.nav-tier-three.nav-tier-two-mobile header h2.fsElementTitle:after {
  right: 0px;
}

@media (max-width: 799px) {
  .fsBannerLeft .nav-sub,
  .fsBannerLeft .nav-tier-three,
  .fsBannerRight .nav-sub,
  .fsBannerRight .nav-tier-three {
    display: none;
  }
}

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

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

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

.nav-tier ul li.fsNavCurrentPage > a {
  color: #0068B4;
  background: #3a3a3a;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #F28D23;
  background: #535353;
}

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

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

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

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

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

.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,
.nav-tier-three {
  background-color: #0068B4;
  margin-bottom: 0;
  padding: 15px;
  display: block;
}

.nav-sub header,
.nav-tier-three header {
  background: #0068B4;
  text-align: center;
}

.nav-sub header .fsElementTitle,
.nav-tier-three header .fsElementTitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 47px;
  margin: 0;
  letter-spacing: 2px;
  padding-top: 3px;
}

@media (min-width: 800px) {
  .nav-sub header .fsElementTitle,
  .nav-tier-three header .fsElementTitle {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .nav-sub > header,
  .nav-tier-three > header {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 11px;
  }

  .nav-sub > header .fsElementTitle,
  .nav-tier-three > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #535353;
    font-family: "Roboto", serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 5px 20px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover,
  .nav-tier-three > header .fsElementTitle:hover {
    background-color: transparent;
    color: #fff;
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .nav-sub > header .fsElementTitle,
  .nav-tier-three > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 799px) {
  .nav-sub > header .fsElementTitle:after,
  .nav-tier-three > 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,
  .nav-tier-three > .fsElementContent {
    position: relative;
    display: block;
    background-color: transparent;
  }

  .nav-sub > .fsElementContent ul li a,
  .nav-tier-three > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus,
  .nav-tier-three > .fsElementContent ul li a:hover,
  .nav-tier-three > .fsElementContent ul li a:focus {
    color: #fff;
    background: #014982;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a,
  .nav-tier-three > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #fff;
    background: #014982;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus,
  .nav-tier-three > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-tier-three > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #fff;
    background: #014982;
  }

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a,
  .nav-tier-three > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #fff;
    background: #014982;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus,
  .nav-tier-three > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-tier-three > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #fff;
    background: #014982;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a,
  .nav-tier-three > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a,
  .nav-tier-three > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 30px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPage > a:before,
  .nav-tier-three > .fsElementContent .fsNavLevel2 > li.fsNavCurrentPage > a:before {
    left: 19px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a,
  .nav-tier-three > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 40px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a:before,
  .nav-tier-three > .fsElementContent .fsNavLevel3 > li.fsNavCurrentPage > a:before {
    left: 29px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a,
  .nav-tier-three > .fsElementContent .fsNavLevel4 > li > a {
    padding-left: 50px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li.fsNavCurrentPage > a:before,
  .nav-tier-three > .fsElementContent .fsNavLevel4 > li.fsNavCurrentPage > a:before {
    left: 39px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li > a,
  .nav-tier-three > .fsElementContent .fsNavLevel5 > li > a {
    padding-left: 60px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li.fsNavCurrentPage > a:before,
  .nav-tier-three > .fsElementContent .fsNavLevel5 > li.fsNavCurrentPage > a:before {
    left: 49px;
  }

  .nav-sub.active-nav > header .fsElementTitle,
  .nav-tier-three.active-nav > header .fsElementTitle {
    background-color: transparent;
    color: #fff;
  }

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

@media (min-width: 800px) {
  .nav-sub,
  .nav-tier-three {
    display: block;
  }
}

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

@media (min-width: 800px) {
  .nav-sub > .fsElementContent,
  .nav-tier-three > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

.nav-sub.active-nav > .fsElementContent,
.nav-tier-three.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub,
.fsHeader .nav-tier-three {
  display: block;
}

@media (min-width: 800px) {
  .fsHeader .nav-sub,
  .fsHeader .nav-tier-three {
    display: none;
  }
}

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

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

.nav-sub ul li,
.nav-tier-three ul li {
  padding: 0px;
}

.nav-sub ul li:after,
.nav-tier-three ul li:after {
  display: none;
}

.nav-sub ul li a,
.nav-tier-three ul li a {
  display: block;
  padding: 12px 22px 12px 10px;
  /*padding: map-get($nav-sub-content, link-padding-y) map-get($nav-sub-content, link-padding-x);*/
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus,
.nav-tier-three ul li a:hover,
.nav-tier-three ul li a:focus {
  color: #fff;
  background: #014982;
  text-decoration: none;
}

.nav-sub ul li .fsNavPageInfo,
.nav-tier-three ul li .fsNavPageInfo {
  display: none;
}

.nav-sub ul li[class*="fsNavCurrentPage"] > .fsNavPageInfo,
.nav-tier-three ul li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
  display: block;
}

@media (min-width: 800px) {
  .nav-sub ul li.fsNavCurrentPage,
  .nav-tier-three ul li.fsNavCurrentPage {
    background: #014982;
  }
}

.nav-sub ul li.fsNavCurrentPage > a,
.nav-tier-three ul li.fsNavCurrentPage > a {
  color: #fff;
  background: #014982;
  font-weight: bold;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus,
.nav-tier-three ul li.fsNavCurrentPage > a:hover,
.nav-tier-three ul li.fsNavCurrentPage > a:focus {
  color: #fff;
  background: #014982;
}

.nav-sub ul li.fsNavCurrentPageAncestor,
.nav-tier-three ul li.fsNavCurrentPageAncestor {
  background: #014982;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a,
.nav-tier-three ul li.fsNavCurrentPageAncestor > a {
  color: #fff;
  background: #014982;
  font-weight: bold;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus,
.nav-tier-three ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier-three ul li.fsNavCurrentPageAncestor > a:focus {
  color: #fff;
  background: #014982;
}

.nav-sub ul li.fsNavParentPage,
.nav-tier-three ul li.fsNavParentPage {
  position: relative;
  padding: 0 2px;
}

.nav-sub ul li.fsNavParentPage .nav-sub-btn,
.nav-tier-three ul li.fsNavParentPage .nav-sub-btn {
  position: absolute;
  right: 4px;
  top: 13px;
  padding: 0px;
  background: transparent;
  border: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (max-width: 799px) {
  .nav-sub ul li.fsNavParentPage .nav-sub-btn,
  .nav-tier-three ul li.fsNavParentPage .nav-sub-btn {
    top: 10px;
  }
}

.nav-sub ul li.fsNavParentPage .nav-sub-btn:after,
.nav-tier-three ul li.fsNavParentPage .nav-sub-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "+";
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.nav-sub ul li.fsNavParentPage.active-nav > .nav-sub-btn:after,
.nav-tier-three ul li.fsNavParentPage.active-nav > .nav-sub-btn:after {
  content: "-";
}

.nav-sub ul li.fsNavParentPage.fsNavCurrentPage > .nav-sub-btn:after,
.nav-tier-three ul li.fsNavParentPage.fsNavCurrentPage > .nav-sub-btn:after {
  content: "-";
}

.nav-sub ul li.fsNavParentPage.fsNavCurrentPage.active-nav > .nav-sub-btn:after,
.nav-tier-three ul li.fsNavParentPage.fsNavCurrentPage.active-nav > .nav-sub-btn:after {
  content: "+";
  font-size: 16px;
  font-family: "Roboto", serif;
}

.nav-sub ul li.fsNavParentPage.fsNavCurrentPageAncestor > .nav-sub-btn:after,
.nav-tier-three ul li.fsNavParentPage.fsNavCurrentPageAncestor > .nav-sub-btn:after {
  content: "-";
}

.nav-sub ul li.fsNavParentPage.fsNavCurrentPageAncestor.active-nav > .nav-sub-btn:after,
.nav-tier-three ul li.fsNavParentPage.fsNavCurrentPageAncestor.active-nav > .nav-sub-btn:after {
  content: "+";
  font-size: 16px;
  font-family: "Roboto", serif;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a,
.nav-tier-three .fsNavLevel2 > li.fsNavCurrentPage > a,
.nav-tier-three .fsNavLevel3 > li.fsNavCurrentPage > a,
.nav-tier-three .fsNavLevel4 > li.fsNavCurrentPage > a,
.nav-tier-three .fsNavLevel5 > li.fsNavCurrentPage > a {
  position: relative;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a:before,
.nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel2 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel3 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel4 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel5 > li.fsNavCurrentPage > a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

@media screen and (max-width: 799px) {
  .nav-sub .fsNavLevel1,
  .nav-tier-three .fsNavLevel1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.nav-sub .fsNavLevel1 > li,
.nav-tier-three .fsNavLevel1 > li {
  /*border-bottom: $default-border-style;*/
  border-bottom: 1px solid #DCE0E9;
}

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

.nav-sub .fsNavLevel2 > li > a,
.nav-tier-three .fsNavLevel2 > li > a {
  font-size: 14px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel2 > li.fsNavCurrentPage > a:before {
  left: 9px;
}

.nav-sub .fsNavLevel3 > li > a,
.nav-tier-three .fsNavLevel3 > li > a {
  font-size: 14px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
}

.nav-sub .fsNavLevel3 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel3 > li.fsNavCurrentPage > a:before {
  left: 19px;
}

.nav-sub .fsNavLevel4 > li > a,
.nav-tier-three .fsNavLevel4 > li > a {
  font-size: 14px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
}

.nav-sub .fsNavLevel4 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel4 > li.fsNavCurrentPage > a:before {
  left: 29px;
}

.nav-sub .fsNavLevel5 > li > a,
.nav-tier-three .fsNavLevel5 > li > a {
  font-size: 14px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 50px;
}

.nav-sub .fsNavLevel5 > li.fsNavCurrentPage > a:before,
.nav-tier-three .fsNavLevel5 > li.fsNavCurrentPage > a:before {
  left: 39px;
}

.nav-tier-three {
  margin-bottom: 60px;
}

.nav-main {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
}

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

.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: flex;*/
    /*justify-content: space-between;*/
    /*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 {
  padding: 0px 27px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 8px solid transparent;
  display: inline-block;
}

@media (max-width: 1349px) {
  .nav-main .fsNavLevel1 > li {
    padding: 0px 10px;
  }
}

.nav-main .fsNavLevel1 > li:after {
  display: none;
}

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

.nav-main .fsNavLevel1 > li:hover {
  border-color: #F28D23;
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #fff;
  background: transparent;
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] {
  border-color: #F28D23;
}

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
  /*padding: ce($gutter);*/
  padding: 0px;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 72px;
  /*text-shadow: 0 2px 4px rgba(0,0,0,0.5);*/
}

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

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;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

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

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

.home .fsHeader .nav-main {
  /*position: relative;*/
  position: absolute;
  bottom: -25px;
  left: 0px;
  width: 100%;
  background: transparent;
  z-index: 700;
}

.home .fsHeader .nav-main .fsElementContent {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #0068B4;
}

.home .fsHeader .nav-main .fsNavLevel1 > li {
  border: 0px;
  position: relative;
  padding: 0px 43px;
}

@media (max-width: 1199px) {
  .home .fsHeader .nav-main .fsNavLevel1 > li {
    padding: 0px 20px;
  }
}

.home .fsHeader .nav-main .fsNavLevel1 > li:before {
  content: "";
  width: 0px;
  height: 0px;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F28D23;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.home .fsHeader .nav-main .fsNavLevel1 > li > a {
  line-height: 50px;
}

.home .fsHeader .nav-main .fsNavLevel1 > li:hover:before {
  opacity: 1;
  visibility: visible;
}

.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  left: -39px;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  bottom: 100%;
  top: auto;
}

.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  border-bottom: 2px solid #F28D23;
  border-top: 0px;
}

.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus {
  color: #0068B4;
  text-decoration: none;
}

.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage:nth-child(5) .fsNavPageInfo,
.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage:nth-child(4) .fsNavPageInfo,
.home .fsHeader .nav-main .fsNavLevel1 li.fsNavParentPage:last-child .fsNavPageInfo {
  right: -39px;
  left: auto;
}

.nav-main .fsNavPageInfo {
  text-align: left;
  padding-top: 8px;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  display: inherit;
  z-index: 300;
}

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

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

.nav-main .fsNavLevel1 .fsNavParentPage:nth-child(5) .fsNavPageInfo,
.nav-main .fsNavLevel1 .fsNavParentPage:nth-child(4) .fsNavPageInfo,
.nav-main .fsNavLevel1 .fsNavParentPage:last-child .fsNavPageInfo {
  right: 0px !important;
  left: auto !important;
}

.nav-main .fsNavLevel2 {
  zoom: 1;
  width: 578px;
  background: #fff;
  min-height: 224px;
  border-top: 2px solid #F28D23;
  padding: 11px 19px 20px 18px;
}

.nav-main .fsNavLevel2:after {
  display: table;
  clear: both;
  content: '';
}

.nav-main .fsNavLevel2 .sub-list {
  width: 50%;
  float: left;
}

.nav-main .fsNavLevel2 .sub-list:first-child li:last-child a,
.nav-main .fsNavLevel2 .sub-list:last-child li:last-child a {
  border: 0px;
}

.nav-main .fsNavLevel2 li {
  padding: 0px 20px;
  /*width:50%;*/
  /*float: left;*/
  /*padding:0px;*/
}

.nav-main .fsNavLevel2 li:after {
  display: none;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #535353;
  background: transparent;
  /*padding: 0px;*/
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #DDDDDD;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #0068B4;
  background: transparent;
  text-decoration: none;
}

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

.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: 40px;
  height: 40px;
  background: #0068B4;
  border-radius: 4px;
  top: 22px;
  right: 20px;
  left: auto;
  z-index: 1500;
}

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

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

.drawer-trigger:before {
  margin-top: -0.4875em;
  -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.4875em 0 0 #fff;
          box-shadow: 0 0.4875em 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;
  left: 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%;*/
  min-height: auto;
  max-width: 100%;
  background: #0068B4;
  padding: 90px 0px 3px 0px;
  z-index: 1300;
  /* overflow-y: auto; position: fixed;*/
  /*height: 100%;*/
}

.drawer-is-active .fsMenu {
  /*overflow-y:hidden;*/
  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);
}

.fsMenu .mobile-menu {
  padding: 0px 20px;
}

.fsMenu .mobile-menu .fsElementContent ul li.fsNavCurrentPageAncestor {
  background: #014982;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li {
  padding: 11px;
  position: relative;
  border-bottom: 1px solid #FFFFFF;
  display: block;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li:after {
  display: none;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li > a {
  padding: 0px;
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  /*text-shadow: 0 2px 4px  rgba(0,0,0,0.5);*/
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li > a:hover,
.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li > a:focus {
  text-decoration: none;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .expand-util {
  position: absolute;
  right: 0px;
  top: 13px;
  font-size: 0px;
  width: 20px;
  height: 20px;
  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;
  background: transparent;
  cursor: pointer;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .expand-util:after {
  position: absolute;
  content: "+";
  font-family: "Roboto", serif;
  font-size: 20px;
  color: #fff;
  -webkit-transform: all .3s ease;
      -ms-transform: all .3s ease;
          transform: all .3s ease;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo {
  display: none;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  padding: 0px 0px 0px 25px;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li {
  padding: 7px 0px;
  display: block;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li:after {
  display: none;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a {
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 21px;
  /*text-shadow: 0 2px 4px  rgba(0,0,0,0.5);*/
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus {
  text-decoration: none;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li.fsNavCurrentPage > a {
  font-weight: 900;
}

.fsMenu .mobile-menu .fsElementContent .fsNavLevel1 > li.fsNavParentPage.active-util .expand-util:after {
  content: "-";
}

.fsMenu .mobile-header-links,
.fsMenu .mobile-header-portal-links {
  position: relative;
  display: block;
  width: 100%;
  background: #F28D23;
  margin: 40px 0px 0px 0px;
  padding: 12px 20px 6px 20px;
}

.fsMenu .mobile-header-links header h2.fsElementTitle,
.fsMenu .mobile-header-portal-links header h2.fsElementTitle {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li {
  padding: 0px;
  display: block;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li:after,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li:after {
  display: none;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li > a,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li > a {
  pointer-events: none;
  font-size: 0px;
  padding: 0px;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li > a:hover,
.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li > a:focus,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li > a:hover,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li > a:focus {
  text-decoration: none;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 {
  margin-top: -16px;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li {
  padding: 11px 0px;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a {
  color: #fff;
  pointer-events: all;
  padding: 0px;
  font-size: 15px;
  line-height: 20px;
}

.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:hover,
.fsMenu .mobile-header-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:focus,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:hover,
.fsMenu .mobile-header-portal-links .fsElementContent .fsNavLevel1 li .fsNavPageInfo .fsNavLevel2 li a:focus {
  text-decoration: none;
}

.fsMenu .mobile-search,
.fsMenu .mobile-site-search {
  position: relative;
  padding: 22px 20px 0px 10px;
  margin: 0px;
}

.fsMenu .mobile-search .fs-site-search .fsFieldLabel,
.fsMenu .mobile-search form .fsFieldLabel,
.fsMenu .mobile-site-search .fs-site-search .fsFieldLabel,
.fsMenu .mobile-site-search form .fsFieldLabel {
  display: none;
}

.fsMenu .mobile-search .fs-site-search #search-input-top,
.fsMenu .mobile-search .fs-site-search .fsStyleSearchField,
.fsMenu .mobile-search form #search-input-top,
.fsMenu .mobile-search form .fsStyleSearchField,
.fsMenu .mobile-site-search .fs-site-search #search-input-top,
.fsMenu .mobile-site-search .fs-site-search .fsStyleSearchField,
.fsMenu .mobile-site-search form #search-input-top,
.fsMenu .mobile-site-search form .fsStyleSearchField {
  background: transparent;
  border: 0px;
  font-family: "Roboto", serif;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 40px;
}

.fsMenu .mobile-search .fs-site-search #search-input-top::-webkit-input-placeholder,
.fsMenu .mobile-search .fs-site-search .fsStyleSearchField::-webkit-input-placeholder,
.fsMenu .mobile-search form #search-input-top::-webkit-input-placeholder,
.fsMenu .mobile-search form .fsStyleSearchField::-webkit-input-placeholder,
.fsMenu .mobile-site-search .fs-site-search #search-input-top::-webkit-input-placeholder,
.fsMenu .mobile-site-search .fs-site-search .fsStyleSearchField::-webkit-input-placeholder,
.fsMenu .mobile-site-search form #search-input-top::-webkit-input-placeholder,
.fsMenu .mobile-site-search form .fsStyleSearchField::-webkit-input-placeholder {
  color: #fff;
}

.fsMenu .mobile-search .fs-site-search #search-input-top::-moz-placeholder,
.fsMenu .mobile-search .fs-site-search .fsStyleSearchField::-moz-placeholder,
.fsMenu .mobile-search form #search-input-top::-moz-placeholder,
.fsMenu .mobile-search form .fsStyleSearchField::-moz-placeholder,
.fsMenu .mobile-site-search .fs-site-search #search-input-top::-moz-placeholder,
.fsMenu .mobile-site-search .fs-site-search .fsStyleSearchField::-moz-placeholder,
.fsMenu .mobile-site-search form #search-input-top::-moz-placeholder,
.fsMenu .mobile-site-search form .fsStyleSearchField::-moz-placeholder {
  color: #fff;
}

.fsMenu .mobile-search .fs-site-search #search-input-top::-ms-input-placeholder,
.fsMenu .mobile-search .fs-site-search .fsStyleSearchField::-ms-input-placeholder,
.fsMenu .mobile-search form #search-input-top::-ms-input-placeholder,
.fsMenu .mobile-search form .fsStyleSearchField::-ms-input-placeholder,
.fsMenu .mobile-site-search .fs-site-search #search-input-top::-ms-input-placeholder,
.fsMenu .mobile-site-search .fs-site-search .fsStyleSearchField::-ms-input-placeholder,
.fsMenu .mobile-site-search form #search-input-top::-ms-input-placeholder,
.fsMenu .mobile-site-search form .fsStyleSearchField::-ms-input-placeholder {
  color: #fff;
}

.fsMenu .mobile-search .fs-site-search #search-input-top::placeholder,
.fsMenu .mobile-search .fs-site-search .fsStyleSearchField::placeholder,
.fsMenu .mobile-search form #search-input-top::placeholder,
.fsMenu .mobile-search form .fsStyleSearchField::placeholder,
.fsMenu .mobile-site-search .fs-site-search #search-input-top::placeholder,
.fsMenu .mobile-site-search .fs-site-search .fsStyleSearchField::placeholder,
.fsMenu .mobile-site-search form #search-input-top::placeholder,
.fsMenu .mobile-site-search form .fsStyleSearchField::placeholder {
  color: #fff;
}

.fsMenu .mobile-search .submit-button,
.fsMenu .mobile-search .fsSearchElementSearchButton,
.fsMenu .mobile-site-search .submit-button,
.fsMenu .mobile-site-search .fsSearchElementSearchButton {
  position: absolute;
  right: 0px;
  top: 22px;
  width: 30px;
  height: 30px;
  padding: 0px;
  background-color: transparent;
  background-image: url(/uploaded/themes/default_18/images/search-icon-new.svg);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  margin-top: 0;
}

.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: "\E947";
  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: #3b5998;
  border-color: #3b5998;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #37bf21;
  border-color: #37bf21;
}

.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: #2090d9;
  border-color: #2090d9;
}

.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: #0f74a8;
  border-color: #0f74a8;
}

.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: #f26522;
  border-color: #f26522;
}

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #F28D23;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  font-size: 0;
}

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

.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 {
  position: relative;
  padding: 80px 0 0 0;
}

@media (max-width: 999px) {
  #fsHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

#fsHeader .fsBanner {
  /*padding:0px 41px 0px 62px;*/
  background: #0068B4;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 999px) {
  #fsHeader .fsBanner {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 1500;
  }
}

#fsHeader .fsBanner .right-link-search,
#fsHeader .fsBanner .header-utilities {
  position: relative;
  width: 10%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 41px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1349px) {
  #fsHeader .fsBanner .right-link-search,
  #fsHeader .fsBanner .header-utilities {
    padding-right: 20px;
  }
}

@media (max-width: 999px) {
  #fsHeader .fsBanner .right-link-search,
  #fsHeader .fsBanner .header-utilities {
    display: none !important;
  }
}

#fsHeader .fsBanner .right-link-search > .fsElementContent,
#fsHeader .fsBanner .header-utilities > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
}

#fsHeader .fsBanner .right-link-search .header-links,
#fsHeader .fsBanner .right-link-search .header-portal-links,
#fsHeader .fsBanner .header-utilities .header-links,
#fsHeader .fsBanner .header-utilities .header-portal-links {
  margin: 0px;
  padding-right: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1349px) {
  #fsHeader .fsBanner .right-link-search .header-links,
  #fsHeader .fsBanner .right-link-search .header-portal-links,
  #fsHeader .fsBanner .header-utilities .header-links,
  #fsHeader .fsBanner .header-utilities .header-portal-links {
    padding-right: 15px;
  }
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li {
  display: inline-block;
  padding: 0px;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li:after,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li:after,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li:after,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li:after {
  display: none;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li a,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li a,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li a,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li a {
  padding: 0px;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage {
  /*cursor: pointer;*/
  padding-left: 10px;
  position: relative;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage > a,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage > a,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage > a,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage > a {
  color: #fff;
  position: relative;
  font-size: 0px;
  height: 40px;
  width: 40px;
  background-image: url(/uploaded/themes/default_18/images/users-icon-new.svg);
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
  position: absolute;
  min-height: 93px;
  width: 164px;
  right: 0px;
  top: 19px;
  padding-top: 30px;
  /*bottom: -93px;*/
  z-index: 600;
  z-index: 1200;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  padding: 10px 23px 10px 22px;
  background: #fff;
  border-top: 2px solid #F28D23;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li {
  padding: 8px 0px;
  display: block;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li:after,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li:after,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li:after,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li:after {
  display: none;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a {
  padding: 0px;
  color: #535353;
  display: inline-block;
  font-family: "Roboto", serif;
  font-size: 15px;
  line-height: 20px;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:hover,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 li a:focus {
  color: #0068B4;
  text-decoration: none;
}

#fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage.focus .fsNavPageInfo,
#fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage.focus .fsNavPageInfo,
#fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage.focus .fsNavPageInfo,
#fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage.focus .fsNavPageInfo {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger,
#fsHeader .fsBanner .header-utilities .site-search-trigger {
  /*position: absolute;*/
  position: relative;
  margin: 0px;
  z-index: 500;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent div,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent div .search-click,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent div .search-click {
  padding: 0px;
  border: 0px;
  background: transparent;
  font-size: 0px;
  margin: 0px;
  width: 21px;
  height: 22px;
  background-image: url(/uploaded/themes/default_18/images/search-icon-new.svg);
  /*background-size:cover;*/
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent .fs-site-search,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent .fs-site-search {
  /*display: none;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  z-index: 1200;
  right: 0px;
  bottom: -64px;
  /*                bottom: -34px;*/
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent .fs-site-search #search-input-top,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent .fs-site-search #search-input-top {
  width: 163px;
  height: 35px;
  border-top: 2px solid #F28D23;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 15px;
  line-height: 20px;
  padding-left: 10px;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent .fs-site-search .submit-button,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent .fs-site-search .submit-button {
  position: absolute;
  right: 0px;
  margin: 0px;
  height: 35px;
  top: 0px;
  padding: 0px;
  width: 28px;
  border-top: 2px solid transparent;
  max-width: 28px;
  background-color: transparent;
  cursor: pointer;
  background-image: url(/uploaded/themes/default_18/images/right-arrow-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

#fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent .fs-site-search.open,
#fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent .fs-site-search.open {
  opacity: 1;
  visibility: visible;
}

.home #fsHeader {
  width: 100%;
  position: relative;
  padding: 0;
}

@media (max-width: 999px) {
  .home #fsHeader {
    height: 332px;
  }
}

.home #fsHeader .fsBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 500;
  left: 0;
  top: 0;
  padding: 0px;
  background: transparent;
}

@media (max-width: 999px) {
  .home #fsHeader .fsBanner {
    height: 0;
    z-index: 1400;
  }
}

.home #fsHeader .fsBanner .sticky-header {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 999px) {
  .home #fsHeader .fsBanner .sticky-header {
    height: 0;
  }
}

.home #fsHeader .fsBanner .site-info-container {
  padding-top: 43px;
  float: left;
  z-index: 700;
  padding-left: 69px;
  width: 50%;
}

@media (max-width: 999px) {
  .home #fsHeader .fsBanner .site-info-container {
    padding-left: 21px;
    padding-top: 21px;
  }
}

.home #fsHeader .fsBanner .site-info-container a {
  height: 131px;
  width: 240px;
}

@media (max-width: 999px) {
  .home #fsHeader .fsBanner .site-info-container a {
    width: 82px;
    height: 46px;
  }
}

.home #fsHeader .fsBanner .right-link-search,
.home #fsHeader .fsBanner .header-utilities {
  width: 50%;
  float: left;
  z-index: 700;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 102px;
  padding-top: 41px;
}

.home #fsHeader .fsBanner .right-link-search .site-search-trigger,
.home #fsHeader .fsBanner .header-utilities .site-search-trigger {
  z-index: 700;
}

.home #fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent div,
.home #fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent div {
  width: 40px;
  height: 40px;
  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;
  background: #0068B4;
}

.home #fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent .fs-site-search,
.home #fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent .fs-site-search {
  bottom: -35px;
}

.home #fsHeader .fsBanner .right-link-search .site-search-trigger .fsElementContent #search-input-top,
.home #fsHeader .fsBanner .header-utilities .site-search-trigger .fsElementContent #search-input-top {
  border-color: #0068B4;
}

.home #fsHeader .fsBanner .right-link-search .header-links,
.home #fsHeader .fsBanner .right-link-search .header-portal-links,
.home #fsHeader .fsBanner .header-utilities .header-links,
.home #fsHeader .fsBanner .header-utilities .header-portal-links {
  z-index: 700;
  padding-right: 62px;
  padding-right: 20px;
}

.home #fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage,
.home #fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage,
.home #fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage,
.home #fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage {
  width: 40px;
  height: 40px;
  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;
  background: #F28D23;
  padding-left: 0px;
}

.home #fsHeader .fsBanner .right-link-search .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
.home #fsHeader .fsBanner .right-link-search .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
.home #fsHeader .fsBanner .header-utilities .header-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
.home #fsHeader .fsBanner .header-utilities .header-portal-links .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  top: 40px;
  padding-top: 0px;
}

@media (max-width: 799px) {
  #fsHeader.notBanner .fsBanner {
    background: #0068B4;
    position: relative;
  }
}

#fsHeader.notBanner .custom-breadcrumb,
#fsHeader.notBanner .header-breadcrumb {
  position: relative;
  z-index: 100;
  background: #0068B4;
  /*margin-top: 20px;*/
}

@media (min-width: 800px) {
  #fsHeader.notBanner .custom-breadcrumb,
  #fsHeader.notBanner .header-breadcrumb {
    padding-top: 90px;
    padding-bottom: 5px;
  }
}

@media (min-width: 1000px) {
  #fsHeader.notBanner .custom-breadcrumb,
  #fsHeader.notBanner .header-breadcrumb {
    padding-top: 19px;
    padding-bottom: 27px;
  }
}

@media (min-width: 1000px) {
  .home #fsHeader.home-header-fixed .fsBanner {
    height: inherit;
  }
}

@media (min-width: 1000px) {
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: inherit;
    background: #0068B4;
  }
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .site-info-container {
  position: relative;
  padding-top: 19px;
  padding-left: 61px;
  width: 10%;
  margin: 0px;
  overflow: hidden;
}

@media (max-width: 1349px) {
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .site-info-container {
    padding-left: 20px;
  }
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .site-info-container a {
  width: 78px;
  height: 42px;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main {
  text-align: center;
  width: 80%;
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-bottom: 0;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent {
  background: transparent;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li {
  padding: 0px 27px;
  border-bottom: 8px solid transparent;
}

@media (max-width: 1349px) {
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li {
    padding: 0px 10px;
  }
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li:before {
  display: none;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li > a {
  line-height: 72px;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li:hover,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li:focus {
  border-color: #F28D23;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo {
  top: 100%;
  left: 0px;
  z-index: 1500;
  right: auto;
  bottom: auto;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .nav-main .fsElementContent .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo .fsNavLevel2 {
  border-top: 2px solid #F28D23;
  border-bottom: 0px;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities {
  position: relative;
  padding-right: 32px;
  padding-top: 0px;
  width: 10%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1349px) {
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search,
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities {
    padding-right: 20px;
  }
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .site-search-trigger .fs-site-search,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .site-search-trigger .fs-site-search {
  bottom: -54px !important;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .site-search-trigger #search-input-top,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .site-search-trigger #search-input-top {
  border-color: #F28D23;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .fsNavLevel1 li.fsNavParentPage,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .fsNavLevel1 li.fsNavParentPage {
  background: transparent;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
  bottom: -112px !important;
  padding-top: 33px !important;
}

.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .header-links,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .header-portal-links,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .header-links,
.home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .header-portal-links {
  margin: 0px;
  padding-top: 2px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1349px) {
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .header-links,
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .right-link-search > .fsElementContent .header-portal-links,
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .header-links,
  .home #fsHeader.home-header-fixed .fsBanner .sticky-header .header-utilities > .fsElementContent .header-portal-links {
    padding-right: 15px;
  }
}

/*.fsAccountBarVisible { .fsHeader.fixed { .fsBanner { top: 45px; } } }*/

/*.fsAccountBarVisible.home #fsHeader.home-header-fixed .fsBanner .sticky-header { top: 45px; }*/

.fsAccountBarVisible #fsAccountBar {
  bottom: 0px;
  top: auto;
  background-color: #F28D23;
}

.fsAccountBarVisible #fsAccountBar > ul:first-child > li:nth-child(2) > a,
.fsAccountBarVisible #fsAccountBar > ul:first-child > li:nth-child(3) > a,
.fsAccountBarVisible #fsAccountBar > ul:first-child > li:nth-child(2) > span,
.fsAccountBarVisible #fsAccountBar > ul:first-child > li:nth-child(3) > span {
  display: none;
}

.fsAccountBarVisible #fsAccountBar > ul:first-child > li:nth-child(2) a.fsAccountBarGroupsButton,
.fsAccountBarVisible #fsAccountBar > ul:first-child > li:nth-child(3) a.fsAccountBarGroupsButton {
  display: block;
}

.fsAccountBarVisible #fsAccountBar li {
  color: #fff;
  padding: 6px 12px;
  vertical-align: middle;
  font-weight: normal;
}

.fsAccountBarVisible #fsAccountBar li a {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  color: #fff;
}

.fsAccountBarVisible #fsAccountBar li:hover .fsAccountBarMenu {
  bottom: 100%;
  top: auto;
  padding: 4px 23px 4px 22px;
  background: #F28D23;
  border-top: 2px solid #F28D23;
}

.fsAccountBarVisible #fsAccountBar li:hover .fsAccountBarMenu li {
  padding: 10px 0px;
  display: block;
}

.fsAccountBarVisible #fsAccountBar li:hover .fsAccountBarMenu li a {
  padding: 0px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
}

.fsAccountBarVisible #fsAccountBar li:hover .fsAccountBarMenu li a:hover,
.fsAccountBarVisible #fsAccountBar li:hover .fsAccountBarMenu li a:focus {
  text-decoration: underline;
}

body.fsAccountBarVisible {
  margin-top: 0px;
  margin-bottom: 45px;
}

.site-info-container {
  /*position: absolute;*/
  position: relative;
  padding-top: 19px;
  padding-left: 61px;
  width: 10%;
  margin: 0px;
  overflow: hidden;
}

@media (max-width: 1349px) {
  .site-info-container {
    padding-left: 20px;
  }
}

@media (max-width: 999px) {
  .site-info-container {
    width: 50%;
  }
}

.site-info-container a {
  display: block;
  color: transparent;
  padding: 0px;
  margin: 0px;
  width: 78px;
  height: 42px;
  background-image: url(/uploaded/themes/default_18/images/header-main-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 999px) {
  .site-info-container a {
    width: 82px;
    height: 46px;
  }
}

.skip-link {
  margin: 0px;
}

.skip-link a {
  position: absolute;
  top: -1000px;
  left: 50px;
  color: #fff;
  padding: 6px 20px;
  background: #0068B4;
  -webkit-transition: top 0.4s ease-out, background 1s linear;
  transition: top 0.4s ease-out, background 1s linear;
  z-index: 99999;
  text-decoration: none;
  font-family: "Roboto", serif;
}

.skip-link a:hover,
.skip-link a:focus {
  background: #F28D23;
  top: 190px;
  z-index: 99999;
  /*left: 30px;*/
  text-decoration: none;
}

#fsFooter {
  /*padding: $gutter;*/
  color: #fff;
}

#fsFooter .fsBanner {
  /*@include compartment;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;*/
}

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

body.fsDraftMode #fsFooter .fsBanner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

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

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

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  text-transform: capitalize;
  font-weight: 900;
  margin-bottom: 20px;
}

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

.school-details a {
  color: inherit;
}

#fsFooter .fsBanner .fsContainer.footer-lower,
#fsFooter .fsBanner .fsContainer.footer-top {
  zoom: 1;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #EDEDED;
  padding-top: 42px;
  padding-bottom: 15px;
}

#fsFooter .fsBanner .fsContainer.footer-lower:after,
#fsFooter .fsBanner .fsContainer.footer-top:after {
  display: table;
  clear: both;
  content: '';
}

@media (max-width: 1249px) {
  #fsFooter .fsBanner .fsContainer.footer-lower,
  #fsFooter .fsBanner .fsContainer.footer-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower,
  #fsFooter .fsBanner .fsContainer.footer-top {
    padding-top: 30px;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent {
  max-width: 1180px;
  margin: 0 auto;
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact {
  margin: 0px;
  /*display: block;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 45%;
  float: left;
  position: relative;
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info header,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact header,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info header,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact header {
  padding-top: 15px;
  /*display: inline-block;*/
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info header .fsElementHeaderContent,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact header .fsElementHeaderContent,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info header .fsElementHeaderContent,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact header .fsElementHeaderContent {
  margin: 0px;
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info header,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact header,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info header,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact header {
    text-align: center;
    padding-top: 0px;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info .fsElementContent,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact .fsElementContent,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info .fsElementContent,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact .fsElementContent {
  padding-top: 40px;
  padding-left: 39px;
  margin: 0px;
  /*display: inline-block;*/
}

@media (max-width: 1249px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info .fsElementContent,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact .fsElementContent,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info .fsElementContent,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact .fsElementContent {
    padding-left: 25px;
  }
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info .fsElementContent,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact .fsElementContent,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info .fsElementContent,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact .fsElementContent {
    padding-left: 0px;
    text-align: center;
    padding-top: 20px;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .contact-info .fsElementContent p,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-contact .fsElementContent p,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .contact-info .fsElementContent p,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-contact .fsElementContent p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #4B4B4B;
  margin: 0px;
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations {
  width: 55%;
  float: left;
  display: block;
  position: relative;
  margin: 0px;
  padding-left: 25px;
}

@media (max-width: 1249px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations {
    padding-left: 0px;
  }
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    text-align: center;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul {
  margin: 0px;
  padding: 0px;
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul li,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul li,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul li,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul li {
  padding: 0px 42px 30px 0px;
  display: inline-block;
}

@media (max-width: 1249px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul li {
    padding: 0px 10px 10px 0px;
  }
}

@media (max-width: 999px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul li {
    padding: 0px 5px 5px 0px;
  }
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul li,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul li {
    padding: 0px 20px 10px 20px;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul li:after,
#fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul li:after,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul li:after,
#fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul li:after {
  display: none;
}

@media (max-width: 949px) {
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .accreditations ul li a img,
  #fsFooter .fsBanner .fsContainer.footer-lower > .fsElementContent .footer-accreditations ul li a img,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .accreditations ul li a img,
  #fsFooter .fsBanner .fsContainer.footer-top > .fsElementContent .footer-accreditations ul li a img {
    width: 76%;
  }
}

#fsFooter .fsBanner .fsContainer.footer-lower.footer-top-portal img,
#fsFooter .fsBanner .fsContainer.footer-top.footer-top-portal img {
  width: 100px;
}

#fsFooter .fsBanner .fsContainer.footer-lower.footer-top-portal p,
#fsFooter .fsBanner .fsContainer.footer-top.footer-top-portal p {
  margin: 0;
}

#fsFooter .fsBanner .fsContainer.footer-lower.footer-top-portal .fsTwoColumnWideRightLayout,
#fsFooter .fsBanner .fsContainer.footer-top.footer-top-portal .fsTwoColumnWideRightLayout {
  text-align: center;
}

@media (min-width: 800px) {
  #fsFooter .fsBanner .fsContainer.footer-lower.footer-top-portal .fsTwoColumnWideRightLayout,
  #fsFooter .fsBanner .fsContainer.footer-top.footer-top-portal .fsTwoColumnWideRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

@media (min-width: 800px) {
  #fsFooter .fsBanner .fsContainer.footer-lower.footer-top-portal .fsTwoColumnWideRightLayout .fsStyleColumn-1,
  #fsFooter .fsBanner .fsContainer.footer-top.footer-top-portal .fsTwoColumnWideRightLayout .fsStyleColumn-1 {
    width: 100px;
  }
}

@media (min-width: 800px) {
  #fsFooter .fsBanner .fsContainer.footer-lower.footer-top-portal .fsTwoColumnWideRightLayout .fsStyleColumn-2,
  #fsFooter .fsBanner .fsContainer.footer-top.footer-top-portal .fsTwoColumnWideRightLayout .fsStyleColumn-2 {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
}

#fsFooter .fsBanner .footer-bottom {
  display: block;
  min-height: 50px;
  background-color: #4B4B4B;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1199px) {
  #fsFooter .fsBanner .footer-bottom {
    padding: 0px 20px;
  }
}

@media (max-width: 899px) {
  #fsFooter .fsBanner .footer-bottom {
    padding-top: 13px;
  }
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent {
  max-width: 1180px;
  margin: 0 auto;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .fsElement {
  width: 33%;
  float: left;
  margin: 0px;
}

@media (max-width: 899px) {
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .fsElement {
    width: 100%;
    text-align: center;
  }
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .copyright p,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-copyright p {
  font-size: 12px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

@media (max-width: 899px) {
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .copyright p,
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-copyright p {
    line-height: 21px;
  }
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links {
  padding-top: 14px;
  text-align: center;
}

@media (max-width: 899px) {
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility,
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links {
    padding-top: 13px;
  }
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility .fsNavLevel1 li,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links .fsNavLevel1 li {
  display: inline-block;
  padding: 0px 16px;
}

@media (max-width: 899px) {
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility .fsNavLevel1 li,
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links .fsNavLevel1 li {
    padding: 0px 13px;
  }
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility .fsNavLevel1 li a,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links .fsNavLevel1 li a {
  padding: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility .fsNavLevel1 li a:hover,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility .fsNavLevel1 li a:focus,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links .fsNavLevel1 li a:hover,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links .fsNavLevel1 li a:focus {
  text-decoration: underline;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility .fsNavLevel1 li:after,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-utility-links .fsNavLevel1 li:after {
  display: none;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .powered-finalsite,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-finalsite-badge {
  display: block;
  position: relative;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .powered-finalsite header h2.fsElementTitle,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-finalsite-badge header h2.fsElementTitle {
  display: none;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .powered-finalsite .fsElementContent,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-finalsite-badge .fsElementContent {
  display: block;
  min-height: 50px;
  position: relative;
}

#fsFooter .fsBanner .footer-bottom > .fsElementContent .powered-finalsite .fsElementContent #fsPoweredByFinalsite,
#fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-finalsite-badge .fsElementContent #fsPoweredByFinalsite {
  width: 135px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  display: block;
  right: 0;
  margin: 0px;
}

@media (max-width: 899px) {
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .powered-finalsite .fsElementContent #fsPoweredByFinalsite,
  #fsFooter .fsBanner .footer-bottom > .fsElementContent .footer-finalsite-badge .fsElementContent #fsPoweredByFinalsite {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    top: 15px;
    right: auto;
  }
}

.body.fsComposeMode .accreditations ul li,
.body.fsComposeMode .footer-accreditations ul li {
  display: inline-block;
}

/*! 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: "Source Sans Pro", sans-serif;
  /*background: $m1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 105px;
  background: #fff;
}

@media (min-width: 600px) {
  #fsPageBodyWrapper {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 800px) {
  #fsPageBodyWrapper {
    padding-top: 87px;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 79.375em;
  max-width: 79.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 800px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #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: 800px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

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

@media (min-width: 800px) {
  .hasBannerImage #fsBannerLeft {
    margin-top: -112px;
  }
}

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 68px;
    width: 418px;
  }
}

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

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

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

.arrange-visit .fsLayout .fsDiv {
  margin-bottom: 0;
}

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

@media (min-width: 800px) {
  .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: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 68px;
    width: 418px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .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: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 68px;
    width: 418px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 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: 16px;
  line-height: 22px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #202020;
  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 #202020;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

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

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

/*! elements - constituent default layout */

.fsConstituent.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 {
  cursor: pointer;
  border-radius: 4px;
  background: #F7F8FB;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-weight: 900;
  margin-bottom: 20px;
  margin-bottom: 3px;
  display: block;
  font-size: 21px;
  padding: 17px 80px 17px 21px;
  color: #252525;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: none;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  display: block;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

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

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

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 21px;
}

@media (max-width: 599px) {
  .fsAccordion .fsPanel > .fsElementContent,
  .fsTabs .fsPanel > .fsElementContent {
    padding: 15px;
  }
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #0068B4;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2 a:after,
.fsTabs .fsPanel.fsStateOpen > header h2 a:after {
  background-color: #fff !important;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  /*@include accordionIcon;*/
  /*content: map-get($accordion, open--icon);*/
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  content: "";
  width: 0;
  height: 0;
  margin: 0px;
  padding: 0px;
  border-right: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #6C7680;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.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 {
  /*@include accordionIcon;*/
  /*content: map-get($accordion, close--icon);*/
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 0;
  height: 0;
  margin: 0px;
  padding: 0px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0px;
}

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:after,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:after {
  left: 26px;
  right: auto;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 35px;
  border-right: 0px;
  height: inherit;
  margin: 0px;
  padding: 0px;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2 a:after,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: -24px;
  /*top: 0;*/
  content: "";
  width: 1.1px;
  height: 154%;
  background-color: #1E2023;
  opacity: 0.1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 36px;
  /*top: 0;*/
  content: "";
  width: 1.1px;
  height: 154%;
  background-color: #1E2023;
  opacity: 0.1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

.fsAccordion.color-orange .fsPanel.fsStateOpen > header {
  background-color: #F28D23;
}

.fsAccordion.color-green .fsPanel.fsStateOpen > header {
  background-color: #38BC9A;
}

/*! 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: 16px;
  line-height: 22px;
  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*/

.fsAthleticsEvent.fsTable {
  text-align: left;
}

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

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

@media (max-width: 1000px) {
  .fsAthleticsEvent.fsTable .fsElementTable {
    display: block;
  }
}

@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-size: 30px;
  line-height: 40px;
  color: #535353;
  font-family: "Roboto", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.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 #535353;
  border-bottom-color: #CCCCCC;
}

.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: 89px;
  min-height: 60px;
  padding-top: 0;
}

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background: #0068B4;
  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%;
}

.fsCalendar .fsDate > span {
  display: block;
}

.fsCalendar .fsDate > span.fsMonth {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span.fsDay {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  /*line-height: 25px;*/
  line-height: 17px;
}

.fsCalendar .fsDate > span.fsYear {
  display: none;
}

.fsCalendar header h2.fsElementTitle {
  font-size: 24px;
  line-height: 40px;
  color: #535353;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.fsCalendar article {
  padding-bottom: 20px;
}

.fsCalendar .fsTitle .fsCalendarEventLink {
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  color: #0068B4;
}

.fsCalendar .fsEventDetails {
  padding-top: 6px;
}

.fsCalendar .fsEventDetails .fsAllDay {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #535353;
  text-transform: capitalize;
}

.fsCalendar .fsTimeRange {
  position: relative;
}

.fsCalendar .fsTimeRange span {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #535353;
}

.fsCalendar .fsLocation {
  position: relative;
  padding-left: 20px;
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #535353;
  text-transform: capitalize;
}

.fsCalendar .fsLocation:before {
  position: absolute;
  content: "\E936";
  font-family: "IcoMoon";
  font-size: 12px;
  font-weight: 400;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 100%;
  text-align: center;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  word-break: break-all;
  height: 82px;
  overflow: hidden;
  padding-top: 15px;
}

.fsCalendar .fsNotes p,
.fsCalendar .fsDescription p {
  font-size: 16px;
  color: #535353;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 15px;
}

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

.fsCalendar .fsReadMoreLink {
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #0068B4;
  max-width: 108px;
  padding-top: 5px;
  display: block;
}

.fsCalendar .fsLoadMoreButton {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 9.5px 20px 11.5px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
}

.calendar-list-bold {
  margin-top: 12px;
  background-color: #EDEDED;
  padding: 24px 20px 40px 42px;
}

@media (max-width: 599px) {
  .calendar-list-bold {
    padding: 20px;
  }
}

.calendar-list-bold header {
  text-align: left;
  padding-bottom: 42px;
}

.calendar-list-bold header h2.fsElementTitle {
  margin: 0px;
  font-family: "Roboto", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  color: #0068B4;
}

.calendar-list-bold .fsElementContent article {
  padding-bottom: 0;
  min-height: 93px;
}

.calendar-list-bold .fsElementContent article .fsDate {
  width: 93px;
  height: 93px;
  border-radius: 0px;
}

.calendar-list-bold .fsElementContent article .fsDate > span {
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

.calendar-list-bold .fsElementContent article .fsDate .fsDay {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 41px;
}

.calendar-list-bold .fsElementContent article .fsDate .fsMonth {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 5px;
  text-transform: capitalize;
}

.calendar-list-bold .fsElementContent article .fsTitle {
  padding-left: 29px;
  text-align: left;
}

@media (max-width: 599px) {
  .calendar-list-bold .fsElementContent article .fsTitle {
    line-height: 1.2;
  }
}

.calendar-list-bold .fsElementContent article .fsTitle .fsCalendarEventLink {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #535353;
}

@media (min-width: 600px) {
  .calendar-list-bold .fsElementContent article .fsTitle .fsCalendarEventLink {
    font-size: 20px;
    line-height: 26px;
  }
}

.calendar-list-bold .fsElementContent article .fsEventDetails {
  padding-left: 29px;
  text-align: left;
}

.calendar-list-bold .fsElementContent article .fsReadMoreLink {
  padding-left: 29px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #0068B4;
}

@media (min-width: 600px) {
  .calendar-list-bold .fsElementContent article .fsReadMoreLink {
    font-size: 16px;
    line-height: 21px;
  }
}

.fsBannerRight .calendar-list-bold {
  padding: 30px 25px 25px 30px;
}

.fsBannerRight .calendar-list-bold header {
  padding-bottom: 20px;
}

.fsBannerRight .calendar-list-bold .fsElementContent .fsDayContainer {
  margin-bottom: 15px;
}

.fsBannerRight .calendar-list-bold .fsElementContent .fsDayContainer article {
  /*margin-bottom: 50px;*/
}

.fsBannerRight .calendar-list-bold .fsElementContent .fsDayContainer article .fsTitle {
  padding-top: 35px;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

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

@media (min-width: 800px) {
  .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 .fsDisplayNavigation ul li:after {
  display: none;
}

.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, 104, 180, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 104, 180, 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, 104, 180, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 104, 180, 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;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

.scroll-up + .fsCalendarLegend ul li:after {
  display: none;
}

@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.fsSlideshow .fsPager li:after {
  display: 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 */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}

.fsComposerFormEmbed form input {
  border: solid 1px #202020;
}

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

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #0068B4;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #039;
}

.fsComposerFormEmbed form .required {
  color: #0068B4;
}

.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}

.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}

.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}

.fsComposerFormEmbed form .elementColumn:after {
  display: table;
  clear: both;
  content: '';
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}

.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}

.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}

.fsComposerFormEmbed form .pageBreak:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form .pageBreak .nextPage,
.fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #0068B4;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0;
  float: left;
  padding: 0;
  line-height: 1;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .nextPage:hover,
.fsComposerFormEmbed form .pageBreak .prevPage:hover {
  color: #039;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #0068B4;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #F28D23;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Source Sans Pro", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #363636;
}

:-moz-placeholder {
  color: #363636;
}

::-moz-placeholder {
  color: #363636;
}

:-ms-input-placeholder {
  color: #363636;
}

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

.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;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1c1c1c;
  font-family: "Source Sans Pro", 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: #F28D23;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", 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: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #F28D23;
  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(242, 141, 35, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    color: #0068B4;
    font-family: "Roboto", serif;
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0;
  }
}

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

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

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

body:not(.fsComposeMode) .universal-slideshow {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px;
  height: 380px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: 296px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 12px solid #0068B4;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .universal-slideshow.size-large article {
    height: 530px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .universal-slideshow.size-large {
    height: 530px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .universal-slideshow.size-large video {
    height: 530px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .universal-slideshow.size-large article a picture {
    height: 530px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .fsResourceCollectionDescription {
  margin: 0;
}

body:not(.fsComposeMode) .universal-slideshow .fsElementPagination {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider {
  margin: 0px !important;
}

body:not(.fsComposeMode) .universal-slideshow .slick-prev {
  position: absolute;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  left: 50px;
  width: 35px;
  height: 41px;
  font-size: 0px;
  z-index: 500;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/uploaded/themes/default_18/images/prev-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: none !important;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-prev {
    height: 28px;
    width: 25px;
    left: 17px;
    top: 37%;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-next {
  position: absolute;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  right: 50px;
  width: 35px;
  height: 41px;
  font-size: 0px;
  z-index: 500;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*@include y-center;*/
  z-index: 500;
  background-image: url(/uploaded/themes/default_18/images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: none !important;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .universal-slideshow .slick-next {
    height: 28px;
    width: 25px;
    right: 19px;
    top: 37%;
  }
}

body:not(.fsComposeMode) .universal-slideshow article {
  position: relative;
  padding: 0;
  background-size: cover;
  height: 380px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow article {
    height: 284px !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow article video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body:not(.fsComposeMode) .universal-slideshow article a picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  height: 380px;
  width: 100%;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow article a picture {
    height: 284px !important;
  }
}

body:not(.fsComposeMode) .universal-slideshow article a picture img {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption {
  width: 100%;
  z-index: 500;
  height: auto;
  position: absolute;
  padding: 0px 50px;
  z-index: 99999;
  overflow: inherit !important;
  bottom: 38px;
  text-align: center;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption {
    position: relative;
    width: 100%;
    background: #0068B4;
    padding: 13px 10px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article figcaption h2 {
  font-size: 60px;
  color: #fff;
  margin: 0px;
  font-weight: 900;
  line-height: 80px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .universal-slideshow article figcaption h2 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}

/*fsComposeMode.landing-image,*/

.home .landing-image {
  display: none;
}

.landing-image {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 380px;
  margin: 0px;
}

@media (max-width: 999px) {
  .landing-image {
    height: 260px;
    border-top: 10px solid #0068B4;
  }
}

.landing-image header .fsElementHeaderContent {
  margin: 0px;
}

.landing-image header .fsElementHeaderContent .fsImage img {
  display: none;
}

body.fsComposeMode .landing-image {
  background-image: none;
}

body.fsComposeMode .landing-image header .fsImage img {
  display: none;
}

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

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

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

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

.fsNews header h2.fsElementTitle {
  font-size: 24px;
  line-height: 40px;
  color: #535353;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fsNews article {
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0px;
  border-bottom: 1px solid #DCE0E9;
}

.fsNews .fsThumbnail {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}

.fsNews .fsThumbnail img {
  opacity: 0;
}

.fsNews .fsTitle {
  padding-top: 15px;
}

.fsNews .fsTitle .fsNewsPostLink {
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 31px;
  color: #0068B4;
}

.fsNews .fsAuthor {
  padding-left: 23px;
  display: inline-block;
  padding-top: 12px;
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  color: #535353;
  position: relative;
}

.fsNews .fsAuthor:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 16px;
  height: 15px;
  width: 1px;
  background: #535353;
}

.fsNews .fsDateTime {
  float: left;
  display: inline-block;
  padding-top: 12px;
}

.fsNews .fsDateTime span {
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  line-height: 21px;
  color: #535353;
}

.fsNews .fsReadMoreLink {
  display: block;
  float: left;
  width: 100%;
  font-family: "Roboto", serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #0068B4;
  text-transform: capitalize;
}

.fsNews .fsBody {
  padding-top: 20px;
}

.fsNews .fsBody p {
  font-size: 16px;
  line-height: 21px;
  color: #535353;
}

.fsNews .fsCategories {
  margin: 0px;
  padding: 20px 0px;
}

.fsNews .fsCategories .fsCategory {
  padding: 7px;
  margin-left: 6px;
  background: #0068B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Roboto", serif;
}

.fsNews .fsCategories .fsCategory:after {
  display: none;
}

.fsNews .fsCategories .fsCategory:first-child {
  margin-left: 0px;
}

.fsDialog.fsNews .fsThumbnail img {
  display: block;
}

.fsNews.fsSlideshow article {
  padding: 20px;
}

.fsNews.fsSlideshow article .fsThumbnail.fsNewsPostLink img {
  display: block;
  /*margin: 0 auto;*/
  /*height: inherit;*/
}

.fsNews.fsSlideshow .fsPager li:after {
  display: none;
}

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

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

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

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

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

.fsPostElement.color-orange .fsTitle .fsPostLink {
  color: #F28D23;
}

.fsPostElement.color-orange .fsTags .fsTag {
  background: #F28D23;
}

.fsPostElement.color-orange .fsReadMoreLink {
  color: #F28D23;
}

.fsPostElement.color-green .fsTitle .fsPostLink {
  color: #38BC9A;
}

.fsPostElement.color-green .fsTags .fsTag {
  background: #38BC9A;
}

.fsPostElement.color-green .fsReadMoreLink {
  color: #38BC9A;
}

.fsPostElement header h2.fsElementTitle {
  font-size: 24px;
  line-height: 40px;
  color: #535353;
  text-transform: uppercase;
}

.fsPostElement article {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.fsPostElement .fsTags {
  margin: 0px;
  padding: 20px 0px;
  list-style: none;
}

.fsPostElement .fsTags .fsTag {
  padding: 7px;
  margin-left: 6px;
  background: #0068B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Roboto", serif;
}

.fsPostElement .fsTags .fsTag:after {
  display: none;
}

.fsPostElement .fsTags .fsTag:first-child {
  margin-left: 0px;
}

.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 20px;
}

.fsPostElement .fsTitle .fsPostLink {
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 31px;
  color: #0068B4;
}

.fsPostElement .fsAuthor {
  padding-left: 23px;
  display: inline-block;
  padding-top: 12px;
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  color: #535353;
  position: relative;
}

.fsPostElement .fsAuthor:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 16px;
  height: 15px;
  width: 1px;
  background: #535353;
}

.fsPostElement .fsDateTime {
  display: inline-block;
  padding-top: 12px;
  float: left;
}

.fsPostElement .fsDateTime span {
  font-size: 16px;
  font-family: "Roboto", serif;
  font-weight: 500;
  line-height: 21px;
  color: #535353;
}

.fsPostElement .fsSummary {
  padding-top: 20px;
}

.fsPostElement .fsSummary p {
  font-size: 16px;
  line-height: 21px;
  color: #535353;
}

.fsPostElement .fsBody {
  padding-top: 20px;
}

.fsPostElement .fsBody p {
  font-size: 16px;
  line-height: 21px;
  color: #535353;
}

.fsPostElement .fsReadMoreLink {
  padding-top: 15px;
  display: block;
  font-family: "Roboto", serif;
  color: #0068B4;
  text-transform: capitalize;
}

.fsDialog.fsPostElement .fsThumbnail img {
  display: block;
}

.fsPostElement.fsSlideshow article {
  padding: 20px;
}

@media (max-width: 1099px) {
  .fsPostElement.fsSlideshow article {
    padding: 10px;
  }
}

.fsPostElement.fsSlideshow article .fsThumbnail.fsPostLink {
  background-image: none !important;
  min-height: inherit;
}

.fsPostElement.fsSlideshow article .fsThumbnail.fsPostLink img {
  display: block;
  /*margin: 0 auto;*/
  /*height: inherit;*/
}

@media (max-width: 1099px) {
  .fsPostElement.fsSlideshow article .fsAuthor {
    margin: 0px;
    width: 100%;
    padding-left: 0px;
  }

  .fsPostElement.fsSlideshow article .fsAuthor:before {
    display: none;
  }
}

@media (max-width: 799px) {
  .fsPostElement.fsSlideshow article .fsAuthor {
    width: auto;
    padding-left: 20px;
  }

  .fsPostElement.fsSlideshow article .fsAuthor:before {
    display: block;
  }
}

@media (max-width: 499px) {
  .fsPostElement.fsSlideshow article .fsAuthor {
    width: 100%;
    padding-left: 0px;
  }

  .fsPostElement.fsSlideshow article .fsAuthor:before {
    display: none;
  }
}

@media (max-width: 1099px) {
  .fsPostElement.fsSlideshow article .fsDateTime {
    width: 100%;
  }
}

@media (max-width: 799px) {
  .fsPostElement.fsSlideshow article .fsDateTime {
    width: auto;
  }
}

@media (max-width: 499px) {
  .fsPostElement.fsSlideshow article .fsDateTime {
    width: 100%;
  }
}

.fsPostElement.fsSlideshow article .fsSummary {
  width: 100%;
  float: left;
}

.fsPostElement.fsSlideshow .fsPager li:after {
  display: none;
}

.fsPostElement.fsSlideshow .fsPager li:after {
  display: none;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 22px;
  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: #F28D23 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #535353;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Source Sans Pro", 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: #0068B4;
  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: "Source Sans Pro", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #150b01;
  -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: #535353;
}

.fsSearch.site-search :-moz-placeholder {
  color: #535353;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #535353;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #535353;
}

.custom-search {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  z-index: 1200;
  position: absolute;
  bottom: -63px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.custom-search > header {
  display: none;
}

.custom-search > .fsElementContent {
  position: relative;
}

.custom-search .fsFieldLabel {
  display: none;
}

.custom-search .fsStyleSearchField {
  width: 163px;
  height: 35px;
  border-top: 2px solid #F28D23;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 15px;
  line-height: 20px;
  padding-left: 10px;
}

.custom-search .fsButtonClear {
  display: none;
}

.custom-search .fsSearchElementSearchButton {
  position: absolute;
  right: 0px;
  margin: 0px;
  height: 35px;
  font-size: 0;
  top: 0px;
  padding: 0px;
  width: 28px;
  border-top: 2px solid transparent;
  max-width: 28px;
  background-color: transparent;
  cursor: pointer;
  background-image: url(/uploaded/themes/default_18/images/right-arrow-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.home .custom-search {
  bottom: -51px;
}

.home .custom-search .fsStyleSearchField {
  border-top: 2px solid #0068B4;
}

.custom-search.open {
  opacity: 1;
  visibility: visible;
}

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

.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: #1c1c1c;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Source Sans Pro", 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: #1c1c1c;
  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: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: #150b01;
  -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: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

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

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #1c1c1c;
}

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

.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: #0068B4 !important;
  outline: transparent;
}

.fsSearchResults a.gs-title:hover,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.fsSearchFieldWithResults a.gs-title:hover,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #039 !important;
}

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

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

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

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

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

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

.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 #535353;
  -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 #535353;
  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;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

/*! 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 #535353;
  -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 #535353;
  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;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs.center .fsTabsNav,
.fsTabs.tabs-centered .fsTabsNav {
  text-align: center;
}

.fsTabs.color-orange .fsTabsNav li a:hover {
  border-color: #F28D23;
}

.fsTabs.color-orange .fsTabsNav li.fsStateSelected a {
  background: #F28D23;
  border-color: #F28D23;
}

.fsTabs.color-green .fsTabsNav li a:hover {
  border-color: #38BC9A;
}

.fsTabs.color-green .fsTabsNav li.fsStateSelected a {
  background: #38BC9A;
  border-color: #38BC9A;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  padding: 0px;
  margin-right: 10px;
}

.fsTabs .fsTabsNav li:after {
  display: none;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #0068B4;
  font-family: "Roboto", serif;
  font-weight: 900;
  margin-bottom: 20px;
  margin-bottom: 3px;
  display: block;
  font-size: 21px;
  padding: 17px 80px 17px 21px;
  color: #252525;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: none;
  background: transparent;
  color: #252525;
  padding: 13px 19px;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 3px solid #DCE0E9;
}

.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #252525;
  border-color: #0068B4;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #0068B4;
  color: #fff;
  border-color: #0068B4;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 36px 36px 16px 0px;
}

@media (max-width: 599px) {
  .fsTabs .fsPanel > .fsElementContent {
    padding: 15px;
  }
}

@media (min-width: 600px) {
  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent {
    padding-right: 0;
    text-align: center;
  }

  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent table {
    margin-left: auto;
    margin-right: auto;
  }

  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent table td,
  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent table th,
  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent table tr {
    text-align: left;
  }

  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent .fsAthleticsRoster table {
    display: table;
    width: auto;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .fsTabs .fsPanel.athletics-tabs-content-centered > .fsElementContent .fsAthleticsRoster table {
    width: 100%;
  }
}

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

/*! -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: #EDEDED;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #EDEDED;
  background: white;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid {
  margin-top: 10px;
}

.fsMiniGrid .fsCalendarGridControlBar {
  width: 396px;
}

@media (max-width: 899px) {
  .fsMiniGrid .fsCalendarGridControlBar {
    width: 100%;
  }
}

.fsMiniGrid .fsCalendarGridControlBar .fsCalendarGridShowMonthPickerButton {
  color: #535353;
  font-family: "Roboto", serif;
  font-weight: 500;
  font-size: 20px;
}

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 396px;
  margin: 0;
}

@media (max-width: 899px) {
  .fsMiniGrid .fsCalendarEventGrid {
    width: 100%;
  }
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays span {
  color: #535353;
  font-size: 18px;
  font-family: "Roboto", serif;
  font-weight: 500;
}

.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: #e1e1e1;
  color: #1c1c1c;
  line-height: 1;
  padding: 15px 5px;
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #535353;
  font-family: "Roboto", serif;
  font-weight: 500;
}

.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: #C8C8C8;
  color: #1c1c1c;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #eeeeee;
  color: #202020;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #767676;
  color: #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.selected {
  background: #767676;
  color: #fff;
}

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

/*! _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: #0068B4;
}

/*COMMON LANDING NEWS FROM PORTAL PAGE*/

.landing-news {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 134px !important;
  padding: 0px;
}

@media (max-width: 799px) {
  .landing-news {
    margin-bottom: 100px !important;
  }
}

.portal-internal .landing-news {
  margin-bottom: 124px !important;
}

.landing-news header {
  position: absolute;
  right: 82px;
  top: -36px;
  z-index: 100;
  background-color: #0068B4;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
}

@media (max-width: 799px) {
  .landing-news header {
    right: 0px;
  }
}

.landing-news header h2.fsElementTitle {
  margin: 0px;
  color: #fff;
  display: inline-block;
  min-height: 146px;
  width: 358px;
  text-align: right;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
  text-align: right;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding-right: 29px;
  padding-top: 16px;
}

@media (max-width: 799px) {
  .landing-news header h2.fsElementTitle {
    font-size: 22px;
    line-height: 25px;
    max-width: 176px;
    min-height: 67px;
    padding-top: 9px;
    padding-right: 12px;
  }
}

.landing-news .fsElementContent .fsListItems .slick-list {
  max-width: 970px;
  margin: 0 auto;
}

.landing-news .fsElementContent .fsListItems article {
  position: relative;
  padding: 0px;
}

.landing-news .fsElementContent .fsListItems article .fsThumbnail {
  height: 498px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 799px) {
  .landing-news .fsElementContent .fsListItems article .fsThumbnail {
    height: 300px;
  }
}

.landing-news .fsElementContent .fsListItems article .fsThumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.landing-news .fsElementContent .fsListItems article .fsTitle {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  padding: 34px 30px;
  min-height: 146px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  bottom: 0px;
  left: 0px;
}

@media (max-width: 799px) {
  .landing-news .fsElementContent .fsListItems article .fsTitle {
    min-height: 50px;
    padding: 20px;
  }
}

.landing-news .fsElementContent .fsListItems article .fsTitle .fsPostLink {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 799px) {
  .landing-news .fsElementContent .fsListItems article .fsTitle .fsPostLink {
    font-size: 18px;
    line-height: 21px;
  }
}

.landing-news .fsElementContent .fsListItems article .fsTitle .fsPostLink:hover,
.landing-news .fsElementContent .fsListItems article .fsTitle .fsPostLink:focus {
  text-decoration: none;
}

.landing-news .fsElementContent .slick-prev {
  position: absolute;
  font-size: 0px;
  position: absolute;
  z-index: 150;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 72px;
  height: 72px;
  background-color: #0068B4;
  background-image: url(/uploaded/themes/default_18/images/prev-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 799px) {
  .landing-news .fsElementContent .slick-prev {
    background-size: 27px 29px;
    background-position: center 10px;
    border-bottom: 2px solid transparent;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 1199px) {
  .landing-news .fsElementContent .slick-prev {
    left: -10px;
  }
}

.landing-news .fsElementContent .slick-prev:hover,
.landing-news .fsElementContent .slick-prev:focus {
  background-color: #02528D;
  border-color: #0068B4;
}

.landing-news .fsElementContent .slick-next {
  position: absolute;
  font-size: 0px;
  position: absolute;
  z-index: 150;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 72px;
  height: 72px;
  background-color: #0068B4;
  background-image: url(/uploaded/themes/default_18/images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 799px) {
  .landing-news .fsElementContent .slick-next {
    background-size: 27px 29px;
    background-position: center 10px;
    border-bottom: 2px solid transparent;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 1199px) {
  .landing-news .fsElementContent .slick-next {
    right: -10px;
  }
}

.landing-news .fsElementContent .slick-next:hover,
.landing-news .fsElementContent .slick-next:focus {
  background-color: #02528D;
  border-color: #0068B4;
}

body.fsComposeMode .landing-news article .fsThumbnail img {
  display: block;
}

body:not(.fsComposeMode) .portal-quote,
body:not(.fsComposeMode) .landing-quote {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.portal-quote,
.landing-quote {
  position: relative;
  display: block;
  padding-top: 74px;
  min-height: 442px;
  background-color: #EDEDED;
  position: relative;
}

@media (max-width: 1199px) {
  .portal-quote,
  .landing-quote {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: inherit;
  }
}

@media (max-width: 599px) {
  .portal-quote,
  .landing-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.portal-quote:before,
.landing-quote:before {
  display: none;
}

.portal-quote .fsElementContent,
.landing-quote .fsElementContent {
  max-width: 1150px;
  position: relative;
  margin: 0 auto;
}

.portal-quote .fsElementContent:before,
.landing-quote .fsElementContent:before {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  font-family: "IcoMoon";
  font-size: 144px;
  color: #0068B4;
  font-weight: 500;
  right: 0px;
  top: 0px;
  content: '';
}

@media (max-width: 999px) {
  .portal-quote .fsElementContent:before,
  .landing-quote .fsElementContent:before {
    top: auto !important;
    bottom: 0px !important;
    font-size: 80px;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
    display: none;
  }
}

.portal-quote .fsElementContent p,
.landing-quote .fsElementContent p {
  max-width: 755px;
  color: #0068B4;
  margin: 0px;
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  line-height: 47px;
}

@media (max-width: 999px) {
  .portal-quote .fsElementContent p,
  .landing-quote .fsElementContent p {
    font-size: 27px;
    line-height: 34px;
    max-width: 100%;
  }
}

@media (max-width: 599px) {
  .portal-quote .fsElementContent p,
  .landing-quote .fsElementContent p {
    font-size: 24px;
    line-height: 31px;
  }
}

.portal-quote .fsElementContent cite,
.landing-quote .fsElementContent cite {
  color: #545454;
  display: block;
  padding-top: 48px;
  margin: 0px;
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  text-align: center;
}

@media (max-width: 999px) {
  .portal-quote .fsElementContent cite,
  .landing-quote .fsElementContent cite {
    font-size: 23px;
    line-height: 32px;
    padding-top: 25px;
  }
}

@media (max-width: 599px) {
  .portal-quote .fsElementContent cite,
  .landing-quote .fsElementContent cite {
    font-size: 20px;
    line-height: 29px;
  }
}

.portal-quote .fsElementContent cite:before,
.landing-quote .fsElementContent cite:before {
  display: none;
}

.portal-quote.icon-building .fsElementContent:before,
.landing-quote.icon-building .fsElementContent:before {
  content: "\E903";
}

.portal-quote.icon-graduation .fsElementContent:before,
.landing-quote.icon-graduation .fsElementContent:before {
  content: "\E900";
}

.portal-quote.icon-document .fsElementContent:before,
.landing-quote.icon-document .fsElementContent:before {
  content: "\E902";
}

.portal-quote.icon-child .fsElementContent:before,
.landing-quote.icon-child .fsElementContent:before {
  content: "\E901";
}

.portal-quote.icon-teacher .fsElementContent:before,
.landing-quote.icon-teacher .fsElementContent:before {
  content: "\E904";
}

.portal-quote.icon-theater .fsElementContent:before,
.landing-quote.icon-theater .fsElementContent:before {
  content: "\E905";
}

.portal-quote.icon-trophy .fsElementContent:before,
.landing-quote.icon-trophy .fsElementContent:before {
  content: "\E906";
}

.portal-quote.icon-university .fsElementContent:before,
.landing-quote.icon-university .fsElementContent:before {
  content: "\E907";
}

.portal-quote.icon-users .fsElementContent:before,
.landing-quote.icon-users .fsElementContent:before {
  content: "\E908";
}

.portal-quote.icon-volleyball .fsElementContent:before,
.landing-quote.icon-volleyball .fsElementContent:before {
  content: "\E909";
}

.portal-quote.icon-volunteer .fsElementContent:before,
.landing-quote.icon-volunteer .fsElementContent:before {
  content: "\E90A";
}

.portal-quote.icon-microscope .fsElementContent:before,
.landing-quote.icon-microscope .fsElementContent:before {
  content: "\E90B";
}

.portal-quote.icon-skyscraper-icon .fsElementContent:before,
.landing-quote.icon-skyscraper-icon .fsElementContent:before {
  content: "\E90C";
}

.portal-quote.icon-sports .fsElementContent:before,
.landing-quote.icon-sports .fsElementContent:before {
  content: "\E90D";
}

.portal-quote.icon-stopwatch .fsElementContent:before,
.landing-quote.icon-stopwatch .fsElementContent:before {
  content: "\E90E";
}

.portal-quote.icon-teacher-student-ratio .fsElementContent:before,
.landing-quote.icon-teacher-student-ratio .fsElementContent:before {
  content: "\E90F";
}

.portal-quote.icon-tennis .fsElementContent:before,
.landing-quote.icon-tennis .fsElementContent:before {
  content: "\E910";
}

.portal-quote.icon-quicklink5 .fsElementContent:before,
.landing-quote.icon-quicklink5 .fsElementContent:before {
  content: "\E911";
}

.portal-quote.icon-shoe .fsElementContent:before,
.landing-quote.icon-shoe .fsElementContent:before {
  content: "\E912";
}

.portal-quote.icon-soccer4 .fsElementContent:before,
.landing-quote.icon-soccer4 .fsElementContent:before {
  content: "\E913";
}

.portal-quote.icon-star .fsElementContent:before,
.landing-quote.icon-star .fsElementContent:before {
  content: "\E914";
}

.portal-quote.icon-store .fsElementContent:before,
.landing-quote.icon-store .fsElementContent:before {
  content: "\E915";
}

.portal-quote.icon-summer .fsElementContent:before,
.landing-quote.icon-summer .fsElementContent:before {
  content: "\E916";
}

.portal-quote.icon-map .fsElementContent:before,
.landing-quote.icon-map .fsElementContent:before {
  content: "\E917";
}

.portal-quote.icon-music-note .fsElementContent:before,
.landing-quote.icon-music-note .fsElementContent:before {
  content: "\E918";
}

.portal-quote.icon-phone .fsElementContent:before,
.landing-quote.icon-phone .fsElementContent:before {
  content: "\E919";
}

.portal-quote.icon-question-mark .fsElementContent:before,
.landing-quote.icon-question-mark .fsElementContent:before {
  content: "\E91A";
}

.portal-quote.icon-map-marker .fsElementContent:before,
.landing-quote.icon-map-marker .fsElementContent:before {
  content: "\E91B";
}

.portal-quote.icon-news-bullhorn .fsElementContent:before,
.landing-quote.icon-news-bullhorn .fsElementContent:before {
  content: "\E91C";
}

.portal-quote.icon-pencil .fsElementContent:before,
.landing-quote.icon-pencil .fsElementContent:before {
  content: "\E91D";
}

.portal-quote.icon-pie-chart:before .fsElementContent:before,
.landing-quote.icon-pie-chart:before .fsElementContent:before {
  content: "\E91E";
}

.portal-quote.icon-piggy-bank6 .fsElementContent:before,
.landing-quote.icon-piggy-bank6 .fsElementContent:before {
  content: "\E91F";
}

.portal-quote.icon-gear .fsElementContent:before,
.landing-quote.icon-gear .fsElementContent:before {
  content: "\E920";
}

.portal-quote.icon-group-girls .fsElementContent:before,
.landing-quote.icon-group-girls .fsElementContent:before {
  content: "\E921";
}

.portal-quote.icon-heart .fsElementContent:before,
.landing-quote.icon-heart .fsElementContent:before {
  content: "\E922";
}

.portal-quote.icon-information13 .fsElementContent:before,
.landing-quote.icon-information13 .fsElementContent:before {
  content: "\E923";
}

.portal-quote.icon-issue_warning_concern .fsElementContent:before,
.landing-quote.icon-issue_warning_concern .fsElementContent:before {
  content: "\E924";
}

.portal-quote.icon-jersey .fsElementContent:before,
.landing-quote.icon-jersey .fsElementContent:before {
  content: "\E925";
}

.portal-quote.icon-laptop-phone .fsElementContent:before,
.landing-quote.icon-laptop-phone .fsElementContent:before {
  content: "\E926";
}

.portal-quote.icon-leaf .fsElementContent:before,
.landing-quote.icon-leaf .fsElementContent:before {
  content: "\E927";
}

.portal-quote.icon-lock5 .fsElementContent:before,
.landing-quote.icon-lock5 .fsElementContent:before {
  content: "\E928";
}

.portal-quote.icon-enroll .fsElementContent:before,
.landing-quote.icon-enroll .fsElementContent:before {
  content: "\E929";
}

.portal-quote.icon-family .fsElementContent:before,
.landing-quote.icon-family .fsElementContent:before {
  content: "\E92A";
}

.portal-quote.icon-faq .fsElementContent:before,
.landing-quote.icon-faq .fsElementContent:before {
  content: "\E92B";
}

.portal-quote.icon-files .fsElementContent:before,
.landing-quote.icon-files .fsElementContent:before {
  content: "\E92C";
}

.portal-quote.icon-football .fsElementContent:before,
.landing-quote.icon-football .fsElementContent:before {
  content: "\E92D";
}

.portal-quote.icon-gift .fsElementContent:before,
.landing-quote.icon-gift .fsElementContent:before {
  content: "\E92E";
}

.portal-quote.icon-globe .fsElementContent:before,
.landing-quote.icon-globe .fsElementContent:before {
  content: "\E92F";
}

.portal-quote.icon-group-boys .fsElementContent:before,
.landing-quote.icon-group-boys .fsElementContent:before {
  content: "\E930";
}

.portal-quote.icon-group-coed .fsElementContent:before,
.landing-quote.icon-group-coed .fsElementContent:before {
  content: "\E931";
}

.portal-quote.icon-group .fsElementContent:before,
.landing-quote.icon-group .fsElementContent:before {
  content: "\E932";
}

.portal-quote.icon-books .fsElementContent:before,
.landing-quote.icon-books .fsElementContent:before {
  content: "\E933";
}

.portal-quote.icon-briefcase3 .fsElementContent:before,
.landing-quote.icon-briefcase3 .fsElementContent:before {
  content: "\E934";
}

.portal-quote.icon-bus .fsElementContent:before,
.landing-quote.icon-bus .fsElementContent:before {
  content: "\E935";
}

.portal-quote.icon-calendar .fsElementContent:before,
.landing-quote.icon-calendar .fsElementContent:before {
  content: "\E936";
}

.portal-quote.icon-certificate .fsElementContent:before,
.landing-quote.icon-certificate .fsElementContent:before {
  content: "\E937";
}

.portal-quote.icon-cross3 .fsElementContent:before,
.landing-quote.icon-cross3 .fsElementContent:before {
  content: "\E938";
}

.portal-quote.icon-directory .fsElementContent:before,
.landing-quote.icon-directory .fsElementContent:before {
  content: "\E939";
}

.portal-quote.icon-diversity2 .fsElementContent:before,
.landing-quote.icon-diversity2 .fsElementContent:before {
  content: "\E93A";
}

.portal-quote.icon-doors .fsElementContent:before,
.landing-quote.icon-doors .fsElementContent:before {
  content: "\E93B";
}

.portal-quote.icon-droplet .fsElementContent:before,
.landing-quote.icon-droplet .fsElementContent:before {
  content: "\E93C";
}

.portal-quote.icon-apple .fsElementContent:before,
.landing-quote.icon-apple .fsElementContent:before {
  content: "\E93D";
}

.portal-quote.icon-apply .fsElementContent:before,
.landing-quote.icon-apply .fsElementContent:before {
  content: "\E93E";
}

.portal-quote.icon-artpalette .fsElementContent:before,
.landing-quote.icon-artpalette .fsElementContent:before {
  content: "\E93F";
}

.portal-quote.icon-award .fsElementContent:before,
.landing-quote.icon-award .fsElementContent:before {
  content: "\E940";
}

.portal-quote.icon-backpack .fsElementContent:before,
.landing-quote.icon-backpack .fsElementContent:before {
  content: "\E941";
}

.portal-quote.icon-bar-graph3 .fsElementContent:before,
.landing-quote.icon-bar-graph3 .fsElementContent:before {
  content: "\E942";
}

.portal-quote.icon-baseball .fsElementContent:before,
.landing-quote.icon-baseball .fsElementContent:before {
  content: "\E943";
}

.portal-quote.icon-basketball .fsElementContent:before,
.landing-quote.icon-basketball .fsElementContent:before {
  content: "\E944";
}

.portal-quote.icon-beaker .fsElementContent:before,
.landing-quote.icon-beaker .fsElementContent:before {
  content: "\E945";
}

.portal-quote.icon-book-open .fsElementContent:before,
.landing-quote.icon-book-open .fsElementContent:before {
  content: "\E946";
}

.accordions-parten-portal,
.portal-accordion-columns {
  padding: 0 10px;
  margin-bottom: 125px;
}

@media (max-width: 799px) {
  .accordions-parten-portal,
  .portal-accordion-columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.style-guide-page .accordions-parten-portal,
.style-guide-page .portal-accordion-columns {
  margin-bottom: 60px !important;
}

.accordions-parten-portal .fsDiv,
.portal-accordion-columns .fsDiv {
  padding: 0px 10px;
}

@media (max-width: 799px) {
  .accordions-parten-portal .fsDiv,
  .portal-accordion-columns .fsDiv {
    width: 100%;
    padding: 0;
  }
}

.accordions-icons,
.accordion-bold-icon {
  margin-bottom: 0;
}

.accordions-icons > .fsElementContent .fsElement.fsContent,
.accordion-bold-icon > .fsElementContent .fsElement.fsContent {
  padding-bottom: 20px;
}

.accordions-icons > .fsElementContent [class^="infographic1-"]:before,
.accordions-icons > .fsElementContent [class*=" infographic1-"]:before,
.accordions-icons > .fsElementContent [class^="icon-"]:before,
.accordions-icons > .fsElementContent [class*=" icon-"]:before,
.accordion-bold-icon > .fsElementContent [class^="infographic1-"]:before,
.accordion-bold-icon > .fsElementContent [class*=" infographic1-"]:before,
.accordion-bold-icon > .fsElementContent [class^="icon-"]:before,
.accordion-bold-icon > .fsElementContent [class*=" icon-"]:before {
  display: none;
}

.accordions-icons > .fsElementContent [class^="infographic1-"] > header:after,
.accordions-icons > .fsElementContent [class*=" infographic1-"] > header:after,
.accordions-icons > .fsElementContent [class^="icon-"] > header:after,
.accordions-icons > .fsElementContent [class*=" icon-"] > header:after,
.accordion-bold-icon > .fsElementContent [class^="infographic1-"] > header:after,
.accordion-bold-icon > .fsElementContent [class*=" infographic1-"] > header:after,
.accordion-bold-icon > .fsElementContent [class^="icon-"] > header:after,
.accordion-bold-icon > .fsElementContent [class*=" icon-"] > header:after {
  content: '';
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .accordions-icons > .fsElementContent [class^="infographic1-"] > header:after,
  .accordions-icons > .fsElementContent [class*=" infographic1-"] > header:after,
  .accordions-icons > .fsElementContent [class^="icon-"] > header:after,
  .accordions-icons > .fsElementContent [class*=" icon-"] > header:after,
  .accordion-bold-icon > .fsElementContent [class^="infographic1-"] > header:after,
  .accordion-bold-icon > .fsElementContent [class*=" infographic1-"] > header:after,
  .accordion-bold-icon > .fsElementContent [class^="icon-"] > header:after,
  .accordion-bold-icon > .fsElementContent [class*=" icon-"] > header:after {
    width: 60px;
  }
}

.accordions-icons > .fsElementContent > .fsPanel,
.accordion-bold-icon > .fsElementContent > .fsPanel {
  width: 100%;
}

.accordions-icons > .fsElementContent > .fsPanel > header,
.accordion-bold-icon > .fsElementContent > .fsPanel > header {
  background: #0068B4;
  margin-bottom: 20px;
  border-radius: 0px;
  position: relative;
}

.accordions-icons > .fsElementContent > .fsPanel > header:hover,
.accordions-icons > .fsElementContent > .fsPanel > header:focus,
.accordion-bold-icon > .fsElementContent > .fsPanel > header:hover,
.accordion-bold-icon > .fsElementContent > .fsPanel > header:focus {
  background-color: #054A7D;
}

.accordions-icons > .fsElementContent > .fsPanel > header:before,
.accordion-bold-icon > .fsElementContent > .fsPanel > header:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 90px;
  background-color: #054A7D;
}

@media (max-width: 1199px) {
  .accordions-icons > .fsElementContent > .fsPanel > header:before,
  .accordion-bold-icon > .fsElementContent > .fsPanel > header:before {
    width: 60px;
  }
}

.accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle,
.accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle {
  padding-top: 27.5px;
  margin: 0px;
  padding-bottom: 27.5px;
  padding-left: 110px;
}

@media (max-width: 1199px) {
  .accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle,
  .accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle {
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle > a,
.accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle > a {
  color: #fff;
}

@media (min-width: 1200px) {
  .accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle > a,
  .accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle > a {
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
  }
}

.accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle > a:after,
.accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle > a:after {
  display: none;
}

.accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after,
.accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after {
  content: "+";
  color: #fff;
  font-family: "Roboto", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-align: center;
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 20px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
  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;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 699px) {
  .accordions-icons > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after,
  .accordion-bold-icon > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after {
    right: 10px;
  }
}

.accordions-icons > .fsElementContent > .fsPanel.fsStateOpen > header,
.accordion-bold-icon > .fsElementContent > .fsPanel.fsStateOpen > header {
  background-color: #054A7D;
}

.accordions-icons > .fsElementContent > .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  content: "-";
}

.accordions-icons > .fsElementContent > .fsPanel.icon-building > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-building > header:after {
  content: "\E903";
}

.accordions-icons > .fsElementContent > .fsPanel.icon-graduation > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-graduation > header:after {
  content: "\E900";
}

.accordions-icons > .fsElementContent > .fsPanel.icon-document > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-document > header:after {
  content: "\E902";
}

.accordions-icons > .fsElementContent > .fsPanel.child-icon > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-child > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.child-icon > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-child > header:after {
  content: "\E901";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-teacher > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-teacher > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-teacher > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-teacher > header:after {
  content: "\E904";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-theater > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-theater > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-theater > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-theater > header:after {
  content: "\E905";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-trophy > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-trophy > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-trophy > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-trophy > header:after {
  content: "\E906";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-university > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-university > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-university > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-university > header:after {
  content: "\E907";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-users > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-users > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-users > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-users > header:after {
  content: "\E908";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-volleyball > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-volleyball > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-volleyball > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-volleyball > header:after {
  content: "\E909";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-volunteer > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-volunteer > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-volunteer > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-volunteer > header:after {
  content: "\E90A";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-microscope > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-microscope > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-microscope > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-microscope > header:after {
  content: "\E90B";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-skyscraper-icon > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-skyscraper-icon > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-skyscraper-icon > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-skyscraper-icon > header:after {
  content: "\E90C";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-sports > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-sports > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-sports > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-sports > header:after {
  content: "\E90D";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-stopwatch > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-stopwatch > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-stopwatch > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-stopwatch > header:after {
  content: "\E90E";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-teacher-student-ratio > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-teacher-student-ratio > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-teacher-student-ratio > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-teacher-student-ratio > header:after {
  content: "\E90F";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-tennis > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-tennis > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-tennis > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-tennis > header:after {
  content: "\E910";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-quicklink5 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-quicklink5 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-quicklink5 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-quicklink5 > header:after {
  content: "\E911";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-shoe > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-shoe > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-shoe > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-shoe > header:after {
  content: "\E912";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-soccer4 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-soccer4 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-soccer4 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-soccer4 > header:after {
  content: "\E913";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-star > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-star > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-star > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-star > header:after {
  content: "\E914";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-store > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-store > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-store > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-store > header:after {
  content: "\E915";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-summer > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-summer > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-summer > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-summer > header:after {
  content: "\E916";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-map > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-map > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-map > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-map > header:after {
  content: "\E917";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-music-note > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-music-note > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-music-note > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-music-note > header:after {
  content: "\E918";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-phone > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-phone > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-phone > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-phone > header:after {
  content: "\E919";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-question-mark > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-question-mark > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-question-mark > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-question-mark > header:after {
  content: "\E91A";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-map-marker > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-map-marker > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-map-marker > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-map-marker > header:after {
  content: "\E91B";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-news-bullhorn > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-news-bullhorn > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-news-bullhorn > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-news-bullhorn > header:after {
  content: "\E91C";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-pencil > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-pencil > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-pencil > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-pencil > header:after {
  content: "\E91D";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-pie-chart > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-pie-chart > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-pie-chart > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-pie-chart > header:after {
  content: "\E91E";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-piggy-bank6 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-piggy-bank6 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-piggy-bank6 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-piggy-bank6 > header:after {
  content: "\E91F";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-gear > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-gear > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-gear > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-gear > header:after {
  content: "\E920";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-group-girls > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-group-girls > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-group-girls > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-group-girls > header:after {
  content: "\E921";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-heart > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-heart > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-heart > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-heart > header:after {
  content: "\E922";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-information13 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-information13 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-information13 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-information13 > header:after {
  content: "\E923";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-issue_warning_concern > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-issue_warning_concern > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-issue_warning_concern > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-issue_warning_concern > header:after {
  content: "\E924";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-jersey > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-jersey > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-jersey > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-jersey > header:after {
  content: "\E925";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-laptop-phone > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-laptop-phone > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-laptop-phone > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-laptop-phone > header:after {
  content: "\E926";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-leaf > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-leaf > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-leaf > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-leaf > header:after {
  content: "\E927";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-lock5 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-lock5 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-lock5 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-lock5 > header:after {
  content: "\E928";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-enroll > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-enroll > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-enroll > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-enroll > header:after {
  content: "\E929";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-family > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-family > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-family > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-family > header:after {
  content: "\E92A";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-faq > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-faq > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-faq > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-faq > header:after {
  content: "\E92B";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-files > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-files > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-files > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-files > header:after {
  content: "\E92C";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-football > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-football > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-football > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-football > header:after {
  content: "\E92D";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-gift > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-gift > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-gift > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-gift > header:after {
  content: "\E92E";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-globe > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-globe > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-globe > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-globe > header:after {
  content: "\E92F";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-group-boys > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-group-boys > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-group-boys > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-group-boys > header:after {
  content: "\E930";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-group-coed > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-group-coed > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-group-coed > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-group-coed > header:after {
  content: "\E931";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-group > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-group > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-group > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-group > header:after {
  content: "\E932";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-books > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-books > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-books > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-books > header:after {
  content: "\E933";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-briefcase3 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-briefcase3 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-briefcase3 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-briefcase3 > header:after {
  content: "\E934";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-bus > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-bus > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-bus > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-bus > header:after {
  content: "\E935";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-calendar > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-calendar > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-calendar > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-calendar > header:after {
  content: "\E936";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-certificate > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-certificate > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-certificate > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-certificate > header:after {
  content: "\E937";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-cross3 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-cross3 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-cross3 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-cross3 > header:after {
  content: "\E938";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-directory > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-directory > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-directory > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-directory > header:after {
  content: "\E939";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-diversity2 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-diversity2 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-diversity2 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-diversity2 > header:after {
  content: "\E93A";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-doors > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-doors > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-doors > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-doors > header:after {
  content: "\E93B";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-droplet > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-droplet > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-droplet > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-droplet > header:after {
  content: "\E93C";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-apple > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-apple > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-apple > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-apple > header:after {
  content: "\E93D";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-apply > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-apply > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-apply > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-apply > header:after {
  content: "\E93E";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-artpalette > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-artpalette > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-artpalette > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-artpalette > header:after {
  content: "\E93F";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-award > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-award > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-award > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-award > header:after {
  content: "\E940";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-backpack > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-backpack > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-backpack > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-backpack > header:after {
  content: "\E941";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-bar-graph3 > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-bar-graph3 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-bar-graph3 > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-bar-graph3 > header:after {
  content: "\E942";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-baseball > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-baseball > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-baseball > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-baseball > header:after {
  content: "\E943";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-basketball > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-basketball > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-basketball > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-basketball > header:after {
  content: "\E944";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-beaker > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-beaker > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-beaker > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-beaker > header:after {
  content: "\E945";
}

.accordions-icons > .fsElementContent > .fsPanel.infographic1-book-open > header:after,
.accordions-icons > .fsElementContent > .fsPanel.icon-book-open > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.infographic1-book-open > header:after,
.accordion-bold-icon > .fsElementContent > .fsPanel.icon-book-open > header:after {
  content: "\E946";
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle {
  background-color: #F28D23 !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle {
  background-color: #38BC9A !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel {
  margin-bottom: 3px;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel.fsStateOpen > header h2.fsElementTitle,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel.fsStateOpen > header h2.fsElementTitle {
  background-color: #0068B4 !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel.fsStateOpen > header h2.fsElementTitle a,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel.fsStateOpen > header h2.fsElementTitle a {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElement.fsContent,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElement.fsContent {
  padding-bottom: 20px;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElementContent,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElementContent {
  /*padding-bottom: 20px;*/
  /*padding-left: 20px;*/
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElementContent h6,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElementContent h6 {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 900;
  color: #1E2023;
  line-height: 21px;
  margin-bottom: 5px;
  margin-top: 16px;
}

.accordions-icons > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElementContent p,
.accordion-bold-icon > .fsElementContent > .fsPanel > .fsElementContent .fsAccordion .fsElementContent p {
  margin-bottom: 5px;
  padding: 0px 12px;
  display: inline-block;
}

.blue-accordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle,
.accordion-bold.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle {
  background-color: #F28D23 !important;
}

.blue-accordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a,
.accordion-bold.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.blue-accordion.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold.color-orange > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.blue-accordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle,
.accordion-bold.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle {
  background-color: #38BC9A !important;
}

.blue-accordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a,
.accordion-bold.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle a {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.blue-accordion.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold.color-green > .fsElementContent .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.blue-accordion > .fsElementContent > .fsPanel,
.accordion-bold > .fsElementContent > .fsPanel {
  margin-bottom: 13px;
}

.blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle,
.accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle {
  padding-top: 27.5px;
  padding-bottom: 27.5px;
  background-color: #0068B4;
  border-radius: 0px;
  margin: 0px;
}

@media (max-width: 899px) {
  .blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle,
  .accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle:hover,
.blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle:focus,
.accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle:hover,
.accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle:focus {
  background-color: #054A7D;
}

.blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after,
.accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after {
  padding: 0px;
  margin: 0px;
  content: "+";
  font-family: "Roboto", serif;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  border: 0px;
  width: 25px;
  height: 100%;
  top: 0px;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  text-align: center;
  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;
  right: 25px;
}

@media (max-width: 599px) {
  .blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after,
  .accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle:after {
    right: 10px;
  }
}

.blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle a,
.accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle a {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  .blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle a,
  .accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle a {
    font-size: 21px;
    line-height: 26px;
  }
}

.blue-accordion > .fsElementContent > .fsPanel > header > h2.fsElementTitle a:after,
.accordion-bold > .fsElementContent > .fsPanel > header > h2.fsElementTitle a:after {
  display: none;
}

.blue-accordion > .fsElementContent > .fsPanel.fsStateOpen > header h2.fsElementTitle,
.accordion-bold > .fsElementContent > .fsPanel.fsStateOpen > header h2.fsElementTitle {
  background-color: #054A7D;
}

.blue-accordion > .fsElementContent > .fsPanel.fsStateOpen > header h2.fsElementTitle:after,
.accordion-bold > .fsElementContent > .fsPanel.fsStateOpen > header h2.fsElementTitle:after {
  content: "-";
}

.blue-accordion > .fsElementContent > .fsPanel > .fsElementContent,
.accordion-bold > .fsElementContent > .fsPanel > .fsElementContent {
  background-color: #EDEDED;
}

@media (max-width: 899px) {
  .blue-accordion > .fsElementContent > .fsPanel > .fsElementContent,
  .accordion-bold > .fsElementContent > .fsPanel > .fsElementContent {
    padding: 25px;
  }
}

.blue-accordion > .fsElementContent > .fsPanel > .fsElementContent .fsContent .fsElementContent p,
.accordion-bold > .fsElementContent > .fsPanel > .fsElementContent .fsContent .fsElementContent p {
  font-size: 20px;
  color: #535353;
  line-height: 26px;
}

@media (max-width: 599px) {
  .blue-accordion > .fsElementContent > .fsPanel > .fsElementContent .fsContent .fsElementContent p,
  .accordion-bold > .fsElementContent > .fsPanel > .fsElementContent .fsContent .fsElementContent p {
    font-size: 16px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode) .stats-zone,
body:not(.fsComposeMode) .thermometer-zone {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 38px 0;
}

body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1,
body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1 {
  width: 70%;
  float: left;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1,
  body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1 {
    width: 100%;
    float: none;
  }
}

body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1 .fsElementContent p,
body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1 .fsElementContent p {
  margin: 0px 0px 26px 0px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1 .fsElementContent a,
  body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-1 .fsElementContent a {
    font-size: 16px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2,
body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2 {
  width: 30%;
  min-height: 200px;
  float: left;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2,
  body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2 {
    width: 100%;
    padding-top: 35px;
    float: none;
  }
}

body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2 .fsElement.fsContent,
body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2 .fsElement.fsContent {
  float: right;
  margin-top: -12px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .stats-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2 .fsElement.fsContent,
  body:not(.fsComposeMode) .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-2 .fsElement.fsContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
    margin: 0;
  }
}

body:not(.fsComposeMode) .thermometer header {
  text-align: center;
  width: 159px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .thermometer header {
    margin: 0 auto;
  }
}

body:not(.fsComposeMode) .thermometer header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode) .thermometer .fsElementContent {
  height: 316px;
  position: relative;
  background-color: #EDEDED;
  width: 159px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -19px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .thermometer .fsElementContent {
    margin: -19px auto 0 auto;
  }
}

body:not(.fsComposeMode) .thermometer .fsElementContent h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  line-height: 52px;
  margin: 0px;
  padding-bottom: 13px;
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode) .thermometer .fsElementContent:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: #0068B4;
}

body:not(.fsComposeMode) .thermometer footer {
  padding-top: 14px;
  max-width: 159px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .thermometer footer {
    margin: 0 auto;
  }
}

body:not(.fsComposeMode) .thermometer footer .fsElementFooterContent {
  margin: 0px;
}

body:not(.fsComposeMode) .thermometer footer .fsElementFooterContent p {
  color: #0068B4;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
  padding-right: 40px;
}

@media (max-width: 699px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
    padding-right: 0px;
  }
}

.fsEnotifyArchive .fsEnotifyArchiveLink {
  font-family: "Roboto", serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 31px;
  color: #0068B4;
  text-decoration: none;
}

.fsEnotifyArchive .fsEnotifyArchiveLink:hover,
.fsEnotifyArchive .fsEnotifyArchiveLink:focus {
  text-decoration: underline;
}

.fsEnotifyArchive .fsArticleSection {
  margin: 0 0 30px 0;
  color: #535353;
  font-family: "Roboto", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.fsGroupsLMSLink {
  display: inline-block;
  border: 0;
  /*margin: 0 0 $gutter;*/
  margin: 0px 10px 10px 0px;
  padding: 11.5px 20px;
  background: #0068B4;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  margin-left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fsGroupsLMSLink:hover,
.fsGroupsLMSLink:focus,
.fsStateSelected .fsGroupsLMSLink {
  background: #02528D;
  color: #fff;
  text-decoration: none;
}

.fsGroupsLMSLink em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding-top: 9px;
}

.fsGroups .fsGroupsList {
  padding-left: 0;
  padding-top: 20px;
}

.fsGroups .fsGroupsList li {
  padding-left: 0;
}

/*! pages - home v0.0.1 */

body:not(.fsComposeMode).home #fsPageBodyWrapper {
  padding: 0px 0px 132px 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home #fsPageBodyWrapper {
    padding-bottom: 65px;
  }
}

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

body:not(.fsComposeMode).home #fsPageContent {
  max-width: 100%;
  padding: 0px;
}

body:not(.fsComposeMode).home #fsPageContent h1.fsPageTitle {
  display: none;
}

body:not(.fsComposeMode).home #fsPageContent .fsLayout > .fsDiv {
  margin-bottom: 0px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .universal-slideshow {
    height: 725px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .universal-slideshow article {
    height: 725px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .universal-slideshow article picture {
    height: 725px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .universal-slideshow video {
    height: 725px;
  }
}

body:not(.fsComposeMode).home .universal-slideshow .slick-prev,
body:not(.fsComposeMode).home .universal-slideshow .slick-next {
  display: block !important;
}

body:not(.fsComposeMode).home .welcome-area,
body:not(.fsComposeMode).home .home-welcome {
  padding: 129px 0px 100px 0px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  float: left;
  min-height: 500px;
  background-image: url(/uploaded/themes/default_18/images/background-welcome.png);
  background-repeat: no-repeat;
  background-position: right -216px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).home .welcome-area,
  body:not(.fsComposeMode).home .home-welcome {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .welcome-area,
  body:not(.fsComposeMode).home .home-welcome {
    background-size: 400px 400px;
    background-position: right;
    padding-top: 35px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .welcome-area,
  body:not(.fsComposeMode).home .home-welcome {
    padding-bottom: 50px;
    min-height: 401px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .welcome-area,
  body:not(.fsComposeMode).home .home-welcome {
    background-image: none;
  }

  body:not(.fsComposeMode).home .welcome-area:after,
  body:not(.fsComposeMode).home .home-welcome:after {
    position: absolute;
    right: -63px;
    top: 53px;
    content: "";
    width: 300px;
    height: 265px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/uploaded/themes/default_18/images/background-welcome.png);
  }
}

body:not(.fsComposeMode).home .welcome-area > header,
body:not(.fsComposeMode).home .home-welcome > header {
  max-width: 980px;
  margin: 0 auto;
}

body:not(.fsComposeMode).home .welcome-area > header .fsElementHeaderContent,
body:not(.fsComposeMode).home .home-welcome > header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode).home .welcome-area > header .fsElementHeaderContent h3,
body:not(.fsComposeMode).home .home-welcome > header .fsElementHeaderContent h3 {
  margin: 0px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #535353;
  text-transform: uppercase;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .welcome-area > header .fsElementHeaderContent h3,
  body:not(.fsComposeMode).home .home-welcome > header .fsElementHeaderContent h3 {
    font-size: 18px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode).home .welcome-area > header .fsElementHeaderContent h2,
body:not(.fsComposeMode).home .home-welcome > header .fsElementHeaderContent h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 67px;
  margin: 0px;
  padding-bottom: 27px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .welcome-area > header .fsElementHeaderContent h2,
  body:not(.fsComposeMode).home .home-welcome > header .fsElementHeaderContent h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 15px;
  }
}

body:not(.fsComposeMode).home .welcome-area .fsElementContent,
body:not(.fsComposeMode).home .home-welcome .fsElementContent {
  max-width: 980px;
  padding-right: 10px;
  margin: 0 auto;
}

body:not(.fsComposeMode).home .welcome-area .fsElementContent a,
body:not(.fsComposeMode).home .home-welcome .fsElementContent a {
  padding-top: 30px;
  display: block;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).home .welcome-area .fsElementContent a,
  body:not(.fsComposeMode).home .home-welcome .fsElementContent a {
    padding-top: 15px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa,
body:not(.fsComposeMode).home .home-infographics {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0px;
  height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background:red;*/
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa,
  body:not(.fsComposeMode).home .home-infographics {
    height: 225px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > header,
body:not(.fsComposeMode).home .home-infographics > header {
  position: absolute;
  right: 50px;
  top: -30px;
  z-index: 150;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > header,
  body:not(.fsComposeMode).home .home-infographics > header {
    right: 20px;
    top: -44px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > header h2.fsElementTitle,
body:not(.fsComposeMode).home .home-infographics > header h2.fsElementTitle {
  margin: 0px;
  padding: 39px 51px;
  background: #F28D23;
  display: inline-block;
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 52px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > header h2.fsElementTitle,
  body:not(.fsComposeMode).home .home-infographics > header h2.fsElementTitle {
    font-size: 22px;
    padding: 17.5px 18px;
    letter-spacing: .6px;
    line-height: 25px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent {
  position: relative;
  height: 100%;
  padding: 228px 114px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent {
    padding: 26px 68px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent {
  margin: 0px;
  min-height: 295px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid transparent;
  padding: 0px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent {
    min-height: inherit;
    border: 0px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent:hover,
body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent:focus,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent:hover,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent:focus {
  border-color: #F28D23;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent:hover,
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent:focus,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent:hover,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent:focus {
    background-color: inherit;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent header .fsElementHeaderContent,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent header .fsElementHeaderContent {
  margin: 0px;
  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;
  min-height: 100px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent header .fsElementHeaderContent .fsImage img,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent header .fsElementHeaderContent .fsImage img {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent header .fsElementHeaderContent,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent header .fsElementHeaderContent {
    min-height: inherit;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent {
  padding-top: 10px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent {
    padding-top: 5px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent h2,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent h2 {
  margin: 0px;
  color: #F28D23;
  font-size: 55px;
  line-height: 54px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent h2,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent h2 {
    font-size: 26px;
    line-height: 25px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent h3,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent h3 {
  margin: 0px;
  text-transform: capitalize;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 41px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent h3,
  body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent h3 {
    font-size: 18px;
    letter-spacing: .4px;
    line-height: 19px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent .fsImage,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent .fsImage {
  padding-bottom: 20px;
}

body:not(.fsComposeMode).home .infographic-bpa > .fsElementContent .fsContent .fsElementContent .fsImage img,
body:not(.fsComposeMode).home .home-infographics > .fsElementContent .fsContent .fsElementContent .fsImage img {
  margin: 0 auto;
}

body:not(.fsComposeMode).home .infographic-bpa .slick-prev,
body:not(.fsComposeMode).home .home-infographics .slick-prev {
  /*position: absolute;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 150;
  left: 40px;
  width: 72px;
  height: 72px;
  padding: 0px;
  border: 0px;
  margin: 0px;
  font-size: 0px;
  background-color: #F28D23;
  background-image: url(/uploaded/themes/default_18/images/prev-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);*/
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 4px solid transparent;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .infographic-bpa .slick-prev,
  body:not(.fsComposeMode).home .home-infographics .slick-prev {
    left: 20px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa .slick-prev,
  body:not(.fsComposeMode).home .home-infographics .slick-prev {
    width: 46px;
    height: 46px;
    background-size: 20px 24px;
    background-position: center 13px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa .slick-prev:hover,
body:not(.fsComposeMode).home .infographic-bpa .slick-prev:focus,
body:not(.fsComposeMode).home .home-infographics .slick-prev:hover,
body:not(.fsComposeMode).home .home-infographics .slick-prev:focus {
  background-color: #C1701C;
  border-color: #F28D23;
}

body:not(.fsComposeMode).home .infographic-bpa .slick-next,
body:not(.fsComposeMode).home .home-infographics .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 150;
  right: 40px;
  width: 72px;
  height: 72px;
  padding: 0px;
  border: 0px;
  margin: 0px;
  font-size: 0px;
  background-color: #F28D23;
  background-image: url(/uploaded/themes/default_18/images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);*/
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 4px solid transparent;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .infographic-bpa .slick-next,
  body:not(.fsComposeMode).home .home-infographics .slick-next {
    right: 20px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .infographic-bpa .slick-next,
  body:not(.fsComposeMode).home .home-infographics .slick-next {
    width: 46px;
    height: 46px;
    background-size: 20px 24px;
    background-position: center 13px;
  }
}

body:not(.fsComposeMode).home .infographic-bpa .slick-next:hover,
body:not(.fsComposeMode).home .infographic-bpa .slick-next:focus,
body:not(.fsComposeMode).home .home-infographics .slick-next:hover,
body:not(.fsComposeMode).home .home-infographics .slick-next:focus {
  background-color: #C1701C;
  border-color: #F28D23;
}

body:not(.fsComposeMode).home .home-testimonial,
body:not(.fsComposeMode).home .home-community-profile {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0px 96px 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial,
  body:not(.fsComposeMode).home .home-community-profile {
    margin-bottom: 81px;
  }
}

body:not(.fsComposeMode).home .home-testimonial header,
body:not(.fsComposeMode).home .home-community-profile header {
  position: absolute;
  left: 50px;
  top: -30px;
  z-index: 150;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial header,
  body:not(.fsComposeMode).home .home-community-profile header {
    left: 20px;
    top: -48px;
  }
}

body:not(.fsComposeMode).home .home-testimonial header h2.fsElementTitle,
body:not(.fsComposeMode).home .home-community-profile header h2.fsElementTitle {
  margin: 0px;
  color: #fff;
  /*padding: 47px 50px;*/
  min-height: 146px;
  max-width: 358px;
  padding-left: 37px;
  padding-top: 17px;
  background: #38BC9A;
  text-align: left;
  display: inline-block;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial header h2.fsElementTitle,
  body:not(.fsComposeMode).home .home-community-profile header h2.fsElementTitle {
    font-size: 22px;
    line-height: 25px;
    max-width: 176px;
    min-height: 67px;
    padding-top: 9px;
    padding-left: 12px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems {
  position: relative;
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article {
  padding: 0px;
  border: 0px;
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .fsThumbnail,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .fsThumbnail {
  display: block;
  width: 66%;
  float: left;
  padding: 0px;
  min-height: 492px;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .fsThumbnail,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .fsThumbnail {
    width: 50%;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .fsThumbnail,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .fsThumbnail {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .fsThumbnail,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .fsThumbnail {
    min-height: 135px;
  }
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .fsThumbnail img,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .fsThumbnail img {
    padding-top: 140px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .fsThumbnail img,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .fsThumbnail img {
    padding-top: 50px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 39px 56px;
  position: relative;
  /*display: block;*/
  float: left;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news {
    width: 50%;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news {
    padding-top: 27px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news:after,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news:after {
  position: absolute;
  content: "";
  right: -156px;
  top: -82px;
  width: 716px;
  height: 636px;
  background-image: url(/uploaded/themes/default_18/images/news-background.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news:after,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news:after {
    background-image: url(/uploaded/themes/default_18/images/background-welcome.png);
    width: 400px;
    height: 400px;
    background-size: cover;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news:after,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news:after {
    width: 300px;
    height: 265px;
    right: 0px;
    top: 18px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsTitle,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 10px 0px 10px 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsTitle,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsTitle {
    padding-top: 3px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink {
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  color: #38BC9A;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink {
    font-size: 18px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink:hover,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink:hover {
  text-decoration: none;
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsAuthor,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsAuthor {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px;
  margin: 0px;
  text-transform: capitalize;
  color: #38BC9A;
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsAuthor,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsAuthor {
    font-size: 26px;
    line-height: 30px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsAuthor:before,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsAuthor:before {
  display: none;
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsSummary,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsSummary {
  padding: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsSummary,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsSummary {
    padding: 10px 1px 0px 1px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsSummary p,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsSummary p {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsSummary p,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsSummary p {
    font-size: 16px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsSummary p em,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsSummary p em {
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .fsReadMoreLink,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .fsReadMoreLink {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #38BC9A;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems article .information-news .slick-prev,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems article .information-news .slick-prev {
    display: none !important;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-prev,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-prev {
  font-size: 0px;
  position: absolute;
  z-index: 150;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 72px;
  height: 72px;
  background-color: #38BC9A;
  /*background-image: url(/uploaded/themes/default_18/images/prev-icon.png);*/
  background-image: url(/uploaded/themes/default_18/images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-prev,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-prev {
    /*display: none!important;*/
    left: 20px;
    right: auto;
    background-image: url(/uploaded/themes/default_18/images/prev-icon.png);
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 300px;
    background-size: 27px 29px;
    background-position: center 10px;
    border-bottom: 2px solid transparent;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-prev,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-prev {
    top: 112px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-prev:hover,
body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-prev:focus,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-prev:hover,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-prev:focus {
  background-color: #206D5A;
  border-color: #38BC9A;
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-next,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-next {
  font-size: 0px;
  position: absolute;
  z-index: 150;
  /*right: 14.4%;*/
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 72px;
  height: 72px;
  background-color: #38BC9A;
  background-image: url(/uploaded/themes/default_18/images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: none !important;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-next,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-next {
    right: 20px;
    left: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 300px;
    background-size: 27px 29px;
    background-position: center 10px;
    border-bottom: 2px solid transparent;
    width: 46px;
    height: 46px;
    display: block !important;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-next,
  body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-next {
    top: 112px;
  }
}

body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-next:hover,
body:not(.fsComposeMode).home .home-testimonial .fsElementContent .fsListItems .slick-next:focus,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-next:hover,
body:not(.fsComposeMode).home .home-community-profile .fsElementContent .fsListItems .slick-next:focus {
  background-color: #206D5A;
  border-color: #38BC9A;
}

body:not(.fsComposeMode).home .home-testimonial-right,
body:not(.fsComposeMode).home .home-news {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 132px 0px 0px 0px;
}

body:not(.fsComposeMode).home .home-testimonial-right header,
body:not(.fsComposeMode).home .home-news header {
  position: absolute;
  right: 50px;
  top: -30px;
  z-index: 150;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right header,
  body:not(.fsComposeMode).home .home-news header {
    right: 20px;
    top: -48px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right header h2.fsElementTitle,
body:not(.fsComposeMode).home .home-news header h2.fsElementTitle {
  margin: 0px;
  padding-left: 0px;
  padding-right: 32px;
  padding-top: 21px;
  background: #0068B4;
  text-align: right;
  color: #fff;
  min-height: 146px;
  max-width: 358px;
  background: #0068B4;
  text-align: right;
  display: inline-block;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right header h2.fsElementTitle,
  body:not(.fsComposeMode).home .home-news header h2.fsElementTitle {
    font-size: 22px;
    line-height: 25px;
    max-width: 176px;
    min-height: 67px;
    padding-top: 9px;
    padding-right: 12px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems {
  position: relative;
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article {
  padding: 0px;
  border: 0px;
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .fsThumbnail,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .fsThumbnail {
  display: block;
  width: 66%;
  float: right;
  padding: 0px;
  min-height: 492px;
  max-width: inherit;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .fsThumbnail,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .fsThumbnail {
    width: 50%;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .fsThumbnail,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .fsThumbnail {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .fsThumbnail,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .fsThumbnail {
    min-height: 135px;
  }
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .fsThumbnail img,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .fsThumbnail img {
    padding-top: 140px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .fsThumbnail img,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .fsThumbnail img {
    padding-top: 50px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 39px 56px;
  position: relative;
  /*display: block;*/
  float: right;
}

@media (max-width: 1249px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news {
    width: 50%;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news {
    padding-top: 27px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news:after,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news:after {
  position: absolute;
  content: "";
  right: -156px;
  top: -82px;
  width: 716px;
  height: 636px;
  background-image: url(/uploaded/themes/default_18/images/news-background.png);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news:after,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news:after {
    background-image: url(/uploaded/themes/default_18/images/background-welcome.png);
    width: 400px;
    height: 400px;
    background-size: cover;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news:after,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news:after {
    width: 300px;
    height: 265px;
    right: 0px;
    top: 18px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsTitle,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 10px 0px 0px 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsTitle,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsTitle {
    padding-top: 3px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink {
  font-size: 40px;
  line-height: 47px;
  color: #0068B4;
  text-transform: capitalize;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink {
    font-size: 18px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink:hover,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsTitle .fsPostLink:hover {
  text-decoration: none;
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsSummary,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsSummary {
  padding: 34px 0px 0px 0px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsSummary,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsSummary {
    padding: 10px 1px 0px 1px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsSummary p,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsSummary p {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsSummary p,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsSummary p {
    font-size: 16px;
    line-height: 21px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .fsReadMoreLink,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .fsReadMoreLink {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems article .information-news .slick-next,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems article .information-news .slick-next {
    display: none !important;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-prev,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-prev {
  font-size: 0px;
  position: absolute;
  z-index: 150;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 72px;
  height: 72px;
  background-color: #0068B4;
  /*background-image: url(/uploaded/themes/default_18/images/prev-icon.png);*/
  background-image: url(/uploaded/themes/default_18/images/next-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: none !important;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-prev,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-prev {
    display: block !important;
    left: 20px;
    right: auto;
    background-image: url(/uploaded/themes/default_18/images/prev-icon.png);
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 469px;
    background-size: 27px 29px;
    background-position: center 10px;
    border-bottom: 2px solid transparent;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-prev,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-prev {
    top: 112px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-prev:hover,
body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-prev:focus,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-prev:hover,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-prev:focus {
  background-color: #02528D;
  border-color: #0068B4;
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-next,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-next {
  font-size: 0px;
  position: absolute;
  z-index: 150;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 72px;
  height: 72px;
  background-color: #0068B4;
  background-image: url(/uploaded/themes/default_18/images/prev-icon.png);
  background-repeat: no-repeat;
  background-position: center 17px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-next,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-next {
    right: 20px;
    left: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: 469px;
    background-size: 27px 29px;
    background-position: center 10px;
    background-image: url(/uploaded/themes/default_18/images/next-icon.png);
    border-bottom: 2px solid transparent;
    width: 46px;
    height: 46px;
    display: block !important;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-next,
  body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-next {
    top: 112px;
  }
}

body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-next:hover,
body:not(.fsComposeMode).home .home-testimonial-right .fsElementContent .fsListItems .slick-next:focus,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-next:hover,
body:not(.fsComposeMode).home .home-news .fsElementContent .fsListItems .slick-next:focus {
  background-color: #02528D;
  border-color: #0068B4;
}

body:not(.fsComposeMode).home .home-quicklinks,
body:not(.fsComposeMode).home .home-photo-link-row {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 64px 0px 0px 0px;
  padding: 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-quicklinks,
  body:not(.fsComposeMode).home .home-photo-link-row {
    margin-top: 25px;
  }
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv {
  padding: 0px;
  display: block;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsDiv,
  body:not(.fsComposeMode).home .home-photo-link-row .fsDiv {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 65px !important;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsContent,
  body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsContent {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsDiv,
  body:not(.fsComposeMode).home .home-photo-link-row .fsDiv {
    padding: 0px;
  }
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv header,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv header {
  width: 0px;
  height: 0px;
  z-index: -1000;
  visibility: hidden;
  opacity: 0;
  position: relative;
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv header .fsElementHeaderContent,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv header .fsElementHeaderContent .fsImage img {
  display: none;
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent {
  display: block;
  position: relative;
  min-height: 545px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent,
  body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent {
    min-height: 221px;
    /*max-width: 194px;*/
    /*display: table;*/
    margin: 0 auto;
  }
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a span.button-bot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /*@include x-center;*/
  bottom: -30px;
  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;
  text-align: center;
  min-height: 111px;
  width: 352px;
  /*border-bottom:5px solid transparent;*/
  color: #fff;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: auto;
  padding: 0px 10px;
  /*line-height: 106px;*/
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a span.button-bot:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 5px;
  width: 100%;
  background: transparent;
  z-index: 150;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a span.button-bot,
  body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a span.button-bot {
    width: 270px;
    min-height: 90px;
    /*line-height: 85px;*/
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a span.button-bot,
  body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a span.button-bot {
    min-height: 60px;
    width: 176px;
    font-size: 22px;
    /*line-height: 55px;*/
  }
}

body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a:hover,
body:not(.fsComposeMode).home .home-quicklinks .fsDiv .fsElementContent a:focus,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a:hover,
body:not(.fsComposeMode).home .home-photo-link-row .fsDiv .fsElementContent a:focus {
  text-decoration: none;
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-1 .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-1 .fsElementContent a span.button-bot {
  background: #0068B4;
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-1:hover .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-1:focus .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-1:hover .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-1:focus .fsElementContent a span.button-bot {
  background: #02528D;
  /*border-color: $m1;*/
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-1:hover .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-1:focus .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-1:hover .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-1:focus .fsElementContent a span.button-bot:after {
  background: #0068B4;
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-2 .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-2 .fsElementContent a span.button-bot {
  background: #38BC9A;
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-2:hover .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-2:focus .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-2:hover .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-2:focus .fsElementContent a span.button-bot {
  background: #2c957a;
  /*border-color: $m3;*/
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-2:hover .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-2:focus .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-2:hover .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-2:focus .fsElementContent a span.button-bot:after {
  background: #38BC9A;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-3,
  body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-3 {
    margin-bottom: 0px !important;
  }
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-3 .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-3 .fsElementContent a span.button-bot {
  background: #F28D23;
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-3:hover .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-3:focus .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-3:hover .fsElementContent a span.button-bot,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-3:focus .fsElementContent a span.button-bot {
  background: #C1701C;
  /*border-color: $m2;*/
}

body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-3:hover .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-quicklinks .fsStyleColumn-3:focus .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-3:hover .fsElementContent a span.button-bot:after,
body:not(.fsComposeMode).home .home-photo-link-row .fsStyleColumn-3:focus .fsElementContent a span.button-bot:after {
  background: #F28D23;
}

body:not(.fsComposeMode).home #fsFooter .footer-up-links {
  display: none;
}

.welcome-area > header .fsElementHeaderContent {
  margin: 0;
}

.welcome-area > header .fsElementHeaderContent h3 {
  margin: 0px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #535353;
  text-transform: uppercase;
}

@media (max-width: 799px) {
  .welcome-area > header .fsElementHeaderContent h3 {
    font-size: 18px;
    line-height: 21px;
  }
}

.welcome-area > header .fsElementHeaderContent h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 67px;
  margin: 0px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

@media (max-width: 799px) {
  .welcome-area > header .fsElementHeaderContent h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 15px;
  }
}

.home-posts > .fsElementContent {
  padding: 40px;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .home-posts > .fsElementContent {
    padding: 40px 200px;
  }
}

body.fsComposeMode.custom-breadcrumb,
.home .custom-breadcrumb,
.home .header-breadcrumb,
.home .landing-nav,
.home .nav-tier-two {
  display: none;
}

body.fsComposeMode.home #fsHeader {
  min-height: 70px;
}

body.fsComposeMode.home #fsHeader .fsBanner {
  height: inherit;
}

body.fsComposeMode.home #fsHeader .fsBanner .site-info-container {
  width: 10%;
  padding: 0px;
}

body.fsComposeMode.home #fsHeader .fsBanner .nav-main {
  width: 80%;
  position: relative;
  bottom: inherit;
}

body.fsComposeMode.home #fsHeader .fsBanner .right-link-search,
body.fsComposeMode.home #fsHeader .fsBanner .header-utilities {
  padding: 0px;
  width: 10%;
}

body.fsComposeMode.home .home-testimonial article .fsThumbnail img,
body.fsComposeMode.home .home-community-profile article .fsThumbnail img,
body.fsComposeMode.home .home-testimonial-right article .fsThumbnail img,
body.fsComposeMode.home .home-news article .fsThumbnail img {
  display: block;
}

body.fsComposeMode.home .infographic-bpa .cke_reset,
body.fsComposeMode.home .home-infographics .cke_reset {
  background-color: grey !important;
}

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

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  /*background: rgba(#000, .1);*/
}

.colors ol,
.style-guide-colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after,
.style-guide-colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li,
.style-guide-colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  /*height: 4em;*/
  /*width: cp(1, length($colors) / 4);*/
  height: 100px;
  width: 111px !important;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
}

@media (min-width: 600px) {
  .colors ol li,
  .style-guide-colors ol li {
    width: 33.33333%;
  }
}

@media (min-width: 1270px) {
  .colors ol li,
  .style-guide-colors ol li {
    width: 16.66667%;
  }
}

.colors ol li:after,
.style-guide-colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}

.colors ol li:nth-of-type(1),
.style-guide-colors ol li:nth-of-type(1) {
  background: #1c1c1c;
  color: #1c1c1c;
}

.colors ol li:nth-of-type(1):after,
.style-guide-colors ol li:nth-of-type(1):after {
  content: "#1c1c1c";
}

.colors ol li:nth-of-type(2),
.style-guide-colors ol li:nth-of-type(2) {
  background: #0068B4;
  color: #0068B4;
}

.colors ol li:nth-of-type(2):after,
.style-guide-colors ol li:nth-of-type(2):after {
  content: "#0068B4";
}

.colors ol li:nth-of-type(3),
.style-guide-colors ol li:nth-of-type(3) {
  background: #F28D23;
  color: #F28D23;
}

.colors ol li:nth-of-type(3):after,
.style-guide-colors ol li:nth-of-type(3):after {
  content: "#F28D23";
}

.colors ol li:nth-of-type(4),
.style-guide-colors ol li:nth-of-type(4) {
  background: #38BC9A;
  color: #38BC9A;
}

.colors ol li:nth-of-type(4):after,
.style-guide-colors ol li:nth-of-type(4):after {
  content: "#38BC9A";
}

.colors ol li:nth-of-type(5),
.style-guide-colors ol li:nth-of-type(5) {
  background: #535353;
  color: #535353;
}

.colors ol li:nth-of-type(5):after,
.style-guide-colors ol li:nth-of-type(5):after {
  content: "#535353";
}

.colors ol li:nth-of-type(6),
.style-guide-colors ol li:nth-of-type(6) {
  background: #EDEDED;
  color: #EDEDED;
}

.colors ol li:nth-of-type(6):after,
.style-guide-colors ol li:nth-of-type(6):after {
  content: "#EDEDED";
}

.fonts ol,
.style-guide-fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after,
.style-guide-fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li,
.style-guide-fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1),
.style-guide-fonts ol li:nth-of-type(1) {
  font-family: "Roboto", serif;
}

.fonts ol li:nth-of-type(1):after,
.style-guide-fonts ol li:nth-of-type(1):after {
  content: "Roboto, serif";
}

.fonts ol li:nth-of-type(2):after,
.style-guide-fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3),
.style-guide-fonts ol li:nth-of-type(3) {
  font-family: "Source Sans Pro", sans-serif;
}

.fonts ol li:nth-of-type(3):after,
.style-guide-fonts ol li:nth-of-type(3):after {
  content: "Source Sans Pro, sans-serif";
}

.fonts ol li:nth-of-type(2):after,
.style-guide-fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(5),
.style-guide-fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after,
.style-guide-fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(6),
.style-guide-fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(6):after,
.style-guide-fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(7),
.style-guide-fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(7):after,
.style-guide-fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 60px / line: 71px";
}

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

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

.headers h4:after {
  content: " size: 30px / line: 40px";
}

.headers h5:after {
  content: " size: 24px / line: 40px";
}

.headers h6:after {
  content: " size: 22px / line: 40px";
}

/*! pages - home v0.0.1 */

body:not(.fsComposeMode).standalone-page #fsPageBodyWrapper,
body:not(.fsComposeMode).landing #fsPageBodyWrapper {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.fsComposeMode).standalone-page #fsPageContent > .fsLayout > .fsDiv,
body:not(.fsComposeMode).landing #fsPageContent > .fsLayout > .fsDiv {
  margin-bottom: 0px;
}

body:not(.fsComposeMode).standalone-page .landing-image,
body:not(.fsComposeMode).landing .landing-image {
  height: 380px;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).standalone-page .landing-image,
  body:not(.fsComposeMode).landing .landing-image {
    height: 530px;
  }
}

body:not(.fsComposeMode).standalone-page .landing-nav,
body:not(.fsComposeMode).standalone-page .nav-tier-two,
body:not(.fsComposeMode).landing .landing-nav,
body:not(.fsComposeMode).landing .nav-tier-two {
  background: #fff;
}

body:not(.fsComposeMode).standalone-page .nav-sub.header-subnav,
body:not(.fsComposeMode).standalone-page .nav-tier-three.nav-tier-two-mobile,
body:not(.fsComposeMode).landing .nav-sub.header-subnav,
body:not(.fsComposeMode).landing .nav-tier-three.nav-tier-two-mobile {
  margin-bottom: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid,
body:not(.fsComposeMode).landing .standalone-quicklinks,
body:not(.fsComposeMode).landing .landing-photo-link-grid {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px;
  background-color: #EDEDED;
  padding: 90px 20px 48px 20px;
  margin-bottom: 96px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).standalone-page .standalone-quicklinks,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-grid,
  body:not(.fsComposeMode).landing .standalone-quicklinks,
  body:not(.fsComposeMode).landing .landing-photo-link-grid {
    padding: 60px 20px 40px 20px;
    margin-bottom: 50px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent {
  max-width: 1300px;
  margin: 0 auto;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout {
  padding: 0px;
  margin: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout,
  body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout,
  body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout {
    margin: 0px 0 40px 0;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv {
  display: block;
  position: relative;
  width: calc(33.33% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv,
  body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv,
  body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv header,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv header,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv header,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv header {
  /*position:relative;*/
  width: 0px;
  z-index: -1000;
  opacity: 0;
  visibility: hidden;
  display: block;
  display: none;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv header .fsElementHeaderContent .fsImage img {
  display: none;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent {
  display: block;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 358px;
  position: relative;
  margin: 0 auto;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent h6,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent h6,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent h6,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent h6 {
  margin: 0;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent p {
  margin: 0;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a span.button-bot,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a span.button-bot,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a span.button-bot,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent a span.button-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 0px;
  background-color: rgba(34, 34, 34, 0.8);
  text-align: center;
  display: block;
  width: 100%;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:hover a span.button-bot,
body:not(.fsComposeMode).standalone-page .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:focus a span.button-bot,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:hover a span.button-bot,
body:not(.fsComposeMode).standalone-page .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:focus a span.button-bot,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:hover a span.button-bot,
body:not(.fsComposeMode).landing .standalone-quicklinks > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:focus a span.button-bot,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:hover a span.button-bot,
body:not(.fsComposeMode).landing .landing-photo-link-grid > .fsElementContent .fsThreeColumnLayout .fsDiv .fsElementContent:focus a span.button-bot {
  background-color: rgba(0, 104, 180, 0.8);
}

body:not(.fsComposeMode).standalone-page .stats-zone,
body:not(.fsComposeMode).standalone-page .thermometer-zone,
body:not(.fsComposeMode).landing .stats-zone,
body:not(.fsComposeMode).landing .thermometer-zone {
  margin: 0;
}

body:not(.fsComposeMode).standalone-page .stats-zone > .fsElementContent .fsTwoColumnLayout,
body:not(.fsComposeMode).standalone-page .thermometer-zone > .fsElementContent .fsTwoColumnLayout,
body:not(.fsComposeMode).landing .stats-zone > .fsElementContent .fsTwoColumnLayout,
body:not(.fsComposeMode).landing .thermometer-zone > .fsElementContent .fsTwoColumnLayout {
  margin: 0px;
  position: relative;
  margin-bottom: 128px;
  padding: 0 82px 0 150px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode).standalone-page .stats-zone > .fsElementContent .fsTwoColumnLayout,
  body:not(.fsComposeMode).standalone-page .thermometer-zone > .fsElementContent .fsTwoColumnLayout,
  body:not(.fsComposeMode).landing .stats-zone > .fsElementContent .fsTwoColumnLayout,
  body:not(.fsComposeMode).landing .thermometer-zone > .fsElementContent .fsTwoColumnLayout {
    padding: 0;
    margin-bottom: 80px;
  }
}

body:not(.fsComposeMode).standalone-page .stats-zone > .fsElementContent .fsTwoColumnLayout .fsDiv,
body:not(.fsComposeMode).standalone-page .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsDiv,
body:not(.fsComposeMode).landing .stats-zone > .fsElementContent .fsTwoColumnLayout .fsDiv,
body:not(.fsComposeMode).landing .thermometer-zone > .fsElementContent .fsTwoColumnLayout .fsDiv {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic,
body:not(.fsComposeMode).standalone-page .landing-infographics,
body:not(.fsComposeMode).landing .standalone-infographic,
body:not(.fsComposeMode).landing .landing-infographics {
  position: relative;
  display: block;
  min-height: 611px;
  background-color: #0068B4;
  margin-bottom: 105px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  clear: both;
  /*padding-top:221px;*/
}

body:not(.fsComposeMode).standalone-page .standalone-infographic:after,
body:not(.fsComposeMode).standalone-page .landing-infographics:after,
body:not(.fsComposeMode).landing .standalone-infographic:after,
body:not(.fsComposeMode).landing .landing-infographics:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -55px;
  opacity: .7;
  width: 650px;
  height: 630px;
  background-image: url(/uploaded/themes/default_18/images/background-welcome.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic:after,
  body:not(.fsComposeMode).standalone-page .landing-infographics:after,
  body:not(.fsComposeMode).landing .standalone-infographic:after,
  body:not(.fsComposeMode).landing .landing-infographics:after {
    width: 400px;
    height: 400px;
    bottom: -10px;
  }
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic,
  body:not(.fsComposeMode).standalone-page .landing-infographics,
  body:not(.fsComposeMode).landing .standalone-infographic,
  body:not(.fsComposeMode).landing .landing-infographics {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic,
  body:not(.fsComposeMode).standalone-page .landing-infographics,
  body:not(.fsComposeMode).landing .standalone-infographic,
  body:not(.fsComposeMode).landing .landing-infographics {
    min-height: 400px;
    padding-bottom: 30px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent {
  max-width: 1115px;
  margin: 0 auto;
  position: relative;
  padding-top: 221px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent {
    padding-top: 70px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent > header,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent > header,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent > header,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent > header {
  position: absolute;
  left: 5px;
  top: -40px;
  z-index: 100;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent > header h2.fsElementTitle,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent > header h2.fsElementTitle,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent > header h2.fsElementTitle,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent > header h2.fsElementTitle {
  margin: 0px;
  min-height: 146px;
  line-height: 52px;
  padding-left: 31px;
  padding-top: 17px;
  font-size: 44px;
  width: 358px;
  background-color: #EDEDED;
  text-shadow: 0 2px 4px  #B7B7B7;
  text-align: left;
  display: inline-block;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent > header h2.fsElementTitle,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent > header h2.fsElementTitle,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent > header h2.fsElementTitle,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent > header h2.fsElementTitle {
    font-size: 22px;
    line-height: 25px;
    max-width: 176px;
    min-height: 67px;
    padding-top: 9px;
    padding-left: 12px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container {
  margin: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout .fsDiv,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container .fsDiv,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout .fsDiv,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container .fsDiv,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout .fsDiv,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container .fsDiv,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout .fsDiv,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container .fsDiv {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent {
  min-height: 135px;
  text-align: center;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent,
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent {
    min-height: 100px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsContent,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent .fsContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent .fsContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent .fsContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent .fsContent {
  position: relative;
  height: 315px;
  margin: 0;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent header,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent header,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent header,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent header,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent header,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent header,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent header,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent header {
  min-height: 109px;
  text-align: center;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent header .fsElementHeaderContent .fsImage img {
  margin: 0 auto;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent .fsImage,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent .fsImage,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent .fsImage,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent .fsImage {
  text-align: center;
  padding-bottom: 20px;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage img,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent .fsImage img,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage img,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent .fsImage img,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage img,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent .fsImage img,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent .fsImage img,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent .fsImage img {
  margin: 0 auto;
  display: block;
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h2,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h2,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h2,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h2 {
  color: #fff;
  margin: 0px;
  font-size: 55px;
  line-height: 56px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h2,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h2,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h2,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h2,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h2 {
    font-size: 45px;
    line-height: 46px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h3,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h3,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h3,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h3 {
  color: #fff;
  font-size: 40px;
  text-transform: inherit;
  line-height: 39px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h3,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h3,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container > .fsElementContent h3,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout > .fsElementContent h3,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container > .fsElementContent h3 {
    font-size: 33px;
    line-height: 32px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout footer,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container footer,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout footer,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container footer,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout footer,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container footer,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout footer,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container footer .fsElementFooterContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container footer .fsElementFooterContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container footer .fsElementFooterContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container footer .fsElementFooterContent {
  text-align: center;
  padding-top: 25px;
  margin: 0px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
  body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container footer .fsElementFooterContent,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
  body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container footer .fsElementFooterContent,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
  body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container footer .fsElementFooterContent,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent,
  body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container footer .fsElementFooterContent {
    padding-top: 0px;
  }
}

body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent a,
body:not(.fsComposeMode).standalone-page .standalone-infographic > .fsElementContent .infographic-container footer .fsElementFooterContent a,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent a,
body:not(.fsComposeMode).standalone-page .landing-infographics > .fsElementContent .infographic-container footer .fsElementFooterContent a,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent a,
body:not(.fsComposeMode).landing .standalone-infographic > .fsElementContent .infographic-container footer .fsElementFooterContent a,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .fsFourColumnLayout footer .fsElementFooterContent a,
body:not(.fsComposeMode).landing .landing-infographics > .fsElementContent .infographic-container footer .fsElementFooterContent a {
  color: #fff;
}

body:not(.fsComposeMode).standalone-page .discover-zone,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide,
body:not(.fsComposeMode).landing .discover-zone,
body:not(.fsComposeMode).landing .landing-photo-link-wide {
  margin-bottom: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).standalone-page .discover-zone,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide,
  body:not(.fsComposeMode).landing .discover-zone,
  body:not(.fsComposeMode).landing .landing-photo-link-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .discover-zone,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide,
  body:not(.fsComposeMode).landing .discover-zone,
  body:not(.fsComposeMode).landing .landing-photo-link-wide {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

body:not(.fsComposeMode).standalone-page .discover-zone header,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide header,
body:not(.fsComposeMode).landing .discover-zone header,
body:not(.fsComposeMode).landing .landing-photo-link-wide header {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 66%;
  min-height: 545px;
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).standalone-page .discover-zone header,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide header,
  body:not(.fsComposeMode).landing .discover-zone header,
  body:not(.fsComposeMode).landing .landing-photo-link-wide header {
    width: 100%;
  }
}

@media (max-width: 799px) {
  body:not(.fsComposeMode).standalone-page .discover-zone header,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide header,
  body:not(.fsComposeMode).landing .discover-zone header,
  body:not(.fsComposeMode).landing .landing-photo-link-wide header {
    min-height: 300px;
  }
}

body:not(.fsComposeMode).standalone-page .discover-zone header .fsElementHeaderContent,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .discover-zone header .fsElementHeaderContent,
body:not(.fsComposeMode).landing .landing-photo-link-wide header .fsElementHeaderContent {
  margin: 0px;
}

body:not(.fsComposeMode).standalone-page .discover-zone header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .discover-zone header .fsElementHeaderContent .fsImage img,
body:not(.fsComposeMode).landing .landing-photo-link-wide header .fsElementHeaderContent .fsImage img {
  display: none;
}

body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent,
body:not(.fsComposeMode).landing .discover-zone .fsElementContent,
body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent {
  padding: 64px 61px 0px 61px;
  width: 34%;
}

@media (max-width: 1299px) {
  body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent,
  body:not(.fsComposeMode).landing .discover-zone .fsElementContent,
  body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent,
  body:not(.fsComposeMode).landing .discover-zone .fsElementContent,
  body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent {
    width: 100%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent,
  body:not(.fsComposeMode).landing .discover-zone .fsElementContent,
  body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}

body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent p,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent p,
body:not(.fsComposeMode).landing .discover-zone .fsElementContent p,
body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent p {
  margin: 0px;
  font-size: 30px;
  color: #545454;
  font-weight: 500;
  line-height: 39px;
  text-align: center;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent p,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent p,
  body:not(.fsComposeMode).landing .discover-zone .fsElementContent p,
  body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent p {
    font-size: 25px;
    line-height: 35px;
  }
}

body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent a,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent a,
body:not(.fsComposeMode).landing .discover-zone .fsElementContent a,
body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent a {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 52px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  width: 352px;
  min-height: 111px;
  padding: 20px;
  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;
  margin: 0px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #0068B4;
  margin: 37px auto;
}

@media (max-width: 949px) {
  body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent a,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent a,
  body:not(.fsComposeMode).landing .discover-zone .fsElementContent a,
  body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent a {
    font-size: 37px;
    line-height: 45px;
    width: 290px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent a,
  body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent a,
  body:not(.fsComposeMode).landing .discover-zone .fsElementContent a,
  body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent a {
    min-height: 30px;
    line-height: 30px;
    font-size: 23px;
    width: 270px;
  }
}

body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent a:hover,
body:not(.fsComposeMode).standalone-page .discover-zone .fsElementContent a:focus,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent a:hover,
body:not(.fsComposeMode).standalone-page .landing-photo-link-wide .fsElementContent a:focus,
body:not(.fsComposeMode).landing .discover-zone .fsElementContent a:hover,
body:not(.fsComposeMode).landing .discover-zone .fsElementContent a:focus,
body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent a:hover,
body:not(.fsComposeMode).landing .landing-photo-link-wide .fsElementContent a:focus {
  background-color: #02528D;
  border-color: #0068B4;
  text-decoration: none;
}

body:not(.fsComposeMode).standalone-page.landing-page-title .custom-breadcrumb,
body:not(.fsComposeMode).standalone-page.landing-page-title .header-breadcrumb,
body:not(.fsComposeMode).landing.landing-page-title .custom-breadcrumb,
body:not(.fsComposeMode).landing.landing-page-title .header-breadcrumb {
  padding-top: 15px;
}

body:not(.fsComposeMode).standalone-page.landing-page-title .custom-breadcrumb nav,
body:not(.fsComposeMode).standalone-page.landing-page-title .header-breadcrumb nav,
body:not(.fsComposeMode).landing.landing-page-title .custom-breadcrumb nav,
body:not(.fsComposeMode).landing.landing-page-title .header-breadcrumb nav {
  display: none;
}

body:not(.fsComposeMode).standalone-page.landing-page-title .custom-breadcrumb .fsElementContent h1.fsPageTitle,
body:not(.fsComposeMode).standalone-page.landing-page-title .header-breadcrumb .fsElementContent h1.fsPageTitle,
body:not(.fsComposeMode).landing.landing-page-title .custom-breadcrumb .fsElementContent h1.fsPageTitle,
body:not(.fsComposeMode).landing.landing-page-title .header-breadcrumb .fsElementContent h1.fsPageTitle {
  margin: 0px !important;
  line-height: 84px;
}

body:not(.fsComposeMode).standalone-page.landing-page-title .landing-nav,
body:not(.fsComposeMode).standalone-page.landing-page-title .nav-tier-two,
body:not(.fsComposeMode).landing.landing-page-title .landing-nav,
body:not(.fsComposeMode).landing.landing-page-title .nav-tier-two {
  display: none;
}

body.fsDraftMode.landing .landing-photo-link-wide {
  display: block;
  zoom: 1;
}

body.fsDraftMode.landing .landing-photo-link-wide:after {
  display: table;
  clear: both;
  content: '';
}

body.fsDraftMode.landing .landing-photo-link-wide header {
  float: right;
}

body.fsDraftMode.landing .landing-photo-link-wide .fsElementContent {
  float: left;
}

body.fsComposeMode .fsLayout {
  margin: 0px;
}

.portal-page-title .custom-breadcrumb,
.portal-page-title .header-breadcrumb {
  padding-bottom: 10px;
}

.portal-page-title .custom-breadcrumb .fsElementContent,
.portal-page-title .header-breadcrumb .fsElementContent {
  max-width: 100%;
  padding-left: 0px;
  text-align: center;
}

.portal-page-title .custom-breadcrumb .fsElementContent nav,
.portal-page-title .header-breadcrumb .fsElementContent nav {
  display: none;
}

.calendar-container,
.portal-calendar {
  margin-bottom: 128px;
}

@media (min-width: 800px) {
  .calendar-container,
  .portal-calendar {
    padding: 0 20px;
  }
}

.calendar-container .fsDiv,
.portal-calendar .fsDiv {
  padding: 0px;
  margin: 0px;
}

.calendar-container .fsStyleColumn-1,
.portal-calendar .fsStyleColumn-1 {
  width: 50%;
}

@media (min-width: 1000px) {
  .calendar-container .fsStyleColumn-1,
  .portal-calendar .fsStyleColumn-1 {
    width: 500px;
  }
}

@media (max-width: 899px) {
  .calendar-container .fsStyleColumn-1,
  .portal-calendar .fsStyleColumn-1 {
    width: 100%;
  }
}

.calendar-container .fsStyleColumn-2,
.portal-calendar .fsStyleColumn-2 {
  width: 50%;
}

@media (min-width: 1000px) {
  .calendar-container .fsStyleColumn-2,
  .portal-calendar .fsStyleColumn-2 {
    width: calc(100% - 500px);
  }
}

@media (max-width: 899px) {
  .calendar-container .fsStyleColumn-2,
  .portal-calendar .fsStyleColumn-2 {
    width: 100%;
  }
}

.school-calendar-portal,
.portal-tabs {
  margin: 0px 0px 128px 0px;
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .school-calendar-portal,
  .portal-tabs {
    margin: 0px 0px 60px 0px;
  }
}

.school-calendar-portal > header,
.portal-tabs > header {
  margin-bottom: 42px;
  text-align: left;
  max-width: 1115px;
  margin: 0 auto 42px auto;
}

@media (max-width: 599px) {
  .school-calendar-portal > header,
  .portal-tabs > header {
    margin-bottom: 20px;
  }
}

.school-calendar-portal > header h2.fsElementTitle,
.portal-tabs > header h2.fsElementTitle {
  margin: 0px;
  text-align: left !important;
  min-height: 146px;
  width: 358px;
  background: #0068B4;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
  text-align: right;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding-right: 30px;
  padding-left: 40px;
  padding-top: 17px;
}

@media (max-width: 1149px) {
  .school-calendar-portal > header h2.fsElementTitle,
  .portal-tabs > header h2.fsElementTitle {
    font-size: 40px;
    line-height: 48px;
    width: 320px;
  }
}

@media (max-width: 599px) {
  .school-calendar-portal > header h2.fsElementTitle,
  .portal-tabs > header h2.fsElementTitle {
    font-size: 22px;
    line-height: 25px;
    max-width: 176px;
    min-height: 67px;
    padding-top: 9px;
    padding-right: 12px;
  }
}

.school-calendar-portal > .fsElementContent,
.portal-tabs > .fsElementContent {
  max-width: 1115px;
  margin: 0 auto;
  text-align: center;
}

.school-calendar-portal > .fsElementContent .fsPanel > .fsElementContent,
.portal-tabs > .fsElementContent .fsPanel > .fsElementContent {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 36px;
}

@media (max-width: 599px) {
  .school-calendar-portal > .fsElementContent .fsPanel > .fsElementContent,
  .portal-tabs > .fsElementContent .fsPanel > .fsElementContent {
    padding-left: 0px;
  }
}

body.fsComposeMode .standalone-quicklinks p,
body.fsComposeMode .landing-photo-link-grid p {
  margin: 0;
}

/*! enhancements - infographic */

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

.icon-list ul li {
  margin: 6px 0px;
  padding: 0;
}

.icon-list ul li:before {
  font-size: 30px;
  margin-right: 14px;
}

.icon-list ul li:after {
  display: none;
}

[class^="infographic1-"],
[class*=" infographic1-"],
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "IcoMoon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
  content: "\E903";
}

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

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

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

.icon-teacher:before {
  content: "\E904";
}

.icon-theater:before {
  content: "\E905";
}

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

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

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

.icon-volleyball:before {
  content: "\E909";
}

.icon-volunteer:before {
  content: "\E90A";
}

.icon-microscope:before {
  content: "\E90B";
}

.icon-skyscraper-icon:before {
  content: "\E90C";
}

.icon-sports:before {
  content: "\E90D";
}

.icon-stopwatch:before {
  content: "\E90E";
}

.icon-teacher-student-ratio:before {
  content: "\E90F";
}

.icon-tennis:before {
  content: "\E910";
}

.icon-quicklink5:before {
  content: "\E911";
}

.icon-shoe:before {
  content: "\E912";
}

.icon-soccer4:before {
  content: "\E913";
}

.icon-star:before {
  content: "\E914";
}

.icon-store:before {
  content: "\E915";
}

.icon-summer:before {
  content: "\E916";
}

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

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

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

.icon-question-mark:before {
  content: "\E91A";
}

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

.icon-news-bullhorn:before {
  content: "\E91C";
}

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

.icon-pie-chart:before {
  content: "\E91E";
}

.icon-piggy-bank6:before {
  content: "\E91F";
}

.icon-gear:before {
  content: "\E920";
}

.icon-group-girls:before {
  content: "\E921";
}

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

.icon-information13:before {
  content: "\E923";
}

.icon-issue_warning_concern:before {
  content: "\E924";
}

.icon-jersey:before {
  content: "\E925";
}

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

.icon-leaf:before {
  content: "\E927";
}

.icon-lock5:before {
  content: "\E928";
}

.icon-enroll:before {
  content: "\E929";
}

.icon-family:before {
  content: "\E92A";
}

.icon-faq:before {
  content: "\E92B";
}

.icon-files:before {
  content: "\E92C";
}

.icon-football:before {
  content: "\E92D";
}

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

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

.icon-group-boys:before {
  content: "\E930";
}

.icon-group-coed:before {
  content: "\E931";
}

.icon-group:before {
  content: "\E932";
}

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

.icon-briefcase3:before {
  content: "\E934";
}

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

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

.icon-certificate:before {
  content: "\E937";
}

.icon-cross3:before {
  content: "\E938";
}

.icon-directory:before {
  content: "\E939";
}

.icon-diversity2:before {
  content: "\E93A";
}

.icon-doors:before {
  content: "\E93B";
}

.icon-droplet:before {
  content: "\E93C";
}

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

.icon-apply:before {
  content: "\E93E";
}

.icon-artpalette:before {
  content: "\E93F";
}

.icon-award:before {
  content: "\E940";
}

.icon-backpack:before {
  content: "\E941";
}

.icon-bar-graph3:before {
  content: "\E942";
}

.icon-baseball:before {
  content: "\E943";
}

.icon-basketball:before {
  content: "\E944";
}

.icon-beaker:before {
  content: "\E945";
}

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

@media print {
  .nav-main,
  .nav-sub,
  .nav-tier-three .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;
  }

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