/*!
 * Finalsite Sales Demo - default_18
 * @link: https://clientsuccess.demo.finalsite.com
 * Site Template: newclientcustom
 * Built By: Jordan Melendez
 * Project Manager: Mike Hartzler
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.3.0
 * Git Tag: v4.3.0-18-gc9d7666
 * Last built by: Chris Mazurski
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@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-weight: bold;
  font-size: 1.1em;
}

h1 {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  line-height: 56px;
  color: #163052;
  font-weight: 600;
  margin-bottom: 25px;
}

h2 {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

h3 {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h4 {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

h5 {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

h6 {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

p {
  margin: 0 0 40px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  font-weight: 700;
  text-decoration: none;
  color: #163052;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

a:visited,
a#visited {
  opacity: 0.7;
}

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

body:not(.fsDraftMode) .fsPageBody .fsContent ul li,
body:not(.fsDraftMode) .fsPageBody .fsContent ol li {
  margin: 0 0 5px;
}

.table-overflow {
  overflow-x: auto;
}

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

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td,
.fs_style_62 td {
  background: #EFEFF0;
  padding: 13px 20px 11px;
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.styled tr,
.fs_style_62 tr {
  border-bottom: 1px solid #fff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td,
.fs_style_62 tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th,
.fs_style_62 th {
  background: #163052;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 13px 20px 11px;
  text-align: left;
}

button:hover,
button:focus {
  cursor: pointer;
}

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

.fsElement > header .fsElementTitle {
  color: #363636;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 20px;
}

.fsElement.dark {
  background: #163052;
  color: #fff;
}

.fsElement.dark a {
  color: #fff;
}

.fsElement.dark a:hover,
.fsElement.dark a:focus,
.fsElement.dark a#hovered {
  color: #fff;
}

.fsElement.dark a:visited {
  color: rgba(255, 255, 255, 0.7);
}

.fsElement.dark .fsElementTitle {
  color: #fff;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

/*! 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: #163052;
  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 #C5C6CA;
}

.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: #363636;
  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(54, 54, 54, 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: #363636;
}

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

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

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

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

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

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

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #030303;
}

.fsElementDialog {
  color: #363636;
}

.fs_style_63 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fs_style_63:hover,
.fs_style_63:focus,
.fsStateSelected .fs_style_63 {
  background: #21487a;
  color: #fff;
}

.fs_style_63 em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fs_style_63.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fs_style_63,
.fsBannerRight .fs_style_63 {
  display: block;
  margin: 0;
}

.fs_style_65 {
  background: #BD4A99;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fs_style_65:hover,
.fs_style_65:focus,
.fsStateSelected .fs_style_65 {
  background: #cb6fae;
  color: #fff;
}

.fs_style_65 em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fs_style_65.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fs_style_65,
.fsBannerRight .fs_style_65 {
  display: block;
  margin: 0;
}

.fs_style_65 em {
  color: #fff;
}

.fs_style_66 {
  background: #127190;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fs_style_66:hover,
.fs_style_66:focus,
.fsStateSelected .fs_style_66 {
  background: #1895bd;
  color: #fff;
}

.fs_style_66 em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fs_style_66.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fs_style_66,
.fsBannerRight .fs_style_66 {
  display: block;
  margin: 0;
}

.fs_style_66:hover,
.fs_style_66:focus {
  text-decoration: underline !important;
}

.fs_style_66 em {
  color: rgba(255, 255, 255, 0.9);
}

.fs_style_64 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #595959;
  background: transparent;
  color: #595959;
}

.fs_style_64:hover,
.fs_style_64:focus,
.fsStateSelected .fs_style_64 {
  background: #21487a;
  color: #fff;
}

.fs_style_64 em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fs_style_64.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fs_style_64,
.fsBannerRight .fs_style_64 {
  display: block;
  margin: 0;
}

.fs_style_64 em {
  color: rgba(89, 89, 89, 0.7);
}

.fs_style_64:hover,
.fs_style_64:focus {
  background: #737373;
  border-color: #737373;
  color: #fff;
}

.fs_style_64:hover em,
.fs_style_64:focus em {
  color: rgba(255, 255, 255, 0.7);
}

.fs_style_67 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.fs_style_67:hover,
.fs_style_67:focus,
.fsStateSelected .fs_style_67 {
  background: #21487a;
  color: #fff;
}

.fs_style_67 em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fs_style_67.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fs_style_67,
.fsBannerRight .fs_style_67 {
  display: block;
  margin: 0;
}

.fs_style_67:hover,
.fs_style_67:focus {
  background: #fff;
  border-color: #fff;
  color: #163052 !important;
}

.fs_style_67:hover em,
.fs_style_67:focus em {
  color: rgba(22, 48, 82, 0.7);
}

button.fsLoadMoreButton.fsStyleDefaultButton {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 1px solid #595959;
  background: transparent;
  color: #595959;
  display: block;
  width: 100%;
  margin: 30px 0 0 !important;
}

button.fsLoadMoreButton.fsStyleDefaultButton:hover,
button.fsLoadMoreButton.fsStyleDefaultButton:focus,
.fsStateSelected button.fsLoadMoreButton.fsStyleDefaultButton {
  background: #21487a;
  color: #fff;
}

button.fsLoadMoreButton.fsStyleDefaultButton em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

button.fsLoadMoreButton.fsStyleDefaultButton.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight button.fsLoadMoreButton.fsStyleDefaultButton,
.fsBannerRight button.fsLoadMoreButton.fsStyleDefaultButton {
  display: block;
  margin: 0;
}

button.fsLoadMoreButton.fsStyleDefaultButton:hover,
button.fsLoadMoreButton.fsStyleDefaultButton:focus {
  background: #737373;
  border-color: #737373;
  color: #fff;
}

.fsStyleDefaultButton {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #21487a;
  color: #fff;
}

.fsStyleDefaultButton em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fsStyleDefaultButton.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton {
  display: block;
  margin: 0;
}

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

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 10px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

.fsStyleUpdateButton {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #21487a;
  color: #fff;
}

.fsStyleUpdateButton em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fsStyleUpdateButton.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton {
  display: block;
  margin: 0;
}

body:not(.fsComposeMode) .header-image picture,
body:not(.fsComposeMode) .header-image img {
  display: block;
  width: 100%;
  height: 34.77vw;
  max-height: 500px;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-divider.fsElement {
  border-top: 1px solid #E0E0E2;
  color: #595959;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
  padding: 11.5px 0 0;
}

.section-divider.fsElement .fsElementTitle {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-style: normal;
  margin: 0 0 6px;
}

.fs_style_69,
.fs_style_70 {
  border: 1px solid #595959;
  border-radius: 2px;
  color: #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 6px;
  padding: 14px 20px 14px 24px;
  position: relative;
}

.fs_style_69:hover,
.fs_style_69:focus,
.fs_style_70:hover,
.fs_style_70:focus {
  background: #595959;
  color: #fff !important;
  text-decoration: none;
}

.fs_style_69:hover:before,
.fs_style_69:focus:before,
.fs_style_70:hover:before,
.fs_style_70:focus:before {
  color: #fff;
}

.fs_style_69:before,
.fs_style_70:before {
  color: #BD4A99;
  font-size: 16px;
  line-height: 1;
  margin: 0 16px 0 0;
}

.fs_style_69.fs_style_69:before,
.fs_style_70.fs_style_69:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_69.fs_style_70:before,
.fs_style_70.fs_style_70:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_60 {
  color: #363636;
  font-size: 22px;
  line-height: 32px;
}

blockquote {
  border-top: 1px solid #C5C6CA;
  color: #595959;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  line-height: 32px;
  margin: 50px 0;
  padding: 32px 0 0;
  position: relative;
  text-align: center;
}

blockquote:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  background: #fff;
  color: #127190;
  font-size: 25px;
  font-style: normal;
  line-height: 1;
  padding: 0 30px;
  top: -14px;
}

blockquote p {
  margin: 0;
}

cite {
  color: #595959;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.fs_style_61 {
  border-left: 2px solid #127190;
  color: #595959;
  display: block;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  margin: 5px 0;
  padding-left: 20px;
}

.fs_style_61.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .fs_style_61.left {
    width: 50%;
  }
}

.fs_style_61.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .fs_style_61.right {
    width: 50%;
  }
}

.fsDraftMode:not(.fsComposeMode) .content-callout .fsElementActionButtonContainer {
  display: none;
}

body:not(.fsComposeMode) .content-callout {
  background: #EFEFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body:not(.fsComposeMode) .content-callout:not(.has-image) .fsElementContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 20px 20px 20px;
}

body:not(.fsComposeMode) .content-callout.dark {
  background: #163052;
}

body:not(.fsComposeMode) .content-callout.dark .fsElementTitle {
  color: #fff;
}

body:not(.fsComposeMode) .content-callout.white {
  background: #fff;
  border: 1px solid #C5C6CA;
}

body:not(.fsComposeMode) .content-callout.has-image header {
  border-top: none;
}

body:not(.fsComposeMode) .content-callout header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 30px;
}

body:not(.fsComposeMode) .content-callout .fsElementTitle {
  color: #363636;
  font-size: 22px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 20px;
}

body:not(.fsComposeMode) .content-callout .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .content-callout .fsElementContent {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

body:not(.fsComposeMode) .content-callout .fsElementContent img {
  display: block;
  width: 100%;
}

body:not(.fsComposeMode) .content-callout footer {
  display: none;
}

body:not(.fsComposeMode) .content-callout.photo-left,
body:not(.fsComposeMode) .content-callout.photo-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .content-callout.photo-left,
  body:not(.fsComposeMode) .content-callout.photo-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body:not(.fsComposeMode) .content-callout.photo-left header,
body:not(.fsComposeMode) .content-callout.photo-right header {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 30px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .content-callout.photo-left header,
  body:not(.fsComposeMode) .content-callout.photo-right header {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body:not(.fsComposeMode) .content-callout.photo-left .fsElementContent,
body:not(.fsComposeMode) .content-callout.photo-right .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin: 0;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .content-callout.photo-left .fsElementContent,
  body:not(.fsComposeMode) .content-callout.photo-right .fsElementContent {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

body:not(.fsComposeMode) .content-callout.photo-left .fsElementContent img,
body:not(.fsComposeMode) .content-callout.photo-left .fsElementContent picture,
body:not(.fsComposeMode) .content-callout.photo-right .fsElementContent img,
body:not(.fsComposeMode) .content-callout.photo-right .fsElementContent picture {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .content-callout.photo-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .content-callout.photo-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #163052;
  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 {
  margin: 0 0 80px;
  padding: 0 34px;
}

.home .fsBreadcrumb {
  display: none;
}

.page-not-found .fsBreadcrumb {
  display: none;
}

@media (max-width: 899px) {
  .fsBreadcrumb {
    display: none;
  }
}

.fsBreadcrumb header {
  display: none;
}

.fsBreadcrumb .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.fsBreadcrumb .fsNavBreadcrumbSeperator {
  margin: 0 10px;
}

.fsBreadcrumb .fsNavBreadcrumbSeperator:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #C5C6CA;
  font-size: 7px;
}

.fsBreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsBreadcrumb li {
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}

.fsBreadcrumb li a {
  color: #595959;
  padding: 0;
}

.fsBreadcrumb li a:hover,
.fsBreadcrumb li a:focus {
  color: #363636;
}

.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-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

.nav-tier ul li.fsNavCurrentPage > a {
  color: #163052;
  background: #1d1d1d;
}

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #163052;
  background: #363636;
}

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

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

.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 {
  background: rgba(224, 224, 226, 0.5);
  padding: 7px 0 14px;
  display: none;
}

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

  .nav-sub > header .fsElementTitle {
    background-color: #127190;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 21px 25px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

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

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

@media screen and (max-width: 899px) {
  .nav-sub > header .fsElementTitle:after {
    content: "\E90F";
    font-size: 12px;
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    font-family: 'icomoon';
    right: 20px;
  }

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

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 7.5px 25px;
    color: #595959;
    background: transparent;
  }

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

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

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

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

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

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

  .nav-sub > .fsElementContent .fsNavLevel1 {
    background: rgba(224, 224, 226, 0.5);
    padding: 0;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li:first-child > a {
    padding: 19px 25px 12px;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li:last-child > a {
    padding: 12px 25px 19px;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding: 12px 25px;
  }

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

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

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

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

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #163052;
    color: #fff;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "\E90C";
    font-size: 2px;
  }
}

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

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

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

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

.fsHeader .nav-sub {
  display: block;
}

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

.nav-sub.dropdown {
  background: #fff;
  display: block !important;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

body.home .nav-sub.dropdown {
  display: none !important;
}

@media (min-width: 900px) {
  .nav-sub.dropdown {
    display: none !important;
  }
}

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

.nav-sub .fsNavPageInfo {
  padding: 0 0 5px;
  max-height: 0;
  overflow: hidden;
}

.nav-sub button.expand-nav {
  background: none;
  border: none;
  font-size: 0;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: absolute;
  top: 9px;
  right: 12px;
}

.nav-sub button.expand-nav:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 8px;
  color: #595959;
}

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

.nav-sub ul li {
  position: relative;
}

.nav-sub ul li a {
  display: block;
  padding: 7.5px 25px;
  color: #595959;
  background: transparent;
  font-size: 15px;
  line-height: 24px;
}

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

.nav-sub ul li.open > .fsNavPageInfo {
  max-height: 999px;
}

.nav-sub ul li.open > button.expand-nav:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 5px;
}

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

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

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

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

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

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

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

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

.nav-sub .fsNavLevel1 > li[class*="fsNavCurrent"]:before,
.nav-sub .fsNavLevel1 > li.open:before {
  content: '';
  background: #C5C6CA;
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.nav-sub .fsNavLevel1 > li > button.expand-nav {
  top: 13px;
}

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

.nav-sub .fsNavLevel1 > li > a {
  padding: 12px 25px;
}

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

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

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

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

.nav-main.fsElement {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  max-width: 785px;
  width: 100%;
}

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

.nav-main.fsElement .fsElementContent {
  width: 100%;
}

.nav-main.fsElement .fsNavLevel1 {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  text-align: center;
  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;
}

.no-flexbox .nav-main.fsElement .fsNavLevel1 {
  text-align: justify;
  font-size: 0.1px;
}

.no-flexbox .nav-main.fsElement .fsNavLevel1 > li {
  display: inline-block;
}

.no-flexbox .nav-main.fsElement .fsNavLevel1:after {
  content: "";
  display: inline-block;
  width: 100%;
}

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

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

.nav-main.fsElement .fsNavLevel1 > li:hover > a:before,
.nav-main.fsElement .fsNavLevel1 > li:focus > a:before,
.nav-main.fsElement .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:before {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.nav-main.fsElement .fsNavLevel1 > li:last-child a {
  padding-right: 0;
}

.nav-main.fsElement .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 45px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
}

.nav-main.fsElement .fsNavLevel1 > li > a:before {
  content: '';
  background: #149BC7;
  height: 3px;
  width: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

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

.nav-main.fsElement .fsNavLevel1 > li > a:focus:before {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
}

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

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

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

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

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

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

html:not(.js) .nav-main.fsElement .fsNavLevel1 > li {
  position: relative;
}

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

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

@media (max-width: 599px) {
  html:not(.js) .nav-main.fsElement .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  background: #163052;
  text-align: left;
  z-index: 300;
}

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

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

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

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

.nav-main .col-wrap {
  background: #E0E0E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px 25px 30px;
}

.nav-main .fsNavLevel2:nth-child(2) {
  margin: 0 0 0 80px;
}

.nav-main .fsNavLevel2 li {
  white-space: nowrap;
  margin: 0 0 15px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #363636;
  background: transparent;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #127190;
  background: transparent;
}

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

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

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

.drawer-trigger-element {
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.drawer-trigger-element .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-trigger {
  background: none;
  border: none;
  font-size: 0;
  height: 25px;
  width: 25px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.drawer-trigger:hover:before,
.drawer-trigger:focus:before {
  color: rgba(255, 255, 255, 0.7);
}

.drawer-trigger:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 16px;
}

.drawer-is-active .drawer-trigger:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility .5s, transform .5s;
  transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s;
  top: 0;
  left: 0;
  -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);
  top: 0;
  min-height: 100%;
  max-width: 100%;
  background: #163052;
  position: fixed;
  overflow-y: auto;
  height: 100%;
}

.fsAccountBarVisible .fsMenu {
  top: 45px;
}

.fsMenu li[class*="fsNavCurrent"] > a {
  color: #1BBFA6;
}

.fsMenu a {
  color: #fff;
}

.fsMenu a:hover,
.fsMenu a:focus {
  color: #1BBFA6;
}

.fsMenu .main-container_mobile {
  padding: 20px;
}

.fsMenu .drawer-close-element {
  margin: 0 0 30px;
}

.fsMenu .drawer-close-element .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fsMenu .mobile-search {
  background: #fafafb;
  border: 1px solid #E0E0E2;
  border-radius: 2px;
  margin: 0 0 40px;
}

.fsMenu .mobile-search ::-webkit-input-placeholder {
  color: #363636;
}

.fsMenu .mobile-search :-moz-placeholder {
  color: #363636;
}

.fsMenu .mobile-search ::-moz-placeholder {
  color: #363636;
}

.fsMenu .mobile-search :-ms-input-placeholder {
  color: #363636;
}

.fsMenu .mobile-search form {
  position: relative;
}

.fsMenu .mobile-search label {
  position: absolute;
  left: -999px;
}

.fsMenu .mobile-search .fsSearchElementKeyword {
  margin: 0;
}

.fsMenu .mobile-search .fsSearchElementKeyword input {
  background: transparent;
  border: none;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  padding: 10px 40px 10px 20px;
}

.fsMenu .mobile-search .fsSearchElementKeyword button {
  display: none;
}

.fsMenu .mobile-search .fsSearchElementSearchButton {
  background: none;
  border: none;
  color: #363636;
  font-size: 0;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 12px;
}

.fsMenu .mobile-search .fsSearchElementSearchButton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #363636;
  font-size: 12px;
}

.fsMenu .nav-main-mobile {
  margin: 0 0 30px;
}

.fsMenu .nav-main-mobile button.expand-nav {
  background: none;
  border: none;
  font-size: 0;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: absolute;
  top: 17px;
  right: 14px;
}

.fsMenu .nav-main-mobile button.expand-nav:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 12px;
  color: #fff;
}

.fsMenu .nav-main-mobile .fsNavLevel1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fsMenu .nav-main-mobile .fsNavLevel1 > li {
  position: relative;
}

.fsMenu .nav-main-mobile .fsNavLevel1 > li.open > .fsNavPageInfo {
  max-height: 9999px;
}

.fsMenu .nav-main-mobile .fsNavLevel1 > li.open > button.expand-nav:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 2px;
}

.fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  padding: 20px 0;
}

.fsMenu .nav-main-mobile .fsNavPageInfo {
  max-height: 0;
  overflow: hidden;
}

.fsMenu .nav-main-mobile .fsNavLevel2 {
  padding: 0 0 15px 20px;
}

.fsMenu .nav-main-mobile .fsNavLevel2 li:first-child > a {
  padding-top: 0;
}

.fsMenu .nav-main-mobile .fsNavLevel2 li a {
  font-size: 12px;
  line-height: 22px;
  padding: 5px 0;
}

.fsMenu .nav-utility-mobile {
  margin: 0;
}

.fsMenu .nav-utility-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: inherit;
  font-size: 3px;
  margin: 0 0 0 3px;
}

.fsMenu .nav-utility-mobile .fsNavLevel1 > li > a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
}

.fsMenu .nav-utility-mobile .fsNavPageInfo {
  margin: 5px 0 10px;
}

.fsMenu .nav-utility-mobile .fsNavLevel2 {
  padding: 0 0 0 20px;
}

.fsMenu .nav-utility-mobile .fsNavLevel2 > li > a {
  font-size: 13px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 22px;
  padding: 2.5px 0;
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility .5s, transform .5s;
  transition: opacity .5s, visibility .5s, transform .5s, -webkit-transform .5s;
}

.nav-social {
  margin: 0 0 0 auto;
}

@media (max-width: 1099px) {
  .nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    width: 100%;
  }
}

@media (max-width: 899px) {
  .nav-social {
    -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;
    margin: 0;
  }
}

.nav-social .fsElementContent {
  margin: 0 0 45px;
}

@media (max-width: 1099px) {
  .nav-social .fsElementContent {
    margin: 0;
  }
}

@media (max-width: 899px) {
  .nav-social .fsElementContent {
    margin: 0 0 30px;
  }
}

.nav-social .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

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

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

@media (max-width: 899px) {
  .nav-social .fsNavLevel1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-social .fsNavLevel1 li {
  display: inline-block;
  line-height: 24px;
}

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

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

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

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\E90A";
  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: "\E912";
  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: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\E913";
  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:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  padding: 0;
}

.nav-social .fsNavLevel1 a:before {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}

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

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

.nav-utility-header {
  margin: 0;
}

.nav-utility-header:not(.quicklinks) {
  margin: 0 0 0 auto;
}

@media (max-width: 899px) {
  .nav-utility-header:not(.quicklinks) {
    display: none;
  }
}

.nav-utility-header.quicklinks li {
  margin-right: 35px;
}

@media (max-width: 599px) {
  .nav-utility-header.quicklinks li {
    margin-right: 25px;
  }
}

.nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-utility-header .fsNavLevel1 > li {
  margin-right: 30px;
  white-space: nowrap;
}

.nav-utility-header .fsNavLevel1 > li:last-child {
  margin-right: 0;
}

.nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: inherit;
  font-size: 3px;
  margin: 0 0 0 3px;
}

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

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

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

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

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

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

html:not(.js) .nav-utility-header .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-utility-header .fsNavLevel1 > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 18px;
  padding: 11px 0;
}

.nav-utility-header .fsNavLevel1 > li > a:hover,
.nav-utility-header .fsNavLevel1 > li > a:focus {
  color: #C5C6CA;
}

.nav-utility-header .fsNavPageInfo {
  background: #E0E0E2;
  position: absolute;
  z-index: 4;
}

.nav-utility-header .fsNavLevel2 {
  margin: 0;
  padding: 20px 20px 15px;
}

.nav-utility-header .fsNavLevel2 li {
  margin: 0 0 5px;
  text-align: center;
}

.nav-utility-header .fsNavLevel2 li a {
  color: #363636;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 22px;
  padding: 0;
}

.nav-utility-header .fsNavLevel2 li a:hover,
.nav-utility-header .fsNavLevel2 li a:focus {
  color: #127190;
}

.nav-utility-footer {
  margin: 0;
}

@media (max-width: 1049px) {
  .nav-utility-footer {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 0 25px;
  }
}

@media (max-width: 599px) {
  .nav-utility-footer {
    margin: 0 0 20px;
  }
}

.nav-utility-footer .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

@media (max-width: 1049px) {
  .nav-utility-footer .fsNavLevel1 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 599px) {
  .nav-utility-footer .fsNavLevel1 {
    -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;
    text-align: center;
  }
}

.nav-utility-footer .fsNavLevel1 li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 599px) {
  .nav-utility-footer .fsNavLevel1 li:not(:last-child) {
    margin: 0 0 15px;
  }
}

.nav-utility-footer .fsNavLevel1 li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

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

.nav-utility-footer .fsNavLevel2 li a {
  line-height: 20px;
  margin: 0 0 10px;
}

.nav-utility-footer.quicklinks button.expand-nav {
  background: none;
  border: 0;
  color: transparent;
  display: none;
  height: 25px;
  width: 25px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 0;
}

@media (max-width: 599px) {
  .nav-utility-footer.quicklinks button.expand-nav {
    display: block;
  }
}

.nav-utility-footer.quicklinks button.expand-nav:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 12px;
}

.nav-utility-footer.quicklinks .fsNavPageInfo {
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .nav-utility-footer.quicklinks .fsNavPageInfo {
    max-height: 999px;
  }
}

.nav-utility-footer.quicklinks li.open > button.expand-nav:before {
  content: "\E90C";
  font-size: 2px;
}

.nav-utility-footer.quicklinks li.open > .fsNavPageInfo {
  max-height: 999px;
}

@media (max-width: 899px) {
  .nav-utility-footer.quicklinks .fsNavLevel1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .nav-utility-footer.quicklinks .fsNavLevel1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}

.nav-utility-footer.quicklinks .fsNavLevel1 > li {
  margin: 0 20px 0 0 !important;
  position: relative;
}

@media (max-width: 899px) {
  .nav-utility-footer.quicklinks .fsNavLevel1 > li {
    margin: 0 25px !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 599px) {
  .nav-utility-footer.quicklinks .fsNavLevel1 > li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 !important;
  }
}

.nav-utility-footer.quicklinks .fsNavLevel1 > li > a {
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .nav-utility-footer.quicklinks .fsNavLevel1 > li > a {
    padding: 15px 0;
    margin: 0;
  }
}

.nav-utility-footer.quicklinks .fsNavLevel2 > li {
  margin-right: 0 !important;
}

/*! structure - header v0.0.1 */

#fsHeader {
  background: rgba(22, 48, 82, 0.9);
}

#fsHeader .fsBreadcrumb {
  display: none;
}

.main-container_header {
  margin: 0;
}

.upper-container_header {
  background: #163052;
  margin: 0;
  padding: 0 34px;
}

@media (max-width: 599px) {
  .upper-container_header {
    padding: 0 20px;
  }
}

.upper-container_header .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lower-container_header {
  margin: 0;
  padding: 0 34px;
  position: relative;
}

.has-header-image .lower-container_header,
.home:not(.fsComposeMode) .lower-container_header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media (max-width: 899px) {
  .has-header-image .lower-container_header,
  .home:not(.fsComposeMode) .lower-container_header {
    position: relative;
  }
}

.has-header-image .lower-container_header:before,
.home:not(.fsComposeMode) .lower-container_header:before {
  opacity: 0.3;
  z-index: 1;
}

.has-header-image .lower-container_header:after,
.home:not(.fsComposeMode) .lower-container_header:after {
  content: '';
  background: #163052;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 0;
}

@media (max-width: 899px) {
  .has-header-image .lower-container_header:after,
  .home:not(.fsComposeMode) .lower-container_header:after {
    display: none;
  }
}

@media (max-width: 899px) {
  .lower-container_header {
    padding: 34px;
  }
}

@media (max-width: 599px) {
  .lower-container_header {
    padding: 34px 20px;
  }
}

.lower-container_header:before {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(rgba(20, 155, 199, 0.8)), to(#163052));
  background: linear-gradient(270deg, rgba(20, 155, 199, 0.8) 0%, #163052 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.lower-container_header > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

@media (max-width: 899px) {
  .lower-container_header > .fsElementContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 100px 0 0;
}

@media (max-width: 999px) {
  .header-logo {
    margin: 0 25px 0 0;
  }
}

@media (max-width: 899px) {
  .header-logo {
    margin: 0;
  }
}

.header-logo .fsElementContent,
.header-logo p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo a {
  display: block;
  font-size: 0;
  height: 41px;
  width: 237px;
  position: relative;
}

.header-logo a:focus,
.header-logo a:hover,
.header-logo a:visited {
  opacity: 1;
}

.header-logo a:before {
  content: '';
  background-image: url(images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

.skip-link a:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#fsFooter {
  color: #fff;
}

.main-container_footer {
  margin: 0;
  position: relative;
}

.upper-container_footer {
  background: rgba(22, 48, 82, 0.9);
  margin: 0;
  padding: 20px 32px;
}

@media (max-width: 1049px) {
  .upper-container_footer {
    background: #163052;
    padding: 40px 20px 0;
  }
}

.upper-container_footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1049px) {
  .upper-container_footer > .fsElementContent {
    -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;
  }
}

.lower-container_footer {
  background: #163052;
  margin: 0;
  padding: 50px 32px;
}

@media (max-width: 899px) {
  .lower-container_footer {
    padding: 25px 20px;
  }
}

.lower-container_footer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 899px) {
  .lower-container_footer > .fsElementContent {
    -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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.contact-info {
  margin: 0 117px 0 0;
}

@media (max-width: 1049px) {
  .contact-info {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 899px) {
  .contact-info {
    margin: 0 0 30px;
    text-align: center;
  }
}

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

.contact-info li {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.contact-info li:nth-child(2) {
  margin: 0 0 10px;
}

.contact-info a {
  color: #fff;
  margin: 0;
  padding: 0;
}

.contact-info a:hover,
.contact-info a:focus {
  opacity: 1;
  color: #fff;
}

.footer-logo {
  margin: 0 65px 0 0;
}

@media (max-width: 1049px) {
  .footer-logo {
    margin: 0 0 20px;
  }
}

.footer-logo a {
  display: block;
  font-size: 0;
  height: 41px;
  width: 237px;
  position: relative;
}

.footer-logo a:focus,
.footer-logo a:hover,
.footer-logo a:visited {
  opacity: 1;
}

.footer-logo a:before {
  content: '';
  background-image: url(images/logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.translate-element {
  margin: 0 0 0 auto;
  position: relative;
}

@media (max-width: 1049px) {
  .translate-element {
    margin: 0;
  }
}

.translate-element header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1049px) {
  .translate-element header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.translate-element header .fsElementTitle {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

.translate-element header .fsElementTitle:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 5px;
  margin: 0 0 0 5px;
}

.translate-element .fsElementContent {
  position: relative;
  z-index: 2;
}

.translate-element .goog-te-gadget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.translate-element .goog-te-gadget > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.translate-element .goog-te-gadget select {
  margin: 0;
  opacity: 0;
}

.translate-element .goog-te-gadget select:focus {
  opacity: 1;
}

.translate-element .goog-te-gadget > span {
  display: none;
}

/*! 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: "Open Sans", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

body.drawer-is-active {
  position: fixed !important;
}

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

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding: 40px 34px 100px;
  background: #fff;
}

@media (max-width: 599px) {
  #fsPageBodyWrapper {
    padding: 20px 20px 40px;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .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: 280px;
  }
}

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .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% - 680px);
  }
}

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

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

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

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

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

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

@media (min-width: 900px) {
  .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: 100px;
    width: 400px;
  }
}

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

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

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

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

@media (min-width: 900px) {
  .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: 900px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -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: 900px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .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: 1180px;
  background-position: right;
}

@media (max-width: 899px) {
  #fsPoweredByFinalsite {
    background-position: center;
  }
}

body:not(.fsComposeMode) .fsBannerLeft .fsElement,
body:not(.fsComposeMode) .fsBannerRight .fsElement {
  margin: 0 0 80px;
}

body:not(.fsComposeMode) .fsBannerLeft .content-callout p,
body:not(.fsComposeMode) .fsBannerRight .content-callout p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) .fsBannerLeft blockquote:before,
body:not(.fsComposeMode) .fsBannerRight blockquote:before {
  padding: 0 10px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .fsBannerLeft .sub-nav,
  body:not(.fsComposeMode) .fsBannerRight .sub-nav {
    display: none;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

.fsConstituent {
  word-break: break-word;
}

.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

.fsConstituent .fsPhoto[style*="background-image"],
.fsConstituent .fsProfileImage[style*="background-image"] {
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.fsConstituent .fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
  opacity: 0;
  visibility: hidden;
}

.fsConstituent[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: 26px;
}

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #030303;
  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 #030303;
  -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,
.fsTabs .fsPanel {
  border-bottom: 1px solid transparent;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:before,
.fsTabs .fsPanel > header:before {
  content: '';
  background: transparent;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  border-top: 1px solid #C5C6CA;
  color: #595959;
  display: block;
  font-size: 19px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 17px 50px 17px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

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

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

.fsAccordion .fsPanel > header:hover:before,
.fsTabs .fsPanel > header:hover:before {
  background: #C5C6CA;
}

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

.fsAccordion .fsPanel.fsStateOpen,
.fsTabs .fsPanel.fsStateOpen {
  border-bottom: 1px solid #C5C6CA;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: transparent;
}

.fsAccordion .fsPanel.fsStateOpen > header:hover:before,
.fsTabs .fsPanel.fsStateOpen > header:hover:before {
  background: transparent;
}

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 27px;
  font-family: 'icomoon';
  font-size: 12px;
  line-height: 12px;
  content: "\E90F";
}

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

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 15px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 50px;
}

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

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

.fsAccordion {
  border-bottom: 1px solid #C5C6CA;
}

.fsAccordion .fsPanel > .fsElementContent {
  padding: 0 50px 25px 20px;
}

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  color: #363636;
  margin-top: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.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: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #C5C6CA;
}

.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 {
  color: #595959;
}

.fsCalendar .fsTitle {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 15px;
}

.fsCalendar .fsTitle a {
  color: #363636;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  color: #163052;
}

.fsCalendar .fsDate {
  color: #363636;
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 15px;
  padding: 0 0 20px;
  text-transform: lowercase;
  position: relative;
}

.fsCalendar .fsDate:before {
  content: '';
  background: #D8D8D8;
  height: 3px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fsCalendar .fsDate .fsDayName {
  color: #595959;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.fsCalendar .fsEventDetails {
  margin: 0 0 10px;
}

.fsCalendar .fsTimeRange,
.fsCalendar .fsAllDay {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 5px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 10px;
  left: 0;
}

.fsCalendar .fsLocation {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 15px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.fsCalendar .fsLocation:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 10px;
  left: 0;
}

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

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #C5C6CA;
}

.fsCalendar.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsCalendar.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsCalendar.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsCalendar.fsList .fsListItems + button {
  margin-top: 60px;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

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

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(22, 48, 82, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(22, 48, 82, 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(22, 48, 82, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(22, 48, 82, 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 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #21487a;
  color: #fff;
}

.scroll-up span em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.scroll-up span.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .scroll-up span,
.fsBannerRight .scroll-up span {
  display: block;
  margin: 0;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

/*! _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: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}

.fsComposerFormEmbed form input {
  border: solid 1px #030303;
}

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

.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: #163052;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #163052;
}

.fsComposerFormEmbed form .required {
  color: #163052;
}

.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: #163052;
  -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: #163052;
  -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 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #21487a;
  color: #fff;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Open Sans", 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: #505050;
}

:-moz-placeholder {
  color: #505050;
}

::-moz-placeholder {
  color: #505050;
}

:-ms-input-placeholder {
  color: #505050;
}

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

.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 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #21487a;
  color: #fff;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.fsResetContinue.fs_style_68,
.fsResetCancel.fs_style_68,
.fsLoginNewSuccess > button.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsBannerRight .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsBannerRight .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button {
  display: block;
  margin: 0;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #363636;
  font-family: "Open Sans", 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: #127190;
  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: "Droid Serif", Georgia, serif;
}

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

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

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  background-color: #127190;
  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(18, 113, 144, 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 {
    color: #363636;
    margin-top: 0;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

/*! _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 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fsPostElement .fsCategories {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 0;
}

.fsPostElement .fsCategories li.fsCategory {
  background: #163052;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 6px 6px 0;
  padding: 5px 7px;
  text-transform: uppercase;
}

.fsPostElement .fsThumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 20px;
}

.fsPostElement .fsThumbnail img {
  display: block;
}

.fsPostElement .fsTitle {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  color: #363636;
  font-weight: 700;
  margin: 0 0 20px;
}

.fsPostElement .fsTitle a {
  color: #363636;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  color: #163052;
}

.fsPostElement .date-author {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin: 0 0 20px;
}

.fsPostElement .date-author.divider > div:first-child:after {
  content: '|';
  color: #595959;
  display: inline-block;
  margin: 0 7px;
}

.fsPostElement .fsAuthor {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.fsPostElement .fsDateTime {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.fsPostElement .fsSummary {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  color: #595959;
  margin: 0 0 20px;
}

.fsPostElement .fsBody {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.fsPostElement .fsTags {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  background: #F0F0F1;
  border: 1px solid #E2E3E5;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 12px 15px;
}

.fsPostElement .fsTags li.fsTag {
  background: transparent;
  color: #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.fsPostElement .fsTags li.fsTag:not(:last-child):after {
  content: ',';
  margin: 0 6px;
}

.fsPostElement .fsReadMoreLink {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.fsPostElement .fsSharingButtonsContainer {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin: 10px 0 0;
}

.fsPostElement.fsList article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #C5C6CA;
}

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems + button {
  margin-top: 60px;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

.fsResourceElement .fsResourceTypeImage figcaption p {
  color: #595959;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
}

/*! _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: #127190 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #363636;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Open Sans", 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: #163052;
  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: "Open Sans", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -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: #363636;
}

.fsSearch.site-search :-moz-placeholder {
  color: #363636;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #363636;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #363636;
}

.search-trigger-element {
  margin: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 899px) {
  .search-trigger-element {
    display: none;
  }
}

.search-trigger-element .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-trigger-element button {
  background: none;
  border: none;
  font-size: 0;
  height: 20px;
  width: 20px;
  overflow: hidden;
  position: relative;
}

.search-trigger-element button:hover:before,
.search-trigger-element button:focus:before {
  color: #fff;
}

.search-trigger-element button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.top-search {
  background: #127190;
  margin: 0;
  padding: 57px 34px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.top-search ::-webkit-input-placeholder {
  color: #fff;
}

.top-search :-moz-placeholder {
  color: #fff;
}

.top-search ::-moz-placeholder {
  color: #fff;
}

.top-search :-ms-input-placeholder {
  color: #fff;
}

.search-is-active .top-search {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 599px) {
  .top-search {
    padding: 55px 20px;
  }
}

.top-search .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.top-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-search form label {
  position: absolute;
  left: -999px;
}

.top-search .fsSearchElementKeyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.top-search .fsSearchElementKeyword input {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  font-style: italic;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.top-search .fsSearchElementKeyword button {
  display: none;
}

.top-search .fsSearchElementSearchButton {
  background: none;
  border: none;
  font-size: 0;
  height: 30px;
  width: 30px;
  margin: 0 45px 0 0;
  padding: 0;
  position: relative;
}

.top-search .fsSearchElementSearchButton:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 25px;
}

.top-search footer {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15px;
  width: 100%;
}

.top-search footer .fsElementFooterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}

.top-search footer button {
  background: none;
  border: none;
  color: #fff;
  font-size: 0;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0.6;
}

.top-search footer button:hover,
.top-search footer button:focus {
  opacity: 1;
}

.top-search footer button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 20px;
}

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

.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: #363636;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "Open Sans", 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: #363636;
  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: "Open Sans", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Open Sans", 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: #363636;
}

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

.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: #163052 !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: #163052 !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 #C5C6CA;
}

.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 #C5C6CA;
  -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 #C5C6CA;
  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 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #21487a;
  color: #fff;
}

.vimeo_view_link a em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.vimeo_view_link a.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a {
  display: block;
  margin: 0;
}

/*! 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 #C5C6CA;
  -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 #C5C6CA;
  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 {
  background: #163052;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #21487a;
  color: #fff;
}

.Youtube_view_link a em {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 0 0;
}

.Youtube_view_link a.fs_style_68 {
  font-size: 16px;
  line-height: 20px;
  padding: 28px 88px;
}

.fsBannerRight .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a {
  display: block;
  margin: 0;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
}

.fsTabs .fsTabsNav {
  border-bottom: 1px solid #C5C6CA;
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  position: relative;
}

.fsTabs .fsTabsNav li:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  background: transparent;
  height: 3px;
  width: calc(100% - 30px);
  bottom: -2px;
  z-index: 2;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding: 16px 15px;
  text-transform: uppercase;
  background: transparent;
  color: #595959;
}

.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #363636;
}

.fsTabs .fsTabsNav li.fsStateSelected:before {
  background: #1BBFA6;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: transparent;
  color: #363636;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 30px 20px;
}

.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: 10px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

/*! _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: #595959;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #595959;
  background: white;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #363636;
          box-shadow: inset 0 -1px 0 0 #363636;
}

.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: #292929;
  color: #363636;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #101010;
  color: #363636;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #363636;
  color: #030303;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #316bb7;
  color: #fff;
}

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

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

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

.home:not(.fsComposeMode) #fsPageBody {
  max-width: none;
}

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

.home:not(.fsComposeMode) .fsPageTitle {
  position: absolute;
  left: -9999px;
}

.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(0, 0, 0, 0.1);
}

.button-container {
  padding: 20px;
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #363636;
  color: #363636;
}

.colors ol li:nth-of-type(1):after {
  content: "#363636";
}

.colors ol li:nth-of-type(2) {
  background: #163052;
  color: #163052;
}

.colors ol li:nth-of-type(2):after {
  content: "#163052";
}

.colors ol li:nth-of-type(3) {
  background: #127190;
  color: #127190;
}

.colors ol li:nth-of-type(3):after {
  content: "#127190";
}

.colors ol li:nth-of-type(1) {
  background: #363636;
  color: #363636;
}

.colors ol li:nth-of-type(1):after {
  content: "#363636";
}

.colors ol li:nth-of-type(5) {
  background: #595959;
  color: #595959;
}

.colors ol li:nth-of-type(5):after {
  content: "#595959";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Open Sans", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Open Sans, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "Open Sans Condensed", sans-serif;
}

.fonts ol li:nth-of-type(4):after {
  content: "Open Sans Condensed, sans-serif";
}

.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 40px / line: 56px";
}

.headers h2:after {
  content: " size: 26px / line: 30px";
}

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

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

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

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

body:not(.fsComposeMode) .hero-slideshow {
  margin: 0;
  position: relative;
}

body:not(.fsComposeMode) .hero-slideshow .slick-slider {
  margin: 0 !important;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshow {
  padding: 0;
}

body:not(.fsComposeMode) .hero-slideshow .controls-container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 68px);
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .hero-slideshow .controls-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: auto;
    width: 100%;
    right: auto;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: calc(64vw - 55px);
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hero-slideshow .controls-container {
    top: calc(300px - 55px);
  }
}

body:not(.fsComposeMode) .hero-slideshow .controls-container button {
  pointer-events: auto;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button {
  background: #000;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  margin: 0 1px;
  position: relative;
  top: auto;
  opacity: 0.7;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button:hover,
body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button:focus {
  opacity: 0.9;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button:before {
  display: none;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button:after {
  color: #fff;
  font-size: 16px;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button.fsSlideshowPause:after {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .hero-slideshow .fsElementSlideshowControls button.fsSlideshowPlay:after {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .hero-slideshow .slick-arrow {
  background: #000;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.7;
}

body:not(.fsComposeMode) .hero-slideshow .slick-arrow:hover,
body:not(.fsComposeMode) .hero-slideshow .slick-arrow:focus {
  opacity: 0.9;
}

body:not(.fsComposeMode) .hero-slideshow .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 14px;
  right: auto;
}

body:not(.fsComposeMode) .hero-slideshow .slick-arrow.fsNextButton:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .hero-slideshow article {
  overflow: hidden;
  padding: 0;
  position: relative;
}

body:not(.fsComposeMode) .hero-slideshow article:before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.04%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0.04%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .hero-slideshow article:before {
    display: none;
  }
}

body:not(.fsComposeMode) .hero-slideshow video,
body:not(.fsComposeMode) .hero-slideshow picture,
body:not(.fsComposeMode) .hero-slideshow img {
  display: block;
  height: calc(100vh - 44px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .hero-slideshow video,
  body:not(.fsComposeMode) .hero-slideshow picture,
  body:not(.fsComposeMode) .hero-slideshow img {
    height: 64vw;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hero-slideshow video,
  body:not(.fsComposeMode) .hero-slideshow picture,
  body:not(.fsComposeMode) .hero-slideshow img {
    height: 300px;
  }
}

body:not(.fsComposeMode) .hero-slideshow .inner-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  width: calc(100% - 68px);
  z-index: 2;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .hero-slideshow .inner-wrapper {
    background: #127190;
    position: relative;
    bottom: auto;
    width: 100%;
  }
}

body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption {
  margin: 0;
  max-width: 590px;
  width: 100%;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption {
    padding: 40px 34px;
    max-width: 100%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption {
    padding: 40px 20px;
    text-align: center;
  }
}

body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption p {
    font-size: 0;
    line-height: 0;
    margin: 0 0 10px;
  }
}

body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption a[class*="fs_style"] {
  margin: 0;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .hero-slideshow .inner-wrapper figcaption a[class*="fs_style"] {
    display: block;
  }
}

body:not(.fsComposeMode) .hero-slideshow .inner-wrapper .fsResourceName {
  display: none;
}

body:not(.fsComposeMode) .hero-slideshow .inner-wrapper .fsTitle {
  color: #fff;
  font-size: 22px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 20px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hero-slideshow .inner-wrapper .fsTitle {
    text-align: left !important;
  }
}

body:not(.fsComposeMode) .intro.fsElement {
  border: 1px solid #C5C6CA;
  margin: 105px auto;
  max-width: 1180px;
  width: calc(100% - 68px);
  padding: 65px 100px 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .intro.fsElement {
    margin: 63px auto;
    padding: 65px 40px 50px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .intro.fsElement {
    padding: 65px 25px 45px;
  }
}

body:not(.fsComposeMode) .intro.fsElement:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  background: #D8D8D8;
  height: 5px;
  max-width: 980px;
  width: calc(100% - 200px);
  bottom: -3px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .intro.fsElement:after {
    width: calc(100% - 80px);
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .intro.fsElement:after {
    width: calc(100% - 50px);
  }
}

body:not(.fsComposeMode) .intro.fsElement.crest-icon:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  background: #fff;
  font-size: 46px;
  line-height: 1;
  padding: 0 25px;
  height: 46px;
  top: -23px;
}

body:not(.fsComposeMode) .intro.fsElement footer .fsElementFooterContent {
  margin-top: 40px;
}

body:not(.fsComposeMode) .intro.fsElement footer a[class*="fs_style"] {
  margin: 0 auto;
  min-width: 140px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .intro.fsElement footer a[class*="fs_style"] {
    display: block;
  }
}

body:not(.fsComposeMode) .home-news {
  margin: 25px 0 60px;
  position: relative;
}

body:not(.fsComposeMode) .home-news header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 2px;
  top: -25px;
  z-index: 2;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news header {
    width: calc(100% - 40px);
  }
}

body:not(.fsComposeMode) .home-news header .fsElementTitle {
  color: #163052;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  margin: 0;
  padding: 16px 55px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-news header .fsElementTitle {
    white-space: nowrap;
  }
}

body:not(.fsComposeMode) .home-news .fsElementSlideshow {
  border-bottom: 1px solid #C5C6CA;
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode) .home-news .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.fsComposeMode) .home-news .slick-list {
  margin: 0;
}

body:not(.fsComposeMode) .home-news .slick-arrow {
  background: #000;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: auto;
  right: auto;
  top: 155px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.7;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news .slick-arrow {
    top: 130px;
  }
}

body:not(.fsComposeMode) .home-news .slick-arrow:hover,
body:not(.fsComposeMode) .home-news .slick-arrow:focus {
  opacity: 0.9;
}

body:not(.fsComposeMode) .home-news .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 14px;
  right: auto;
}

body:not(.fsComposeMode) .home-news .slick-arrow.fsNextButton {
  right: 0;
}

body:not(.fsComposeMode) .home-news .slick-arrow.fsNextButton:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .home-news article {
  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 30px 40px;
  position: relative;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news article {
    padding: 0 20px 40px;
  }
}

body:not(.fsComposeMode) .home-news article:before {
  content: '';
  background: #C5C6CA;
  width: 1px;
  height: calc(100% - 350px);
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news article:before {
    display: none;
  }
}

body:not(.fsComposeMode) .home-news .fsThumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  margin: 0 -30px 30px;
  max-width: none;
}

body:not(.fsComposeMode) .home-news .fsThumbnail:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 155, 199, 0)), to(rgba(22, 48, 82, 0.7)));
  background: linear-gradient(180deg, rgba(20, 155, 199, 0) 0%, rgba(22, 48, 82, 0.7) 100%);
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news .fsThumbnail:before {
    height: 300px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news .fsThumbnail {
    height: 300px;
    margin: 0 -20px 30px;
  }
}

body:not(.fsComposeMode) .home-news .fsThumbnail.fsPostLink:hover:before,
body:not(.fsComposeMode) .home-news .fsThumbnail.fsPostLink:focus:before {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body:not(.fsComposeMode) .home-news .fsThumbnail.fsPostLink:hover:after,
body:not(.fsComposeMode) .home-news .fsThumbnail.fsPostLink:focus:after {
  height: 5px;
  -webkit-transition: height .3s;
  transition: height .3s;
}

body:not(.fsComposeMode) .home-news .fsThumbnail:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  background: #163052;
  height: 0px;
  width: calc(100% - 60px);
  bottom: 0;
  visibility: visible;
  -webkit-transition: height .3s;
  transition: height .3s;
}

body:not(.fsComposeMode) .home-news .fsThumbnail img {
  visibility: hidden;
  opacity: 0;
}

body:not(.fsComposeMode) .home-news .fsTitle {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}

body:not(.fsComposeMode) .home-news .fsTitle a:hover:before,
body:not(.fsComposeMode) .home-news .fsTitle a:focus:before {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body:not(.fsComposeMode) .home-news .fsTitle a:hover:after,
body:not(.fsComposeMode) .home-news .fsTitle a:focus:after {
  height: 5px;
  -webkit-transition: height .3s;
  transition: height .3s;
}

body:not(.fsComposeMode) .home-news .fsTitle a:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 155, 199, 0)), to(rgba(22, 48, 82, 0.7)));
  background: linear-gradient(180deg, rgba(20, 155, 199, 0) 0%, rgba(22, 48, 82, 0.7) 100%);
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news .fsTitle a:before {
    height: 300px;
  }
}

body:not(.fsComposeMode) .home-news .fsTitle a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  background: #163052;
  height: 0px;
  width: calc(100% - 60px);
  bottom: 0;
  visibility: visible;
  -webkit-transition: height .3s;
  transition: height .3s;
}

body:not(.fsComposeMode) .home-news .date-author {
  margin: 0 0 10px;
}

body:not(.fsComposeMode) .home-news .fsReadMoreLink:hover:before,
body:not(.fsComposeMode) .home-news .fsReadMoreLink:focus:before {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body:not(.fsComposeMode) .home-news .fsReadMoreLink:hover:after,
body:not(.fsComposeMode) .home-news .fsReadMoreLink:focus:after {
  height: 5px;
  -webkit-transition: height .3s;
  transition: height .3s;
}

body:not(.fsComposeMode) .home-news .fsReadMoreLink:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 155, 199, 0)), to(rgba(22, 48, 82, 0.7)));
  background: linear-gradient(180deg, rgba(20, 155, 199, 0) 0%, rgba(22, 48, 82, 0.7) 100%);
  height: 350px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-news .fsReadMoreLink:before {
    height: 300px;
  }
}

body:not(.fsComposeMode) .home-news .fsReadMoreLink:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  background: #163052;
  height: 0px;
  width: calc(100% - 60px);
  bottom: 0;
  visibility: visible;
  -webkit-transition: height .3s;
  transition: height .3s;
}

body:not(.fsComposeMode) .home-calendar {
  margin: 0 0 60px;
  padding: 0 65px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .home-calendar {
    margin: 0 0 40px;
    padding: 0 34px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar {
    padding: 0;
  }
}

body:not(.fsComposeMode) .home-calendar .inner-wrapper {
  background: #E0E0E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px;
}

@media (max-width: 1099px) {
  body:not(.fsComposeMode) .home-calendar .inner-wrapper {
    padding: 45px;
  }
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar .inner-wrapper {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 0;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar .inner-wrapper {
    padding: 25px 20px 0;
  }
}

body:not(.fsComposeMode) .home-calendar.slider-is-paused .pause-button {
  display: none !important;
}

body:not(.fsComposeMode) .home-calendar.slider-is-paused .play-button {
  display: block !important;
}

body:not(.fsComposeMode) .home-calendar header {
  width: calc(47% - 60px);
  margin: 0 60px 0 0;
  position: relative;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar header {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar header {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

body:not(.fsComposeMode) .home-calendar header .fsElementTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E0E0E2;
  border-radius: 2px;
  color: #163052;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  margin: 0;
  padding: 16px 55px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar header .fsElementTitle {
    background: #fff;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar header .fsElementTitle {
    width: calc(100% - 40px);
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .home-calendar header .fsElementTitle {
    white-space: nowrap;
  }
}

body:not(.fsComposeMode) .home-calendar header .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .home-calendar header .fsElementHeaderContent img {
  display: block;
  width: 100%;
  max-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .home-calendar header .fsElementHeaderContent img {
    max-height: 300px;
  }
}

body:not(.fsComposeMode) .home-calendar .fsElementContent {
  width: 53%;
  position: relative;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar .fsElementContent {
    background: #E0E0E2;
    padding: 40px 10px;
    width: 100%;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar .fsElementContent {
    background: transparent;
    padding: 40px 0 0;
  }
}

body:not(.fsComposeMode) .home-calendar .slick-arrow {
  background: #000;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 0.7;
}

body:not(.fsComposeMode) .home-calendar .slick-arrow:hover,
body:not(.fsComposeMode) .home-calendar .slick-arrow:focus {
  opacity: 0.9;
}

body:not(.fsComposeMode) .home-calendar .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 14px;
  right: auto;
}

body:not(.fsComposeMode) .home-calendar .slick-arrow.fsNextButton {
  right: 0;
}

body:not(.fsComposeMode) .home-calendar .slick-arrow.fsNextButton:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .home-calendar .controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar .controls-wrapper {
    right: 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar .controls-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -95px;
    right: auto;
    bottom: auto;
  }
}

body:not(.fsComposeMode) .home-calendar .control {
  background: #000;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 0;
  height: 40px;
  width: 40px;
  margin: 0 1px;
  padding: 0;
  opacity: 0.7;
  position: relative;
}

body:not(.fsComposeMode) .home-calendar .control:hover,
body:not(.fsComposeMode) .home-calendar .control:focus {
  opacity: 0.9;
}

body:not(.fsComposeMode) .home-calendar .control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}

body:not(.fsComposeMode) .home-calendar .control.play-button {
  display: none;
}

body:not(.fsComposeMode) .home-calendar .control.play-button:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .home-calendar .control.pause-button {
  display: block;
}

body:not(.fsComposeMode) .home-calendar .control.pause-button:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
}

body:not(.fsComposeMode) .home-calendar .fsElementSlideshow {
  height: 100%;
  margin: 0 0 45px;
  padding: 0;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar .fsElementSlideshow {
    margin: 0;
  }
}

body:not(.fsComposeMode) .home-calendar .fsElementSlideshow[data-autoplay="false"] .control {
  display: none;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar .slick-list {
    margin: 0 0 80px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar .slick-list {
    margin: 0;
  }
}

body:not(.fsComposeMode) .home-calendar article {
  padding: 0 40px 0 0;
}

@media (max-width: 999px) {
  body:not(.fsComposeMode) .home-calendar article {
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .home-calendar article {
    padding: 0;
  }
}

body:not(.fsComposeMode) .statistics-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 -81px;
  position: relative;
}

body:not(.fsComposeMode) .statistics-container:before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

@media (max-width: 1049px) {
  body:not(.fsComposeMode) .statistics-container {
    margin: 0;
  }
}

body:not(.fsComposeMode) .statistics-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  min-height: 420px;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .statistics-container > .fsElementContent {
    min-height: 340px;
  }
}

@media (max-width: 549px) {
  body:not(.fsComposeMode) .statistics-container > .fsElementContent {
    min-height: 230px;
  }
}

body:not(.fsComposeMode) .statistics-container .slick-list {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin: 0 auto 75px;
}

@media (max-width: 1049px) {
  body:not(.fsComposeMode) .statistics-container .slick-list {
    margin: 0 auto;
  }
}

body:not(.fsComposeMode) .statistics-container .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 2px;
  font-size: 0;
  height: 40px;
  width: 40px;
  overflow: hidden;
  padding: 0;
}

body:not(.fsComposeMode) .statistics-container .slick-arrow:hover:before,
body:not(.fsComposeMode) .statistics-container .slick-arrow:focus:before {
  opacity: 1;
}

body:not(.fsComposeMode) .statistics-container .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  opacity: 0.7;
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-prev {
  left: 0;
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-next {
  right: 0;
}

body:not(.fsComposeMode) .statistics-container .slick-arrow.slick-next:before {
  content: "\E915";
}

body:not(.fsComposeMode) .statistics-container .fsElement.fsContent {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}

body:not(.fsComposeMode) .statistics-container .fsElement.fsContent header {
  margin: 0 0 15px;
}

body:not(.fsComposeMode) .statistics-container .fsElement.fsContent header .fsElementTitle {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
  margin: 0;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

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